diff --git a/velero/daily-backup.yaml b/velero/daily-backup.yaml index 06d2d2e..e812800 100644 --- a/velero/daily-backup.yaml +++ b/velero/daily-backup.yaml @@ -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: diff --git a/velero/test-backup.yaml b/velero/test-backup.yaml deleted file mode 100644 index e6f27ca..0000000 --- a/velero/test-backup.yaml +++ /dev/null @@ -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 \ No newline at end of file