1
1
Fork 0

borgmatic: fix prune not finding archives

Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
Myned 2025-01-17 16:25:35 -06:00
parent 57cacd057b
commit 75db442141
Signed by: Myned
GPG key ID: C7224454F7881A34

View file

@ -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;