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