From a54126f045be4404f26bd53a895bd4f037ea24fb Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Mon, 3 Mar 2025 13:21:45 +0100 Subject: [PATCH] Change default backup to include fs --- velero/backup-schedule.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/velero/backup-schedule.yaml b/velero/backup-schedule.yaml index 26a6301..393ba80 100644 --- a/velero/backup-schedule.yaml +++ b/velero/backup-schedule.yaml @@ -11,7 +11,8 @@ spec: # - nextcloud # - home-assistant # - ttrss - ttl: 720h # 30 days + ttl: 30d # 30 days + defaultVolumesToFsBackup: true --- apiVersion: velero.io/v1 kind: Schedule @@ -26,4 +27,5 @@ spec: # - nextcloud # - home-assistant # - ttrss - ttl: 2160h # 90 days \ No newline at end of file + ttl: 90d # 90 days + defaultVolumesToFsBackup: true \ No newline at end of file