![]() |
![]()
| ![]() |
![]()
NAMEbpluginfo - Bareos Plugin information utility SYNOPSISbplufinfo [options] plugin_filename.so DESCRIPTIONThe main purpose of bpluginfo is to display different information about Bareos plugin. You can use it to check a plugin name, author, license and short description. You can use -f option to display API implemented by the plugin. Some plugins may require additional '-a' option for validating a Bareos Daemons API. In most cases it is not required. OPTIONSA summary of options is included below.
RETURN CODEbpluginfo returns 0 on success, and non-zero on error.
EXAMPLE USAGEThis is an example of bplufinfo usage with verbose option (-v) and default plugin. $ bpluginfo -v /usr/lib/bareos/plugins/python-fd.so Plugin type: Bareos File Daemon plugin Plugin magic: *FDPluginData* Plugin version: 2 Plugin release date: October 2013 Plugin author: Marco van Wieringen Plugin licence: Bareos AGPLv3 Plugin description: Python File Daemon Plugin Plugin API version: 8 Plugin usage: python:module_path=<path-to-python-modules>:module_name=<python-module-to-load>:... Plugin functions: AUTHORWritten by Radoslaw Korzeniewski (c) Inteos Sp. z o.o. BUGSDoes not handle all required Bareos functions callbacks which can lead to utility crash. REPORTING BUGSReport bugs to <support@inteos.pl>. COPYRIGHTCopyright © 2012 Free Software Foundation Europe e.V.
SEE ALSObareos-dir, bareos-sd, bareos-fd, Bareos Plugins API
|