Files
k8scd/velero/test-backup.yaml
T
2025-03-05 14:22:55 +01:00

15 lines
376 B
YAML

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