From cefd7fc0a3f011b887df98f76de4cc45bb120a0e Mon Sep 17 00:00:00 2001 From: Peter Wood Date: Thu, 5 Oct 2023 21:29:27 -0400 Subject: [PATCH] adapted path for svr-office instead of wsl --- move-backups.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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