]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/chef/templates/default/repository-backup.cron.erb
Allow hsts preload
[chef.git] / cookbooks / chef / templates / default / repository-backup.cron.erb
index 2e55f057561e5d5a0cb5f77c0b93b5f569677856..f82e7b2273a58d1a097b2a7085c25516df75f9d2 100644 (file)
@@ -9,6 +9,6 @@ ln -s /var/lib/git/chef.git $T/chef-repository-$D
 export GZIP="--rsyncable -9"
 
 nice tar --create --gzip --dereference --directory=$T --file=$T/$B chef-repository-$D
-nice rsync $T/$B backup::backup
+nice rsync --preallocate --fuzzy $T/$B backup::backup
 
 rm -rf $T