Fix daily backup schedule, delete test schedule

This commit is contained in:
Ruben Hensen
2025-03-06 21:33:31 +01:00
parent cbc3a0b60f
commit 510d860d74
2 changed files with 1 additions and 16 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
apiVersion: velero.io/v1
kind: Schedule
metadata:
name: weekly-backup
name: daily-backup
annotations:
velero.io/csi-volumesnapshot-class_driver.longhorn.io: "longhorn-backup-vsc"
spec:
-15
View File
@@ -1,15 +0,0 @@
apiVersion: velero.io/v1
kind: Schedule
metadata:
name: test-backup
annotations:
velero.io/csi-volumesnapshot-class_driver.longhorn.io: "longhorn-backup-vsc"
spec:
schedule: "*/2 * * * *" # Daily at 1 AM
template:
includedNamespaces:
- ttrss
ttl: 15m # 30 days
defaultVolumesToFsBackup: true
snapshotVolumes: true
snapshotMoveData: true