File: btape.8

package info (click to toggle)
bareos 14.2.1%2B20141017gitc6c5b56-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 21,136 kB
  • sloc: ansic: 192,574; sh: 16,581; cpp: 15,290; makefile: 3,625; sql: 3,289; python: 768; lisp: 721; perl: 156; xml: 57; sed: 45; awk: 8
file content (140 lines) | stat: -rw-r--r-- 2,317 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
.\"                                      Hey, EMACS: -*- nroff -*-
.\" 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 November 2009" "Kern Sibbald" "Backup Archiving REcovery Open Sourced"
.\" Please adjust this date whenever revising the manpage.
.\"
.SH NAME
 btape \- Bareos's Tape interface test program
.SH SYNOPSIS
.B btape
.RI [ options ]
.I device-name
.br
.SH DESCRIPTION
This manual page documents briefly the
.B btape
command.
.PP
.\" TeX users may be more comfortable with the \fB<whatever>\fP and
.\" \fI<whatever>\fP escape sequences to invoke bold face and italics,
.\" respectively.
.SH OPTIONS
A summary of options is included below.
.TP
.B \-?
Show summary of options and commands.
.TP
.BI \-b\  bootstrap
Specify a bootstrap file.
.TP
.BI \-c\  config
Specify configuration file.
.TP
.BI \-d\  nn
Set debug level to \fInn\fP.
.TP
.BI \-p
Proceed inspite of I/O errors.
.TP
.B \-s
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 cap
list device capabilities
.TP
.B clear
clear tape errors
.TP
.B eod
go to end of Bareos data for append
.TP
.B eom
go to the physical end of medium
.TP
.B fill
fill tape, write onto second volume
.TP
.B unfill
read filled tape
.TP
.B fsf
forward space a file
.TP
.B fsr
forward space a record
.TP
.B help
print this reference
.TP
.B label
write a Bareos label to the tape
.TP
.B load
load a tape
.TP
.B quit
quit btape
.TP
.B rawfill
use write() to fill tape
.TP
.B readlabel
read and print the Bareos tape label
.TP
.B rectest
test record handling functions
.TP
.B rewind
rewind the tape
.TP
.B scan
read() tape block by block to EOT and report
.TP
.B scanblocks
Bareos read block by block to EOT and report
.TP
.B status
print tape status
.TP
.B test
General test Bareos tape functions
.TP
.B weof
write an EOF on the tape
.TP
.B wr
write a single Bareos block
.TP
.B rr
read a single record
.TP
.B rb
read a single bareos block
.TP
.B qfill
quick fill command
.br
.SH SEE ALSO
.BR bscan (1),
.BR bextract (1).
.br
.SH AUTHOR
This manual page was written by Jose Luis Tallon
.nh
<jltallon@adv\-solutions.net>.