X-Git-Url: https://git.sesse.net/?p=backup.sh;a=blobdiff_plain;f=conf%2Fbackup.config.example;fp=conf%2Fbackup.config.example;h=0324ae7135a83894e16ff1f345f356e8db772948;hp=254092d13f202cb79a4a3cf0f738ecba5d86f58b;hb=875b0af73ff25c6f85097b05820ae9f0c0894486;hpb=8dde456890eb37f4efdc7e47fb80a6c191ef4d02 diff --git a/conf/backup.config.example b/conf/backup.config.example index 254092d..0324ae7 100644 --- a/conf/backup.config.example +++ b/conf/backup.config.example @@ -38,6 +38,17 @@ # Otherwise, assume root privileges. nonpriv = + # If set, use the given program to compress and decompress the backup + # (compressor must exist on the host to be backed up, and decompressor + # must exist on the backup host). compressor can be unset; if so, + # either pigz or gzip (autodetected) will be used. You can give flags + # (e.g. -9) if you wish. + # + # Not used for nonpriv (change output-encrypted-backup instead). + # The file will be called .tgz no matter what the compressor is. + compressor = + decompressor = gzip -d + # Config for a given host [pannekake.samfundet.no] maxnumfull = 2