3 # DO NOT EDIT - This file is being maintained by Chef
7 export ZSTD_NBTHREADS=0
9 T=$(mktemp -d -t -p /var/tmp lists.XXXXXXXXXX)
14 ln -s /var/lib/mailman "$T/lists-$D/mailman"
16 nice tar --create --dereference \
17 --warning=no-file-changed \
18 --warning=no-file-removed \
19 --exclude='*/archives/*.txt.gz' \
22 "lists-$D" | nice zstd --quiet --long --rsyncable -o "$T/$B"
24 nice rsync --preallocate --fuzzy "$T/$B" backup.openstreetmap.org::backup