On Mon, Oct 6, 2008 at 10:16 AM, McGraw, Robert P <[EMAIL PROTECTED]> wrote: > I want to be able to use a different disklist for different runs. Other than > use shell scripting to mv disklista to disklist is there a way to tell > amanda what disklist to use during a run.
Sure -- supply the path to the disklist as a config overwrite: amcheck -o disklist=disklist.red-days MyConfig amdump -o disklist=disklist.blue-days MyConfig You can also get creative with dumptype inheritance and the "ignore" option, if you're so inclined. Dustin -- Storage Software Engineer http://www.zmanda.com
