X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/5232219867a768acea6c943fdd99126a6d8f7098..HEAD:/cookbooks/git/templates/default/backup.cron.erb diff --git a/cookbooks/git/templates/default/backup.cron.erb b/cookbooks/git/templates/default/backup.cron.erb index 16f85593b..b3404c7d5 100644 --- a/cookbooks/git/templates/default/backup.cron.erb +++ b/cookbooks/git/templates/default/backup.cron.erb @@ -8,9 +8,9 @@ B=git-$D.tar.gz ln -s /var/lib/git $T/git-$D -export GZIP="--rsyncable -9" +export RSYNC_RSH="ssh -ax" -nice tar --create --gzip --dereference --directory=$T --file=$T/$B git-$D -nice rsync $T/$B backup::backup +nice tar --create --dereference --directory=$T git-$D | nice gzip --rsyncable -9 > $T/$B +nice rsync --preallocate --fuzzy $T/$B backup.openstreetmap.org::backup rm -rf $T