Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

bregex(8) [centos man page]

BREGEX(8)						     Network backup, utilities							 BREGEX(8)

NAME
bregex - Bacula's 'regex' engine SYNOPSIS
bregex [options] -f <data-file> DESCRIPTION
This manual page documents briefly the bregex command. This program can be useful for testing regex expressions to be applied against a list of filenames. OPTIONS
A summary of options is included below. -? Show version and usage of program. -d nn Set debug level to nn. -dt Print timestamp in debug output -f <data-file> The data-file is a filename that contains lines of data to be matched (or not) against one or more patterns. When the program is run, it will prompt you for a regular expression pattern, then apply it one line at a time against the data in the file. Each line that matches will be printed preceded by its line number. You will then be prompted again for another pattern. -n Print lines that do not match -l Suppress lines numbers. SEE ALSO
regex(7) AUTHOR
This manual page was written by Bruno Friedmann <bruno@ioda-net.ch>. Kern Sibbald 30 October 2011 BREGEX(8)

Check Out this Related Man Page

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

NAME
bacula-sd - Bacula's Storage Daemon SYNOPSIS
bacula-sd [options] DESCRIPTION
This manual page documents briefly the bacula-sd command. Bacula's Storage Daemon acts as the interface between the Bacula network backup system and a tape drive/autochanger or filesystem where the backups will be stored. 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. -p Proceed in spite of I/O errors -m Print kaboom output (for debugging) -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. SEE ALSO
bacula-dir(8), bacula-fd(8). AUTHOR
This manual page was written by Jose Luis Tallon <jltallon@adv-solutions.net>. Kern Sibbald 6 December 2009 BACULA-SD(8)
Man Page