From bed2106cfdb70e5f999cb2ac6a87dd06874ff9bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Thu, 6 Nov 2025 10:34:09 +0100 Subject: [PATCH] fix: update Backrest config version to 4 for compatibility Changed config version from 1 to 4 to match Backrest 1.10.1 requirements. Version 1 is too old and requires migration through intermediate version 1.4.0. Config now loads successfully with all 11 backup plans scheduled. --- restic/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/restic/config.json b/restic/config.json index 9171f6f..d8629c6 100644 --- a/restic/config.json +++ b/restic/config.json @@ -1,5 +1,5 @@ { - "version": 1, + "version": 4, "instance": "falcon", "repos": [ {