Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

bacula-dir(8) [centos man page]

BACULA-DIR(8)					       Network backup, recovery&verification					     BACULA-DIR(8)

NAME
bacula-dir - Bacula Director SYNOPSIS
bacula-dir [options] DESCRIPTION
This manual page documents briefly the bacula-dir command. Bacula's Director Daemon acts as the controller of the network backup system: it is responsible for scheduling and coordinating backups across the network. OPTIONS
-c file Specify the configuration file to use. -d nn Set debug level to nn. -dt Print timestamp in debug output. -f Run in foreground (for debugging). -g group Set the group/gid to run as. -m Print kaboom output (for debugging) -r job Run <job>. -s No signals (for debugging). -t Test the configuration file and report errors. -u user Set the username/uid to run as. -v Set verbose mode. -? Show version and usage of program. TCP-WRAPPERS CONFIGURATION Tcpwrappers looks for the service name of the bacula daemons in hosts.allow , and the service names of these daemons is configured to be different from the binary. The service names are configured to be %hostname%-%component% rather than bacula-dir (As defined in the bacula- dir.conf.in file) So the hosts.allow entry has to match %hostname%-%component% (servername-dir for example) instead of bacula-%component% WARNING: This means that if the hosts.allow file has the entry: bacula-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 bacula-dir.) SEE ALSO
bacula-fd(8), bacula-sd(8). AUTHOR
This manual page was written by Jose Luis Tallon <jltallon@adv-solutions.net>. Kern Sibbald 6 December 2009 BACULA-DIR(8)

Check Out this Related Man Page

BSCAN(8)					     Network backup, recovery and verification						  BSCAN(8)

NAME
bscan - Bacula's 'Scan tape' SYNOPSIS
bscan [options] bacula-archive DESCRIPTION
The purpose of bscan is to read (scan) a Bacula Volume and to recreate or update the database contents with the information found on the Volume. This is done in a non-destructive way. This permits restoring database entries that have been lost by pruning, purging, deleting, or a database corruption problem. Normally, it should not be necessary to run the bscan command because the database is self maintaining, and most corrupted databases can be repaired by the tools provided by the database vendors. In addition, if you have maintained bootstrap files during backups, you should be able to recover all your data from the bootstrap file without needed an up to date catalog. bscan command. OPTIONS
A summary of options is included below. -? Show version and usage of program. -b bootstrap Specify a bootstrap file. -c config Specify configuration file. -d nn Set debug level to nn. -dt Print timestamp in debug output. -m Update media info in database. -D Specify the driver database name (default: NULL) -n name Specify the database name (default: bacula) -u username Specify database username (default: bacula) -P password Specify database password (default: none) -h host Specify database host (default: NULL) -t port Specify database port (default: 0) -p Proceed inspite of I/O errors. -r List records. -s Synchronize or store in Database. -S Show scan progress periodically. -v Verbose output mode. -V volume Specify volume names (separated by '|') -w dir Specify working directory (default from conf file) SEE ALSO
bls(8), bextract(8). AUTHOR
This manual page was written by Jose Luis Tallon <jltallon@adv-solutions.net>, for the Debian GNU/Linux system (but may be used by others). Kern Sibbald 26 November 2009 BSCAN(8)
Man Page