From 89c1be51867fb144fa18502fd79d6d6894f5e945 Mon Sep 17 00:00:00 2001 From: blake Date: Sat, 11 Oct 2025 12:01:18 -0500 Subject: [PATCH] 290 current 2025-10-11 11:39:41 25.05.20251006.20c4598 6.12.50 * --- modules/system/backups.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/system/backups.nix b/modules/system/backups.nix index da9c01e..4accfbb 100644 --- a/modules/system/backups.nix +++ b/modules/system/backups.nix @@ -82,15 +82,15 @@ in --compression lzma,9 \ "$BORG_REPO::$archive" \ ${lib.concatStringsSep " " bak_paths.paths} - '' - ) cfg.baks)} echo "pruning old backups for ${bak_name}..." borg prune -v --list "$BORG_REPO" \ --prefix "${bak_name}-" \ --keep-daily=7 \ --keep-weekly=52 \ --keep-monthly=-1 - echo "backup run complete at \"$BORG_REPO::$archive\"" + echo "backup run complete at \"$BORG_REPO::$archive\"" + '' + ) cfg.baks)} else # flatten all paths from cfg.baks into one big list all_paths="${