]> git.wh0rd.org - dump.git/blame - restore/restore.8.in
QFA support.
[dump.git] / restore / restore.8.in
CommitLineData
1227625a
SP
1.\" Copyright (c) 1985, 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.
9.\" 2. Redistributions in binary form must reproduce the above copyright
10.\" notice, this list of conditions and the following disclaimer in the
11.\" documentation and/or other materials provided with the distribution.
12.\" 3. All advertising materials mentioning features or use of this software
13.\" must display the following acknowledgement:
14.\" This product includes software developed by the University of
15.\" California, Berkeley and its contributors.
16.\" 4. Neither the name of the University nor the names of its contributors
17.\" may be used to endorse or promote products derived from this software
18.\" without specific prior written permission.
19.\"
20.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
21.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
22.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
23.\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
24.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
35b24fb7 32.\" $Id: restore.8.in,v 1.13 2001/04/10 12:46:53 stelian Exp $
1227625a 33.\"
8d4197bb 34.Dd __DATE__
1227625a 35.Dt RESTORE 8
df9ae507 36.Os "restore __VERSION__"
1227625a
SP
37.Sh NAME
38.Nm restore
39.Nd "restore files or file systems from backups made with dump"
40.Sh SYNOPSIS
41.Nm restore
42.Fl C
dc7cb1e2 43.Op Fl ckMvy
1227625a
SP
44.Op Fl b Ar blocksize
45.Op Fl D Ar filesystem
46.Op Fl f Ar file
35b24fb7 47.Op Fl Q Ar file
1227625a
SP
48.Op Fl s Ar fileno
49.Op Fl T Ar directory
50.Nm restore
51.Fl i
dc7cb1e2 52.Op Fl chkmMNuvy
1227625a
SP
53.Op Fl b Ar blocksize
54.Op Fl f Ar file
35b24fb7 55.Op Fl Q Ar file
1227625a
SP
56.Op Fl s Ar fileno
57.Op Fl T Ar directory
58.Nm restore
59.Fl R
dc7cb1e2 60.Op Fl ckMNuvy
1227625a
SP
61.Op Fl b Ar blocksize
62.Op Fl f Ar file
35b24fb7 63.Op Fl Q Ar file
1227625a
SP
64.Op Fl s Ar fileno
65.Op Fl T Ar directory
66.Nm restore
67.Fl r
dc7cb1e2 68.Op Fl ckMNuvy
1227625a
SP
69.Op Fl b Ar blocksize
70.Op Fl f Ar file
35b24fb7 71.Op Fl Q Ar file
1227625a
SP
72.Op Fl s Ar fileno
73.Op Fl T Ar directory
74.Nm restore
75.Fl t
dc7cb1e2 76.Op Fl chkMNuvy
1227625a
SP
77.Op Fl b Ar blocksize
78.Op Fl f Ar file
35b24fb7 79.Op Fl Q Ar file
1227625a
SP
80.Op Fl s Ar fileno
81.Op Fl T Ar directory
08db2b86 82.Op Fl X Ar filelist
1227625a 83.Op file ...
08db2b86
SP
84.Nm restore
85.Fl x
86.Op Fl chkmMNuvy
87.Op Fl b Ar blocksize
88.Op Fl f Ar file
35b24fb7 89.Op Fl Q Ar file
08db2b86
SP
90.Op Fl s Ar fileno
91.Op Fl T Ar directory
92.Op Fl X Ar filelist
1a05d45d 93.Op file ...
1227625a 94.Pp
8d4197bb 95.in
1227625a
SP
96(The
97.Bx 4.3
ddd2ef55 98option syntax is implemented for backward compatibility but
1227625a
SP
99is not documented here.)
100.Sh DESCRIPTION
101The
102.Nm restore
103command performs the inverse function of
104.Xr dump 8 .
105A full backup of a file system may be restored and
106subsequent incremental backups layered on top of it.
107Single files and
108directory subtrees may be restored from full or partial
109backups.
110.Nm Restore
111works across a network;
112to do this see the
113.Fl f
114flag described below.
115Other arguments to the command are file or directory
116names specifying the files that are to be restored.
117Unless the
118.Fl h
119flag is specified (see below),
120the appearance of a directory name refers to
121the files and (recursively) subdirectories of that directory.
122.Pp
123Exactly one of the following flags is required:
124.Bl -tag -width Ds
125.It Fl C
126This mode allows comparison of files from a dump.
127.Nm Restore
128reads the backup and compares its contents with files present on the
129disk.
130It first changes its working directory to the root of the filesystem
131that was dumped and compares the tape with the files in its new
132current directory.
133.It Fl i
134This mode allows interactive restoration of files from a dump.
135After reading in the directory information from the dump,
136.Nm restore
137provides a shell like interface that allows the user to move
138around the directory tree selecting files to be extracted.
139The available commands are given below;
140for those commands that require an argument,
141the default is the current directory.
142.Bl -tag -width Fl
143.It Ic add Op Ar arg
144The current directory or specified argument is added to the list of
145files to be extracted.
146If a directory is specified, then it and all its descendents are
147added to the extraction list
148(unless the
149.Fl h
150flag is specified on the command line).
ddd2ef55
SP
151Files that are on the extraction list are prepended with a
152.Dq \&*
1227625a
SP
153when they are listed by
154.Ic ls .
155.It Ic \&cd Ar arg
156Change the current working directory to the specified argument.
157.It Ic delete Op Ar arg
158The current directory or specified argument is deleted from the list of
159files to be extracted.
160If a directory is specified, then it and all its descendents are
161deleted from the extraction list
162(unless the
163.Fl h
164flag is specified on the command line).
165The most expedient way to extract most of the files from a directory
166is to add the directory to the extraction list and then delete
167those files that are not needed.
168.It Ic extract
ddd2ef55 169All files on the extraction list are extracted
1227625a
SP
170from the dump.
171.Nm Restore
172will ask which volume the user wishes to mount.
173The fastest way to extract a few files is to
ddd2ef55 174start with the last volume and work towards the first volume.
1227625a
SP
175.It Ic help
176List a summary of the available commands.
177.It Ic \&ls Op Ar arg
178List the current or specified directory.
ddd2ef55
SP
179Entries that are directories are appended with a
180.Dq \&* .
1227625a
SP
181Entries that have been marked for extraction are prepended with a ``*''.
182If the verbose
ddd2ef55 183flag is set, the inode number of each entry is also listed.
1227625a
SP
184.It Ic pwd
185Print the full pathname of the current working directory.
186.It Ic quit
187Restore immediately exits,
188even if the extraction list is not empty.
189.It Ic setmodes
ddd2ef55 190All directories that have been added to the extraction list
1227625a
SP
191have their owner, modes, and times set;
192nothing is extracted from the dump.
193This is useful for cleaning up after a restore has been prematurely aborted.
194.It Ic verbose
195The sense of the
196.Fl v
197flag is toggled.
198When set, the verbose flag causes the
199.Ic ls
200command to list the inode numbers of all entries.
201It also causes
202.Nm restore
203to print out information about each file as it is extracted.
204.El
205.It Fl R
206.Nm Restore
ddd2ef55 207requests a particular tape of a multi-volume set on which to restart
1227625a
SP
208a full restore
209(see the
210.Fl r
211flag below).
212This is useful if the restore has been interrupted.
213.It Fl r
ddd2ef55 214Restore (rebuild) a file system.
1227625a 215The target file system should be made pristine with
8d4197bb 216.Xr mke2fs 8 ,
ddd2ef55 217mounted, and the user
1227625a
SP
218.Xr cd Ns 'd
219into the pristine file system
220before starting the restoration of the initial level 0 backup. If the
221level 0 restores successfully, the
222.Fl r
223flag may be used to restore
224any necessary incremental backups on top of the level 0.
225The
226.Fl r
227flag precludes an interactive file extraction and can be
ddd2ef55
SP
228detrimental to one's health (not to mention the disk) if not used carefully.
229An example:
1227625a 230.Bd -literal -offset indent
8d4197bb
SP
231mke2fs /dev/sda1
232mount /dev/sda1 /mnt
1227625a
SP
233cd /mnt
234
8d4197bb 235restore rf /dev/st0
1227625a
SP
236.Ed
237.Pp
238Note that
239.Nm restore
240leaves a file
241.Pa restoresymtable
242in the root directory to pass information between incremental
243restore passes.
244This file should be removed when the last incremental has been
245restored.
246.Pp
247.Nm Restore ,
248in conjunction with
8d4197bb 249.Xr mke2fs 8
1227625a
SP
250and
251.Xr dump 8 ,
252may be used to modify file system parameters
253such as size or block size.
254.It Fl t
255The names of the specified files are listed if they occur
256on the backup.
257If no file argument is given,
ddd2ef55 258the root directory is listed,
1227625a
SP
259which results in the entire content of the
260backup being listed,
261unless the
262.Fl h
263flag has been specified.
264Note that the
265.Fl t
266flag replaces the function of the old
267.Xr dumpdir 8
268program.
08db2b86
SP
269See also the
270.Fl X
271option below.
1227625a
SP
272.ne 1i
273.It Fl x
274The named files are read from the given media.
275If a named file matches a directory whose contents
276are on the backup
277and the
278.Fl h
279flag is not specified,
280the directory is recursively extracted.
281The owner, modification time,
282and mode are restored (if possible).
283If no file argument is given,
ddd2ef55 284the root directory is extracted,
1227625a
SP
285which results in the entire content of the
286backup being extracted,
287unless the
288.Fl h
289flag has been specified.
08db2b86
SP
290See also the
291.Fl X
292option below.
1227625a
SP
293.El
294.Pp
295The following additional options may be specified:
296.Bl -tag -width Ds
297.It Fl b Ar blocksize
298The number of kilobytes per dump record.
299If the
300.Fl b
301option is not specified,
302.Nm restore
b45f51d6 303tries to determine the media block size dynamically.
1227625a
SP
304.It Fl c
305Normally,
306.Nm restore
307will try to determine dynamically whether the dump was made from an
b45f51d6 308old (pre-4.4) or new format file system. The
1227625a
SP
309.Fl c
310flag disables this check, and only allows reading a dump in the old
311format.
312.It Fl D Ar filesystem
313The
314.Fl D
315flag allows the user to specify the filesystem name when using
316.Nm restore
317with the
318.Fl C
319option to check the backup.
320.It Fl f Ar file
321Read the backup from
322.Ar file ;
323.Ar file
324may be a special device file
325like
ddd2ef55 326.Pa /dev/st0
1227625a 327(a tape drive),
8d4197bb 328.Pa /dev/sda1
1227625a
SP
329(a disk drive),
330an ordinary file,
331or
332.Ql Fl
333(the standard input).
334If the name of the file is of the form
ddd2ef55 335.Dq host:file
1227625a
SP
336or
337.Dq user@host:file ,
338.Nm restore
339reads from the named file on the remote host using
340.Xr rmt 8 .
341.Pp
b45f51d6
SP
342.It Fl k
343Use Kerberos authentication when contacting the remote tape server.
344(Only available if this options was enabled when
345.Nm restore
346was compiled.)
347.Pp
1227625a
SP
348.It Fl h
349Extract the actual directory,
350rather than the files that it references.
351This prevents hierarchical restoration of complete subtrees
352from the dump.
353.It Fl m
354Extract by inode numbers rather than by file name.
355This is useful if only a few files are being extracted,
356and one wants to avoid regenerating the complete pathname
357to the file.
dc7cb1e2
SP
358.It Fl M
359Enables the multi-volume feature (for reading dumps made using
360the
361.Fl M
362option of dump). The name specified with
363.Fl f
364is treated as a prefix and
365.Nm
366tries to read in sequence from <prefix>001, <prefix>002 etc.
1227625a
SP
367.It Fl N
368The
369.Fl N
370flag causes
dc7cb1e2
SP
371.Nm
372to only print file names. Files are not extracted.
35b24fb7
SP
373.It Fl Q Ar file
374Use the file
375.Ar file
376in order to read tape position as stored using the dump Quick File
377Access mode.
1227625a
SP
378.It Fl s Ar fileno
379Read from the specified
380.Ar fileno
381on a multi-file tape.
382File numbering starts at 1.
383.It Fl T Ar directory
384The
385.Fl T
386flag allows the user to specify a directory to use for the storage of
387temporary files. The default value is /tmp. This flag is most useful
388when restoring files after having booted from a floppy. There might be little
389or no space on the floppy filesystem, but another source of space might exist.
b45f51d6
SP
390.It Fl u
391When creating certain types of files, restore may generate a warning
392diagnostic if they already exist in the target directory.
393To prevent this, the
394.Fl u
395(unlink) flag causes restore to remove old entries before attempting
396to create new ones.
1227625a
SP
397.It Fl v
398Normally
399.Nm restore
400does its work silently.
401The
402.Fl v
403(verbose)
404flag causes it to type the name of each file it treats
405preceded by its file type.
08db2b86 406.It Fl X Ar filelist
1a05d45d 407Read list of files to be listed or extracted from the text file
08db2b86 408.Ar filelist
1a05d45d 409in addition to those specified on the command line. This can be used in
08db2b86
SP
410conjunction with the
411.Fl t
412or
413.Fl x
414commands. The file
415.Ar filelist
416should contain file names separated by newlines.
1a05d45d
SP
417.Ar filelist
418may be an ordinary file or
419.Ql Fl
420(the standard input).
1227625a
SP
421.It Fl y
422Do not ask the user whether to abort the restore in the event of an error.
423Always try to skip over the bad block(s) and continue.
424.El
425.Sh DIAGNOSTICS
ddd2ef55 426Complains if it gets a read error.
1227625a
SP
427If
428.Fl y
429has been specified, or the user responds
430.Ql y ,
431.Nm restore
432will attempt to continue the restore.
433.Pp
434If a backup was made using more than one tape volume,
435.Nm restore
436will notify the user when it is time to mount the next volume.
437If the
438.Fl x
439or
440.Fl i
441flag has been specified,
442.Nm restore
443will also ask which volume the user wishes to mount.
444The fastest way to extract a few files is to
445start with the last volume, and work towards the first volume.
446.Pp
447There are numerous consistency checks that can be listed by
448.Nm restore .
ddd2ef55
SP
449Most checks are self-explanatory or can
450.Dq never happen .
1227625a
SP
451Common errors are given below.
452.Pp
453.Bl -tag -width Ds -compact
ddd2ef55 454.It Converting to new file system format
1227625a
SP
455A dump tape created from the old file system has been loaded.
456It is automatically converted to the new file system format.
457.Pp
458.It <filename>: not found on tape
459The specified file name was listed in the tape directory,
460but was not found on the tape.
461This is caused by tape read errors while looking for the file,
462and from using a dump tape created on an active file system.
463.Pp
464.It expected next file <inumber>, got <inumber>
465A file that was not listed in the directory showed up.
466This can occur when using a dump created on an active file system.
467.Pp
468.It Incremental dump too low
ddd2ef55 469When doing an incremental restore,
1227625a
SP
470a dump that was written before the previous incremental dump,
471or that has too low an incremental level has been loaded.
472.Pp
473.It Incremental dump too high
ddd2ef55 474When doing an incremental restore,
1227625a
SP
475a dump that does not begin its coverage where the previous incremental
476dump left off,
477or that has too high an incremental level has been loaded.
478.Pp
479.It Tape read error while restoring <filename>
480.It Tape read error while skipping over inode <inumber>
481.It Tape read error while trying to resynchronize
482A tape (or other media) read error has occurred.
483If a file name is specified,
ddd2ef55 484its contents are probably partially wrong.
1227625a 485If an inode is being skipped or the tape is trying to resynchronize,
ddd2ef55 486no extracted files have been corrupted,
1227625a
SP
487though files may not be found on the tape.
488.Pp
489.It resync restore, skipped <num> blocks
490After a dump read error,
491.Nm restore
492may have to resynchronize itself.
493This message lists the number of blocks that were skipped over.
494.El
3d78f5f2
SP
495.Pp
496.Nm Restore
497exits with zero status on success.
498Tape errors are indicated with an exit code of 1.
499.Pp
500When doing a comparison of files from a dump, an exit code
501of 2 indicates that some files were modified or deleted since
502the dump was made.
b45f51d6 503.Sh ENVIRONMENT
ddd2ef55
SP
504If the following environment variable exists it will be utilized by
505.Nm restore :
506.Pp
507.Bl -tag -width "TMPDIR" -compact
b45f51d6
SP
508.It Ev TAPE
509If no -f option was specified,
510.Nm
511will use the device specified via
512.Ev TAPE
513as the dump device.
514.Ev TAPE
515may be of the form
516.Qq tapename ,
ddd2ef55 517.Qq host:tapename
b45f51d6
SP
518or
519.Qq user@host:tapename .
ddd2ef55
SP
520.It Ev TMPDIR
521The directory given in
522.Ev TMPDIR
523will be used
524instead of
525.Pa /tmp
526to store temporary files.
b45f51d6
SP
527.It Ev RMT
528The environment variable
529.Ev RMT
530will be used to determine the pathname of the remote
531.Xr rmt 8
532program.
0c62667d
SP
533.It Ev RSH
534.Nm Restore
535uses the contents of this variable to determine the name of the
536remote shell command to use when doing a network restore (rsh, ssh etc.).
537If this variable is not set,
538.Xr rcmd 3
539will be used, but only root will be able to do a network restore.
1227625a
SP
540.Sh FILES
541.Bl -tag -width "./restoresymtable" -compact
ddd2ef55 542.It Pa /dev/st0
1227625a
SP
543the default tape drive
544.It Pa /tmp/rstdir*
ddd2ef55 545file containing directories on the tape
1227625a 546.It Pa /tmp/rstmode*
ddd2ef55 547owner, mode, and time stamps for directories
1227625a 548.It Pa \&./restoresymtable
ddd2ef55 549information passed between incremental restores
1227625a
SP
550.El
551.Sh SEE ALSO
552.Xr dump 8 ,
1227625a 553.Xr mount 8 ,
8d4197bb 554.Xr mke2fs 8 ,
1227625a
SP
555.Xr rmt 8
556.Sh BUGS
557.Nm Restore
558can get confused when doing incremental restores from
559dumps that were made on active file systems.
560.Pp
ddd2ef55
SP
561A level 0 dump must be done after a full restore.
562Because
563.Nm restore
564runs in user code,
1227625a
SP
565it has no control over inode allocation;
566thus a full dump must be done to get a new set of directories
567reflecting the new inode numbering,
ddd2ef55
SP
568even though the content of the files is unchanged.
569.Pp
570The temporary files
571.Pa /tmp/rstdir*
572and
573.Pa /tmp/rstmode*
574are generated with a unique name based on the date of the dump
575and the process ID (see
576.Xr mktemp 3 ),
577except when
578.Fl r
579or
580.Fl R
581is used.
582Because
583.Fl R
584allows you to restart a
585.Fl r
586operation that may have been interrupted, the temporary files should
587be the same across different processes.
588In all other cases, the files are unique because it is possible to
589have two different dumps started at the same time, and separate
590operations shouldn't conflict with each other.
b45f51d6 591.Pp
0c62667d
SP
592To do a network restore, you have to run restore as root or use
593a remote shell replacement (see RSH variable). This is due
b45f51d6
SP
594to the previous security history of dump and restore. (restore is
595written to be setuid root, but we are not certain all bugs are gone
596from the restore code - run setuid at your own risk.)
8d4197bb
SP
597.Sh AUTHOR
598The
599.Nm dump/restore
7422942f 600backup suite was ported to Linux's Second Extended File System
8d4197bb
SP
601by Remy Card <card@Linux.EU.Org>. He maintained the initial versions
602of dump (up and including 0.4b4, released in january 1997).
603.Pp
604Starting with 0.4b5, the new maintainer is Stelian Pop
605.br
109e9e1d 606<pop@noos.fr>.
8d4197bb
SP
607.Sh AVAILABILITY
608The
609.Nm dump/restore
7422942f 610backup suite is available from
01fb6bd5
SP
611.br
612http://dump.sourceforge.net
1227625a
SP
613.Sh HISTORY
614The
615.Nm restore
616command appeared in
617.Bx 4.2 .