diff --git a/rsync-backup/README b/rsync-backup/README new file mode 100644 index 0000000..b3966bd --- /dev/null +++ b/rsync-backup/README @@ -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 +```