borgmatic: disable yearly backup
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
673794774f
commit
64f2e0ec3c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue