]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/git/templates/default/backup.cron.erb
Use correct user for osm2pgsql exporter on raster servers
[chef.git] / cookbooks / git / templates / default / backup.cron.erb
index 63882720f436b1682647d8b7d5d5323aee837a71..b3404c7d5c4cd08826ce219402988aad261107db 100644 (file)
@@ -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