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 = {
within = "1d";
daily = 7;
weekly = 4;
monthly = -1;
daily = 365;
};
extraPruneArgs = [ "--stats" ];
};

View file

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