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"
 
  17 nice tar --create --dereference \
 
  18     --warning=no-file-changed \
 
  19     --warning=no-file-removed \
 
  20     --ignore-failed-read \
 
  21     --exclude='*/archives/*.txt.gz' \
 
  24     "lists-$D" | nice zstd --quiet --long --rsyncable -o "$T/$B"
 
  26 nice rsync --preallocate --fuzzy "$T/$B" backup.openstreetmap.org::backup