fixed the mongodump job
This commit is contained in:
parent
4b6e16af76
commit
ca8bf24505
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue