3 # DO NOT EDIT - This file is being maintained by Chef
 
   5 T=$(mktemp -d -t -p /var/tmp lists.XXXXXXXXXX)
 
  10 ln -s /var/lib/mailman $T/lists-$D/mailman
 
  12 export RSYNC_RSH="ssh -ax"
 
  14 nice tar --create --dereference --warning=no-file-changed --directory=$T lists-$D | nice gzip --rsyncable -9 > $T/$B
 
  15 nice rsync --preallocate --fuzzy $T/$B backup::backup