change compression to 'auto'

This commit is contained in:
Daniel Sommer 2024-11-05 16:34:19 +01:00
parent 4d6c30d30a
commit 3ca7eea87d

View file

@ -23,7 +23,7 @@ home="$(dirname $(realpath "$0"))"
export RESTIC_USER="$(whoami)"
export RESTIC_REPOSITORY="rest:http://192.168.100.101:8000"
export RESTIC_PASSWORD="\$Velvet90"
export RESTIC_COMPRESSION="max"
export RESTIC_COMPRESSION="auto"
export RESTIC_CACHE_DIR="/var/cache/restic"
export RESTIC_LOG="/var/log/restic-$action.log"