Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/chef
diff options
context:
space:
mode:
authormaxwell <maxwell@joindiaspora.com>2011-02-03 01:54:55 +0300
committermaxwell <maxwell@joindiaspora.com>2011-02-03 01:55:13 +0300
commit94135827ce390e42637c9094bf049d08a44ddbf4 (patch)
tree0ec68b6aa2a1eabc5bcefa4517ba0cf54f96b4d4 /chef
parentcd8d9989cfdb1cfe62f488b4b22f58ac263acd8a (diff)
add mysql dump cron and task
Diffstat (limited to 'chef')
-rw-r--r--chef/cookbooks/common/files/default/backupcron.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/chef/cookbooks/common/files/default/backupcron.txt b/chef/cookbooks/common/files/default/backupcron.txt
index 5b869ae2b..3235ea168 100644
--- a/chef/cookbooks/common/files/default/backupcron.txt
+++ b/chef/cookbooks/common/files/default/backupcron.txt
@@ -1,3 +1,4 @@
#statistics
42 15 * * * cd /usr/local/app/diaspora && exec /usr/local/bin/ruby /usr/local/bin/bundle exec rake --trace statistics:users_splunk &> /usr/local/app/diaspora/log/stats.log
42 15 * * * cd /usr/local/app/diaspora && exec /usr/local/bin/ruby /usr/local/bin/bundle exec rake --trace statistics:content_splunk &> /usr/local/app/diaspora/log/stats.log
+0 * * * * cd /usr/local/app/diaspora && exec /usr/local/bin/ruby /usr/local/bin/bundle exec rake --trace backup:mysql