Add exclusions LXC tmp zzz_evobackup

This commit is contained in:
William Hirigoyen (Evolix) 2021-12-24 11:36:55 +01:00
parent b9bd67488b
commit e6d8f73b42
1 changed files with 2 additions and 0 deletions

View File

@ -433,6 +433,7 @@ if [ "${SYNC_TASKS}" = "1" ]; then
--exclude "/var/spool/squid" \
--exclude "/var/state" \
--exclude "/var/tmp" \
--exclude "lxc/*/rootfs/tmp" \
--exclude "lxc/*/rootfs/usr/doc" \
--exclude "lxc/*/rootfs/usr/obj" \
--exclude "lxc/*/rootfs/usr/share/doc" \
@ -445,6 +446,7 @@ if [ "${SYNC_TASKS}" = "1" ]; then
--exclude "lxc/*/rootfs/var/log" \
--exclude "lxc/*/rootfs/var/run" \
--exclude "lxc/*/rootfs/var/state" \
--exclude "lxc/*/rootfs/var/tmp" \
--exclude "/home/mysqltmp" \
${rep} \
/etc \