From 8cb40f9d34a7494f3b7aa71e01d617eeff1e6f44 Mon Sep 17 00:00:00 2001 From: Peter Wood Date: Fri, 21 Feb 2025 10:37:13 -0500 Subject: [PATCH] replaced vperanda with racknerd --- move-backups.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/move-backups.sh b/move-backups.sh index eba075a..a5c598e 100755 --- a/move-backups.sh +++ b/move-backups.sh @@ -11,7 +11,7 @@ command="rsync \ --archive --verbose --progress --dry-run --stats \ -e 'ssh' \ --include '*.gz' \ - acedanger@ts-vperanda:$source $destination \ + acedanger@ts-racknerd:$source $destination \ | fgrep 'Number of files' | cut -d' ' -f4 | tr -d ," # echo 'Running command => ' @@ -21,7 +21,7 @@ num_files=$(rsync \ --archive --verbose --progress --dry-run --stats \ -e 'ssh' \ --include '*.gz' \ - acedanger@ts-vperanda:$source $destination \ + acedanger@ts-racknerd:$source $destination \ | fgrep 'Number of files' | cut -d' ' -f4 | tr -d , ) @@ -38,7 +38,7 @@ rsync \ --recursive --verbose --progress --remove-source-files --archive \ -e 'ssh' \ --include '*.gz' \ - acedanger@ts-vperanda:$source $destination + acedanger@ts-racknerd:$source $destination # send a notification to https://notify.peterwood.rocks/lab curl \