Added short README about `rsync-backup.sh`

This commit is contained in:
Dennis Potter 2020-04-05 15:50:41 +02:00
parent 17baa237f9
commit 8f3c02bbdd
Signed by: Dennis
GPG Key ID: 186A8AD440942BAF
1 changed files with 8 additions and 0 deletions

8
rsync-backup/README Normal file
View File

@ -0,0 +1,8 @@
This script is intended to be used in a cronjob and will make regular `rsync`-backups of certain directories and files that can be defined in `rsync-backup.conf`. Once executed, the script will send out an email with the `rsync` log.
The script makes use of the `rsync` `--delete`-flag. To prevent dataloss, backups can be interleave d to different target-directories. To do so, the script should be called with different configuration-files.
## Usage
```
./rsync-backup.sh -c <CONFIG_FILE>
```