1 |
jcrisp |
1.1 |
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 |
2 |
|
|
--- e-smith-flexbackup-2.6.0.old/root/etc/e-smith/templates/etc/flexbackup.conf/10filesystems 2020-12-26 21:49:51.224307307 +0100 |
3 |
|
|
+++ e-smith-flexbackup-2.6.0/root/etc/e-smith/templates/etc/flexbackup.conf/10filesystems 2020-12-26 21:50:47.927176646 +0100 |
4 |
|
|
@@ -16,7 +16,7 @@ |
5 |
|
|
while (<FSTAB>) |
6 |
|
|
{ |
7 |
|
|
/\S+\s+(\S+)\s+(\S+)\s+(\S+)/ && |
8 |
|
|
- ($2 eq "ext2" or $2 eq "ext3" or $2 eq "ext4") && |
9 |
|
|
+ ($2 eq "ext2" or $2 eq "ext3" or $2 eq "ext4" or $2 eq "xfs") && |
10 |
|
|
$3 !~ /(?:noauto|loop)/ && |
11 |
|
|
$1 !~ /^\/var\/spool\/squid/ && |
12 |
|
|
$1 !~ /^\/boot$/ && |