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