bareos2015: bareos-14.2 e8a3864f

Author Committer Branch Timestamp Parent
mvwieringen mvwieringen bareos-14.2 2014-01-08 14:02 bareos-14.2 7c905257 Pending
Changeset Add bEventNewPluginOptions event.

When pushing explicit plugin arguments use a new event
bEventNewPluginOptions instead of reusing the bEventPluginCommand
event which is also used when parsing the fileset when doing a backup.

Most plugins should now also allow multiple plugin lines within one
include block of the fileset which was broken when it used the new
config parser. In combination with forcing certain explicit restore
options by the director using the plugin options passing this may lead
to some surprises however so when using specific plugin options its wise
to only restore one file at a time to be sure the right restore options
are used.
mod - src/filed/dir_cmd.c Diff File
mod - src/filed/fd_plugins.h Diff File
mod - src/plugins/filed/bareos_fd_consts.py Diff File
mod - src/plugins/filed/bpipe-fd.c Diff File
mod - src/plugins/filed/python-fd.c Diff File
mod - src/win32/plugins/filed/mssqlvdi-fd.c Diff File