updated external_backup script

This commit is contained in:
naturallaw77 2024-03-18 23:37:02 -07:00
parent 6cb6d72f17
commit 94b6aaad5d
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ CHOOSE
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
find /home/free/Documents/External_Backup_Logs -name "*.txt" -type f -mtime +2 -delete
fi