]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/civicrm/templates/default/backup.cron.erb
Pin osm username check to revision
[chef.git] / cookbooks / civicrm / templates / default / backup.cron.erb
index 8ee0c5257b3033c9c6a7a487b44940e783c89078..61bb4cd453898600d7414bddc15268004a6ed591 100644 (file)
@@ -17,6 +17,6 @@ export GZIP="--rsyncable -9"
 export RSYNC_RSH="ssh -ax"
 
 nice tar --create --gzip --dereference --directory=$T --file=$T/$B osmf-crm-$D
-nice rsync $T/$B backup::backup
+nice rsync --preallocate --fuzzy $T/$B backup::backup
 
 rm -rf $T