Re: exact-match

2019-06-11 Thread Gene Heskett
On Tuesday 11 June 2019 10:28:50 am C. Scheeder wrote: > Errm > sorry to interup this all, > but isn't the option > "exclude list " > or > "exclude file " > man amand.conf dosn't know the option "exclude" without being folowed > by the word "file" or "list". > > Christoph > This is true, but

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

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

Re: exact-match

2019-06-11 Thread Nathan Stratton Treadway
On Tue, Jun 11, 2019 at 14:54:29 +0100, Nuno Dias wrote: > On Tue, 2019-06-11 at 07:04 -0400, Nathan Stratton Treadway wrote: > > On Fri, Jun 07, 2019 at 11:04:48 +0100, Nuno Dias wrote: > > > I'm trying to use amanda to backup only one dir from a list of > > > dirs > > > that are in disklist

Re: exact-match

2019-06-11 Thread C. Scheeder
Errm sorry to interup this all, but isn't the option "exclude list " or "exclude file " man amand.conf dosn't know the option "exclude" without being folowed by the word "file" or "list". Christoph Am 11.06.19 um 15:54 schrieb Nuno Dias: On Tue, 2019-06-11 at 07:04 -0400, Nathan Stratton

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,

Re: exact-match

2019-06-11 Thread Nuno Dias
On Tue, 2019-06-11 at 07:04 -0400, Nathan Stratton Treadway wrote: > On Fri, Jun 07, 2019 at 11:04:48 +0100, Nuno Dias wrote: > > 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

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

Re: exact-match

2019-06-11 Thread Nathan Stratton Treadway
On Fri, Jun 07, 2019 at 11:04:48 +0100, Nuno Dias wrote: > 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 I can see

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