]> git.wh0rd.org - dump.git/blame - dump/dump.8.in
Dumping a mountpoint caused the mountpoint to be dumped instead of the mounted disk.
[dump.git] / dump / dump.8.in
CommitLineData
1227625a
SP
1.\" Copyright (c) 1980, 1991, 1993
2.\" Regents of the University of California.
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright
9.\" notice, this list of conditions and the following disclaimer.
10.\" 2. Redistributions in binary form must reproduce the above copyright
11.\" notice, this list of conditions and the following disclaimer in the
12.\" documentation and/or other materials provided with the distribution.
13.\" 3. All advertising materials mentioning features or use of this software
ddd2ef55 14.\" must display the following acknowledgement:
1227625a
SP
15.\" This product includes software developed by the University of
16.\" California, Berkeley and its contributors.
17.\" 4. Neither the name of the University nor the names of its contributors
18.\" may be used to endorse or promote products derived from this software
19.\" without specific prior written permission.
20.\"
21.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
22.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
23.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
24.\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
25.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
26.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
27.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
28.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
29.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
30.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
31.\" SUCH DAMAGE.
32.\"
01fb6bd5 33.\" $Id: dump.8.in,v 1.10 2000/01/21 10:23:30 stelian Exp $
1227625a 34.\"
8d4197bb 35.Dd __DATE__
1227625a 36.Dt DUMP 8
df9ae507 37.Os "dump __VERSION__"
1227625a
SP
38.Sh NAME
39.Nm dump
ddd2ef55 40.Nd ext2 filesystem backup
1227625a
SP
41.Sh SYNOPSIS
42.Nm dump
dc7cb1e2 43.Op Fl 0123456789ackMnSu
1227625a
SP
44.Op Fl B Ar records
45.Op Fl b Ar blocksize
46.Op Fl d Ar density
47.Op Fl f Ar file
48.Op Fl h Ar level
b45f51d6 49.Op Fl L Ar label
1227625a
SP
50.Op Fl s Ar feet
51.Op Fl T Ar date
52.Ar filesystem
53.Nm dump
dc7cb1e2 54.Op Fl 0123456789ackMnSu
1227625a
SP
55.Op Fl B Ar records
56.Op Fl b Ar blocksize
57.Op Fl d Ar density
58.Op Fl f Ar file
59.Op Fl h Ar level
b45f51d6 60.Op Fl L Ar label
1227625a
SP
61.Op Fl s Ar feet
62.Op Fl T Ar date
63.Ar directory
64.Nm dump
65.Op Fl W Li \&| Fl w
66.Pp
8d4197bb 67.in
1227625a
SP
68(The
69.Bx 4.3
ddd2ef55 70option syntax is implemented for backward compatibility but
1227625a
SP
71is not documented here.)
72.Sh DESCRIPTION
73.Nm Dump
74examines files
ddd2ef55 75on an ext2 filesystem
1227625a
SP
76and determines which files
77need to be backed up. These files
78are copied to the given disk, tape or other
79storage medium for safe keeping (see the
80.Fl f
81option below for doing remote backups).
82A dump that is larger than the output medium is broken into
83multiple volumes.
84On most media the size is determined by writing until an
ddd2ef55 85end-of-media indication is returned. This can be enforced
b45f51d6
SP
86by using the
87.Fl a
88option.
89.Pp
1227625a 90On media that cannot reliably return an end-of-media indication
ddd2ef55 91(such as some cartridge tape drives),
1227625a 92each volume is of a fixed size;
ddd2ef55 93the actual size is determined by the tape size, density and/or
1227625a
SP
94block count options below.
95By default, the same output file name is used for each volume
96after prompting the operator to change media.
97.Pp
98The following options are supported by
b45f51d6 99.Nm Ns :
1227625a
SP
100.Bl -tag -width Ds
101.It Fl 0\-9
102Dump levels.
103A level 0, full backup,
104guarantees the entire file system is copied
105(but see also the
106.Fl h
107option below).
108A level number above 0,
109incremental backup,
ddd2ef55
SP
110tells
111.Nm dump
112to
1227625a 113copy all files new or modified since the
ae58c8da 114last dump of a lower level.
ddd2ef55 115The default level is 9.
1227625a 116.It Fl B Ar records
b45f51d6 117The number of 1 KB blocks per volume.
1227625a
SP
118This option overrides the calculation of tape size
119based on length and density.
b45f51d6
SP
120.It Fl a
121.Dq auto-size .
122Bypass all tape length considerations, and enforce writing
123until an end-of-media indication is returned. This fits best
124for most modern tape drives. Use of this option is particularly
125recommended when appending to an existing tape, or using a tape
126drive with hardware compression (where you can never be sure about
127the compression ratio).
1227625a
SP
128.It Fl b Ar blocksize
129The number of kilobytes per dump record.
ddd2ef55
SP
130Since the IO system slices all requests into chunks of MAXBSIZE
131(typically 64KB), it is not possible to use a larger blocksize
132without having problems later with
133.Xr restore 8 .
134Therefore
135.Nm dump
136will constrain writes to MAXBSIZE.
1227625a 137.It Fl c
b45f51d6
SP
138Change the defaults for use with a cartridge tape drive, with a density
139of 8000 bpi, and a length of 1700 feet.
140.It Fl h Ar level
141Honor the user
142.Dq nodump
143flag
144.Dp Dv UF_NODUMP
145only for dumps at or above the given
146.Ar level .
147The default honor level is 1,
148so that incremental backups omit such files
149but full backups retain them.
1227625a
SP
150.It Fl d Ar density
151Set tape density to
152.Ar density .
153The default is 1600BPI.
154.It Fl f Ar file
155Write the backup to
156.Ar file ;
157.Ar file
158may be a special device file
159like
ddd2ef55 160.Pa /dev/st0
1227625a
SP
161(a tape drive),
162.Pa /dev/rsd1c
b45f51d6 163(a floppy disk drive),
1227625a
SP
164an ordinary file,
165or
166.Ql Fl
167(the standard output).
168Multiple file names may be given as a single argument separated by commas.
169Each file will be used for one dump volume in the order listed;
170if the dump requires more volumes than the number of names given,
171the last file name will used for all remaining volumes after prompting
172for media changes.
173If the name of the file is of the form
ddd2ef55 174.Dq host:file
1227625a 175or
ddd2ef55 176.Dq user@host:file
b45f51d6 177.Nm
1227625a
SP
178writes to the named file on the remote host using
179.Xr rmt 8 .
b45f51d6
SP
180The default path name of the remote
181.Xr rmt 8
182program is
183.\" rmt path, is the path on the remote host
184.Pa /etc/rmt ;
185this can be overridden by the environment variable
186.Ev RMT .
187.It Fl k
188Use Kerberos authentication to talk to remote tape servers. (Only
189available if this option was enabled when
190.Nm
191was compiled.)
192.It Fl L Ar label
193The user-supplied text string
194.Ar label
195is placed into the dump header, where tools like
196.Xr restore 8
197and
198.Xr file 1
199can access it.
200Note that this label is limited
201to be at most LBLSIZE (currently 16) characters, which must include
202the terminating
203.Ql \e0 .
dc7cb1e2
SP
204.It Fl M
205Enable the multi-volume feature. The name specified with
206.Fl f
207is treated as a prefix and
208.Nm
209writes in sequence to <prefix>001, <prefix>002 etc. This can be
210useful when dumping to files on an ext2 partition, in order to bypass
211the 2GB file size limitation.
1227625a
SP
212.It Fl n
213Whenever
b45f51d6 214.Nm
1227625a
SP
215requires operator attention,
216notify all operators in the group
217.Dq operator
218by means similar to a
219.Xr wall 1 .
220.It Fl s Ar feet
221Attempt to calculate the amount of tape needed
222at a particular density.
223If this amount is exceeded,
b45f51d6 224.Nm
1227625a
SP
225prompts for a new tape.
226It is recommended to be a bit conservative on this option.
227The default tape length is 2300 feet.
228.ne 1i
144a6db1
SP
229.It Fl S
230Size estimate. Determine the amount of space
231that is needed to perform the dump without
232actually doing it, and display the estimated
2e682895 233number of bytes it will take. This is useful
144a6db1
SP
234with incremental dumps to determine how many
235volumes of media will be needed.
1227625a
SP
236.It Fl T Ar date
237Use the specified date as the starting time for the dump
238instead of the time determined from looking in
8d4197bb 239.Pa __DUMPDATES__ .
ddd2ef55
SP
240The format of
241.Ar date
242is the same as that of
1227625a
SP
243.Xr ctime 3 .
244This option is useful for automated dump scripts that wish to
245dump over a specific period of time.
246The
247.Fl T
248option is mutually exclusive from the
249.Fl u
250option.
251.It Fl u
252Update the file
8d4197bb 253.Pa __DUMPDATES__
1227625a
SP
254after a successful dump.
255The format of
8d4197bb 256.Pa __DUMPDATES__
1227625a
SP
257is readable by people, consisting of one
258free format record per line:
259filesystem name,
260increment level
261and
262.Xr ctime 3
263format dump date.
264There may be only one entry per filesystem at each level.
265The file
8d4197bb 266.Pa __DUMPDATES__
1227625a
SP
267may be edited to change any of the fields,
268if necessary.
269.It Fl W
270.Nm Dump
271tells the operator what file systems need to be dumped.
272This information is gleaned from the files
8d4197bb 273.Pa __DUMPDATES__
1227625a
SP
274and
275.Pa /etc/fstab .
276The
277.Fl W
278option causes
b45f51d6 279.Nm
1227625a 280to print out, for each file system in
8d4197bb 281.Pa __DUMPDATES__ ,
1227625a
SP
282the most recent dump date and level,
283and highlights those file systems that should be dumped.
284If the
285.Fl W
286option is set, all other options are ignored, and
b45f51d6 287.Nm
1227625a
SP
288exits immediately.
289.It Fl w
ddd2ef55
SP
290Is like
291.Fl W ,
292but prints only those filesystems which need to be dumped.
1227625a
SP
293.El
294.Pp
295.Nm Dump
296requires operator intervention on these conditions:
297end of tape,
298end of dump,
299tape write error,
300tape open error or
ddd2ef55 301disk read error (if there is more than a threshold of 32).
1227625a
SP
302In addition to alerting all operators implied by the
303.Fl n
304key,
b45f51d6 305.Nm
1227625a
SP
306interacts with the operator on
307.Em dump's
308control terminal at times when
b45f51d6 309.Nm
1227625a
SP
310can no longer proceed,
311or if something is grossly wrong.
312All questions
b45f51d6 313.Nm
1227625a
SP
314poses
315.Em must
316be answered by typing
317.Dq yes
318or
319.Dq no ,
320appropriately.
321.Pp
322Since making a dump involves a lot of time and effort for full dumps,
b45f51d6 323.Nm
1227625a
SP
324checkpoints itself at the start of each tape volume.
325If writing that volume fails for some reason,
b45f51d6 326.Nm
1227625a
SP
327will,
328with operator permission,
329restart itself from the checkpoint
330after the old tape has been rewound and removed,
331and a new tape has been mounted.
332.Pp
333.Nm Dump
334tells the operator what is going on at periodic intervals,
335including usually low estimates of the number of blocks to write,
336the number of tapes it will take, the time to completion, and
337the time to the tape change.
338The output is verbose,
339so that others know that the terminal
340controlling
b45f51d6 341.Nm
1227625a
SP
342is busy,
343and will be for some time.
344.Pp
345In the event of a catastrophic disk event, the time required
346to restore all the necessary backup tapes or files to disk
347can be kept to a minimum by staggering the incremental dumps.
348An efficient method of staggering incremental dumps
349to minimize the number of tapes follows:
350.Bl -bullet -offset indent
351.It
352Always start with a level 0 backup, for example:
353.Bd -literal -offset indent
8d4197bb 354/sbin/dump -0u -f /dev/st0 /usr/src
1227625a
SP
355.Ed
356.Pp
357This should be done at set intervals, say once a month or once every two months,
358and on a set of fresh tapes that is saved forever.
359.It
360After a level 0, dumps of active file
361systems are taken on a daily basis,
362using a modified Tower of Hanoi algorithm,
363with this sequence of dump levels:
364.Bd -literal -offset indent
3653 2 5 4 7 6 9 8 9 9 ...
366.Ed
367.Pp
368For the daily dumps, it should be possible to use a fixed number of tapes
369for each day, used on a weekly basis.
370Each week, a level 1 dump is taken, and
371the daily Hanoi sequence repeats beginning with 3.
372For weekly dumps, another fixed set of tapes per dumped file system is
373used, also on a cyclical basis.
374.El
375.Pp
376After several months or so, the daily and weekly tapes should get
377rotated out of the dump cycle and fresh tapes brought in.
b45f51d6
SP
378.Sh ENVIRONMENT
379.Bl -tag -width Fl
380.It Ev TAPE
381If no -f option was specified,
382.Nm
383will use the device specified via
384.Ev TAPE
385as the dump device.
386.Ev TAPE
387may be of the form
388.Qq tapename ,
389.Qq host:tapename ,
390or
391.Qq user@host:tapename .
392.It Ev RMT
393The environment variable
394.Ev RMT
395will be used to determine the pathname of the remote
396.Xr rmt 8
397program.
0c62667d
SP
398.It Ev RSH
399.Nm Dump
400uses the contents of this variable to determine the name of the
401remote shell command to use when doing remote backups (rsh, ssh etc.).
402If this variable is not set,
403.Xr rcmd 3
404will be used, but only root will be able to do remote backups.
1227625a 405.Sh FILES
8d4197bb 406.Bl -tag -width __DUMPDATES__ -compact
ddd2ef55 407.It Pa /dev/st0
1227625a 408default tape unit to dump to
8d4197bb 409.It Pa __DUMPDATES__
1227625a
SP
410dump date records
411.It Pa /etc/fstab
412dump table: file systems and frequency
413.It Pa /etc/group
414to find group
415.Em operator
416.El
417.Sh SEE ALSO
b45f51d6 418.Xr fstab 5 ,
1227625a 419.Xr restore 8 ,
b45f51d6 420.Xr rmt 8
1227625a
SP
421.Sh DIAGNOSTICS
422Many, and verbose.
423.Pp
ddd2ef55
SP
424.Nm Dump
425exits with zero status on success.
1227625a
SP
426Startup errors are indicated with an exit code of 1;
427abnormal termination is indicated with an exit code of 3.
428.Sh BUGS
ddd2ef55
SP
429It might be considered a bug that this version of dump can only handle ext2
430filesystems. Specifically, it does not work with FAT filesystems.
431.Pp
432Fewer than 32 read errors on the filesystem are ignored. If noticing
433read errors is important, the output from dump can be parsed to look for lines
434that contain the text 'read error'.
1227625a
SP
435.Pp
436Each reel requires a new process, so parent processes for
437reels already written just hang around until the entire tape
438is written.
439.Pp
440.Nm Dump
441with the
442.Fl W
443or
444.Fl w
ddd2ef55 445option does not report filesystems that have never been recorded
1227625a 446in
8d4197bb 447.Pa __DUMPDATES__ ,
1227625a
SP
448even if listed in
449.Pa /etc/fstab .
450.Pp
451It would be nice if
b45f51d6 452.Nm
1227625a
SP
453knew about the dump sequence,
454kept track of the tapes scribbled on,
455told the operator which tape to mount when,
456and provided more assistance
457for the operator running
458.Xr restore .
b45f51d6
SP
459.Pp
460.Nm Dump
461cannot do remote backups without being run as root, due to its
0c62667d 462security history.
b45f51d6 463Presently, it works if you set it setuid (like it used to be), but this
0c62667d
SP
464might constitute a security risk. Note that you can set RSH to use
465a remote shell program instead.
8d4197bb
SP
466.Sh AUTHOR
467The
468.Nm dump/restore
469backup suit was ported to Linux's Second Extended File System
470by Remy Card <card@Linux.EU.Org>. He maintained the initial versions
471of dump (up and including 0.4b4, released in january 1997).
472.Pp
473Starting with 0.4b5, the new maintainer is Stelian Pop
474.br
475<pop@cybercable.fr>.
476.Sh AVAILABILITY
477The
478.Nm dump/restore
01fb6bd5
SP
479backup suit is available from
480.br
481http://dump.sourceforge.net
1227625a
SP
482.Sh HISTORY
483A
b45f51d6
SP
484.Nm
485command appeared in
486.At v6 .