]> git.wh0rd.org - dump.git/blame_incremental - dump/dump.8.in
Release 0.4b11
[dump.git] / dump / dump.8.in
... / ...
CommitLineData
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
14.\" must display the following acknowledgement:
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.\"
33.\" $Id: dump.8.in,v 1.5 1999/11/22 19:08:50 tiniou Exp $
34.\"
35.Dd __DATE__
36.Dt DUMP 8
37.Os "dump __VERSION__"
38.Sh NAME
39.Nm dump
40.Nd ext2 filesystem backup
41.Sh SYNOPSIS
42.Nm dump
43.Op Fl 0123456789acknSu
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
49.Op Fl L Ar label
50.Op Fl s Ar feet
51.Op Fl T Ar date
52.Ar filesystem
53.Nm dump
54.Op Fl 0123456789acknSu
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
60.Op Fl L Ar label
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
67.in
68(The
69.Bx 4.3
70option syntax is implemented for backward compatibility but
71is not documented here.)
72.Sh DESCRIPTION
73.Nm Dump
74examines files
75on an ext2 filesystem
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
85end-of-media indication is returned. This can be enforced
86by using the
87.Fl a
88option.
89.Pp
90On media that cannot reliably return an end-of-media indication
91(such as some cartridge tape drives),
92each volume is of a fixed size;
93the actual size is determined by the tape size, density and/or
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
99.Nm Ns :
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,
110tells
111.Nm dump
112to
113copy all files new or modified since the
114last dump of the same or lower level.
115The default level is 9.
116.It Fl B Ar records
117The number of 1 KB blocks per volume.
118This option overrides the calculation of tape size
119based on length and density.
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).
128.It Fl b Ar blocksize
129The number of kilobytes per dump record.
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.
137.It Fl c
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.
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
160.Pa /dev/st0
161(a tape drive),
162.Pa /dev/rsd1c
163(a floppy disk drive),
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
174.Dq host:file
175or
176.Dq user@host:file
177.Nm
178writes to the named file on the remote host using
179.Xr rmt 8 .
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 .
204.It Fl n
205Whenever
206.Nm
207requires operator attention,
208notify all operators in the group
209.Dq operator
210by means similar to a
211.Xr wall 1 .
212.It Fl s Ar feet
213Attempt to calculate the amount of tape needed
214at a particular density.
215If this amount is exceeded,
216.Nm
217prompts for a new tape.
218It is recommended to be a bit conservative on this option.
219The default tape length is 2300 feet.
220.ne 1i
221.It Fl S
222Size estimate. Determine the amount of space
223that is needed to perform the dump without
224actually doing it, and display the estimated
225number of blocks it will take. This is useful
226with incremental dumps to determine how many
227volumes of media will be needed.
228.It Fl T Ar date
229Use the specified date as the starting time for the dump
230instead of the time determined from looking in
231.Pa __DUMPDATES__ .
232The format of
233.Ar date
234is the same as that of
235.Xr ctime 3 .
236This option is useful for automated dump scripts that wish to
237dump over a specific period of time.
238The
239.Fl T
240option is mutually exclusive from the
241.Fl u
242option.
243.It Fl u
244Update the file
245.Pa __DUMPDATES__
246after a successful dump.
247The format of
248.Pa __DUMPDATES__
249is readable by people, consisting of one
250free format record per line:
251filesystem name,
252increment level
253and
254.Xr ctime 3
255format dump date.
256There may be only one entry per filesystem at each level.
257The file
258.Pa __DUMPDATES__
259may be edited to change any of the fields,
260if necessary.
261.It Fl W
262.Nm Dump
263tells the operator what file systems need to be dumped.
264This information is gleaned from the files
265.Pa __DUMPDATES__
266and
267.Pa /etc/fstab .
268The
269.Fl W
270option causes
271.Nm
272to print out, for each file system in
273.Pa __DUMPDATES__ ,
274the most recent dump date and level,
275and highlights those file systems that should be dumped.
276If the
277.Fl W
278option is set, all other options are ignored, and
279.Nm
280exits immediately.
281.It Fl w
282Is like
283.Fl W ,
284but prints only those filesystems which need to be dumped.
285.El
286.Pp
287.Nm Dump
288requires operator intervention on these conditions:
289end of tape,
290end of dump,
291tape write error,
292tape open error or
293disk read error (if there is more than a threshold of 32).
294In addition to alerting all operators implied by the
295.Fl n
296key,
297.Nm
298interacts with the operator on
299.Em dump's
300control terminal at times when
301.Nm
302can no longer proceed,
303or if something is grossly wrong.
304All questions
305.Nm
306poses
307.Em must
308be answered by typing
309.Dq yes
310or
311.Dq no ,
312appropriately.
313.Pp
314Since making a dump involves a lot of time and effort for full dumps,
315.Nm
316checkpoints itself at the start of each tape volume.
317If writing that volume fails for some reason,
318.Nm
319will,
320with operator permission,
321restart itself from the checkpoint
322after the old tape has been rewound and removed,
323and a new tape has been mounted.
324.Pp
325.Nm Dump
326tells the operator what is going on at periodic intervals,
327including usually low estimates of the number of blocks to write,
328the number of tapes it will take, the time to completion, and
329the time to the tape change.
330The output is verbose,
331so that others know that the terminal
332controlling
333.Nm
334is busy,
335and will be for some time.
336.Pp
337In the event of a catastrophic disk event, the time required
338to restore all the necessary backup tapes or files to disk
339can be kept to a minimum by staggering the incremental dumps.
340An efficient method of staggering incremental dumps
341to minimize the number of tapes follows:
342.Bl -bullet -offset indent
343.It
344Always start with a level 0 backup, for example:
345.Bd -literal -offset indent
346/sbin/dump -0u -f /dev/st0 /usr/src
347.Ed
348.Pp
349This should be done at set intervals, say once a month or once every two months,
350and on a set of fresh tapes that is saved forever.
351.It
352After a level 0, dumps of active file
353systems are taken on a daily basis,
354using a modified Tower of Hanoi algorithm,
355with this sequence of dump levels:
356.Bd -literal -offset indent
3573 2 5 4 7 6 9 8 9 9 ...
358.Ed
359.Pp
360For the daily dumps, it should be possible to use a fixed number of tapes
361for each day, used on a weekly basis.
362Each week, a level 1 dump is taken, and
363the daily Hanoi sequence repeats beginning with 3.
364For weekly dumps, another fixed set of tapes per dumped file system is
365used, also on a cyclical basis.
366.El
367.Pp
368After several months or so, the daily and weekly tapes should get
369rotated out of the dump cycle and fresh tapes brought in.
370.Sh ENVIRONMENT
371.Bl -tag -width Fl
372.It Ev TAPE
373If no -f option was specified,
374.Nm
375will use the device specified via
376.Ev TAPE
377as the dump device.
378.Ev TAPE
379may be of the form
380.Qq tapename ,
381.Qq host:tapename ,
382or
383.Qq user@host:tapename .
384.It Ev RMT
385The environment variable
386.Ev RMT
387will be used to determine the pathname of the remote
388.Xr rmt 8
389program.
390.It Ev RSH
391.Nm Dump
392uses the contents of this variable to determine the name of the
393remote shell command to use when doing remote backups (rsh, ssh etc.).
394If this variable is not set,
395.Xr rcmd 3
396will be used, but only root will be able to do remote backups.
397.Sh FILES
398.Bl -tag -width __DUMPDATES__ -compact
399.It Pa /dev/st0
400default tape unit to dump to
401.It Pa __DUMPDATES__
402dump date records
403.It Pa /etc/fstab
404dump table: file systems and frequency
405.It Pa /etc/group
406to find group
407.Em operator
408.El
409.Sh SEE ALSO
410.Xr fstab 5 ,
411.Xr restore 8 ,
412.Xr rmt 8
413.Sh DIAGNOSTICS
414Many, and verbose.
415.Pp
416.Nm Dump
417exits with zero status on success.
418Startup errors are indicated with an exit code of 1;
419abnormal termination is indicated with an exit code of 3.
420.Sh BUGS
421It might be considered a bug that this version of dump can only handle ext2
422filesystems. Specifically, it does not work with FAT filesystems.
423.Pp
424Fewer than 32 read errors on the filesystem are ignored. If noticing
425read errors is important, the output from dump can be parsed to look for lines
426that contain the text 'read error'.
427.Pp
428Each reel requires a new process, so parent processes for
429reels already written just hang around until the entire tape
430is written.
431.Pp
432.Nm Dump
433with the
434.Fl W
435or
436.Fl w
437option does not report filesystems that have never been recorded
438in
439.Pa __DUMPDATES__ ,
440even if listed in
441.Pa /etc/fstab .
442.Pp
443It would be nice if
444.Nm
445knew about the dump sequence,
446kept track of the tapes scribbled on,
447told the operator which tape to mount when,
448and provided more assistance
449for the operator running
450.Xr restore .
451.Pp
452.Nm Dump
453cannot do remote backups without being run as root, due to its
454security history.
455Presently, it works if you set it setuid (like it used to be), but this
456might constitute a security risk. Note that you can set RSH to use
457a remote shell program instead.
458.Sh AUTHOR
459The
460.Nm dump/restore
461backup suit was ported to Linux's Second Extended File System
462by Remy Card <card@Linux.EU.Org>. He maintained the initial versions
463of dump (up and including 0.4b4, released in january 1997).
464.Pp
465Starting with 0.4b5, the new maintainer is Stelian Pop
466.br
467<pop@cybercable.fr>.
468.Sh AVAILABILITY
469The
470.Nm dump/restore
471backup suit is available for anonymous ftp from tsx-11.mit.edu
472in /pub/linux/ALPHA/ext2fs (development versions) or
473/pub/linux/packages/ext2fs (stable versions).
474.Pp
475An alternate downloading location is http://perso.cybercable.fr/pop/dump.
476.Sh HISTORY
477A
478.Nm
479command appeared in
480.At v6 .