]> git.sur5r.net Git - bacula/bacula/blob - bacula/manpages/btape.8
Remove unused lib/lz4.c.orig file
[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 invoke 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 \-s
42 No signals (for debugging).
43 .TP
44 .B \-v
45 Set verbose mode.
46 .sp 3
47 .SH COMMANDS
48 .TP
49 .B autochanger
50 test autochanger
51 .TP
52 .B bsf
53 backspace file
54 .TP
55 .B bsr
56 backspace record
57 .TP 
58 .B cap
59 list device capabilities
60 .TP
61 .B clear
62 clear tape errors
63 .TP
64 .B eod
65 go to end of Bacula data for append
66 .TP
67 .B eom
68 go to the physical end of medium
69 .TP
70 .B fill
71 fill tape, write onto second volume
72 .TP
73 .B unfill
74 read filled tape
75 .TP
76 .B fsf
77 forward space a file
78 .TP
79 .B fsr
80 forward space a record
81 .TP
82 .B help
83 print this reference
84 .TP
85 .B label
86 write a Bacula label to the tape
87 .TP
88 .B load
89 load a tape
90 .TP
91 .B quit
92 quit btape
93 .TP
94 .B rawfill
95 use write() to fill tape
96 .TP
97 .B readlabel
98 read and print the Bacula tape label
99 .TP
100 .B rectest
101 test record handling functions
102 .TP
103 .B rewind
104 rewind the tape
105 .TP
106 .B scan
107 read() tape block by block to EOT and report
108 .TP
109 .B scanblocks
110 Bacula read block by block to EOT and report
111 .TP
112 .B status
113 print tape status
114 .TP
115 .B test
116 General test Bacula tape functions
117 .TP
118 .B weof
119 write an EOF on the tape
120 .TP
121 .B wr
122 write a single Bacula block
123 .TP
124 .B rr
125 read a single record
126 .TP
127 .B rb
128 read a single bacula block
129 .TP
130 .B qfill
131 quick fill command
132 .br
133 .SH SEE ALSO
134 .BR bscan (1),
135 .BR bextract (1).
136 .br
137 .SH AUTHOR
138 This manual page was written by Jose Luis Tallon
139 .nh 
140 <jltallon@adv\-solutions.net>.
141 .SH COPYRIGHT
142 This man page document is released under the BSD 2-Clause license.