From 76bd0dc022ae1fcf0fcaf73211b34f4ae65f9a4e Mon Sep 17 00:00:00 2001 From: Sebastian Date: Sun, 22 Aug 2010 19:00:45 +0200 Subject: with newer rsync versions /var was ignored .. --- installer/OpenSLX/OSExport/Distro/Any.pm | 1 + installer/OpenSLX/OSSetup/Distro/Base.pm | 1 + 2 files changed, 2 insertions(+) diff --git a/installer/OpenSLX/OSExport/Distro/Any.pm b/installer/OpenSLX/OSExport/Distro/Any.pm index b5f46366..dc3c7c8b 100644 --- a/installer/OpenSLX/OSExport/Distro/Any.pm +++ b/installer/OpenSLX/OSExport/Distro/Any.pm @@ -37,6 +37,7 @@ sub initDistroInfo my $self = shift; $self->{'export-filter'} = " + + /var - /var/tmp/* - /var/spool/* - /var/run/* diff --git a/installer/OpenSLX/OSSetup/Distro/Base.pm b/installer/OpenSLX/OSSetup/Distro/Base.pm index c5d23a49..4ebdbd3f 100644 --- a/installer/OpenSLX/OSSetup/Distro/Base.pm +++ b/installer/OpenSLX/OSSetup/Distro/Base.pm @@ -68,6 +68,7 @@ sub initialize ]; $self->{'clone-filter'} = " + + /var - /var/cache/apt/archives/*.deb - /var/cache/apt/archives/lock - /var/cache/apt/archives/partial/* -- cgit v1.2.3-55-g7522