mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-17 02:12:55 +02:00
Fix daily backup schedule, delete test schedule
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
apiVersion: velero.io/v1
|
apiVersion: velero.io/v1
|
||||||
kind: Schedule
|
kind: Schedule
|
||||||
metadata:
|
metadata:
|
||||||
name: weekly-backup
|
name: daily-backup
|
||||||
annotations:
|
annotations:
|
||||||
velero.io/csi-volumesnapshot-class_driver.longhorn.io: "longhorn-backup-vsc"
|
velero.io/csi-volumesnapshot-class_driver.longhorn.io: "longhorn-backup-vsc"
|
||||||
spec:
|
spec:
|
||||||
|
|||||||
@@ -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
|
|
||||||
Reference in New Issue
Block a user