]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/mailman/templates/default/backup.cron.erb
Fully qualify the name of the backup server
[chef.git] / cookbooks / mailman / templates / default / backup.cron.erb
index 8d72d9d6000edad0f04b567cad8c8296024b9a30..cb0eda69d24f77a8f7a8852bd9637c1868f5f3a8 100644 (file)
@@ -12,6 +12,6 @@ ln -s /var/lib/mailman $T/lists-$D/mailman
 export RSYNC_RSH="ssh -ax"
 
 nice tar --create --dereference --warning=no-file-changed --warning=no-file-removed --directory=$T lists-$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