/[smeserver]/rpms/e-smith-flexbackup/sme10/e-smith-flexbackup-2.6.0-bz11292-add-xfs-support.patch
ViewVC logotype

Contents of /rpms/e-smith-flexbackup/sme10/e-smith-flexbackup-2.6.0-bz11292-add-xfs-support.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Sat Dec 26 20:57:59 2020 UTC (3 years, 4 months ago) by jcrisp
Branch: MAIN
CVS Tags: e-smith-flexbackup-2_6_0-2_el7_sme, e-smith-flexbackup-2_6_0-3_el7_sme, HEAD
* Sat Dec 26 2020 John Crisp <jcrisp@safeandsoundit.co.uk> 2.6.0-2.sme
- Add XFS support - thanks to John Bennett  [SME: 11292]

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$/ &&

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed