On Tue, Jul 30, 2013 at 08:09:15AM -0400, Mike Neimoyer wrote: > > Hello all, > > Attempting to follow the examples in the amanda documentation and > results when I search for it in the mailing list Archives, I > encounter problems. I have one DLE (/home) that is approx 200GB and > would like to split this out using regex similar to the examples > given in: > > http://archives.zmanda.com/amanda-archives/viewtopic.php?t=6935 > http://wiki.zmanda.com/index.php/How_To:Split_DLEs_With_Exclude_Lists#Splitting_it_up.2C_the_easy_part > > When I create the disklist entry using the hostname, diskname > (mnemonic, so the [hostname diskname] pairs are unique) and > devicename (using the mountpoint): > > localhost /home/a-c /home { > vhost2-user-tar > include "./[a-c]*" > } 1 local > > an amcheck returns: > > ERROR: localhost: [Nothing found to include for disk /home/a-c] > > There are several subdirectories that would fall within the a-c range: > /home/aaronson > /home/aferton > /home/amigos > /home/archery > /home/blank > /home/borders > /home/brynwyn > /home/caronwyn > /home/cirque > /home/common > > What am I missing? I'd like to split up this monolithic DLE into > more manageable portions (a-c, d-f, g-i, and so on...) but can't > figure out why amanda is having problems with the regex.
Nothing jumps out at me. Might /home be a symbolic link to another location, eg. /export/home? I don't know if it matters, but I've always used the actual storage dir. BTW the second parameter (/home/a-c) is just a DLE name, not a pathname. Omitting the slashes might avoid future confusion. Ex. HOME:a-c -- Jon H. LaBadie [email protected] 11226 South Shore Rd. (703) 787-0688 (H) Reston, VA 20190 (609) 477-8330 (C)
