290 current 2025-10-11 11:39:41 25.05.20251006.20c4598 6.12.50 *

This commit is contained in:
2025-10-11 11:53:51 -05:00
parent 2eafe082ba
commit d7aabfaa4b

View File

@@ -83,6 +83,7 @@ in
"$BORG_REPO::$archive" \ "$BORG_REPO::$archive" \
${lib.concatStringsSep " " bak_paths.paths} ${lib.concatStringsSep " " bak_paths.paths}
'' ''
) cfg.baks)}
else else
# flatten all paths from cfg.baks into one big list # flatten all paths from cfg.baks into one big list
all_paths="${ all_paths="${
@@ -107,7 +108,6 @@ in
--keep-daily=7 \ --keep-daily=7 \
--keep-weekly=52 \ --keep-weekly=52 \
--keep-monthly=-1 --keep-monthly=-1
) cfg.baks)}
echo "backup run complete at \"$BORG_REPO::$archive\"" echo "backup run complete at \"$BORG_REPO::$archive\""
''; '';
}; };