diff --git a/move-backups.sh b/move-backups.sh index 93f06a6..5aff03e 100755 --- a/move-backups.sh +++ b/move-backups.sh @@ -1,7 +1,7 @@ #!/bin/bash function move-backups() { - rsync --recursive --quiet -e 'ssh -p 58022' --include '*.gz' --remove-source-files acedanger@vperanda:/home/acedanger/backup/docker-data /mnt/m/backups/ + rsync --recursive --quiet -e 'ssh -p 58022' --include '*.gz' --remove-source-files acedanger@vperanda:/home/acedanger/backup/docker-data /mnt/share/media/backups/ } if [ "$(expr substr $(uname -s) 1 5)" == 'Linux' ]; then