From 4a139962b4727bd2b192caf44a41e568cb25bc72 Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Tue, 4 Mar 2025 15:06:06 +0100 Subject: [PATCH] Add test backup --- velero/test-schedule.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/velero/test-schedule.yaml b/velero/test-schedule.yaml index eaa966e..6269989 100644 --- a/velero/test-schedule.yaml +++ b/velero/test-schedule.yaml @@ -1,7 +1,7 @@ apiVersion: velero.io/v1 kind: Schedule metadata: - name: daily-backup + name: test-backup namespace: velero annotations: velero.io/csi-volumesnapshot-class_driver.longhorn.io: "longhorn-backup-vsc" @@ -14,5 +14,4 @@ spec: # - home-assistant - ttrss ttl: 30d # 30 days - defaultVolumesToFsBackup: true ---- \ No newline at end of file + defaultVolumesToFsBackup: true \ No newline at end of file