1
1
Fork 0

borgmatic: disable yearly backup

Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
Myned 2025-01-17 15:17:28 -06:00
parent 673794774f
commit 64f2e0ec3c
Signed by: Myned
GPG key ID: C7224454F7881A34

View file

@ -32,7 +32,7 @@ in {
keep_daily = 7; keep_daily = 7;
keep_weekly = 4; keep_weekly = 4;
keep_monthly = 1; keep_monthly = 1;
keep_yearly = 1; keep_yearly = 0;
retries = 10; retries = 10;
retry_wait = 60; # Additive seconds per retry retry_wait = 60; # Additive seconds per retry
compression = "auto,zstd"; # Use heuristics to decide whether to compress with zstd compression = "auto,zstd"; # Use heuristics to decide whether to compress with zstd