]> git.wh0rd.org - dump.git/blame - dump/dump.8.in
Add local EXT2_FT_* constants.
[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.\"
3211c85b 33.\" $Id: dump.8.in,v 1.47 2003/01/10 10:31:10 stelian Exp $
1227625a 34.\"
153f9a83
SP
35.TH DUMP 8 "version __VERSION__ of __DATE__" BSD "System management commands"
36.SH NAME
37dump \- ext2/3 filesystem backup
38.SH SYNOPSIS
39.B dump
40[\fB\-0123456789ackMnqSuv\fR]
41[\fB\-A \fIfile\fR]
42[\fB\-B \fIrecords\fR]
43[\fB\-b \fIblocksize\fR]
44[\fB\-d \fIdensity\fR]
45[\fB\-e \fIinode numbers\fR]
46[\fB\-E \fIfile\fR]
47[\fB\-f \fIfile\fR]
48[\fB\-F \fIscript\fR]
49[\fB\-h \fIlevel\fR]
50[\fB\-I \fInr errors\fR]
51[\fB\-j\fIcompression level\fR]
52[\fB\-L \fIlabel\fR]
53[\fB\-Q \fIfile\fR]
54[\fB\-s \fIfeet\fR]
55[\fB\-T \fIdate\fR]
56[\fB\-z\fIcompression level\fR]
57.I files-to-dump
58.PP
59.B dump
60[\fB\-W \fR| \fB\-w\fR]
61.PP
62(The 4.3BSD option syntax is implemented for backward compatibility but is not
63documented here.)
64.SH DESCRIPTION
65.B Dump
66examines files on an ext2/3 filesystem and determines which files need to be
67backed up. These files are copied to the given disk, tape or other storage
68medium for safe keeping (see the
69.B \-f
70option below for doing remote backups). A dump that is larger than the output
71medium is broken into multiple volumes. On most media the size is determined by
72writing until an end-of-media indication is returned.
73.PP
74On media that cannot reliably return an end-of-media indication (such as some
75cartridge tape drives), each volume is of a fixed size; the actual size is
76determined by specifying cartridge media, or via the tape size, density and/or
77block count options below. By default, the same output file name is used for
78each volume after prompting the operator to change media.
79.PP
80.I files-to-dump
81is either a mountpoint of a filesystem or a list of files and directories to be
82backed up as a subset of a filesystem. In the former case, either the path to a
83mounted filesystem or the device of an unmounted filesystem can be used. In the
84latter case, certain restrictions are placed on the backup:
85.B \-u
a94ecd11 86is not allowed, the only dump level that is supported is
153f9a83 87.B 0
a94ecd11 88and all the files and directories must reside on the same filesystem.
153f9a83 89.SH OPTIONS
1227625a 90The following options are supported by
153f9a83
SP
91.B dump:
92.TP
93.BI \-0\-9
94Dump levels. A level 0, full backup, guarantees the entire file system is
95copied (but see also the
96.B \-h
97option below). A level number above 0, incremental backup, tells
98.B dump
ddd2ef55 99to
153f9a83
SP
100copy all files new or modified since the last dump of a lower level. The
101default level is 9.
102.TP
103.BI \-a
104\*(lqauto-size\*(rq. Bypass all tape length calculations, and write until an
105end-of-media indication is returned. This works best for most modern tape
106drives, and is the default. Use of this option is particularly recommended when
107appending to an existing tape, or using a tape drive with hardware compression
4f4eee3d 108(where you can never be sure about the compression ratio).
153f9a83
SP
109.TP
110.BI \-A " archive_file"
111Archive a dump table-of-contents in the specified
112.I archive_file
e51470bf 113to be used by
153f9a83 114.BR restore (8)
e51470bf 115to determine whether a file is in the dump file that is being restored.
153f9a83
SP
116.TP
117.BI \-b " blocksize"
876861d2
SP
118The number of kilobytes per dump record. The default blocksize is 10
119and the maximal value is 1024.
120Note however that, since the IO system slices all requests into chunks
121of
153f9a83 122.B MAXBSIZE
876861d2
SP
123(which can be as low as 64kB), you can experience problems with
124.BR dump (8)
125and
126.BR restore (8)
127when using a higher value, depending on your kernel and/or libC versions.
153f9a83
SP
128.TP
129.BI \-B " records"
27305a35 130The number of 1 kB blocks per volume. Not normally required, as
153f9a83 131.B dump
27305a35 132can detect end-of-media. When the specified size is reached,
153f9a83
SP
133.B dump
134waits for you to change the volume. This option overrides the calculation of
135tape size based on length and density. If compression is on this limits the
136size of the compressed output per volume.
137.TP
138.BI \-c
139Change the defaults for use with a cartridge tape drive, with a density of 8000
140bpi, and a length of 1700 feet. Specifying a cartridge drive overrides the
e51470bf 141end-of-media detection.
153f9a83
SP
142.TP
143.BI \-d " density"
144Set tape density to
145.IR density .
146The default is 1600BPI. Specifying a tape density overrides the end-of-media
147detection.
148.TP
149.BI \-e " inodes"
20c345aa 150Exclude
153f9a83 151.I inodes
6d732772 152from the dump. The
153f9a83 153.I inodes
6d732772 154parameter is a comma separated list of inode numbers (you can use
153f9a83 155.BR stat (1)
20c345aa 156to find the inode number for a file or directory).
153f9a83
SP
157.TP
158.BI \-E " file"
6d732772 159Read list of inodes to be excluded from the dump from the text file
153f9a83 160.IR file .
6d732772 161The file
153f9a83
SP
162.I file
163should be an ordinary file containing inode numbers separated by newlines.
164.TP
165.BI \-f " file"
1227625a 166Write the backup to
153f9a83
SP
167.IR file ;
168.I file
169may be a special device file like
170.I /dev/st0
1227625a 171(a tape drive),
153f9a83
SP
172.I /dev/rsd1c
173(a floppy disk drive), an ordinary file, or
174.I \-
175(the standard output). Multiple file names may be given as a single argument
176separated by commas. Each file will be used for one dump volume in the order
177listed; if the dump requires more volumes than the number of names given,
178the last file name will used for all remaining volumes after prompting for
179media changes. If the name of the file is of the form
180.I host:file
1227625a 181or
153f9a83
SP
182.I user@host:file
183.B dump
1227625a 184writes to the named file on the remote host using
153f9a83 185.BR rmt (8).
b45f51d6 186The default path name of the remote
153f9a83 187.BR rmt (8)
b45f51d6 188program is
153f9a83 189.IR /etc/rmt ;
b45f51d6 190this can be overridden by the environment variable
153f9a83
SP
191.BR RMT .
192.TP
193.BI \-F " script"
172af402
SP
194Run script at the end of each tape (except for the last one).
195The device name and the current volume number are passed on the
196command line. The script must return 0 if
153f9a83 197.B dump
ae81b200 198should continue without asking the user to change the tape, 1 if
153f9a83
SP
199.B dump
200should continue but ask the user to change the tape. Any other exit code will
201cause
202.B dump
203to abort. For security reasons,
204.B dump
205reverts back to the real user ID and the real group ID before running the
206script.
207.TP
208.BI \-h " level"
e51470bf 209Honor the user
153f9a83 210.B nodump
e51470bf 211flag
153f9a83 212.B UF_NODUMP
e51470bf 213only for dumps at or above the given
153f9a83
SP
214.IR level .
215The default honor level is 1, so that incremental backups omit such files but
216full backups retain them.
217.TP
218.BI \-I " nr errors"
b82d31dc 219By default,
153f9a83
SP
220.B dump
221will ignore the first 32 read errors on the file system before asking for
222operator intervention. You can change this using this flag to any value. This
223is useful when running
224.B dump
225on an active filesystem where read errors simply indicate an inconsistency
226between the mapping and dumping passes.
3211c85b
SP
227.IP
228A value of 0 means that all read errors will be ignored.
153f9a83
SP
229.TP
230.BI \-j "compression level"
231Compress every block to be written on the tape using bzlib library. This option
232will work only when dumping to a file or pipe or, when dumping to a tape drive,
233if the tape drive is capable of writing variable length blocks. You will need
234at least the 0.4b24 version of
235.B restore
236in order to extract compressed tapes. Tapes written using compression will not
237be compatible with the BSD tape format. The (optional) parameter specifies the
238compression level bzlib will use. The default compression level is 2. If the
239optional parameter is specified, there should be no white space between the
240option letter and the parameter.
241.TP
242.BI \-k
243Use Kerberos authentication to talk to remote tape servers. (Only available if
244this option was enabled when
245.B dump
b45f51d6 246was compiled.)
153f9a83
SP
247.TP
248.BI \-L " label"
b45f51d6 249The user-supplied text string
153f9a83 250.I label
b45f51d6 251is placed into the dump header, where tools like
153f9a83 252.BR restore (8)
b45f51d6 253and
153f9a83
SP
254.BR file (8)
255can access it. Note that this label is limited to be at most
256.B LBLSIZE
257(currently 16) characters, which must include the terminating \e0.
258.TP
259.BI \-m
0cedbda5 260If this flag is specified,
153f9a83
SP
261.B dump
262will optimise the output for inodes having been changed but not modified since
263the last dump ('changed' and 'modified' have the meaning defined in
264.BR stat (2)
265). For those inodes,
266.B dump
267will save only the metadata, instead of saving the entire inode contents.
268Inodes which are either directories or have been modified since the last dump
269are saved in a regular way. Uses of this flag must be consistent, meaning that
270either every dump in an incremental dump set have the flag, or no one has it.
271.IP
272Tapes written using such 'metadata only' inodes will not be compatible with the
273BSD tape format or older versions of
274.B restore.
275.TP
276.BI \-M
dc7cb1e2 277Enable the multi-volume feature. The name specified with
153f9a83 278.B f
dc7cb1e2 279is treated as a prefix and
153f9a83
SP
280.B dump
281writes in sequence to
282.I <prefix>001, <prefix>002
283etc. This can be useful when dumping to files on an ext2 partition, in order to
284bypass the 2GB file size limitation.
285.TP
286.BI \-n
1227625a 287Whenever
153f9a83
SP
288.B dump
289requires operator attention, notify all operators in the group
290.B operator
1227625a 291by means similar to a
153f9a83
SP
292.BR wall (1).
293.TP
294.BI \-q
e084ba00 295Make
153f9a83
SP
296.B dump
297abort immediately whenever operator attention is required, without prompting in
298case of write errors, tape changes etc.
299.TP
300.BI \-Q " file"
301Enable the Quick File Access support. Tape positions for each inode are stored
302into the file
303.I file
304which is used by
305.B restore
306(if called with parameter
307.B \-Q
308and the filename) to directly position the tape at the file
309.B restore
310is currently working on. This saves hours when restoring single files from
311large backups, saves the tapes and the drive's head.
312.IP
313It is recommended to set up the st driver to return logical tape positions
314rather than physical before calling
315.B dump/restore
316with parameter
317.BR \-Q .
318Since not all tape devices support physical tape positions those tape devices
319return an error during
320.B dump/restore
321when the st driver is set to the default physical setting. Please see the
322.BR st (4)
323man page, option
324.B MTSETDRVBUFFER
325, or the
326.BR mt (1)
327man page, on how to set the driver to return logical tape positions.
328.IP
329Before calling
330.B restore
331with parameter
332.BR \-Q ,
333always make sure the st driver is set to return the same type of tape position
334used during the call to
335.BR dump .
336Otherwise
337.B restore
338may be confused.
339.IP
340This option can be used when dumping to local tapes (see above) or to local
341files.
342.TP
343.BI \-s " feet"
344Attempt to calculate the amount of tape needed at a particular density. If this
345amount is exceeded,
346.B dump
347prompts for a new tape. It is recommended to be a bit conservative on this
348option. The default tape length is 2300 feet. Specifying the tape size
4f4eee3d 349overrides end-of-media detection.
153f9a83
SP
350.TP
351.BI \-S
352Size estimate. Determine the amount of space that is needed to perform the dump
353without actually doing it, and display the estimated number of bytes it will
354take. This is useful with incremental dumps to determine how many volumes of
355media will be needed.
356.TP
357.BI \-T " date"
358Use the specified date as the starting time for the dump instead of the time
359determined from looking in
360.I __DUMPDATES__ .
ddd2ef55 361The format of
153f9a83 362.I date
ddd2ef55 363is the same as that of
153f9a83
SP
364.BR ctime (3).
365This option is useful for automated dump scripts that wish to dump over a
366specific period of time. The
367.B \-T
1227625a 368option is mutually exclusive from the
153f9a83 369.B \-u
1227625a 370option.
153f9a83
SP
371.TP
372.BI \-u
1227625a 373Update the file
153f9a83
SP
374.I __DUMPDATES__
375after a successful dump. The format of
376.I __DUMPDATES__
377is readable by people, consisting of one free format record per line:
378filesystem name, increment level and
379.BR ctime (3)
380format dump date. There may be only one entry per filesystem at each level. The
381file
382.I __DUMPDATES__
383may be edited to change any of the fields, if necessary.
384.TP
385.BI \-v
fceb4f25 386The
153f9a83 387.B \-v
fceb4f25 388(verbose) makes
153f9a83 389.B dump
fceb4f25 390to print extra information which could be helpful in debug sessions.
153f9a83
SP
391.TP
392.BI \-W
393.B Dump
394tells the operator what file systems need to be dumped. This information is
395gleaned from the files
396.I __DUMPDATES__
1227625a 397and
153f9a83 398.IR /etc/fstab .
1227625a 399The
153f9a83 400.B \-W
1227625a 401option causes
153f9a83 402.B dump
51b01afe 403to print out, for all file systems in
153f9a83 404.I __DUMPDATES__ ,
51b01afe 405and regognized file systems in
153f9a83
SP
406.IR /etc/fstab .
407the most recent dump date and level, and highlights those that should be
408dumped. If the
409.B \-W
1227625a 410option is set, all other options are ignored, and
153f9a83 411.B dump
1227625a 412exits immediately.
153f9a83
SP
413.TP
414.BI \-w
ddd2ef55 415Is like
153f9a83 416.BR \-W ,
51b01afe 417but prints only recognized filesystems in
153f9a83 418.I /etc/fstab
51b01afe 419which need to be dumped.
153f9a83
SP
420.TP
421.BI \-z "compression level"
422Compress every block to be written on the tape using zlib library. This option
423will work only when dumping to a file or pipe or, when dumping to a tape drive,
424if the tape drive is capable of writing variable length blocks. You will need
425at least the 0.4b22 version of
426.B restore
427in order to extract compressed tapes. Tapes written using compression will not
428be compatible with the BSD tape format. The (optional) parameter specifies the
429compression level zlib will use. The default compression level is 2. If the
430optional parameter is specified, there should be no white space between the
431option letter and the parameter.
432.PP
433.B Dump
434requires operator intervention on these conditions: end of tape, end of dump,
435tape write error, tape open error or disk read error (if there is more than a
436threshold of nr errors). In addition to alerting all operators implied by the
437.B \-n
1227625a 438key,
153f9a83
SP
439.B dump
440interacts with the operator on dump's control terminal at times when
441.B dump
442can no longer proceed, or if something is grossly wrong. All questions
443.B dump
1227625a 444poses
153f9a83
SP
445.I must
446be answered by typing \*(lqyes\*(rq or \*(lqno\*(rq, appropriately.
447.PP
1227625a 448Since making a dump involves a lot of time and effort for full dumps,
153f9a83
SP
449.B dump
450checkpoints itself at the start of each tape volume. If writing that volume
451fails for some reason,
452.B dump
453will, with operator permission, restart itself from the checkpoint after the
454old tape has been rewound and removed, and a new tape has been mounted.
455.PP
456.B Dump
457tells the operator what is going on at periodic intervals, including usually
458low estimates of the number of blocks to write, the number of tapes it will
459take, the time to completion, and the time to the tape change. The output is
460verbose, so that others know that the terminal controlling
461.B dump
462is busy, and will be for some time.
463.PP
464In the event of a catastrophic disk event, the time required to restore all the
465necessary backup tapes or files to disk can be kept to a minimum by staggering
466the incremental dumps. An efficient method of staggering incremental dumps to
467minimize the number of tapes follows:
468.IP \(em
1227625a 469Always start with a level 0 backup, for example:
153f9a83
SP
470.RS 14
471.B /sbin/dump -0u -f /dev/st0 /usr/src
472.RE
473.IP
1227625a
SP
474This should be done at set intervals, say once a month or once every two months,
475and on a set of fresh tapes that is saved forever.
153f9a83
SP
476.IP \(em
477After a level 0, dumps of active file systems are taken on a daily basis, using
478a modified Tower of Hanoi algorithm, with this sequence of dump levels:
479.RS 14
480.B 3 2 5 4 7 6 9 8 9 9 ...
481.RE
482.IP
483For the daily dumps, it should be possible to use a fixed number of tapes for
484each day, used on a weekly basis. Each week, a level 1 dump is taken, and the
485daily Hanoi sequence repeats beginning with 3. For weekly dumps, another fixed
486set of tapes per dumped file system is used, also on a cyclical basis.
487.PP
488After several months or so, the daily and weekly tapes should get rotated out
489of the dump cycle and fresh tapes brought in.
490.SH ENVIRONMENT
491.TP
492.B TAPE
493If no
494.B \-f
495option was specified,
496.B dump
b45f51d6 497will use the device specified via
153f9a83 498.B TAPE
b45f51d6 499as the dump device.
153f9a83 500.B TAPE
b45f51d6 501may be of the form
153f9a83
SP
502.IR tapename ,
503.IR host:tapename ,
b45f51d6 504or
153f9a83
SP
505.IR user@host:tapename .
506.TP
507.B RMT
b45f51d6 508The environment variable
153f9a83 509.B RMT
b45f51d6 510will be used to determine the pathname of the remote
153f9a83 511.BR rmt (8)
b45f51d6 512program.
153f9a83
SP
513.TP
514.B RSH
515.B Dump
516uses the contents of this variable to determine the name of the remote shell
517command to use when doing remote backups (rsh, ssh etc.). If this variable is
518not set,
519.BR rcmd (3)
0c62667d 520will be used, but only root will be able to do remote backups.
153f9a83
SP
521.SH FILES
522.TP
523.I /dev/st0
1227625a 524default tape unit to dump to
153f9a83
SP
525.TP
526.I __DUMPDATES__
1227625a 527dump date records
153f9a83
SP
528.TP
529.I /etc/fstab
1227625a 530dump table: file systems and frequency
153f9a83
SP
531.TP
532.I /etc/group
1227625a 533to find group
153f9a83
SP
534.I operator
535.SH SEE ALSO
536.BR fstab (5),
537.BR restore (8),
538.BR rmt (8)
539.SH DIAGNOSTICS
1227625a 540Many, and verbose.
153f9a83
SP
541.SH EXIT STATUS
542.B Dump
543exits with zero status on success. Startup errors are indicated with an exit
544code of 1; abnormal termination is indicated with an exit code of 3.
545.SH BUGS
546It might be considered a bug that this version of dump can only handle ext2/3
ddd2ef55 547filesystems. Specifically, it does not work with FAT filesystems.
153f9a83
SP
548.PP
549Fewer than 32 read errors (change this with
550.BR \-I )
551on the filesystem are ignored. If noticing read errors is important, the output
552from dump can be parsed to look for lines that contain the text 'read error'.
553.PP
aa1b1e7f 554When a read error occurs,
153f9a83 555.B dump
aa1b1e7f 556prints out the corresponding physical disk block and sector number and the
153f9a83
SP
557ext2/3 logical block number. It doesn't print out the corresponing file name or
558even the inode number. The user has to use
559.BR debugfs (8),
aa1b1e7f 560commands
153f9a83 561.B ncheck
aa1b1e7f 562and
153f9a83 563.B icheck
aa1b1e7f 564to translate the
153f9a83
SP
565.B ext2blk
566number printed out by
567.B dump
568into an inode number, then into a file name.
569.PP
570Each reel requires a new process, so parent processes for reels already written
571just hang around until the entire tape is written.
572.PP
e7850aac 573The estimated number of tapes is not correct if compression is on.
153f9a83 574.PP
1227625a 575It would be nice if
153f9a83
SP
576.B dump
577knew about the dump sequence, kept track of the tapes scribbled on, told the
578operator which tape to mount when, and provided more assistance for the
579operator running
580.BR restore .
581.PP
582.B Dump
583cannot do remote backups without being run as root, due to its security history.
584Presently, it works if you set it setuid (like it used to be), but this might
585constitute a security risk. Note that you can set
586.B RSH
587to use a remote shell program instead.
588.SH AUTHOR
8d4197bb 589The
153f9a83
SP
590.B dump/restore
591backup suite was ported to Linux's Second Extended File System by Remy Card
592<card@Linux.EU.Org>. He maintained the initial versions of
593.B dump
594(up and including 0.4b4, released in january 1997).
595.PP
596Starting with 0.4b5, the new maintainer is Stelian Pop <stelian@popies.net>.
597.SH AVAILABILITY
8d4197bb 598The
153f9a83
SP
599.B dump/restore
600backup suite is available from <http://dump.sourceforge.net>
601.SH HISTORY
1227625a 602A
153f9a83 603.B dump
b45f51d6 604command appeared in
153f9a83 605.B Version 6 AT&T UNIX.