]> git.openstreetmap.org Git - chef.git/blob - cookbooks/wiki/templates/default/cron_wiki_dump.erb
4ed8c8a682df76e91eaea6f7a1e2582bd1e7419d
[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"