The script is giving me error as below:
./zimbrabackup.sh: line 79: /opt/zimbra/bin/zmslapcat: No such file or directory
For some unknown reason my installation does not have zmslapcat.
Regards
8 April 2009
Changing the code line
from
$zimbra_dir/bin/zmslapcat > $backup_dir/$time-zimbra.ldap
to
$zimbra_dir/libexec/zmslapcat > $backup_dir/$time-zimbra.ldap
The script works now.
Last edited by weigenmann; 04-07-2009 at 10:47 PM..
Reason: Change of code line in script
|