zzz_evobackup: add 2 slapcat examples for separate config/data backups

This commit is contained in:
Tristan PILAT 2020-12-04 10:47:44 +01:00
parent d991fff710
commit da8451e649
1 changed files with 2 additions and 0 deletions

View File

@ -145,6 +145,8 @@ if [ "${LOCAL_TASKS}" = "1" ]; then
# You can comment or uncomment sections below to customize the backup
## OpenLDAP : example with slapcat
# slapcat -n 0 -l ${LOCAL_BACKUP_DIR}/config.ldap.bak
# slapcat -n 1 -l ${LOCAL_BACKUP_DIR}/data.ldap.bak
# slapcat -l ${LOCAL_BACKUP_DIR}/ldap.bak
## MySQL