Quote:
Just to make sure Zimbra backs up to the right folder, I edited the crontab and add zmbackup -f -a -t /path_to_backup/folder |
the right line of full backup may be like the following:
Code:
zmbackup -f -a all -t /path_to_backup/folder
you have missed the 'all' argument after -a option.
So, you can edit the crontab of zimbra user and modify the line to be like this:
Code:
0 1 * * 6 /opt/zimbra/bin/zmbackup -f -a all -t /path_to_backup/folder
Regards