On Thu, Apr 19, 2012 at 05:11:02PM +0300, Toomas Aas wrote:
> Hello Alan!
> 
> >The disk list in question looks like this:
> >
> >   localhost       /export_homes1  /export {
> >            user-tar
> >            include "./homes/[a-d]*"
> >   }
> 
> From amanda.conf manpage:
> 
>            All include expressions are expanded by Amanda, concatenated in 
>            one
>            file and passed to GNU-tar as a --files-from argument. They must
>            start with "./" and contain no other "/".
> 
> It seems that Amanda doesn't handle excludes in subdirectories, but  
> only in the "top level" directory of the DLE. Maybe you can get the  
> results that you want by modifying the DLE like this:
> 
> localhost /export_homes1 /export/homes {
>   user-tar
>   include "./[a-d]*"
> }

FYI - that is how we implemented it at my site.
finsen  /export/home-A /export/home   {
        user-tar2
        include "./[a]*"
        }
finsen  /export/home-B /export/home   {
        user-tar2
        include "./[b]*"
        }
finsen  /export/home-C /export/home   {
        user-tar2
        include "./[c]*"
        user-tar2
        }



> 
> -- 
> Toomas Aas
> 
---
   Brian R Cuttler                 brian.cutt...@wadsworth.org
   Computer Systems Support        (v) 518 486-1697
   Wadsworth Center                (f) 518 473-6384
   NYS Department of Health        Help Desk 518 473-0773



IMPORTANT NOTICE: This e-mail and any attachments may contain
confidential or sensitive information which is, or may be, legally
privileged or otherwise protected by law from further disclosure.  It
is intended only for the addressee.  If you received this in error or
from someone who was not authorized to send it to you, please do not
distribute, copy or use it or any attachments.  Please notify the
sender immediately by reply e-mail and delete this from your
system. Thank you for your cooperation.


Reply via email to