Backups: Use compression

This commit is contained in:
2022-09-05 19:11:25 +02:00
parent 13860c8b9c
commit 99566f6970

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}/.*" \