Skip to content

Commit 588dfee

Browse files
authored
update
1 parent cd5503c commit 588dfee

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,19 @@
22

33
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
44

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
59

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

Comments
 (0)