X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/adfa6891bb5bec936aea3afc25c6d17a0ca16e94..93c098cdc4f22b1fe69ecd88b3ac2d2b211780ff:/cookbooks/stateofthemap/templates/default/backup.cron.erb diff --git a/cookbooks/stateofthemap/templates/default/backup.cron.erb b/cookbooks/stateofthemap/templates/default/backup.cron.erb index 3f2fe9776..cb7171b6f 100644 --- a/cookbooks/stateofthemap/templates/default/backup.cron.erb +++ b/cookbooks/stateofthemap/templates/default/backup.cron.erb @@ -27,6 +27,6 @@ export GZIP="--rsyncable -9" export RSYNC_RSH="ssh -ax" nice tar --create --gzip --dereference --directory=$T --file=$T/$B sotm-$D -nice rsync $T/$B backup::backup +nice rsync --preallocate --fuzzy $T/$B backup::backup rm -rf $T