configurable compression

This commit is contained in:
Luc Stroobant 2018-01-29 20:34:41 +01:00
parent 09103099d7
commit 9558d3a0ac
2 changed files with 3 additions and 1 deletions

View file

@ -8,7 +8,9 @@ borgbackup_version: "1.1.4"
borgbackup_checksum: "sha256:4ecf507f21f0db7c437b2ef34566273d7ba5a7d05e921c6f0e3406c3f96933a7"
borgbackup_download_url: "https://github.com/borgbackup/borg/releases/download/{{ borgbackup_version }}/borg-linux64"
borgbackup_compression: "auto,zlib,6"
borgbackup_encryption_mode: keyfile
borgbackup_pre_commands:
- '[[ ! -f "/usr/sbin/automysqlbackup" ]] || /usr/sbin/automysqlbackup'