We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd5503c commit 588dfeeCopy full SHA for 588dfee
README.md
@@ -2,4 +2,19 @@
2
3
It will get a copy of all databases and/or files from an assigned server. just add it to the crontab and setup the variables , and it will do the job
4
5
+### Requirements:
6
+- it will need passwordless ssh access to the remote server
7
+- you should know mysql credentials
8
+- you should have access to read the files you want to backup
9
10
+
11
+### How to use
12
+Just run ./backup.sh followed by one of the flags :
13
14
+ -d to perform database backup
15
16
+ -f to perform files backup
17
18
+ -c to perform full backup
19
20
+ -h help (this output)
0 commit comments