Amanda-Users

Re: disklist question

2003-06-19 09:51:46
Subject: Re: disklist question
From: Paul Bijnens <paul.bijnens AT xplanation DOT com>
To: Michael Packer <pac AT stingrayboats DOT com>
Date: Thu, 19 Jun 2003 15:48:32 +0200
Michael Packer wrote:
I'm trying to break up a large disk into smaller sections when it does a
backup.. I tried:

localhost /sda5/other sda5 { exclude "./files"
       exclude "./snap"
       exclude "./web"
always-full } 1

You are using amanda 2.4.3 or above, I presume.

Is your base dumptype "always-full" using gnutar?  Only gnutar
can use the exclude parameter.

Your base dumptype is at the end of the list - strange. I've
never tried it like that; it may work. Verify with:
   amadmin YourConf disklist localhost /sda5/other
to verify that all parameters are indeed correct.

If specifying more than one exclude you want to add the "append"
keyword, otherwise it will overwrite the previous exclude.

And, not really an error, but it's best to use the real host name
instead of "localhost".  This will bite you sooner or later.
Don't tell us we didn't warn you.

Like this:

host.dom.ain  /mount/point {
        allways-full
        program "GNUTAR"
        exclude append "./files"
        exclude append "./snap"
        exclude append "./web"
} 1


--
Paul Bijnens, Xplanation                            Tel  +32 16 397.511
Technologielaan 21 bus 2, B-3001 Leuven, BELGIUM    Fax  +32 16 397.512
http://www.xplanation.com/          email:  Paul.Bijnens AT xplanation DOT com
***********************************************************************
* I think I've got the hang of it now:  exit, ^D, ^C, ^\, ^Z, ^Q, F6, *
* quit,  ZZ, :q, :q!,  M-Z, ^X^C,  logoff, logout, close, bye,  /bye, *
* stop, end, F3, ~., ^]c, +++ ATH, disconnect, halt,  abort,  hangup, *
* PF4, F20, ^X^X, :D::D, KJOB, F14-f-e, F8-e,  kill -1 $$,  shutdown, *
* kill -9 1,  Alt-F4,  Ctrl-Alt-Del,  AltGr-NumLock,  Stop-A,  ...    *
* ...  "Are you sure?"  ...   YES   ...   Phew ...   I'm out          *
***********************************************************************



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