Amanda-Users

Re: tar/ not missing any new directories

2002-11-05 19:30:57
Subject: Re: tar/ not missing any new directories
From: Deb Baddorf <baddorf AT fnal DOT gov>
To: Toralf Lund <toralf AT kscanners DOT com>
Date: Tue, 05 Nov 2002 18:10:49 -0600
At 10:56 AM 10/14/2002 +0200, Toralf Lund wrote:
With tar, and some sort of a guarantee that no individual file will
exceed the tape capacity, this can be done by breaking the disklist
entries up into subdirs,
Yes, that's what I'm doing. The problem with this is that something easily gets left out as new directories are created.

I'm late to this conversation,  but I don't think it is possible to
leave out any new directories with a scheme like this:

define dumptype  diskA-TheRest {
   comp-user-tar       #or other local globally defined TAR dumptype
    exclude list "/diskA/diskA.exclude"
}

on client,    /diskA/diskA.exclude contains:
fred
sally
sam
tom

on server,   disklist:

client.fqdn  /diskA   diskA-TheRest         #excludes fred,sally,sam,tom
client.fqdn  /diskA/fred   comp-user-tar
client.fqdn  /diskA/sally   comp-user-tar
client.fqdn  /diskA/sam   comp-user-tar
client.fqdn  /diskA/tom   comp-user-tar

(a) when remembered, add a new directory by editting "disklist" (explicitly add deb and "client:/diskA/diskA.exclude" explicitly exclude deb
(b)  when forgotten,   new directory is already included in the
"diskA-TheRest"  because you haven't explicitly excluded it.


Deb Baddorf
-------------------
Deb Baddorf         baddorf AT fnal DOT gov              840-2289
"You can't help getting older, but you don't have to get old."
- George Burns                                          <IXOYE><




<Prev in Thread] Current Thread [Next in Thread>