Compare commits

...

1 commit

Author SHA1 Message Date
Bruno TATU 75bae97a46 Exclude images system from backup
We backup only data or applications but not system image or ISO linux.
2021-02-16 11:46:13 +01:00

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 \