Morning,

I try to write a Filedaemon plugin in python to handle some extra VM
settings stuff before the backup is done. Therefore I want to set the
plugin which is used in the fileset and some specific parameters in the
job like this:

FileSet {
  Name = "plugin_test"
...
    Plugin = 
"python:module_path=/usr/lib64/bareos/plugins:module_name=bareos-fd-plugin:parameter=test"
  }
}

Job {
  Name = foo
...
  FD Plugin Options = "vm=foo:uuid=1234"
}

The plugin is called and executed but sadly only the "parameter=test" is
passed to the called plugin. I understood that I can add additional
plugin parameters via the FD Plugin Options in the Job Resource, can't I?

Thanks for support,
Beni

-- 
You received this message because you are subscribed to the Google Groups 
"bareos-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/bareos-users/ed9eaf43-048e-d02e-aa0f-b1e26d0a8926%40syseleven.de.

Reply via email to