среда, 21 сентября 2016 г., 11:36:28 UTC+3 пользователь maik.aussendorf написал: > Hi Andrew, > > does the FD load the plugin python-fd.so ?
Yes it does, as it shows below. > That is the FD plugin which > handles the Python plugins, without Python plugins won't work. I understand that: # rpm -qa | grep bareos | grep plug bareos-filedaemon-ldap-python-plugin-15.2.2-37.1.el7.x86_64 bareos-director-python-plugin-15.2.2-37.1.el7.x86_64 bareos-storage-python-plugin-15.2.2-37.1.el7.x86_64 bareos-contrib-filedaemon-python-plugin-mysql-14.2.0.git.1452702859-4.1.el7.x86_64 bareos-filedaemon-python-plugin-15.2.2-37.1.el7.x86_64 # > If you make a > > * status client=alx-msk-backup-01 > > in bconsole, you should see something like > > Plugin : python-fd.so > Description: Python File Daemon Plugin > Version : 3, Date: May 2014 > Author : Marco van Wieringen > License : Bareos AGPLv3 > Usage : > python:module_path=<path-to-python-modules>:module_name=<python-module-to-load>:... > > This plugin comes with the bareos-filedaemon-python-plugin package. # bconsole Connecting to Director alx-msk-backup-01:9101 1000 OK: alx-msk-backup-01.alx Version: 15.2.2 (16 November 2015) Enter a period to cancel a command. *status client=alx-msk-backup-01 Connecting to Client alx-msk-backup-01 at alx-msk-backup-01.alx:9102 alx-msk-backup-01 Version: 15.2.2 (16 November 2015) x86_64-redhat-linux-gnu redhat CentOS Linux release 7.0.1406 (Core) Daemon started 21-Sep-16 12:37. Jobs: run=0 running=0. Heap: heap=921,600 smbytes=29,619 max_bytes=30,383 bufs=69 max_bufs=72 Sizeof: boffset_t=8 size_t=8 debug=0 trace=0 bwlimit=0kB/s Plugin Info: Plugin : python-fd.so Description: Python File Daemon Plugin Version : 3, Date: May 2014 Author : Marco van Wieringen License : Bareos AGPLv3 Usage : python:module_path=<path-to-python-modules>:module_name=<python-module-to-load>:... Plugin : bpipe-fd.so Description: Bareos Pipe File Daemon Plugin Version : 2, Date: January 2014 Author : Kern Sibbald License : Bareos AGPLv3 Usage : bpipe:file=<filepath>:reader=<readprogram>:writer=<writeprogram> readprogram runs on backup and its stdout is saved writeprogram runs on restore and gets restored data into stdin the data is internally stored as filepath (e.g. mybackup/backup1) -- 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 post to this group, send email to [email protected]. For more options, visit https://groups.google.com/d/optout.
