From 0ee9f1766dcce8dbc667710631679de935891c74 Mon Sep 17 00:00:00 2001 From: Marcin Engelmann Date: Sat, 9 Nov 2024 23:06:17 +0100 Subject: [PATCH] fix: Allow selecting compression algorithm for recreate command --- borg-backup | 2 ++ 1 file changed, 2 insertions(+) diff --git a/borg-backup b/borg-backup index bc0d76b..a4c6c66 100755 --- a/borg-backup +++ b/borg-backup @@ -399,6 +399,8 @@ case "${COMMAND}" in recreate --show-rc --stats + --compression "${BORG_COMPRESSION}" + --recompress --exclude lost+found --exclude-caches --exclude-if-present .NOBACKUP