diff --git a/move-backups.sh b/move-backups.sh index a6a9c42..f6e9b67 100755 --- a/move-backups.sh +++ b/move-backups.sh @@ -1,7 +1,11 @@ #! /bin/bash function move-backups() { - rsync -vrzPh --include '*.gz' --remove-source-files vperanda:/home/acedanger/backup/docker-data /mnt/m/backups/ +# -q quiet +# -r recursive +# -z compress + rsync -qrz --include '*.gz' --remove-source-files vperanda:/home/acedanger/backup/docker-data + /mnt/m/backups/ } if [ "$(expr substr $(uname -s) 1 5)" == 'Linux' ]; then