change compression to 'auto'
This commit is contained in:
parent
4d6c30d30a
commit
3ca7eea87d
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue