|
NAMEbareos-dir - Bareos DirectorSYNOPSISbareos-dir [options]DESCRIPTIONThis manual page documents briefly the bareos-dir command.Bareos's Director Daemon acts as the controller of the network backup system: it is responsible for scheduling and coordinating backups across the network. OPTIONS
TCP-WRAPPERS CONFIGURATIONTcpwrappers looks for the service name of the bareos daemons in hosts.allow The service names are not the names of the binaries, but the configured names of the components, often %hostname%-%component%.So the hosts.allow entry has to match %hostname%-%component% (servername-dir for example) instead of bareos-%component% WARNING: This means that if the hosts.allow file has the entry: bareos-dir: ALL you will not be able to run bconsole to connect to the local director! The entry would have to read: server-dir: ALL and this will allow the console to connect to the director. (The process running is bareos-dir.) SEE ALSObareos-fd(8), bareos-sd(8).AUTHORThis manual page was written by Jose Luis Tallon <jltallon@adv-solutions.net>.
Visit the GSP FreeBSD Man Page Interface. |