replaced vperanda with racknerd

This commit is contained in:
Peter Wood
2025-02-21 10:37:13 -05:00
parent 5ca7984263
commit 8cb40f9d34

View File

@@ -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 \