From 03c72e55bd5ff65fbe749d935adb5263761ac4ed Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Mon, 18 Mar 2024 23:24:38 -0700 Subject: [PATCH] updated external_backup script --- .../Sovran_SystemsOS_External_Backup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sovran_SystemsOS_External_Backup/External Backup Source Files/Sovran_SystemsOS_External_Backup.sh b/Sovran_SystemsOS_External_Backup/External Backup Source Files/Sovran_SystemsOS_External_Backup.sh index 9466df9..18412a3 100755 --- a/Sovran_SystemsOS_External_Backup/External Backup Source Files/Sovran_SystemsOS_External_Backup.sh +++ b/Sovran_SystemsOS_External_Backup/External Backup Source Files/Sovran_SystemsOS_External_Backup.sh @@ -18,7 +18,7 @@ time_stamp=$(date +%Y-%m-%d-%T) mkdir -p /home/free/Documents/External_Backup_Logs -if ! ssh root@localhost 'rsync -avr /run/media/Second_Drive/BTCEcoandBackup/NixOS_Snapshot_Backup/hourly.0 /"$file"/"$time_stamp" 2>&1 | tee /home/free/Documents/External_Backup_Logs/"$time_stamp"_External_Backup_Log.txt'; then +if ! ssh root@localhost rsync -avr /run/media/Second_Drive/BTCEcoandBackup/NixOS_Snapshot_Backup/hourly.0 /"$file"/"$time_stamp" 2>&1 | tee /home/free/Documents/External_Backup_Logs/"$time_stamp"_External_Backup_Log.txt; then zenity --error \ --width=500 \