diff -ruN e-smith-flexbackup-2.6.0.old/root/etc/e-smith/templates/etc/flexbackup.conf/10filesystems e-smith-flexbackup-2.6.0/root/etc/e-smith/templates/etc/flexbackup.conf/10filesystems --- e-smith-flexbackup-2.6.0.old/root/etc/e-smith/templates/etc/flexbackup.conf/10filesystems 2020-12-26 21:49:51.224307307 +0100 +++ e-smith-flexbackup-2.6.0/root/etc/e-smith/templates/etc/flexbackup.conf/10filesystems 2020-12-26 21:50:47.927176646 +0100 @@ -16,7 +16,7 @@ while () { /\S+\s+(\S+)\s+(\S+)\s+(\S+)/ && - ($2 eq "ext2" or $2 eq "ext3" or $2 eq "ext4") && + ($2 eq "ext2" or $2 eq "ext3" or $2 eq "ext4" or $2 eq "xfs") && $3 !~ /(?:noauto|loop)/ && $1 !~ /^\/var\/spool\/squid/ && $1 !~ /^\/boot$/ &&