Import last version of zzz_evobackup file
continuous-integration/drone/pr Build is failing Details
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Jérémy Dubois 2021-01-07 09:48:38 +01:00
parent 55745e1a62
commit 7f5627f6bd
1 changed files with 3 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 # You can comment or uncomment sections below to customize the backup
## OpenLDAP : example with slapcat ## 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 # slapcat -l ${LOCAL_BACKUP_DIR}/ldap.bak
## MySQL ## MySQL
@ -403,6 +405,7 @@ if [ "${SYNC_TASKS}" = "1" ]; then
--exclude "/var/log/evobackup*" \ --exclude "/var/log/evobackup*" \
--exclude "/var/run" \ --exclude "/var/run" \
--exclude "/var/spool/postfix" \ --exclude "/var/spool/postfix" \
--exclude "/var/spool/smtpd" \
--exclude "/var/spool/squid" \ --exclude "/var/spool/squid" \
--exclude "/var/state" \ --exclude "/var/state" \
--exclude "lxc/*/rootfs/usr/doc" \ --exclude "lxc/*/rootfs/usr/doc" \