> On Feb 8, 2017, at 4:27 AM, Gene Heskett <ghesk...@shentel.net> wrote:
> 
> Greetings all;
> 
> I asked an exclude file question back up the log a month or so ago that I 
> guess got lost in the noise at the time.
> 
> So let me ask it in a different way.
> 
> Where is the log file that records where a client, running on its 
> own "dumptype" would I find the name of the exclude file named in that 
> dumptype, recorded along with success or failure at accessing that 
> particular excludes file? Its being ignored according to the emails I 
> rx.
> 
> Thanks.
> 
> Cheers, Gene Heskett
> -- 
> "There are four boxes to be used in defense of liberty:
> soap, ballot, jury, and ammo. Please use in that order."
> -Ed Howdershelt (Author)
> Genes Web page <http://geneslinuxbox.net:6309/gene>

Due to the resounding silence,  I’ll pipe up, with what I *used* to do for 
exclude files,
but which doesn’t seem to work anymore.  This WAS in my amanda.conf   file.

define dumptype tomatoTar   {
    BDtar
#    ##exclude list optional "/usr/local/var/amanda/exclude-list"
    exclude list optional "./amanda-exclude-list”
}

The second exclude line put the file at the top of the DLE … wherever that top 
may be.
It used to work.   It doesn’t any more, and I don’t know when it stopped.  I’ve 
gotten bigger
tapes,  so I didn’t try to fight it, but just let the exclusions be included.

The line above which is still commented out,  with a fully specified location,  
was in use before
that.  I don’t know if it is broken or not.  When I switched to the  “at top of 
each DLE” style,
I used the new-to-me format everywhere.

The following *IS* currently working for me.  I’m putting the exclude directly 
in the disklist.

mtamaster1.fnal.gov  DataMtaTOP  /data/mta {
    dailyTarKRB5
    exclude "./r2016"
    exclude append "./Run201[56]/201MHzCavity/analysis"
    exclude append "./Run201[56]/201MHzCavity/rawdata"
    exclude append "./Run201[56]/HPRFCavity/analysis"
    exclude append "./Run201[56]/HPRFCavity/rawdata"
    exclude append "./Run201[56]/ModularCavity/analysis"
    exclude append "./Run201[567]/ModularCavity/rawdata"
    ##hopefully,  this will INCLUDE  any new folders/files created amongst the 
above
}


Not a direct answer to your question, but maybe it’s helpful.

Deb Baddorf
Fermilab



Reply via email to