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