Guillermo
Verified User
I''m trying out the admin backup, so far so good. Instead of creating a new backup every night, it overwrites the backup from the last day. Is there a way to create a new backup every day? Like the system backup does.
and here is my script to delete system backup for x days old to avoid disk full
find /home/admin/backup_folder -mtime +7 -exec rm {} \; -print