summaryrefslogtreecommitdiffstats
path: root/installer/OpenSLX/OSSetup/Distro/Base.pm
diff options
context:
space:
mode:
authorOliver Tappe2007-03-14 18:53:20 +0100
committerOliver Tappe2007-03-14 18:53:20 +0100
commit89a650ca99c0da3156df06d26e4c8120a8b1ff70 (patch)
tree210d1127170baf6dd59d058e258eb7ef96a3d1d7 /installer/OpenSLX/OSSetup/Distro/Base.pm
parent* added simple example file for export-filter.local (diff)
downloadcore-89a650ca99c0da3156df06d26e4c8120a8b1ff70.tar.gz
core-89a650ca99c0da3156df06d26e4c8120a8b1ff70.tar.xz
core-89a650ca99c0da3156df06d26e4c8120a8b1ff70.zip
* corrected assumption that rsync filters follow a best-match strategy to a first-match strategy
and adjusted the default filter accordingly git-svn-id: http://svn.openslx.org/svn/openslx/trunk@767 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'installer/OpenSLX/OSSetup/Distro/Base.pm')
-rw-r--r--installer/OpenSLX/OSSetup/Distro/Base.pm82
1 files changed, 41 insertions, 41 deletions
diff --git a/installer/OpenSLX/OSSetup/Distro/Base.pm b/installer/OpenSLX/OSSetup/Distro/Base.pm
index 493a7c67..ec3e1a24 100644
--- a/installer/OpenSLX/OSSetup/Distro/Base.pm
+++ b/installer/OpenSLX/OSSetup/Distro/Base.pm
@@ -54,48 +54,48 @@ sub initialize
];
$self->{'clone-filter'} = "
- - *.bak
- - *.old
- - *lost+found*
- - *~
- - .*.cmd
- - .svn
- - /*
- + /bin
- + /boot
- + /dev
- - /dev/*
- + /etc
- - /etc/dxs
- - /etc/exports*
- - /etc/opt/openslx
- - /etc/resolv.conf.*
- - /etc/samba/secrets.tdb
- - /etc/shadow*
- - /etc/vmware/installer.sh
- + /home
- - /home/*
- + /lib
- + /lib64
- + /mnt
- - /mnt/*
- + /opt
- - /opt/openslx
- + /proc
- - /proc/*
- + /root
- - /root/*
- + /sbin
- + /sys
- - /sys/*
- + /tmp
- - /tmp/*
- + /usr
- - /usr/lib/vmware/modules/*
- + /var
- - /var/lib/vmware
- - /var/opt/openslx
- /var/tmp/*
+ - /var/opt/openslx
+ - /var/lib/vmware
+ + /var
+ - /usr/lib/vmware/modules/*
+ + /usr
+ - /tmp/*
+ + /tmp
+ - /sys/*
+ + /sys
+ + /sbin
+ - /root/*
+ + /root
+ - /proc/*
+ + /proc
+ - /opt/openslx
+ + /opt
+ - /mnt/*
+ + /mnt
+ + /lib64
+ + /lib
+ - /home/*
+ + /home
+ - /etc/vmware/installer.sh
+ - /etc/shadow*
+ - /etc/samba/secrets.tdb
+ - /etc/resolv.conf.*
+ - /etc/opt/openslx
+ - /etc/exports*
+ - /etc/dxs
+ + /etc
+ - /dev/*
+ + /dev
+ + /boot
+ + /bin
+ - /*
+ - .svn
+ - .*.cmd
+ - *~
+ - *lost+found*
+ - *.old
+ - *.bak
";
$self->initDistroInfo();