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