]> git.sur5r.net Git - bacula/bacula/blob - bacula/manpages/btape.8
Apply manpage patches
[bacula/bacula] / bacula / manpages / btape.8
1 .\"                                      Hey, EMACS: -*- nroff -*-
2 .\" First parameter, NAME, should be all caps
3 .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
4 .\" other parameters are allowed: see man(7), man(1)
5 .TH BTAPE 8 "26 November 2009" "Kern Sibbald" "Network backup, recovery and verification"
6 .\" Please adjust this date whenever revising the manpage.
7 .\"
8 .SH NAME
9  btape \- Bacula's Tape interface test program
10 .SH SYNOPSIS
11 .B btape
12 .RI [ options ]
13 .I device-name
14 .br
15 .SH DESCRIPTION
16 This manual page documents briefly the
17 .B btape
18 command.
19 .PP
20 .\" TeX users may be more comfortable with the \fB<whatever>\fP and
21 .\" \fI<whatever>\fP escape sequences to invode bold face and italics, 
22 .\" respectively.
23 .SH OPTIONS
24 A summary of options is included below.
25 .TP
26 .B \-?
27 Show summary of options and commands.
28 .TP
29 .BI \-b\  bootstrap
30 Specify a bootstrap file.
31 .TP
32 .BI \-c\  config
33 Specify configuration file.
34 .TP
35 .BI \-d\  nn
36 Set debug level to \fInn\fP.
37 .TP
38 .BI \-p
39 Proceed inspite of I/O errors.
40 .TP
41 .B \-t
42 Open the default tape device.
43 .TP
44 .B \-s
45 No signals (for debugging).
46 .TP
47 .B \-v
48 Set verbose mode.
49 .sp 3
50 .SH COMMANDS
51 .TP
52 .B autochanger
53 test autochanger
54 .TP
55 .B bsf
56 backspace file
57 .TP
58 .B bsr
59 backspace record
60 .TP 
61 .B cap
62 list device capabilities
63 .TP
64 .B clear
65 clear tape errors
66 .TP
67 .B eod
68 go to end of Bacula data for append
69 .TP
70 .B eom
71 go to the physical end of medium
72 .TP
73 .B fill
74 fill tape, write onto second volume
75 .TP
76 .B unfill
77 read filled tape
78 .TP
79 .B fsf
80 forward space a file
81 .TP
82 .B fsr
83 forward space a record
84 .TP
85 .B help
86 print this reference
87 .TP
88 .B label
89 write a Bacula label to the tape
90 .TP
91 .B load
92 load a tape
93 .TP
94 .B quit
95 quit btape
96 .TP
97 .B rawfill
98 use write() to fill tape
99 .TP
100 .B readlabel
101 read and print the Bacula tape label
102 .TP
103 .B rectest
104 test record handling functions
105 .TP
106 .B rewind
107 rewind the tape
108 .TP
109 .B scan
110 read() tape block by block to EOT and report
111 .TP
112 .B scanblocks
113 Bacula read block by block to EOT and report
114 .TP
115 .B status
116 print tape status
117 .TP
118 .B test
119 General test Bacula tape functions
120 .TP
121 .B weof
122 write an EOF on the tape
123 .TP
124 .B wr
125 write a single Bacula block
126 .TP
127 .B rr
128 read a single record
129 .TP
130 .B rb
131 read a single bacula block
132 .TP
133 .B qfill
134 quick fill command
135 .br
136 .SH SEE ALSO
137 .BR bscan (1),
138 .BR bextract (1).
139 .br
140 .SH AUTHOR
141 This manual page was written by Jose Luis Tallon
142 .nh 
143 <jltallon@adv\-solutions.net>.