]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/osqa/templates/default/backup.cron.erb
Fully qualify the name of the backup server
[chef.git] / cookbooks / osqa / templates / default / backup.cron.erb
index 020a035497d6910ef7084151595cd514a03a32cf..5734bb1d4a6fe231ce4d0a08627ac3d1dccd5560 100644 (file)
@@ -15,6 +15,6 @@ ln -s <%= @directory %>/upfiles $T/<%= @name %>-$D/upfiles
 export RSYNC_RSH="ssh -ax"
 
 nice tar --create --dereference --directory=$T <%= @name %>-$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