Exclude /var/tmp from backups in zzz_evobackup

This commit is contained in:
William Hirigoyen (Evolix) 2021-11-17 15:34:39 +01:00
parent edcec2d619
commit 0aa233d939
1 changed files with 1 additions and 0 deletions

View File

@ -432,6 +432,7 @@ if [ "${SYNC_TASKS}" = "1" ]; then
--exclude "/var/spool/smtpd" \
--exclude "/var/spool/squid" \
--exclude "/var/state" \
--exclude "/var/tmp" \
--exclude "lxc/*/rootfs/usr/doc" \
--exclude "lxc/*/rootfs/usr/obj" \
--exclude "lxc/*/rootfs/usr/share/doc" \