That link you posted, seems like ZCS 4.0.5, like really old (that was released in 2006 I think). Start https://www.zimbra.com/product/documentation/ - you can see the latest admin guide. Generally though when you say "back up configuration", most of the configuration is stored in Zimbra LDAP instances so as long as you are running regular nightly backups (as zimbra user do "crontab -l | grep -i backup"), then your /opt/zimbra/backup is getting LDAP backups. You could do a few other things at the command line to to add to that...
cd /opt/zimbra/conf; tar czvf /var/tmp/ozc.tgz *
su - zimbra
/opt/zimbra/libexec/zmslapcat /var/tmp
/opt/zimbra/libexec/zmslapcat –c /var/tmp
/opt/zimbra/libexec/zmslapcat –a /var/tmp
zmlocalconfig > /var/tmp/localconfig.bak
That would pretty much get all config/settings on a single Zimbra server instance.
cd /opt/zimbra/conf; tar czvf /var/tmp/ozc.tgz *
su - zimbra
/opt/zimbra/libexec/zmslapcat /var/tmp
/opt/zimbra/libexec/zmslapcat –c /var/tmp
/opt/zimbra/libexec/zmslapcat –a /var/tmp
zmlocalconfig > /var/tmp/localconfig.bak
That would pretty much get all config/settings on a single Zimbra server instance.
Statistics: Posted by karl.b — Sat Jan 20, 2024 12:39 am