updated external_backup UI

This commit is contained in:
naturallaw77 2024-03-18 23:26:55 -07:00
parent 03c72e55bd
commit 6cb6d72f17

View File

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