]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/community/templates/default/backup.cron.erb
apt: enable systemd backport in Debian
[chef.git] / cookbooks / community / templates / default / backup.cron.erb
index 4cb919a769a1f35a96afa9d4bec4834212a24286..d23cd47e907e3a98ad05dfbf4e5aab18fc6f83a6 100644 (file)
@@ -15,6 +15,6 @@ ln -s /srv/community.openstreetmap.org/shared/data/postgres_backup $T/community-
 export RSYNC_RSH="ssh -ax"
 
 nice tar --create --numeric-owner --dereference --directory=$T --warning=no-file-changed community-$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