projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
78765ab
)
Fix path to backup file
author
Tom Hughes
<tom@compton.nu>
Tue, 23 Dec 2014 00:19:40 +0000
(
00:19
+0000)
committer
Tom Hughes
<tom@compton.nu>
Tue, 23 Dec 2014 00:19:40 +0000
(
00:19
+0000)
cookbooks/planet/templates/default/planetdump.erb
patch
|
blob
|
history
diff --git
a/cookbooks/planet/templates/default/planetdump.erb
b/cookbooks/planet/templates/default/planetdump.erb
index f88a4ff6b335e812953ee210d6374fe9f3cb9440..ffa8292409abac1d052b03c4515bb24afc32c3e6 100644
(file)
--- 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"