mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-17 10:22:54 +02:00
18 lines
410 B
YAML
18 lines
410 B
YAML
apiVersion: velero.io/v1
|
|
kind: Schedule
|
|
metadata:
|
|
name: daily-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: 30d # 30 days
|
|
defaultVolumesToFsBackup: true
|
|
--- |