more backups
This commit is contained in:
parent
e8252e4f57
commit
0e4e2d7a8f
2 changed files with 3 additions and 7 deletions
|
@ -53,9 +53,7 @@
|
|||
|
||||
prune.keep = {
|
||||
within = "1d";
|
||||
daily = 7;
|
||||
weekly = 4;
|
||||
monthly = -1;
|
||||
daily = 365;
|
||||
};
|
||||
extraPruneArgs = [ "--stats" ];
|
||||
};
|
||||
|
|
|
@ -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" ];
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue