Change schedule backup

This commit is contained in:
Ruben Hensen
2025-03-03 22:40:24 +01:00
parent a54126f045
commit 4607163d4e
8 changed files with 557 additions and 3 deletions
+5 -1
View File
@@ -3,8 +3,10 @@ kind: Schedule
metadata:
name: daily-backup
namespace: velero
annotations:
velero.io/csi-volumesnapshot-class_driver.longhorn.io: "longhorn-backup-vsc"
spec:
schedule: "0 1 * * *" # Daily at 1 AM
schedule: "41 22 * * *" # Daily at 1 AM
template:
# includedNamespaces:
# - immich
@@ -19,6 +21,8 @@ kind: Schedule
metadata:
name: weekly-backup
namespace: velero
annotations:
velero.io/csi-volumesnapshot-class_driver.longhorn.io: "longhorn-backup-vsc"
spec:
schedule: "0 0 * * 0" # Weekly on Sunday at midnight
template: