/opt/zimbra/libexec/zmslapcat is a bash script...
Reading it, I got these two lines:
Code:
${zimbra_home}/openldap/sbin/slapcat -F ${zimbra_home}/data/ldap/config -n 0 -l ${DEST}/${FILE}
${zimbra_home}/openldap/sbin/slapcat -F ${zimbra_home}/data/ldap/config -b "" -l ${DEST}/${FILE} The second command creates a full backup of zimbra´s ldap database (including config database)? Which means,
the output of the second command contains the output of the first command?