Re: ***UNCHECKED*** exact-match

2019-06-30 Thread Nathan Stratton Treadway
On Fri, Jun 28, 2019 at 13:00:25 +0100, Nuno Dias wrote: > Yes, this will work if I use different labels not related with the > name of the diskdevice, the only problem is more work when I run > amstatus and amrecover to match the label with the disk/diredctory (Deb, sorry... I seem to have misse

Re: ***UNCHECKED*** exact-match

2019-06-28 Thread Nuno Dias
Hi Debra, Yes, this will work if I use different labels not related with the name of the diskdevice, the only problem is more work when I run amstatus and amrecover to match the label with the disk/diredctory Cheers, Nuno On Thu, 2019-06-27 at 18:37 +, Debra S Baddorf wrote: > > On Jun 27,

Re: ***UNCHECKED*** exact-match

2019-06-27 Thread Debra S Baddorf
> On Jun 27, 2019, at 7:38 AM, Nuno Dias wrote: > >> >> I guess another possible solution is to using disknames of a form >> that >> are designend to be unique, e.g. something like (not tested) >> >>> -- >>> MACHINE dir-main /dir { >>> tar >>> exclu

Re: ***UNCHECKED*** exact-match

2019-06-27 Thread Nuno Dias
Hi Nathan, Thanks for the reply, in my configuration I need the includes, I make backups of terabytes of data, so split and the use of includes are essencial. I opened a bug in github. Cheers, Nuno On Wed, 2019-06-26 at 18:48 -0400, Nathan Stratton Treadway wrote: > On Wed, Jun 26, 2019 at

Re: ***UNCHECKED*** exact-match

2019-06-26 Thread Nathan Stratton Treadway
On Wed, Jun 26, 2019 at 16:57:33 +0100, Nuno Dias wrote: > But if I have something like this > > -- > MACHINE /dir { > tar > exclude "./subdir/*" > } > > MACHINE /dir/subdir /dir { > tar > include "./subdir/*" > } > -

Re: ***UNCHECKED*** exact-match

2019-06-26 Thread Nuno Dias
Hi all, Sorry to only now reply to this, but I was testing ... so the problem is this If I have something like this in disklist -- MACHINE /dir { tar exclude "./subdir/*" } MACHINE /dir/subdir tar -- and run

Re: ***UNCHECKED*** exact-match

2019-06-17 Thread Debra S Baddorf
I’ve been on vacation, so I’m coming late to this discussion. I’ve had problems trying to one-off dump a DLE is its name matches another name. It’s true we haven’t answered why the $ doesn’t fix that. But -- I give them “nicknames”. disklist file: MACHINE Main2019 /dir/subdir/name/2019 …..

Re: ***UNCHECKED*** exact-match

2019-06-11 Thread Gene Heskett
On Tuesday 11 June 2019 10:00:09 am Nuno Dias wrote: > Hi Gene, > > The exclude here, is to exclude a subdir that are to big to go in one > backup, that's the reason I have another line in the disklist so I can > backup the exclude in next backup. > > The quotes are necessary because sometimes

Re: ***UNCHECKED*** exact-match

2019-06-11 Thread Jon LaBadie
On Tue, Jun 11, 2019 at 11:47:15AM +0100, Nuno Dias wrote: > Thanks, but I'm already doing that (the exclude) > > This is what I have in disklist > > MACHINE /dir/subdir/name/2019 { > tar > exclude "./subdir/*" > > } > > MACHINE /dir/subdir/name/2019/subdir tar > > Because this a

Re: ***UNCHECKED*** exact-match

2019-06-11 Thread Nathan Stratton Treadway
On Tue, Jun 11, 2019 at 07:47:20 -0400, Gene Heskett wrote: > On Tuesday 11 June 2019 06:47:15 am Nuno Dias wrote: > > This is what I have in disklist > > > > MACHINE /dir/subdir/name/2019 { > > tar > > exclude "./subdir/*" > > All of this s/b in the dumptype section in your amanda.conf,

Re: ***UNCHECKED*** exact-match

2019-06-11 Thread Nuno Dias
Hi Gene, The exclude here, is to exclude a subdir that are to big to go in one backup, that's the reason I have another line in the disklist so I can backup the exclude in next backup. The quotes are necessary because sometimes users put spaces in file and dir names!! Cheers, Nuno On Tue, 20

Re: ***UNCHECKED*** exact-match

2019-06-11 Thread Gene Heskett
On Tuesday 11 June 2019 06:47:15 am Nuno Dias wrote: > Thanks, but I'm already doing that (the exclude) > > This is what I have in disklist > > MACHINE /dir/subdir/name/2019 { > tar > exclude "./subdir/*" looks wrong, excludes are in the dumptype specified, in the amanda,conf ./sub

Re: ***UNCHECKED*** exact-match

2019-06-11 Thread Nuno Dias
Thanks, but I'm already doing that (the exclude) This is what I have in disklist MACHINE /dir/subdir/name/2019 { tar exclude "./subdir/*" } MACHINE /dir/subdir/name/2019/subdir tar Because this are very big directories, I want to dump only one every time, anyone know how I can do this?

Re: ***UNCHECKED*** exact-match

2019-06-07 Thread Jon LaBadie
On Fri, Jun 07, 2019 at 11:04:48AM +0100, Nuno Dias wrote: > Hi, > > I'm trying to use amanda to backup only one dir from a list of dirs > that are in disklist file > > I run amdump like this > > $ /usr/sbin/amdump -o reserve=0 --no-taper MACHINE > ^/dir/subdir/name/2019$ > > and with ps