Commit Graph

9 Commits

Author SHA1 Message Date
Moritz Graf e64aa64c73 velero: implement three-tier backup retention policy
Replace single daily schedule (240h TTL) with three tiered schedules:
- daily-backup:   02:00 nightly,  192h TTL  → keeps last 7 daily backups
- weekly-backup:  03:00 Sundays, 1032h TTL  → keeps last 6 weekly backups
- monthly-backup: 04:00 on 1st,  4392h TTL  → keeps last 6 monthly backups

Kopia handles incremental deduplication at the block level automatically,
so each Velero backup only stores changed data despite being a full logical
snapshot. No additional incremental configuration required.

Update README with retention policy table and updated backup commands.
2026-07-01 17:28:11 +02:00
Moritz Graf 15e802bebc I have added a lot of changes from various ai sessions 2026-07-01 11:01:01 +02:00
Moritz Graf 3f9a581d86 Adding other stuff 2024-09-04 21:03:38 +02:00
Moritz Graf 8404457c76 Adding new rclone location 2024-06-01 13:00:23 +02:00
Moritz Graf 030050d156 Updating to kubespray 1.23 + velero changes + home server 2024-04-20 10:29:59 +02:00
Moritz Graf 732d3c82a5 Updating velero to latest version 2024-02-11 14:56:14 +01:00
Moritz Graf efd7c514da Velero updates 2022-04-19 07:11:08 +02:00
Moritz Graf 1627125f5a Adding velero scheduled backup and dropbo sync 2020-11-15 16:23:11 +01:00
Moritz Graf 3df266b0f1 Adding backup concept with velero & minio 2020-11-07 23:26:25 +01:00