1 |
mrjhb3 |
1.1 |
diff -Nur -x '*.orig' -x '*.rej' e-smith-flexbackup-2.4.0/root/etc/e-smith/templates/etc/flexbackup.conf/10filesystems mezzanine_patched_e-smith-flexbackup-2.4.0/root/etc/e-smith/templates/etc/flexbackup.conf/10filesystems |
2 |
|
|
--- e-smith-flexbackup-2.4.0/root/etc/e-smith/templates/etc/flexbackup.conf/10filesystems 2006-03-15 14:18:05.000000000 -0600 |
3 |
|
|
+++ mezzanine_patched_e-smith-flexbackup-2.4.0/root/etc/e-smith/templates/etc/flexbackup.conf/10filesystems 2013-10-07 17:30:49.651702857 -0500 |
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") && |
9 |
|
|
+ ($2 eq "ext2" or $2 eq "ext3" or $2 eq "ext4") && |
10 |
|
|
$3 !~ /(?:noauto|loop)/ && |
11 |
|
|
$1 !~ /^\/var\/spool\/squid/ && |
12 |
|
|
$1 !~ /^\/boot$/ && |