View Single Post
  #177 (permalink)  
Old 02-20-2009, 10:07 PM
weigenmann weigenmann is offline
Active Member
 
Posts: 25
Default

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
Reply With Quote