diff --git a/backup-policy.txt b/backup-policy.txt new file mode 100644 index 0000000..e85dd10 --- /dev/null +++ b/backup-policy.txt @@ -0,0 +1,12 @@ +Backups are made every 4 hours. +Every day at 8:30 PM, irrelevant backups are forgotten. +Every friday at 10:00 AM, all backups marked irrelevant are removed. + +Backup retention policy: +We always keep the last 20 backups. +We keep one backup per day from the last 20 days. +We keep one backup per week from the last 20 weeks. +We keep one backup per month from the last 6 months. +We keep one backup per year from the last 10 years. + +This means we never lose data, just the ability to grab a backup from a specific time.