diff options
| author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2012-10-12 22:09:17 +0200 | 
|---|---|---|
| committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2012-10-12 22:09:17 +0200 | 
| commit | 2c5513bd3f35a8f5671d9f52637155a26ad99839 (patch) | |
| tree | ec80a5cf5d28959c8c884400e1e36a371eaa2afd /examples/backup/dirvish/disklserver.intern/disklserver.intern_srv | |
| parent | 0c688483a4dfb3e1c2f496d4a57eb75078dc7bf9 (diff) | |
| download | itzks-systems-2c5513bd3f35a8f5671d9f52637155a26ad99839.tar.gz itzks-systems-2c5513bd3f35a8f5671d9f52637155a26ad99839.tar.bz2 itzks-systems-2c5513bd3f35a8f5671d9f52637155a26ad99839.zip | |
Exclude proc, sys, dev/pts within x2gothinclient chroots and chroot for ,,vertretungsplan-displays''. Also apply similar excludes to ltspserver00 machines.
Diffstat (limited to 'examples/backup/dirvish/disklserver.intern/disklserver.intern_srv')
| -rw-r--r-- | examples/backup/dirvish/disklserver.intern/disklserver.intern_srv/dirvish/default.conf | 9 | 
1 files changed, 9 insertions, 0 deletions
| diff --git a/examples/backup/dirvish/disklserver.intern/disklserver.intern_srv/dirvish/default.conf b/examples/backup/dirvish/disklserver.intern/disklserver.intern_srv/dirvish/default.conf index bb7857a..82ac798 100644 --- a/examples/backup/dirvish/disklserver.intern/disklserver.intern_srv/dirvish/default.conf +++ b/examples/backup/dirvish/disklserver.intern/disklserver.intern_srv/dirvish/default.conf @@ -11,3 +11,12 @@ exclude:          ltsp/i386/proc/**          ltsp/i386/sys/**          ltsp/i386/dev/pts/** +        ltsp/i386/proc/** +        ltsp/i386/sys/** +        ltsp/i386/dev/pts/** +        x2gothinclient/chroot/proc/** +        x2gothinclient/chroot/sys/** +        x2gothinclient/chroot/dev/pts/** +        vertretungsplan-displays/chroot/proc/** +        vertretungsplan-displays/chroot/sys/** +        vertretungsplan-displays/chroot/dev/pts/** | 
