I never did regular backups until I installed and started using SimpleBackup - THANKS!
I made a change to the "bkup" script you may wish to consider. I add a date value in the form of YYYYMMDD to full backups. this way, they do not get over written after 7 days. Some users may not want this feature so a "production implementation" would need a GUI in the configuration but I just make the change directly in the backup script.
Thanks again - great solution !
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I never did regular backups until I installed and started using SimpleBackup - THANKS!
I made a change to the "bkup" script you may wish to consider. I add a date value in the form of YYYYMMDD to full backups. this way, they do not get over written after 7 days. Some users may not want this feature so a "production implementation" would need a GUI in the configuration but I just make the change directly in the backup script.
Thanks again - great solution !
Excellent idea. I've added it to my future requirements list.