Exclude images system from backup #123

Open
btatu wants to merge 1 commits from exclusion_images_evobackup into stable
1 changed files with 2 additions and 0 deletions

View File

@ -279,6 +279,8 @@ if [ "${SYNC_TASKS}" = "1" ]; then
--exclude "/var/lib/clamav/*.tmp" \
--exclude "/home/mysqltmp" \
--exclude "/var/lib/php/sessions" \
--exclude "/home/images" \
--exclude "/var/lib/libvirt/images" \
${rep} \
/etc \
/root \