]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/otrs/templates/default/backup.cron.erb
Fully qualify the name of the backup server
[chef.git] / cookbooks / otrs / templates / default / backup.cron.erb
index cc782c29cfbf4ea68eae0d2b12155e58606e9573..e7af774dc346d1d1906cf89273ab5a6b2412a28f 100644 (file)
@@ -16,6 +16,6 @@ ln -s /etc/apache2/sites-available/otrs.openstreetmap.org.conf $T/otrs-$D/apache
 export RSYNC_RSH="ssh -ax"
 
 nice tar --create --dereference --directory=$T otrs-$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