Files
k8scd/velero/test-schedule.yaml
T
2025-03-04 15:22:06 +01:00

17 lines
409 B
YAML

apiVersion: velero.io/v1
kind: Schedule
metadata:
name: test-backup
namespace: velero
# annotations:
# velero.io/csi-volumesnapshot-class_driver.longhorn.io: "longhorn-backup-vsc"
spec:
schedule: "*/5 * * * *" # Daily at 1 AM
template:
includedNamespaces:
# - immich
# - nextcloud
# - home-assistant
- ttrss
ttl: 15m # 30 days
defaultVolumesToFsBackup: true