Backups: Use compression

This commit is contained in:
Tobias Manske 2022-09-05 19:11:25 +02:00
parent 13860c8b9c
commit 99566f6970
Signed by: tobias
GPG Key ID: E83C743C1FC2F79A

View File

@ -26,7 +26,7 @@ borg create \
--list \
--stats \
--show-rc \
--compression none \
--compression lz4 \
--exclude-caches \
--one-file-system \
--exclude "re:^/var/lib/docker/volumes/[a-z0-9]{64}/.*" \