From: Tom Hughes Date: Tue, 23 Dec 2014 00:19:40 +0000 (+0000) Subject: Fix path to backup file X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/55b6776970ada86b7d19368174b1311094c5742c Fix path to backup file --- diff --git a/cookbooks/planet/templates/default/planetdump.erb b/cookbooks/planet/templates/default/planetdump.erb index f88a4ff6b..ffa829240 100644 --- a/cookbooks/planet/templates/default/planetdump.erb +++ b/cookbooks/planet/templates/default/planetdump.erb @@ -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"