reduce backup times

This commit is contained in:
2024-10-13 16:20:12 -05:00
parent a7da60e6b4
commit 01495d5f31
32 changed files with 111 additions and 111 deletions

View File

@@ -12,14 +12,14 @@ metadata:
spec:
sourcePVC: matrix-synapse
trigger:
schedule: 0 0 * * *
schedule: 0 0 */3 * *
restic:
pruneIntervalDays: 7
pruneIntervalDays: 30
repository: matrix-synapse-backup-secret
retain:
hourly: 1
daily: 1
weekly: 3
weekly: 1
monthly: 2
yearly: 4
copyMethod: Snapshot
@@ -41,14 +41,14 @@ metadata:
spec:
sourcePVC: mautrix-discord-data
trigger:
schedule: 0 0 * * *
schedule: 0 0 */3 * *
restic:
pruneIntervalDays: 7
pruneIntervalDays: 30
repository: mautrix-discord-data-backup-secret
retain:
hourly: 1
daily: 1
weekly: 3
weekly: 1
monthly: 2
yearly: 4
moverSecurityContext:
@@ -73,14 +73,14 @@ metadata:
spec:
sourcePVC: mautrix-whatsapp-data
trigger:
schedule: 0 0 * * *
schedule: 0 0 */3 * *
restic:
pruneIntervalDays: 7
pruneIntervalDays: 30
repository: mautrix-whatsapp-data-backup-secret
retain:
hourly: 1
daily: 1
weekly: 3
weekly: 1
monthly: 2
yearly: 4
moverSecurityContext: