]> git.wh0rd.org - dump.git/blame - dump/dump.8.in
Added -e exclude inode option to dump.
[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.\"
20c345aa 33.\" $Id: dump.8.in,v 1.11 2000/02/04 20:22:21 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.
20c345aa
SP
140.It Fl e Ar inode
141Exclude
142.Ar inode
143from the dump (you can use
144.Ar stat
145to find the inode number for a file or directory).
b45f51d6
SP
146.It Fl h Ar level
147Honor the user
148.Dq nodump
149flag
150.Dp Dv UF_NODUMP
151only for dumps at or above the given
152.Ar level .
153The default honor level is 1,
154so that incremental backups omit such files
155but full backups retain them.
1227625a
SP
156.It Fl d Ar density
157Set tape density to
158.Ar density .
159The default is 1600BPI.
160.It Fl f Ar file
161Write the backup to
162.Ar file ;
163.Ar file
164may be a special device file
165like
ddd2ef55 166.Pa /dev/st0
1227625a
SP
167(a tape drive),
168.Pa /dev/rsd1c
b45f51d6 169(a floppy disk drive),
1227625a
SP
170an ordinary file,
171or
172.Ql Fl
173(the standard output).
174Multiple file names may be given as a single argument separated by commas.
175Each file will be used for one dump volume in the order listed;
176if the dump requires more volumes than the number of names given,
177the last file name will used for all remaining volumes after prompting
178for media changes.
179If the name of the file is of the form
ddd2ef55 180.Dq host:file
1227625a 181or
ddd2ef55 182.Dq user@host:file
b45f51d6 183.Nm
1227625a
SP
184writes to the named file on the remote host using
185.Xr rmt 8 .
b45f51d6
SP
186The default path name of the remote
187.Xr rmt 8
188program is
189.\" rmt path, is the path on the remote host
190.Pa /etc/rmt ;
191this can be overridden by the environment variable
192.Ev RMT .
193.It Fl k
194Use Kerberos authentication to talk to remote tape servers. (Only
195available if this option was enabled when
196.Nm
197was compiled.)
198.It Fl L Ar label
199The user-supplied text string
200.Ar label
201is placed into the dump header, where tools like
202.Xr restore 8
203and
204.Xr file 1
205can access it.
206Note that this label is limited
207to be at most LBLSIZE (currently 16) characters, which must include
208the terminating
209.Ql \e0 .
dc7cb1e2
SP
210.It Fl M
211Enable the multi-volume feature. The name specified with
212.Fl f
213is treated as a prefix and
214.Nm
215writes in sequence to <prefix>001, <prefix>002 etc. This can be
216useful when dumping to files on an ext2 partition, in order to bypass
217the 2GB file size limitation.
1227625a
SP
218.It Fl n
219Whenever
b45f51d6 220.Nm
1227625a
SP
221requires operator attention,
222notify all operators in the group
223.Dq operator
224by means similar to a
225.Xr wall 1 .
226.It Fl s Ar feet
227Attempt to calculate the amount of tape needed
228at a particular density.
229If this amount is exceeded,
b45f51d6 230.Nm
1227625a
SP
231prompts for a new tape.
232It is recommended to be a bit conservative on this option.
233The default tape length is 2300 feet.
234.ne 1i
144a6db1
SP
235.It Fl S
236Size estimate. Determine the amount of space
237that is needed to perform the dump without
238actually doing it, and display the estimated
2e682895 239number of bytes it will take. This is useful
144a6db1
SP
240with incremental dumps to determine how many
241volumes of media will be needed.
1227625a
SP
242.It Fl T Ar date
243Use the specified date as the starting time for the dump
244instead of the time determined from looking in
8d4197bb 245.Pa __DUMPDATES__ .
ddd2ef55
SP
246The format of
247.Ar date
248is the same as that of
1227625a
SP
249.Xr ctime 3 .
250This option is useful for automated dump scripts that wish to
251dump over a specific period of time.
252The
253.Fl T
254option is mutually exclusive from the
255.Fl u
256option.
257.It Fl u
258Update the file
8d4197bb 259.Pa __DUMPDATES__
1227625a
SP
260after a successful dump.
261The format of
8d4197bb 262.Pa __DUMPDATES__
1227625a
SP
263is readable by people, consisting of one
264free format record per line:
265filesystem name,
266increment level
267and
268.Xr ctime 3
269format dump date.
270There may be only one entry per filesystem at each level.
271The file
8d4197bb 272.Pa __DUMPDATES__
1227625a
SP
273may be edited to change any of the fields,
274if necessary.
275.It Fl W
276.Nm Dump
277tells the operator what file systems need to be dumped.
278This information is gleaned from the files
8d4197bb 279.Pa __DUMPDATES__
1227625a
SP
280and
281.Pa /etc/fstab .
282The
283.Fl W
284option causes
b45f51d6 285.Nm
1227625a 286to print out, for each file system in
8d4197bb 287.Pa __DUMPDATES__ ,
1227625a
SP
288the most recent dump date and level,
289and highlights those file systems that should be dumped.
290If the
291.Fl W
292option is set, all other options are ignored, and
b45f51d6 293.Nm
1227625a
SP
294exits immediately.
295.It Fl w
ddd2ef55
SP
296Is like
297.Fl W ,
298but prints only those filesystems which need to be dumped.
1227625a
SP
299.El
300.Pp
301.Nm Dump
302requires operator intervention on these conditions:
303end of tape,
304end of dump,
305tape write error,
306tape open error or
ddd2ef55 307disk read error (if there is more than a threshold of 32).
1227625a
SP
308In addition to alerting all operators implied by the
309.Fl n
310key,
b45f51d6 311.Nm
1227625a
SP
312interacts with the operator on
313.Em dump's
314control terminal at times when
b45f51d6 315.Nm
1227625a
SP
316can no longer proceed,
317or if something is grossly wrong.
318All questions
b45f51d6 319.Nm
1227625a
SP
320poses
321.Em must
322be answered by typing
323.Dq yes
324or
325.Dq no ,
326appropriately.
327.Pp
328Since making a dump involves a lot of time and effort for full dumps,
b45f51d6 329.Nm
1227625a
SP
330checkpoints itself at the start of each tape volume.
331If writing that volume fails for some reason,
b45f51d6 332.Nm
1227625a
SP
333will,
334with operator permission,
335restart itself from the checkpoint
336after the old tape has been rewound and removed,
337and a new tape has been mounted.
338.Pp
339.Nm Dump
340tells the operator what is going on at periodic intervals,
341including usually low estimates of the number of blocks to write,
342the number of tapes it will take, the time to completion, and
343the time to the tape change.
344The output is verbose,
345so that others know that the terminal
346controlling
b45f51d6 347.Nm
1227625a
SP
348is busy,
349and will be for some time.
350.Pp
351In the event of a catastrophic disk event, the time required
352to restore all the necessary backup tapes or files to disk
353can be kept to a minimum by staggering the incremental dumps.
354An efficient method of staggering incremental dumps
355to minimize the number of tapes follows:
356.Bl -bullet -offset indent
357.It
358Always start with a level 0 backup, for example:
359.Bd -literal -offset indent
8d4197bb 360/sbin/dump -0u -f /dev/st0 /usr/src
1227625a
SP
361.Ed
362.Pp
363This should be done at set intervals, say once a month or once every two months,
364and on a set of fresh tapes that is saved forever.
365.It
366After a level 0, dumps of active file
367systems are taken on a daily basis,
368using a modified Tower of Hanoi algorithm,
369with this sequence of dump levels:
370.Bd -literal -offset indent
3713 2 5 4 7 6 9 8 9 9 ...
372.Ed
373.Pp
374For the daily dumps, it should be possible to use a fixed number of tapes
375for each day, used on a weekly basis.
376Each week, a level 1 dump is taken, and
377the daily Hanoi sequence repeats beginning with 3.
378For weekly dumps, another fixed set of tapes per dumped file system is
379used, also on a cyclical basis.
380.El
381.Pp
382After several months or so, the daily and weekly tapes should get
383rotated out of the dump cycle and fresh tapes brought in.
b45f51d6
SP
384.Sh ENVIRONMENT
385.Bl -tag -width Fl
386.It Ev TAPE
387If no -f option was specified,
388.Nm
389will use the device specified via
390.Ev TAPE
391as the dump device.
392.Ev TAPE
393may be of the form
394.Qq tapename ,
395.Qq host:tapename ,
396or
397.Qq user@host:tapename .
398.It Ev RMT
399The environment variable
400.Ev RMT
401will be used to determine the pathname of the remote
402.Xr rmt 8
403program.
0c62667d
SP
404.It Ev RSH
405.Nm Dump
406uses the contents of this variable to determine the name of the
407remote shell command to use when doing remote backups (rsh, ssh etc.).
408If this variable is not set,
409.Xr rcmd 3
410will be used, but only root will be able to do remote backups.
1227625a 411.Sh FILES
8d4197bb 412.Bl -tag -width __DUMPDATES__ -compact
ddd2ef55 413.It Pa /dev/st0
1227625a 414default tape unit to dump to
8d4197bb 415.It Pa __DUMPDATES__
1227625a
SP
416dump date records
417.It Pa /etc/fstab
418dump table: file systems and frequency
419.It Pa /etc/group
420to find group
421.Em operator
422.El
423.Sh SEE ALSO
b45f51d6 424.Xr fstab 5 ,
1227625a 425.Xr restore 8 ,
b45f51d6 426.Xr rmt 8
1227625a
SP
427.Sh DIAGNOSTICS
428Many, and verbose.
429.Pp
ddd2ef55
SP
430.Nm Dump
431exits with zero status on success.
1227625a
SP
432Startup errors are indicated with an exit code of 1;
433abnormal termination is indicated with an exit code of 3.
434.Sh BUGS
ddd2ef55
SP
435It might be considered a bug that this version of dump can only handle ext2
436filesystems. Specifically, it does not work with FAT filesystems.
437.Pp
438Fewer than 32 read errors on the filesystem are ignored. If noticing
439read errors is important, the output from dump can be parsed to look for lines
440that contain the text 'read error'.
1227625a
SP
441.Pp
442Each reel requires a new process, so parent processes for
443reels already written just hang around until the entire tape
444is written.
445.Pp
446.Nm Dump
447with the
448.Fl W
449or
450.Fl w
ddd2ef55 451option does not report filesystems that have never been recorded
1227625a 452in
8d4197bb 453.Pa __DUMPDATES__ ,
1227625a
SP
454even if listed in
455.Pa /etc/fstab .
456.Pp
457It would be nice if
b45f51d6 458.Nm
1227625a
SP
459knew about the dump sequence,
460kept track of the tapes scribbled on,
461told the operator which tape to mount when,
462and provided more assistance
463for the operator running
464.Xr restore .
b45f51d6
SP
465.Pp
466.Nm Dump
467cannot do remote backups without being run as root, due to its
0c62667d 468security history.
b45f51d6 469Presently, it works if you set it setuid (like it used to be), but this
0c62667d
SP
470might constitute a security risk. Note that you can set RSH to use
471a remote shell program instead.
8d4197bb
SP
472.Sh AUTHOR
473The
474.Nm dump/restore
475backup suit was ported to Linux's Second Extended File System
476by Remy Card <card@Linux.EU.Org>. He maintained the initial versions
477of dump (up and including 0.4b4, released in january 1997).
478.Pp
479Starting with 0.4b5, the new maintainer is Stelian Pop
480.br
481<pop@cybercable.fr>.
482.Sh AVAILABILITY
483The
484.Nm dump/restore
01fb6bd5
SP
485backup suit is available from
486.br
487http://dump.sourceforge.net
1227625a
SP
488.Sh HISTORY
489A
b45f51d6
SP
490.Nm
491command appeared in
492.At v6 .