Amanda-Users

Re: Help

2003-10-06 05:58:07
Subject: Re: Help
From: Paul Bijnens <paul.bijnens AT xplanation DOT com>
To: Rohit <rohit AT genetechindia DOT com>, AMANDA Users <amanda-users AT amanda DOT org>
Date: Mon, 06 Oct 2003 11:52:57 +0200
Rohit wrote:

my disklist entry looks like this:

machine1 /ha2 /h2 {
  comp-user-tar
  exclude "./Appleshare" "./apple"
}

Does "/h2" on machine1 exist? Or is it named "/ha2"?
Why do you have a different name here?
The possibility to give a label to the share is
to do something like:

machine1 /home /snapshot/home comp-user-tar

Here you make a backup of the the filesystem "/home"
but you you do this by backing up the snapshot filesystem
mounted under /snapshot/home.

Or something like this:

machine1 /homeAN /home {
        comp-user-tar
        include "./[a-nA-N]*"
        }
machine1 /homeREST /home {
        comp-user-tar
        exclude "./[a-nA-N]*"
        }

Here you make a backup of the same share twice, but with
a complementing include/exclude option.  Handy to split
a large filesystem into multiple DLE's.

But labeling a DLE different than it's physical name, is
just plain confusing.  Which one is real?


machine1 /Label-Group1 //meosis/users {
 comp-user-tar
 exclude "./user1" "./user2" "./user3" "./user4"
}

Here you have a samba-share on host meosis, to be backed
up by smbclient on machine1.  (samba implementation for amanda
cannot do multiple excludes (yet)

Is that what you want?  Is smbclient compiled in on the amanda
software on "machine1"?

It also helps specifying which version of amanda (on server and client)
you are using.



Where could I have gone wrong?

In reading the docs?   :-)

--
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>