]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/prometheus/templates/default/backup.cron.erb
Fully qualify the name of the backup server
[chef.git] / cookbooks / prometheus / templates / default / backup.cron.erb
index 3273aac61785e64d29639e05080749b7fdb7bda9..d239775994d8a9f96fcfab7b027a3395946d350e 100644 (file)
@@ -14,6 +14,6 @@ ln -s /var/lib/grafana $T/prometheus-$D/grafana
 export RSYNC_RSH="ssh -ax"
 
 nice tar --create --dereference --directory=$T prometheus-$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