]> git.openstreetmap.org Git - chef.git/commitdiff
Fix path to backup file
authorTom Hughes <tom@compton.nu>
Tue, 23 Dec 2014 00:19:40 +0000 (00:19 +0000)
committerTom Hughes <tom@compton.nu>
Tue, 23 Dec 2014 00:19:40 +0000 (00:19 +0000)
cookbooks/planet/templates/default/planetdump.erb

index f88a4ff6b335e812953ee210d6374fe9f3cb9440..ffa8292409abac1d052b03c4515bb24afc32c3e6 100644 (file)
@@ -49,7 +49,7 @@ rm -rf relations relation_tags relation_members
 
 # Run the dump
 time nice -n 19 /opt/planet-dump-ng/planet-dump-ng \
-     -c "pbzip2 -c" -f "${file}" --dense-nodes=1 \
+     -c "pbzip2 -c" -f "/store/backup/${file}" --dense-nodes=1 \
      -C "changesets-${date}.osm.bz2" \
      -x "planet-${date}.osm.bz2" -X "history-${date}.osm.bz2" \
      -p "planet-${date}.osm.pbf" -P "history-${date}.osm.pbf"