]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/mailman/templates/default/backup.cron.erb
Merge branch 'patch-2' of https://github.com/Tigerfell/chef into pr257
[chef.git] / cookbooks / mailman / templates / default / backup.cron.erb
index 80a5c8ba2d7c89d745f60d8b55cc2f965913cbf1..a876ae81edd5747c4eeb473b64ffbafd7b4c8cb0 100644 (file)
@@ -9,10 +9,9 @@ B=lists-$D.tar.gz
 mkdir $T/lists-$D
 ln -s /var/lib/mailman $T/lists-$D/mailman
 
-export GZIP="--rsyncable -9"
 export RSYNC_RSH="ssh -ax"
 
-nice tar --create --gzip --dereference --directory=$T --file=$T/$B lists-$D
-nice rsync $T/$B backup::backup
+nice tar --create --dereference --warning=no-file-changed --directory=$T lists-$D | nice gzip --rsyncable -9 > $T/$B
+nice rsync --preallocate --fuzzy $T/$B backup::backup
 
 rm -rf $T