]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/stateofthemap/templates/default/backup.cron.erb
Fully qualify the name of the backup server
[chef.git] / cookbooks / stateofthemap / templates / default / backup.cron.erb
index e0f4d87bae534bd939006b8ea9a75460e9a879aa..e4922cf7ef1a83a538744dd3cbc878175af72e7a 100644 (file)
@@ -25,6 +25,6 @@ ln -s /srv/2012.stateofthemap.org $T/sotm-$D/www2012
 export RSYNC_RSH="ssh -ax"
 
 nice tar --create --dereference --directory=$T sotm-$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