bat - Man Page
Bacula Administration Tool Console
Examples (TL;DR)
- Print the contents of a file to
stdout
:bat path/to/file
- Concatenate several files into the target file:
bat file1 file2 > target_file
- Append several files into the target file:
bat file1 file2 >> target_file
- Number all output lines:
bat --number path/to/file
- Syntax highlight a JSON file:
bat --language json file.json
- Display all supported languages:
bat --list-languages
Synopsis
bat [options]
Description
This manual page documents briefly the bat command, the Qt4 version of the Bacula Administration Tool console. This is a GUI full featured program similar the bconsole program, but it is graphical oriented and more features.
Options
bat [-s] [-c config_file] [-d debug_level] [-t]
- -c <config>
Specify configuration file. Default is bat.conf.
- -d <nn>
Set debug level to nn.
- -s
No signals. Used in debugging only.
- -t
Test config mode: read configuration and exit.
- -?
Show version and usage of program.
See Also
bacula-dir(8), bls(1), bextract(1).
Author
This manual page was written by Kern Sibbald.
Copyright
This man page document is released under the BSD 2-Clause license.
Referenced By
26 September 2009 Kern Sibbald Network backup, recovery and verification