lfrc symlink

This commit is contained in:
2025-10-13 20:05:19 -05:00
parent 1d1a13d9ce
commit afb451d3cc
7 changed files with 35 additions and 102 deletions

View File

@@ -80,11 +80,11 @@ in
echo "backing up: ${lib.concatStringsSep " " bak_paths.paths} $archive"
borg create \
--verbose \
--filter AME \
# --filter AME \
--list \
--stats \
--show-rc \
--compression lzma,9 \
--compression lz4 \
"$BORG_REPO::$archive" \
${lib.concatStringsSep " " bak_paths.paths}
echo "pruning old backups for ${bak_name}..."