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 = {
|
prune.keep = {
|
||||||
within = "1d";
|
within = "1d";
|
||||||
daily = 7;
|
daily = 365;
|
||||||
weekly = 4;
|
|
||||||
monthly = -1;
|
|
||||||
};
|
};
|
||||||
extraPruneArgs = [ "--stats" ];
|
extraPruneArgs = [ "--stats" ];
|
||||||
};
|
};
|
||||||
|
|
|
@ -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" ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue