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