Readd daily and weekly with hour ttl

This commit is contained in:
Ruben Hensen
2025-03-12 21:36:28 +01:00
parent 5bc0b44c34
commit f3f337ff7b
3 changed files with 2 additions and 15 deletions
+13
View File
@@ -0,0 +1,13 @@
apiVersion: velero.io/v1
kind: Schedule
metadata:
name: weekly-backup
annotations:
velero.io/csi-volumesnapshot-class_driver.longhorn.io: "longhorn-backup-vsc"
spec:
schedule: "0 0 * * 0" # Weekly on Sunday at midnight
template:
ttl: 2160h # 90 days
defaultVolumesToFsBackup: true
snapshotVolumes: true
snapshotMoveData: true