Adjusted retention periods

This commit is contained in:
2025-12-09 19:31:56 +11:00
parent 5b578e8543
commit 898658490f
3 changed files with 4 additions and 2 deletions

1
README.md Normal file
View File

@@ -0,0 +1 @@
Collection of YAML for building daily config and selective volume backups of OCP to MinIO

View File

@@ -19,4 +19,4 @@ spec:
defaultVolumesToFsBackup: false defaultVolumesToFsBackup: false
# Retain for one week (adjust later) # Retain for one week (adjust later)
ttl: 168h ttl: 336h

View File

@@ -15,6 +15,7 @@ spec:
- gitea - gitea
- gitea-actions - gitea-actions
- authentik - authentik
- calibre
# add others here as needed # add others here as needed
# No CSI snapshots; use nodeAgent/restic only # No CSI snapshots; use nodeAgent/restic only
@@ -22,4 +23,4 @@ spec:
defaultVolumesToFsBackup: true defaultVolumesToFsBackup: true
# Retain a bit longer # Retain a bit longer
ttl: 720h # 30 days ttl: 336h # 30 days