-
-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cron Job doesn't appear to be backing up correctly #161
Comments
could you show me your cron job |
Strangely it looks like it may be working fine now. I have just checked the backups and it generated a new full backup on Sunday, which is as to be expected based on the cron job settings and this was the expected full size. I shall keep an eye on things for now and report back if I notice anything unexpected |
OK, so I've left it running for a few days now and something definitely does not seem correct. Here is the output of zmbackup -l ran under the zimbra user: +---------------------------+--------------+--------------+----------+----------------------------+ I am using the standard cron job file that is created when installing zmbackup.
This file is used to manage the time and day each backup activity will be
SHELL=/bin/bash
Mailbox Backup: Every day at 1:30AM 30 1 * * * zimbra zmbackup -f -ldp |
change you see inside of the full-20210516013001 and |
ISSUE TYPE: Bug Report / Question (as this may be user error on my part)
ENVIRONMENT VERSION:
SUMMARY:
If I manually run the "zmbackup -f" command as the user: zimbra, a complete backup appears to be created of all accounts on my mail server and it produces a full backup of around 3.4GB.
However, leaving the /etc/cron.d/zmbackup file to do it's thing does not produce the same results. For example, if I delete all existing backups using the zmbackup -d command and then leave the backup to run via cron overnight, it only appears to create a full backup of 45MB
The text was updated successfully, but these errors were encountered: