fixed the mongodump job

This commit is contained in:
zhitomirskiyi 2010-11-19 16:12:38 -08:00
parent 4b6e16af76
commit ca8bf24505
2 changed files with 2 additions and 2 deletions

View file

@ -1 +1 @@
29 23 * * * exec /usr/local/app/diaspora/script/backup 2>> /tmp/backup/errors.log
42 * * * * exec /usr/local/app/diaspora/script/backup 2>> /tmp/backup/errors.log

View file

@ -3,5 +3,5 @@ execute "Remove Any Pervious Cronjob" do
end
execute "Add the current cronjob" do
command "crontab /usr/local/app/diaspora/chef/files/default/backupcorn.txt"
command "crontab /usr/local/app/diaspora/chef/files/default/backupcron.txt"
end