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