J
John
I'm planning to make a backup routine for an application. My idea is as
follows:
1. Make a backup of the whole application once a day.
2. Keep those backups saved for 3 months.
3. When the fourth month starts, delete all backups from the first month,
except the one from the first day of that month.
4. When the fourth year starts, delete all backups from the first year.
Is that a good strategy?
Thanks in advance,
John
follows:
1. Make a backup of the whole application once a day.
2. Keep those backups saved for 3 months.
3. When the fourth month starts, delete all backups from the first month,
except the one from the first day of that month.
4. When the fourth year starts, delete all backups from the first year.
Is that a good strategy?
Thanks in advance,
John