From e8ba8caf3d09edfd90ab12ed3c72d3b0e4bff5d0 Mon Sep 17 00:00:00 2001 From: "Lucas B. Cohen" Date: Wed, 2 Dec 2009 11:21:28 +0100 Subject: [PATCH] Apply manpage patches --- bacula/manpages/bcopy.8 | 8 +++++++- bacula/manpages/bextract.8 | 11 ++++++++++- bacula/manpages/bls.8 | 17 ++++++++++------- bacula/manpages/bscan.8 | 20 ++++++++++++++++---- bacula/manpages/btape.8 | 19 ++++++++++++++----- 5 files changed, 57 insertions(+), 18 deletions(-) diff --git a/bacula/manpages/bcopy.8 b/bacula/manpages/bcopy.8 index 914dea5730..6777b48c6f 100644 --- a/bacula/manpages/bcopy.8 +++ b/bacula/manpages/bcopy.8 @@ -2,7 +2,7 @@ .\" First parameter, NAME, should be all caps .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection .\" other parameters are allowed: see man(7), man(1) -.TH BCOPY 8 "26 May 2006" "Kern Sibbald" "Network backup, recovery and verification" +.TH BCOPY 8 "26 November 2009" "Kern Sibbald" "Network backup, recovery and verification" .\" Please adjust this date whenever revising the manpage. .\" .SH NAME @@ -36,12 +36,18 @@ Specify configuration file. .BI \-d\ nn Set debug level to \fInn\fP. .TP +.BI \-dt +Print timestamp in debug output. +.TP .BI \-i\ input Specify input Volume names (separated by '|') .TP .BI \-o\ output Specify output Volume names (separated by '|') .TP +.BI \-p +Proceed inspite of I/O errors. +.TP .BI \-w\ directory Specify working directory (default \fI/tmp\fP). .TP diff --git a/bacula/manpages/bextract.8 b/bacula/manpages/bextract.8 index 0095ebd0ae..b89a489849 100644 --- a/bacula/manpages/bextract.8 +++ b/bacula/manpages/bextract.8 @@ -2,7 +2,7 @@ .\" First parameter, NAME, should be all caps .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection .\" other parameters are allowed: see man(7), man(1) -.TH BEXTRACT 8 "26 May 2006" "Kern Sibbald" "Network backup, recovery and verification" +.TH BEXTRACT 8 "26 November 2009" "Kern Sibbald" "Network backup, recovery and verification" .\" Please adjust this date whenever revising the manpage. .\" .SH NAME @@ -36,12 +36,21 @@ Specify configuration file. .BI \-d\ nn Set debug level to \fInn\fP. .TP +.BI \-dt +Print timestamp in debug output. +.TP .BI \-e\ file Specify exclude list. .TP .BI \-i\ file Specify include list. .TP +.BI \-p +Proceed inspite of I/O errors. +.TP +.B \-v +Set verbose mode. +.TP .BI \-V\ volume-name Specify volume names. .SH SEE ALSO diff --git a/bacula/manpages/bls.8 b/bacula/manpages/bls.8 index 897dd6d39d..71fbac6573 100644 --- a/bacula/manpages/bls.8 +++ b/bacula/manpages/bls.8 @@ -2,7 +2,7 @@ .\" First parameter, NAME, should be all caps .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection .\" other parameters are allowed: see man(7), man(1) -.TH BLS 8 "26 May 2006" "Kern Sibbald" "Network backup, recovery and verification" +.TH BLS 8 "26 November 2009" "Kern Sibbald" "Network backup, recovery and verification" .\" Please adjust this date whenever revising the manpage. .\" .\" Some roff macros, for reference: @@ -45,26 +45,29 @@ Specify configuration file. .BI \-d\ nn Set debug level to \fInn\fP. .TP +.BI \-dt +Print timestamp in debug output +.TP .BI \-e\ -Specify exclude list file +Specify exclude list file. .TP .BI \-i\ -Specify include list file +Specify include list file. .TP .BI \-j -List jobs +List jobs. .TP .BI \-k -List blocks +List blocks. .TP .I (no \-j or \-k option) List saved files .TP .BI -L -Dump label +Dump label. .TP .BI \-p -Proceed despite errors +Proceed inspite of errors. .TP .BI \-V\ volumes Specify volume names (separated by '|'). diff --git a/bacula/manpages/bscan.8 b/bacula/manpages/bscan.8 index ee7e997ac1..98f62825f0 100644 --- a/bacula/manpages/bscan.8 +++ b/bacula/manpages/bscan.8 @@ -2,7 +2,7 @@ .\" First parameter, NAME, should be all caps .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection .\" other parameters are allowed: see man(7), man(1) -.TH BSCAN 8 "26 May 2006" "Kern Sibbald" "Network backup, recovery and verification" +.TH BSCAN 8 "26 November 2009" "Kern Sibbald" "Network backup, recovery and verification" .\" Please adjust this date whenever revising the manpage. .\" .SH NAME @@ -49,9 +49,15 @@ Specify configuration file. .BI \-d\ nn Set debug level to \fInn\fP. .TP +.BI \-dt +Print timestamp in debug output. +.TP .B \-m Update media info in database. .TP +.B \-D +Specify the driver database name (default: \fINULL\fP) +.TP .BI \-n\ name Specify the database name (default: \fIbacula\fP) .TP @@ -64,18 +70,24 @@ Specify database password (default: \fInone\fP) .BI \-h\ host Specify database host (default: \fINULL\fP) .TP +.BI \-t\ port +Specify database port (default: 0) +.TP +.B \-p +Proceed inspite of I/O errors. +.TP .B \-r List records. .TP .B \-s Synchronize or store in Database. .TP +.B \-S +Show scan progress periodically. +.TP .B \-v Verbose output mode. .TP -.B \-p -Proceed inspite of I/O errors -.TP .BI \-V\ volume Specify volume names (separated by '|') .TP diff --git a/bacula/manpages/btape.8 b/bacula/manpages/btape.8 index 721873b10c..057c8230ac 100644 --- a/bacula/manpages/btape.8 +++ b/bacula/manpages/btape.8 @@ -2,7 +2,7 @@ .\" First parameter, NAME, should be all caps .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection .\" other parameters are allowed: see man(7), man(1) -.TH BTAPE 8 "26 May 2006" "Kern Sibbald" "Network backup, recovery and verification" +.TH BTAPE 8 "26 November 2009" "Kern Sibbald" "Network backup, recovery and verification" .\" Please adjust this date whenever revising the manpage. .\" .SH NAME @@ -35,23 +35,29 @@ Specify configuration file. .BI \-d\ nn Set debug level to \fInn\fP. .TP +.BI \-p +Proceed inspite of I/O errors. +.TP .B \-t Open the default tape device. .TP .B \-s -Turn off signals. +No signals (for debugging). +.TP +.B \-v +Set verbose mode. .sp 3 .SH COMMANDS .TP +.B autochanger +test autochanger +.TP .B bsf backspace file .TP .B bsr backspace record .TP -.B bfill -fill tape using Bacula writes -.TP .B cap list device capabilities .TP @@ -121,6 +127,9 @@ write a single Bacula block .B rr read a single record .TP +.B rb +read a single bacula block +.TP .B qfill quick fill command .br -- 2.39.5