Re: coding an Application in perl
Chapman Flack <[email protected]>
| Newsgroups | gmane.comp.archivers.amanda.devel |
|---|---|
| Message-ID | <[email protected]> |
On 03/01/2016 02:10 PM, Chapman Flack wrote: > Application::new Operations > ---------------- ---------- > backup backup > discover > estimate estimate > index index # doc says unimplemented > print # doc says unimplemented > restore restore > selfcheck selfcheck > support support > validate validate Also, I see from Operations that four options (config, host, disk, device) are common to all subcommands, but not shown for print or validate. (Ok, print I know isn't implemented, but validate is, right?) Is it really allowable to run validate with no options? It seems the config file name is needed by the Amanda::Application constructor. Thanks, -Chap