From 36ce0e0009c7e9e6e423c415ce2bc95d0bf5ea3f Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Tue, 4 Mar 2025 00:17:20 +0100 Subject: [PATCH] Change schedule back to 01:00 --- velero/backup-schedule.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/velero/backup-schedule.yaml b/velero/backup-schedule.yaml index 1e5d426..69f08fd 100644 --- a/velero/backup-schedule.yaml +++ b/velero/backup-schedule.yaml @@ -6,7 +6,7 @@ metadata: annotations: velero.io/csi-volumesnapshot-class_driver.longhorn.io: "longhorn-backup-vsc" spec: - schedule: "15 22 * * *" # Daily at 1 AM + schedule: "0 1 * * *" # Daily at 1 AM template: # includedNamespaces: # - immich