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 | |
| 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')
| -rw-r--r-- | examples/backup/dirvish/disklserver.intern/disklserver.intern_srv/dirvish/default.conf | 9 | ||||
| -rw-r--r-- | examples/backup/dirvish/ltspserver00.intern/ltspserver00.intern_opt/dirvish/default.conf | 9 | 
2 files changed, 17 insertions, 1 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/** diff --git a/examples/backup/dirvish/ltspserver00.intern/ltspserver00.intern_opt/dirvish/default.conf b/examples/backup/dirvish/ltspserver00.intern/ltspserver00.intern_opt/dirvish/default.conf index b01d5fe..ce62e83 100644 --- a/examples/backup/dirvish/ltspserver00.intern/ltspserver00.intern_opt/dirvish/default.conf +++ b/examples/backup/dirvish/ltspserver00.intern/ltspserver00.intern_opt/dirvish/default.conf @@ -6,4 +6,11 @@ index: gzip  log: gzip  image-default: %Y%m%d  exclude: -        _NO-BACKUP_/**
\ No newline at end of file +        _NO-BACKUP_/** +        ltsp/swapfiles/** +        ltsp/i386/proc/** +        ltsp/i386/sys/** +        ltsp/i386/dev/pts/** +        x2gothinclient/chroot/proc/** +        x2gothinclient/chroot/sys/** +        x2gothinclient/chroot/dev/pts/** | 
