git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8599
91ce42f0-d328-0410-95d8-
f526ca767f89
separate Configuration manual.
- Not all new features are tested or tested well
enough
+- Normal (as opposed to command) plugins are not yet
+ implemented (these are plugins can register to receive
+ specific backup/restore events).
+ See section 3.1 of the manual for more details.
kw_ok = true;
break;
case 25: /* pluginoptions */
+ ua->send_msg(_("Plugin Options not yet implemented.\n"));
+ return false;
if (rc.plugin_options) {
ua->send_msg(_("Plugin Options specified twice.\n"));
return false;
General:
25Mar09
+kes Disable plugin options in ua_run.c
kes Added the following to provide solutions to the plugin/Accurate
problem -- bug #1236 Cannot restore incremental backups with
the Exchange plugin.