borgmatic: fix prune not finding archives
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
57cacd057b
commit
75db442141
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ in {
|
||||||
|
|
||||||
# https://torsion.org/borgmatic/docs/reference/configuration/
|
# https://torsion.org/borgmatic/docs/reference/configuration/
|
||||||
settings = {
|
settings = {
|
||||||
archive_name_format = "{now:%Y-%m-%d %H:%M:%S}"; # Remove hostname
|
keep_hourly = 24;
|
||||||
keep_daily = 7;
|
keep_daily = 7;
|
||||||
keep_weekly = 4;
|
keep_weekly = 4;
|
||||||
keep_monthly = 1;
|
keep_monthly = 1;
|
||||||
|
|
Loading…
Add table
Reference in a new issue