X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/6accbe964d9196c8f5b3e8685b10f38b990da6b7..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 63882720f..b3404c7d5 100644 --- a/cookbooks/git/templates/default/backup.cron.erb +++ b/cookbooks/git/templates/default/backup.cron.erb @@ -11,6 +11,6 @@ ln -s /var/lib/git $T/git-$D export RSYNC_RSH="ssh -ax" nice tar --create --dereference --directory=$T git-$D | nice gzip --rsyncable -9 > $T/$B -nice rsync --preallocate --fuzzy $T/$B backup::backup +nice rsync --preallocate --fuzzy $T/$B backup.openstreetmap.org::backup rm -rf $T