Skip to content

Commit

Permalink
Updating cron file
Browse files Browse the repository at this point in the history
Zmbackup can only run 1 session per time, and all the sessions was running at the same time.
  • Loading branch information
lucascbeyeler authored Jun 1, 2017
1 parent f28190c commit d16b747
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions etc/zmbackup.cron
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
SHELL=/bin/bash
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/bin
MAILTO=root
0 1 * * 0 zimbra zmbackup -f
0 1 * * 1-6 zimbra zmbackup -i
0 1 * * * zimbra zmbackup -f -dl
0 1 * * * zimbra zmbackup -f -al
0 0 * * * zimbra zmbhousekeep
0 2 * * 0 zimbra zmbackup -f
0 2 * * 1-6 zimbra zmbackup -i
0 1 * * * zimbra zmbackup -f -dl
30 1 * * * zimbra zmbackup -f -al
0 0 * * * zimbra zmbhousekeep

0 comments on commit d16b747

Please sign in to comment.