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

This commit is contained in:
2025-10-11 11:52:48 -05:00
parent efda5e5598
commit 2eafe082ba

View File

@@ -82,6 +82,7 @@ in
--compression lzma,9 \ --compression lzma,9 \
"$BORG_REPO::$archive" \ "$BORG_REPO::$archive" \
${lib.concatStringsSep " " bak_paths.paths} ${lib.concatStringsSep " " bak_paths.paths}
''
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="${
@@ -106,7 +107,6 @@ in
--keep-daily=7 \ --keep-daily=7 \
--keep-weekly=52 \ --keep-weekly=52 \
--keep-monthly=-1 --keep-monthly=-1
''
) cfg.baks)} ) cfg.baks)}
echo "backup run complete at \"$BORG_REPO::$archive\"" echo "backup run complete at \"$BORG_REPO::$archive\""
''; '';