projects
/
chef.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Enable regular dumps of the main wiki
[chef.git]
/
cookbooks
/
wiki
/
templates
/
default
/
cron_wiki_dump.erb
1
#!/bin/bash
2
# DO NOT EDIT - This file is being maintained by Chef
3
4
cd <%= @basepath %>/maintenance
5
php dumpBackup.php --full > "<%= @dumppath %>/dump.xml"