On 04/19/2012 09:58 AM, Alan Orth wrote:
The disk list in question looks like this:

    localhost       /export_homes1  /export {
            user-tar
            include "./homes/[a-d]*"
    }


$ man amanda.conf
       include [ list | file ][[optional][append][ string ]+]
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 "/".

try:
       localhost /export_homes1 /export/homes {
           user-tar
           include "./[a-d]*"
       }

Jean-Louis

Reply via email to