]> git.wh0rd.org - dump.git/blame_incremental - restore/restore.8.in
Lots of fixes from Philipe Troin:
[dump.git] / restore / restore.8.in
... / ...
CommitLineData
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.\"
32.\" $Id: restore.8.in,v 1.29 2002/11/19 13:39:36 stelian Exp $
33.\"
34.TH RESTORE 8 "version __VERSION__ of __DATE__" BSD "System management commands"
35.SH NAME
36restore \- restore files or file systems from backups made with dump
37.SH SYNOPSIS
38.B restore \-C
39[\fB\-cdklMvVy\fR]
40[\fB\-b \fIblocksize\fR]
41[\fB\-D \fIfilesystem\fR]
42[\fB\-f \fIfile\fR]
43[\fB\-F \fIscript\fR]
44[\fB\-L \fIlimit\fR]
45[\fB\-s \fIfileno\fR]
46[\fB\-T \fIdirectory\fR]
47.PP
48.B restore \-i
49[\fB\-acdhklmMNouvVy\fR]
50[\fB\-A \fIfile\fR]
51[\fB\-b \fIblocksize\fR]
52[\fB\-f \fIfile\fR]
53[\fB\-F \fIscript\fR]
54[\fB\-Q \fIfile\fR]
55[\fB\-s \fIfileno\fR]
56[\fB\-T \fIdirectory\fR]
57.PP
58.B restore \-P
59.I file
60[\fB\-acdhklmMNuvVy\fR]
61[\fB\-A \fIfile\fR]
62[\fB\-b \fIblocksize\fR]
63[\fB\-f \fIfile\fR]
64[\fB\-F \fIscript\fR]
65[\fB\-s \fIfileno\fR]
66[\fB\-T \fIdirectory\fR]
67[\fB\-X \fIfilelist\fR]
68[ \fIfile ... \fR]
69.PP
70.B restore \-R
71[\fB\-cdklMNuvVy\fR]
72[\fB\-b \fIblocksize\fR]
73[\fB\-f \fIfile\fR]
74[\fB\-F \fIscript\fR]
75[\fB\-s \fIfileno\fR]
76[\fB\-T \fIdirectory\fR]
77.PP
78.B restore \-r
79[\fB\-cdklMNuvVy\fR]
80[\fB\-b \fIblocksize\fR]
81[\fB\-f \fIfile\fR]
82[\fB\-F \fIscript\fR]
83[\fB\-s \fIfileno\fR]
84[\fB\-T \fIdirectory\fR]
85.PP
86.B restore \-t
87[\fB\-cdhklMNuvVy\fR]
88[\fB\-A \fIfile\fR]
89[\fB\-b \fIblocksize\fR]
90[\fB\-f \fIfile\fR]
91[\fB\-F \fIscript\fR]
92[\fB\-Q \fIfile\fR]
93[\fB\-s \fIfileno\fR]
94[\fB\-T \fIdirectory\fR]
95[\fB\-X \fIfilelist\fR]
96[ \fIfile ... \fR]
97.PP
98.B restore \-x
99[\fB\-adchklmMNouvVy\fR]
100[\fB\-A \fIfile\fR]
101[\fB\-b \fIblocksize\fR]
102[\fB\-f \fIfile\fR]
103[\fB\-F \fIscript\fR]
104[\fB\-Q \fIfile\fR]
105[\fB\-s \fIfileno\fR]
106[\fB\-T \fIdirectory\fR]
107[\fB\-X \fIfilelist\fR]
108[ \fIfile ... \fR]
109.PP
110(The 4.3BSD option syntax is implemented for backward compatibility but is not
111documented here.)
112.SH DESCRIPTION
113The
114.B restore
115command performs the inverse function of
116.BR dump (8).
117A full backup of a file system may be restored and subsequent incremental
118backups layered on top of it. Single files and directory subtrees may be
119restored from full or partial backups.
120.B Restore
121works across a network; to do this see the
122.B \-f
123flag described below. Other arguments to the command are file or directory
124names specifying the files that are to be restored. Unless the
125.B \-h
126flag is specified (see below), the appearance of a directory name refers to
127the files and (recursively) subdirectories of that directory.
128.PP
129Exactly one of the following flags is required:
130.TP
131.B \-C
132This mode allows comparison of files from a dump.
133.B Restore
134reads the backup and compares its contents with files present on the disk. It
135first changes its working directory to the root of the filesystem that was
136dumped and compares the tape with the files in its new current directory. See
137also the
138.B \-L
139flag described below.
140.TP
141.B \-i
142This mode allows interactive restoration of files from a dump. After reading in
143the directory information from the dump,
144.B restore
145provides a shell like interface that allows the user to move around the
146directory tree selecting files to be extracted. The available commands are
147given below; for those commands that require an argument, the default is the
148current directory.
149.RS
150.TP
151.B add \fR[\fIarg\fR]
152The current directory or specified argument is added to the list of files to be
153extracted. If a directory is specified, then it and all its descendents are
154added to the extraction list (unless the
155.B \-h
156flag is specified on the command line). Files that are on the extraction list
157are prepended with a \*(lq*\*(rq when they are listed by
158.BR ls .
159.TP
160.BI cd " arg"
161Change the current working directory to the specified argument.
162.TP
163.B delete \fR[\fIarg\fR]
164The current directory or specified argument is deleted from the list of files
165to be extracted. If a directory is specified, then it and all its descendents
166are deleted from the extraction list (unless the
167.B \-h
168flag is specified on the command line). The most expedient way to extract most
169of the files from a directory is to add the directory to the extraction list
170and then delete those files that are not needed.
171.TP
172.B extract
173All files on the extraction list are extracted from the dump.
174.B Restore
175will ask which volume the user wishes to mount. The fastest way to extract a f
176ew files is to start with the last volume and work towards the first volume.
177.TP
178.B help
179List a summary of the available commands.
180.TP
181.B ls \fR[\fIarg\fR]
182List the current or specified directory. Entries that are directories are
183appended with a \*(lq/\*(rq. Entries that have been marked for extraction are
184prepended with a \*(lq*\*(rq. If the verbose flag is set, the inode number of
185each entry is also listed.
186.TP
187.B pwd
188Print the full pathname of the current working directory.
189.TP
190.B quit
191.B Restore
192immediately exits, even if the extraction list is not empty.
193.TP
194.B setmodes
195All directories that have been added to the extraction list have their owner,
196modes, and times set; nothing is extracted from the dump. This is useful for
197cleaning up after a
198.B restore
199has been prematurely aborted.
200.TP
201.B verbose
202The sense of the
203.B \-v
204flag is toggled. When set, the verbose flag causes the
205.B ls
206command to list the inode numbers of all entries. It also causes
207.B restore
208to print out information about each file as it is extracted.
209.RE
210.TP
211.BI \-P " file"
212.B Restore
213creates a new Quick File Access file
214.I file
215from an existing dump file without restoring its contents.
216.TP
217.B \-R
218.B Restore
219requests a particular tape of a multi-volume set on which to restart a full
220restore (see the
221.B \-r
222flag below). This is useful if the restore has been interrupted.
223.TP
224.B \-r
225Restore (rebuild) a file system. The target file system should be made pristine
226with
227.BR mke2fs (8),
228mounted, and the user
229.BR cd 'd
230into the pristine file system before starting the restoration of the initial
231level 0 backup. If the level 0 restores successfully, the
232.B \-r
233flag may be used to restore any necessary incremental backups on top of the
234level 0. The
235.B \-r
236flag precludes an interactive file extraction and can be detrimental to one's
237health (not to mention the disk) if not used carefully. An example:
238.IP
239.RS 14
240.B mke2fs /dev/sda1
241.TP
242.B mount /dev/sda1 /mnt
243.TP
244.B cd /mnt
245.TP
246.B restore rf /dev/st0
247.RE
248.IP
249Note that
250.B restore
251leaves a file
252.I restoresymtable
253in the root directory to pass information between incremental restore passes.
254This file should be removed when the last incremental has been restored.
255.IP
256.BR Restore ,
257in conjunction with
258.BR mke2fs (8)
259and
260.BR dump (8),
261may be used to modify file system parameters such as size or block size.
262.TP
263.B \-t
264The names of the specified files are listed if they occur on the backup. If no
265file argument is given, the root directory is listed, which results in the
266entire content of the backup being listed, unless the
267.B \-h
268flag has been specified. Note that the
269.B \-t
270flag replaces the function of the old
271.BR dumpdir (8)
272program. See also the
273.B \-X
274option below.
275.TP
276.B \-x
277The named files are read from the given media. If a named file matches a
278directory whose contents are on the backup and the
279.B \-h
280flag is not specified, the directory is recursively extracted. The owner,
281modification time, and mode are restored (if possible). If no file argument is
282given, the root directory is extracted, which results in the entire content of
283the backup being extracted, unless the
284.B \-h
285flag has been specified. See also the
286.B \-X
287option below.
288.SH OPTIONS
289The following additional options may be specified:
290.TP
291.B \-a
292In
293.B \-i
294or
295.B \-x
296mode,
297.B restore
298does ask the user for the volume number on which the files to be extracted are
299supposed to be (in order to minimise the time by reading only the interesting
300volumes). The
301.B \-a
302option disables this behaviour and reads all the volumes starting with 1. This
303option is useful when the operator does not know on which volume the files to
304be extracted are and/or when he prefers the longer unattended mode rather than
305the shorter interactive mode.
306.TP
307.BI \-A " archive_file"
308Read the table of contents from
309.I archive_file
310instead of the media. This option can be used in combination with the
311.BR \-t ,
312.BR \-i ,
313or
314.B \-x
315options, making it possible to check whether files are on the media without
316having to mount the media.
317.TP
318.BI \-b " blocksize"
319The number of kilobytes per dump record. If the
320.B \-b
321option is not specified,
322.B restore
323tries to determine the media block size dynamically.
324.TP
325.B \-c
326Normally,
327.B restore
328will try to determine dynamically whether the dump was made from an old
329(pre-4.4) or new format file system. The
330.B \-c
331flag disables this check, and only allows reading a dump in the old format.
332.TP
333.B \-d
334The
335.B \-d
336(debug) flag causes
337.B restore
338to print debug information.
339.TP
340.BI \-D " filesystem"
341The
342.B \-D
343flag allows the user to specify the filesystem name when using
344.B restore
345with the
346.B \-C
347option to check the backup.
348.TP
349.BI \-f " file"
350Read the backup from
351.IR file ;
352.I file
353may be a special device file like
354.I /dev/st0
355(a tape drive),
356.I /dev/sda1
357(a disk drive), an ordinary file, or
358.I \-
359(the standard input). If the name of the file is of the form
360.I host:file
361or
362.IR user@host:file ,
363.B restore
364reads from the named file on the remote host using
365.BR rmt (8).
366.TP
367.BI \-F " script"
368Run script at the beginning of each tape. The device name and the current
369volume number are passed on the command line. The script must return 0 if
370.B restore
371should continue without asking the user to change the tape, 1 if
372.B restore
373should continue but ask the user to change the tape. Any other exit code will
374cause
375.B restore
376to abort. For security reasons,
377.B restore
378reverts back to the real user ID and the real group ID before running the
379script.
380.TP
381.B \-h
382Extract the actual directory, rather than the files that it references. This
383prevents hierarchical restoration of complete subtrees from the dump.
384.TP
385.B \-k
386Use Kerberos authentication when contacting the remote tape server. (Only
387available if this options was enabled when
388.B restore
389was compiled.)
390.TP
391.B \-l
392When doing remote restores, assume the remote file is a regular file (instead
393of a tape device). If you're restoring a remote compressed file, you will need
394to specify this option or
395.B restore
396will fail to access it correctly.
397.TP
398.BI \-L " limit"
399The
400.B \-L
401flag allows the user to specify a maximal number of miscompares when using
402.B restore
403with the
404.B \-C
405option to check the backup. If this limit is reached,
406.B restore
407will abort with an error message. A value of 0 (the default value) disables
408the check.
409.TP
410.B \-m
411Extract by inode numbers rather than by file name. This is useful if only a few
412files are being extracted, and one wants to avoid regenerating the complete
413pathname to the file.
414.TP
415.B \-M
416Enables the multi-volume feature (for reading dumps made using the
417.B \-M
418option of dump). The name specified with
419.B \-f
420is treated as a prefix and
421.B restore
422tries to read in sequence from
423.I <prefix>001, <prefix>002
424etc.
425.TP
426.B \-N
427The
428.B \-N
429flag causes
430.B restore
431to perform a full execution as requested by one of
432.BR \-i ,
433.BR \-R ,
434.BR \-r ,
435.B t
436or
437.B x
438command without actually writing any file on disk.
439.TP
440.B \-o
441The
442.B \-o
443flag causes
444.B restore
445to automatically restore the current directory permissions without asking the
446operator whether to do so in one of
447.B \-i
448or
449.B \-x
450modes.
451.TP
452.BI \-Q " file"
453Use the file
454.I file
455in order to read tape position as stored using the dump Quick File Access mode,
456in one of
457.BR \-i ,
458.B \-x
459or
460.B \-t
461mode.
462.IP
463It is recommended to set up the st driver to return logical tape positions
464rather than physical before calling
465.B dump/restore
466with parameter
467.BR \-Q .
468Since not all tape devices support physical tape positions those tape devices
469return an error during
470.B dump/restore
471when the st driver is set to the default physical setting. Please see the
472.BR st (4)
473man page, option
474.B MTSETDRVBUFFER
475, or the
476.BR mt(1)
477man page, on how to set the driver to return logical tape positions.
478.IP
479Before calling
480.B restore
481with parameter
482.BR \-Q ,
483always make sure the st driver is set to return the same type of tape position
484used during the call to
485.BR dump .
486Otherwise
487.B restore
488may be confused.
489.IP
490This option can be used when restoring from local or remote tapes (see above)
491or from local or remote files.
492.TP
493.BI \-s " fileno"
494Read from the specified
495.I fileno
496on a multi-file tape. File numbering starts at 1.
497.TP
498.BI \-T " directory"
499The
500.B \-T
501flag allows the user to specify a directory to use for the storage of temporary
502files. The default value is
503.IR /tmp .
504This flag is most useful when restoring files after having booted from a
505floppy. There might be little or no space on the floppy filesystem, but another
506source of space might exist.
507.TP
508.B \-u
509When creating certain types of files,
510.B restore
511may generate a warning diagnostic if they already exist in the target
512directory. To prevent this, the
513.B \-u
514(unlink) flag causes
515.B restore
516to remove old entries before attempting to create new ones.
517.TP
518.B \-v
519Normally
520.B restore
521does its work silently. The
522.B \-v
523(verbose) flag causes it to type the name of each file it treats preceded by
524its file type.
525.TP
526.B \-V
527Enables reading multi-volume non-tape mediums like CDROMs.
528.TP
529.BI \-X " filelist"
530Read list of files to be listed or extracted from the text file
531.I filelist
532in addition to those specified on the command line. This can be used in
533conjunction with the
534.B \-t
535or
536.B \-x
537commands. The file
538.I filelist
539should contain file names separated by newlines.
540.I filelist
541may be an ordinary file or
542.I -
543(the standard input).
544.TP
545.B \-y
546Do not ask the user whether to abort the restore in the event of an error.
547Always try to skip over the bad block(s) and continue.
548.SH DIAGNOSTICS
549Complains if it gets a read error. If
550.B y
551has been specified, or the user responds
552.BR y ,
553.B restore
554will attempt to continue the restore.
555.PP
556If a backup was made using more than one tape volume,
557.B restore
558will notify the user when it is time to mount the next volume. If the
559.B \-x
560or
561.B \-i
562flag has been specified,
563.B restore
564will also ask which volume the user wishes to mount. The fastest way to extract
565a few files is to start with the last volume, and work towards the first volume.
566.PP
567There are numerous consistency checks that can be listed by
568.BR restore .
569Most checks are self-explanatory or can \*(lqnever happen\*(rq. Common errors
570are given below:
571.TP
572.I Converting to new file system format
573A dump tape created from the old file system has been loaded. It is
574automatically converted to the new file system format.
575.TP
576.I <filename>: not found on tape
577The specified file name was listed in the tape directory, but was not found on
578the tape. This is caused by tape read errors while looking for the file, and
579from using a dump tape created on an active file system.
580.TP
581.I expected next file <inumber>, got <inumber>
582A file that was not listed in the directory showed up. This can occur when
583using a dump created on an active file system.
584.TP
585.I Incremental dump too low
586When doing an incremental restore, a dump that was written before the previous
587incremental dump, or that has too low an incremental level has been loaded.
588.TP
589.I Incremental dump too high
590When doing an incremental restore, a dump that does not begin its coverage
591where the previous incremental dump left off, or that has too high an
592incremental level has been loaded.
593.TP
594.I Tape read error while restoring <filename>
595.TP
596.I Tape read error while skipping over inode <inumber>
597.TP
598.I Tape read error while trying to resynchronize
599A tape (or other media) read error has occurred. If a file name is specified,
600its contents are probably partially wrong. If an inode is being skipped or the
601tape is trying to resynchronize, no extracted files have been corrupted, though
602files may not be found on the tape.
603.TP
604.I resync restore, skipped <num> blocks
605After a dump read error,
606.B restore
607may have to resynchronize itself. This message lists the number of blocks that
608were skipped over.
609.SH EXIT STATUS
610.B Restore
611exits with zero status on success. Tape errors are indicated with an exit code
612of 1.
613.PP
614When doing a comparison of files from a dump, an exit code of 2 indicates that
615some files were modified or deleted since the dump was made.
616.SH ENVIRONMENT
617If the following environment variable exists it will be utilized by
618.BR restore :
619.TP
620.B TAPE
621If no
622.B \-f
623option was specified,
624.B restore
625will use the device specified via
626.B TAPE
627as the dump device.
628.B TAPE
629may be of the form
630.IR tapename ,
631.I host:tapename
632or
633.IR user@host:tapename .
634.TP
635.B TMPDIR
636The directory given in
637.B TMPDIR
638will be used instead of
639.I /tmp
640to store temporary files.
641.TP
642.B RMT
643The environment variable
644.B RMT
645will be used to determine the pathname of the remote
646.BR rmt (8)
647program.
648.TP
649.B RSH
650.B Restore
651uses the contents of this variable to determine the name of the remote shell
652command to use when doing a network restore (rsh, ssh etc.). If this variable
653is not set,
654.BR rcmd (3)
655will be used, but only root will be able to do a network restore.
656.SH FILES
657.TP
658.I /dev/st0
659the default tape drive
660.TP
661.I /tmp/rstdir*
662file containing directories on the tape
663.TP
664.I /tmp/rstmode*
665owner, mode, and time stamps for directories
666.TP
667.I ./restoresymtable
668information passed between incremental restores
669.SH SEE ALSO
670.BR dump (8),
671.BR mount (8),
672.BR mke2fs (8),
673.BR rmt (8)
674.SH BUGS
675.B Restore
676can get confused when doing incremental restores from dumps that were made on
677active file systems.
678.PP
679A level 0 dump must be done after a full restore. Because
680.B restore
681runs in user code, it has no control over inode allocation; thus a full dump
682must be done to get a new set of directories reflecting the new inode
683numbering, even though the content of the files is unchanged.
684.PP
685The temporary files
686.I /tmp/rstdir*
687and
688.I /tmp/rstmode*
689are generated with a unique name based on the date of the dump and the process
690ID (see
691.BR mktemp (3) ),
692except when
693.B \-r
694or
695.B \-R
696is used. Because
697.B \-R
698allows you to restart a
699.B \-r
700operation that may have been interrupted, the temporary files should be the
701same across different processes. In all other cases, the files are unique
702because it is possible to have two different dumps started at the same time,
703and separate operations shouldn't conflict with each other.
704.PP
705To do a network restore, you have to run
706.B restore
707as root or use a remote shell replacement (see
708.B RSH
709variable). This is due to the previous security history of
710.B dump
711and
712.BR restore .
713(
714.B restore
715is written to be setuid root, but we are not certain all bugs are gone from the
716code - run setuid at your own risk.)
717.PP
718At the end of restores in
719.B \-i
720or
721.B \-x
722modes (unless
723.B \-o
724option is in use),
725.B restore
726will ask the operator whether to set the permissions on the current
727directory. If the operator confirms this action, the permissions
728on the directory from where
729.B restore
730was launched will be replaced by the permissions on the dumped root
731inode. Although this behaviour is not really a bug, it has proven itself
732to be confusing for many users, so it is recommended to answer 'no',
733unless you're performing a full restore and you do want to restore the
734permissions on '/'.
735.SH AUTHOR
736The
737.B dump/restore
738backup suite was ported to Linux's Second Extended File System by Remy Card
739<card@Linux.EU.Org>. He maintained the initial versions of
740.B dump
741(up and including 0.4b4, released in january 1997).
742.PP
743Starting with 0.4b5, the new maintainer is Stelian Pop <stelian@popies.net>.
744.SH AVAILABILITY
745The
746.B dump/restore
747backup suite is available from <http://dump.sourceforge.net>
748.SH HISTORY
749The
750.B restore
751command appeared in 4.2BSD.