hiI wondered how to set the catalog without the menu. it can be selected by "use catalog=<catalog>". Created a patch to show the argument with "help use".
you'll find it attached. - Thomas
diff --git a/bacula/src/dird/ua_cmds.c b/bacula/src/dird/ua_cmds.c index 0fb98da..e62f5a9 100644 --- a/bacula/src/dird/ua_cmds.c +++ b/bacula/src/dird/ua_cmds.c @@ -193,7 +193,7 @@ static struct cmdstruct commands[] = { /* C "\n\t pool=<pool> recycle=<yes/no> slot=<number>\n\t inchanger=<yes/no>" "\n\t maxvolbytes=<size> maxvolfiles=<nb> maxvoljobs=<nb>" "\n\t enable=<yes/no> recyclepool=<pool> actiononpurge=<action>"),true}, - { NT_("use"), use_cmd, _("Use catalog xxx"), NT_(""), false}, + { NT_("use"), use_cmd, _("Use catalog xxx"), NT_("catalog=<catalog>"), false}, { NT_("var"), var_cmd, _("Does variable expansion"), NT_(""), false}, { NT_("version"), version_cmd, _("Print Director version"), NT_(""), true}, { NT_("wait"), wait_cmd, _("Wait until no jobs are running"),
------------------------------------------------------------------------------ Get a FREE DOWNLOAD! and learn more about uberSVN rich system, user administration capabilities and model configuration. Take the hassle out of deploying and managing Subversion and the tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2
_______________________________________________ Bacula-devel mailing list Bacula-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-devel