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