From 6cb6d72f17fd07ed5493461e2e1a1ba2364b2ddc Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Mon, 18 Mar 2024 23:26:55 -0700 Subject: [PATCH] updated external_backup UI --- .../Sovran_SystemsOS_External_Backup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 18412a3..dadeb6a 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 @@ -44,7 +44,7 @@ curl "https://git.sovransystems.com/Sovran_Systems/Software/raw/branch/main/Sovr zenity --text-info \ --width=1000 \ ---height=750 \ +--height=700 \ --title="Sovran_SystemsOS External Backup" if [[ $? -eq 1 ]]; then @@ -55,7 +55,7 @@ else CHOOSE -SAGE | zenity --progress --no-cancel --auto-close --width=1050 --pulsate --text="Backing up now. It could take up to 4 hours for it to finish depending on the amount of data stored on your Sovran Pro and the speed of your external hard drive. Be patient..." --title="Sovran_SystemsOS External Backup" +SAGE | zenity --progress --no-cancel --auto-close --width=1100 --pulsate --text="Backing up now. It could take up to 4 hours for it to finish depending on the amount of data stored on your Sovran Pro and the speed of your external hard drive. Be patient..." --title="Sovran_SystemsOS External Backup" find /home/free/Documents/External_Backup_Logs -name "*.txt" -type f -mtime +3 -delete