diff --git a/README.md b/README.md new file mode 100644 index 0000000..cc7ccc9 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +Collection of YAML for building daily config and selective volume backups of OCP to MinIO diff --git a/config-backups.yaml b/config-backups.yaml index 13dccbf..7aeaef1 100644 --- a/config-backups.yaml +++ b/config-backups.yaml @@ -19,4 +19,4 @@ spec: defaultVolumesToFsBackup: false # Retain for one week (adjust later) - ttl: 168h + ttl: 336h diff --git a/stateful-backups.yaml b/stateful-backups.yaml index a6da91e..ab7ba13 100644 --- a/stateful-backups.yaml +++ b/stateful-backups.yaml @@ -15,6 +15,7 @@ spec: - gitea - gitea-actions - authentik + - calibre # add others here as needed # No CSI snapshots; use nodeAgent/restic only @@ -22,4 +23,4 @@ spec: defaultVolumesToFsBackup: true # Retain a bit longer - ttl: 720h # 30 days + ttl: 336h # 30 days