search for: backup_buero

Displaying 1 result from an estimated 1 matches for "backup_buero".

2016 Jun 19
5
rsync script for snapshot backups
...-%H%M"`.log \ --link-dest=/volume1/Backup_Test/`cat /volume1/rsync/Buero/timeold.txt` \ Test at 192.168.2.2::Test/volume1/Backup_Test/`date +"%d-%m-%Y-%H%M"` else rsync -aqzh \ --delete --stats --exclude-from=/volume1/rsync/Buero/exclude.txt \ --log-file=/volume1/Backup_Buero/logs/rsync-`date +"%d-%m-%Y-%H%M"`.log \ Test at 192.168.2.2::Test/volume1/Backup_Test/`date +"%d-%m-%Y-%H%M"` fi # Delete expired snapshots (2 weeks old) if [ -d /volume1/Backup_Buero/$EXPIRED-* ] then rm -Rf /volume1/Backup_Buero/$EXPIRED-* fi Well, it works but there is a...