zmbkpose 1.0.0 not working well anymore Im trying to use zmbkpose script ver 1.0.0 to make hot backup/recover over mailboxes. Im trying to use the option -f to make a full backup over all accounts but its appear to be a problem to get all account lists. I think this is the problem:
$(which ldapsearch) -x -H $LDAPMASTERSERVER -D $LDAPZIMBRADN -w $LDAPZIMBRAPASS -b -LLL "(objectclass=zimbraAccount)" zimbraMailDeliv
eryAddress zimbraMailHost | grep ^zimbraMail | awk '{print $2}' > "$ACCOUNTSLIST"
This is not working ... the filter objectclass=zimbraAccount is not working. Anyone know why?
BTW. Exist a new version of this script or there is a new backup script with individual restore/backup mailboxes support? |