
Originally Posted by
ClookNETAlec
Hi,
Simple request - hopefully I'll be able to explain it well by illustrating the following *simple* scenario:
First of each month = Take a monthly archive of each account
Sunday of each month = Take a weekly archive of each account
Every night = Take a daily archive of each account
PROBLEM:
On Sunday nights when the archive is created, it is stored as both the daily archive and the weekly archive.
Now, let's assume that a customer's website is hacked on Sunday afternoon and they don't realize this until after the backup cycle. If we're towards the end of the month they will only be able to restore from the 1st of the month archive as both the weekly and daily archives will included the hacked data.
SOLUTION:
Would it be possible to implement a more robust backup cycle system that will allow something like:
Monthly backups will always be 30 days older than Daily Backups
Weekly backups will always be 7 days older than Daily Backups
Daily backups are taken every day
(Disclaimer: Our company already have much more robust backup solutions in place, however, we would still see the benefits of this enhanced functionalit.y)