more backups

This commit is contained in:
cy 2024-12-28 18:11:31 -05:00
parent e8252e4f57
commit 0e4e2d7a8f
2 changed files with 3 additions and 7 deletions

View file

@ -53,9 +53,7 @@
prune.keep = { prune.keep = {
within = "1d"; within = "1d";
daily = 7; daily = 365;
weekly = 4;
monthly = -1;
}; };
extraPruneArgs = [ "--stats" ]; extraPruneArgs = [ "--stats" ];
}; };

View file

@ -221,7 +221,7 @@
BORG_EXIT_CODES = "modern"; BORG_EXIT_CODES = "modern";
}; };
compression = "auto,zstd,8"; compression = "auto,zstd,8";
startAt = "daily"; startAt = "hourly";
extraCreateArgs = [ extraCreateArgs = [
"--stats" "--stats"
"-x" "-x"
@ -238,9 +238,7 @@
prune.keep = { prune.keep = {
within = "1d"; within = "1d";
daily = 7; daily = 365;
weekly = 4;
monthly = -1;
}; };
extraPruneArgs = [ "--stats" ]; extraPruneArgs = [ "--stats" ];
}; };