]> git.wh0rd.org - dump.git/blame_incremental - restore/restore.8.in
Use sys_clone under Linux to share I/O contexts between dump processes.
[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. Neither the name of the University nor the names of its contributors
13.\" may be used to endorse or promote products derived from this software
14.\" without specific prior written permission.
15.\"
16.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
17.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
18.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
19.\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
20.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
21.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
22.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26.\" SUCH DAMAGE.
27.\"
28.\" $Id: restore.8.in,v 1.35 2009/06/18 09:42:12 stelian Exp $
29.\"
30.TH RESTORE 8 "version __VERSION__ of __DATE__" BSD "System management commands"
31.SH NAME
32restore \- restore files or file systems from backups made with dump
33.SH SYNOPSIS
34.B restore \-C
35[\fB\-cdHklMvVy\fR]
36[\fB\-b \fIblocksize\fR]
37[\fB\-D \fIfilesystem\fR]
38[\fB\-f \fIfile\fR]
39[\fB\-F \fIscript\fR]
40[\fB\-L \fIlimit\fR]
41[\fB\-s \fIfileno\fR]
42[\fB\-T \fIdirectory\fR]
43.PP
44.B restore \-i
45[\fB\-acdhHklmMNouvVy\fR]
46[\fB\-A \fIfile\fR]
47[\fB\-b \fIblocksize\fR]
48[\fB\-f \fIfile\fR]
49[\fB\-F \fIscript\fR]
50[\fB\-Q \fIfile\fR]
51[\fB\-s \fIfileno\fR]
52[\fB\-T \fIdirectory\fR]
53.PP
54.B restore \-P
55.I file
56[\fB\-acdhHklmMNuvVy\fR]
57[\fB\-b \fIblocksize\fR]
58[\fB\-f \fIfile\fR]
59[\fB\-F \fIscript\fR]
60[\fB\-s \fIfileno\fR]
61[\fB\-T \fIdirectory\fR]
62[\fB\-X \fIfilelist\fR]
63[ \fIfile ... \fR]
64.PP
65.B restore \-R
66[\fB\-cdHklMNuvVy\fR]
67[\fB\-b \fIblocksize\fR]
68[\fB\-f \fIfile\fR]
69[\fB\-F \fIscript\fR]
70[\fB\-s \fIfileno\fR]
71[\fB\-T \fIdirectory\fR]
72.PP
73.B restore \-r
74[\fB\-cdHklMNuvVy\fR]
75[\fB\-b \fIblocksize\fR]
76[\fB\-f \fIfile\fR]
77[\fB\-F \fIscript\fR]
78[\fB\-s \fIfileno\fR]
79[\fB\-T \fIdirectory\fR]
80.PP
81.B restore \-t
82[\fB\-cdhHklMNuvVy\fR]
83[\fB\-A \fIfile\fR]
84[\fB\-b \fIblocksize\fR]
85[\fB\-f \fIfile\fR]
86[\fB\-F \fIscript\fR]
87[\fB\-Q \fIfile\fR]
88[\fB\-s \fIfileno\fR]
89[\fB\-T \fIdirectory\fR]
90[\fB\-X \fIfilelist\fR]
91[ \fIfile ... \fR]
92.PP
93.B restore \-x
94[\fB\-adchHklmMNouvVy\fR]
95[\fB\-A \fIfile\fR]
96[\fB\-b \fIblocksize\fR]
97[\fB\-f \fIfile\fR]
98[\fB\-F \fIscript\fR]
99[\fB\-Q \fIfile\fR]
100[\fB\-s \fIfileno\fR]
101[\fB\-T \fIdirectory\fR]
102[\fB\-X \fIfilelist\fR]
103[ \fIfile ... \fR]
104.SH DESCRIPTION
105The
106.B restore
107command performs the inverse function of
108.BR dump (8).
109A full backup of a file system may be restored and subsequent incremental
110backups layered on top of it. Single files and directory subtrees may be
111restored from full or partial backups.
112.B Restore
113works across a network; to do this see the
114.B \-f
115flag described below. Other arguments to the command are file or directory
116names specifying the files that are to be restored. Unless the
117.B \-h
118flag is specified (see below), the appearance of a directory name refers to
119the files and (recursively) subdirectories of that directory.
120.PP
121Exactly one of the following flags is required:
122.TP
123.B \-C
124This mode allows comparison of files from a dump.
125.B Restore
126reads the backup and compares its contents with files present on the disk. It
127first changes its working directory to the root of the filesystem that was
128dumped and compares the tape with the files in its new current directory. See
129also the
130.B \-L
131flag described below.
132.TP
133.B \-i
134This mode allows interactive restoration of files from a dump. After reading in
135the directory information from the dump,
136.B restore
137provides a shell like interface that allows the user to move around the
138directory tree selecting files to be extracted. The available commands are
139given below; for those commands that require an argument, the default is the
140current directory.
141.RS
142.TP
143.B add \fR[\fIarg\fR]
144The current directory or specified argument is added to the list of files to be
145extracted. If a directory is specified, then it and all its descendents are
146added to the extraction list (unless the
147.B \-h
148flag is specified on the command line). Files that are on the extraction list
149are prepended with a \*(lq*\*(rq when they are listed by
150.BR ls .
151.TP
152.BI cd " arg"
153Change the current working directory to the specified argument.
154.TP
155.B delete \fR[\fIarg\fR]
156The current directory or specified argument is deleted from the list of files
157to be extracted. If a directory is specified, then it and all its descendents
158are deleted from the extraction list (unless the
159.B \-h
160flag is specified on the command line). The most expedient way to extract most
161of the files from a directory is to add the directory to the extraction list
162and then delete those files that are not needed.
163.TP
164.B extract
165All files on the extraction list are extracted from the dump.
166.B Restore
167will ask which volume the user wishes to mount. The fastest way to extract a f
168ew files is to start with the last volume and work towards the first volume.
169.TP
170.B help
171List a summary of the available commands.
172.TP
173.B ls \fR[\fIarg\fR]
174List the current or specified directory. Entries that are directories are
175appended with a \*(lq/\*(rq. Entries that have been marked for extraction are
176prepended with a \*(lq*\*(rq. If the verbose flag is set, the inode number of
177each entry is also listed.
178.TP
179.B pwd
180Print the full pathname of the current working directory.
181.TP
182.B quit
183.B Restore
184immediately exits, even if the extraction list is not empty.
185.TP
186.B setmodes
187All directories that have been added to the extraction list have their owner,
188modes, and times set; nothing is extracted from the dump. This is useful for
189cleaning up after a
190.B restore
191has been prematurely aborted.
192.TP
193.B verbose
194The sense of the
195.B \-v
196flag is toggled. When set, the verbose flag causes the
197.B ls
198command to list the inode numbers of all entries. It also causes
199.B restore
200to print out information about each file as it is extracted.
201.RE
202.TP
203.BI \-P " file"
204.B Restore
205creates a new Quick File Access file
206.I file
207from an existing dump file without restoring its contents.
208.TP
209.B \-R
210.B Restore
211requests a particular tape of a multi-volume set on which to restart a full
212restore (see the
213.B \-r
214flag below). This is useful if the restore has been interrupted.
215.TP
216.B \-r
217Restore (rebuild) a file system. The target file system should be made pristine
218with
219.BR mke2fs (8),
220mounted, and the user
221.BR cd 'd
222into the pristine file system before starting the restoration of the initial
223level 0 backup. If the level 0 restores successfully, the
224.B \-r
225flag may be used to restore any necessary incremental backups on top of the
226level 0. The
227.B \-r
228flag precludes an interactive file extraction and can be detrimental to one's
229health (not to mention the disk) if not used carefully. An example:
230.IP
231.RS 14
232.B mke2fs /dev/sda1
233.TP
234.B mount /dev/sda1 /mnt
235.TP
236.B cd /mnt
237.TP
238.B restore rf /dev/st0
239.RE
240.IP
241Note that
242.B restore
243leaves a file
244.I restoresymtable
245in the root directory to pass information between incremental restore passes.
246This file should be removed when the last incremental has been restored.
247.IP
248.BR Restore ,
249in conjunction with
250.BR mke2fs (8)
251and
252.BR dump (8),
253may be used to modify file system parameters such as size or block size.
254.TP
255.B \-t
256The names of the specified files are listed if they occur on the backup. If no
257file argument is given, the root directory is listed, which results in the
258entire content of the backup being listed, unless the
259.B \-h
260flag has been specified. Note that the
261.B \-t
262flag replaces the function of the old
263.BR dumpdir (8)
264program. See also the
265.B \-X
266option below.
267.TP
268.B \-x
269The named files are read from the given media. If a named file matches a
270directory whose contents are on the backup and the
271.B \-h
272flag is not specified, the directory is recursively extracted. The owner,
273modification time, and mode are restored (if possible). If no file argument is
274given, the root directory is extracted, which results in the entire content of
275the backup being extracted, unless the
276.B \-h
277flag has been specified. See also the
278.B \-X
279option below.
280.SH OPTIONS
281The following additional options may be specified:
282.TP
283.B \-a
284In
285.B \-i
286or
287.B \-x
288mode,
289.B restore
290does ask the user for the volume number on which the files to be extracted are
291supposed to be (in order to minimise the time by reading only the interesting
292volumes). The
293.B \-a
294option disables this behaviour and reads all the volumes starting with 1. This
295option is useful when the operator does not know on which volume the files to
296be extracted are and/or when he prefers the longer unattended mode rather than
297the shorter interactive mode.
298.TP
299.BI \-A " archive_file"
300Read the table of contents from
301.I archive_file
302instead of the media. This option can be used in combination with the
303.BR \-t ,
304.BR \-i ,
305or
306.B \-x
307options, making it possible to check whether files are on the media without
308having to mount the media.
309.TP
310.BI \-b " blocksize"
311The number of kilobytes per dump record. If the
312.B \-b
313option is not specified,
314.B restore
315tries to determine the media block size dynamically.
316.TP
317.B \-c
318Normally,
319.B restore
320will try to determine dynamically whether the dump was made from an old
321(pre-4.4) or new format file system. The
322.B \-c
323flag disables this check, and only allows reading a dump in the old format.
324.TP
325.B \-d
326The
327.B \-d
328(debug) flag causes
329.B restore
330to print debug information.
331.TP
332.BI \-D " filesystem"
333The
334.B \-D
335flag allows the user to specify the filesystem name when using
336.B restore
337with the
338.B \-C
339option to check the backup.
340.TP
341.BI \-f " file"
342Read the backup from
343.IR file ;
344.I file
345may be a special device file like
346.I /dev/st0
347(a tape drive),
348.I /dev/sda1
349(a disk drive), an ordinary file, or
350.I \-
351(the standard input). If the name of the file is of the form
352.I host:file
353or
354.IR user@host:file ,
355.B restore
356reads from the named file on the remote host using
357.BR rmt (8).
358.TP
359.BI \-F " script"
360Run script at the beginning of each tape. The device name and the current
361volume number are passed on the command line. The script must return 0 if
362.B restore
363should continue without asking the user to change the tape, 1 if
364.B restore
365should continue but ask the user to change the tape. Any other exit code will
366cause
367.B restore
368to abort. For security reasons,
369.B restore
370reverts back to the real user ID and the real group ID before running the
371script.
372.TP
373.B \-h
374Extract the actual directory, rather than the files that it references. This
375prevents hierarchical restoration of complete subtrees from the dump.
376.TP
377.BI \-H " hash_size"
378Use a hashtable having the specified number of entries for storing the
379directories entries instead of a linked list. This hashtable will
380considerably speed up inode lookups (visible especially in interactive
381mode when adding/removing files from the restore list), but at the
382price of much more memory usage. The default value is 1, meaning no
383hashtable is used.
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.PP
549(The 4.3BSD option syntax is implemented for backward compatibility but is not
550documented here.)
551.SH DIAGNOSTICS
552Complains if it gets a read error. If
553.B y
554has been specified, or the user responds
555.BR y ,
556.B restore
557will attempt to continue the restore.
558.PP
559If a backup was made using more than one tape volume,
560.B restore
561will notify the user when it is time to mount the next volume. If the
562.B \-x
563or
564.B \-i
565flag has been specified,
566.B restore
567will also ask which volume the user wishes to mount. The fastest way to extract
568a few files is to start with the last volume, and work towards the first volume.
569.PP
570There are numerous consistency checks that can be listed by
571.BR restore .
572Most checks are self-explanatory or can \*(lqnever happen\*(rq. Common errors
573are given below:
574.TP
575.I Converting to new file system format
576A dump tape created from the old file system has been loaded. It is
577automatically converted to the new file system format.
578.TP
579.I <filename>: not found on tape
580The specified file name was listed in the tape directory, but was not found on
581the tape. This is caused by tape read errors while looking for the file, and
582from using a dump tape created on an active file system.
583.TP
584.I expected next file <inumber>, got <inumber>
585A file that was not listed in the directory showed up. This can occur when
586using a dump created on an active file system.
587.TP
588.I Incremental dump too low
589When doing an incremental restore, a dump that was written before the previous
590incremental dump, or that has too low an incremental level has been loaded.
591.TP
592.I Incremental dump too high
593When doing an incremental restore, a dump that does not begin its coverage
594where the previous incremental dump left off, or that has too high an
595incremental level has been loaded.
596.TP
597.I Tape read error while restoring <filename>
598.TP
599.I Tape read error while skipping over inode <inumber>
600.TP
601.I Tape read error while trying to resynchronize
602A tape (or other media) read error has occurred. If a file name is specified,
603its contents are probably partially wrong. If an inode is being skipped or the
604tape is trying to resynchronize, no extracted files have been corrupted, though
605files may not be found on the tape.
606.TP
607.I resync restore, skipped <num> blocks
608After a dump read error,
609.B restore
610may have to resynchronize itself. This message lists the number of blocks that
611were skipped over.
612.SH EXIT STATUS
613.B Restore
614exits with zero status on success. Tape errors are indicated with an exit code
615of 1.
616.PP
617When doing a comparison of files from a dump, an exit code of 2 indicates that
618some files were modified or deleted since the dump was made.
619.SH ENVIRONMENT
620If the following environment variable exists it will be utilized by
621.BR restore :
622.TP
623.B TAPE
624If no
625.B \-f
626option was specified,
627.B restore
628will use the device specified via
629.B TAPE
630as the dump device.
631.B TAPE
632may be of the form
633.IR tapename ,
634.I host:tapename
635or
636.IR user@host:tapename .
637.TP
638.B TMPDIR
639The directory given in
640.B TMPDIR
641will be used instead of
642.I /tmp
643to store temporary files.
644.TP
645.B RMT
646The environment variable
647.B RMT
648will be used to determine the pathname of the remote
649.BR rmt (8)
650program.
651.TP
652.B RSH
653.B Restore
654uses the contents of this variable to determine the name of the remote shell
655command to use when doing a network restore (rsh, ssh etc.). If this variable
656is not set,
657.BR rcmd (3)
658will be used, but only root will be able to do a network restore.
659.SH FILES
660.TP
661.I /dev/st0
662the default tape drive
663.TP
664.I /tmp/rstdir*
665file containing directories on the tape
666.TP
667.I /tmp/rstmode*
668owner, mode, and time stamps for directories
669.TP
670.I ./restoresymtable
671information passed between incremental restores
672.SH SEE ALSO
673.BR dump (8),
674.BR mount (8),
675.BR mke2fs (8),
676.BR rmt (8)
677.SH BUGS
678.B Restore
679can get confused when doing incremental restores from dumps that were made on
680active file systems.
681.PP
682A level 0 dump must be done after a full restore. Because
683.B restore
684runs in user code, it has no control over inode allocation; thus a full dump
685must be done to get a new set of directories reflecting the new inode
686numbering, even though the content of the files is unchanged.
687.PP
688The temporary files
689.I /tmp/rstdir*
690and
691.I /tmp/rstmode*
692are generated with a unique name based on the date of the dump and the process
693ID (see
694.BR mktemp (3) ),
695except when
696.B \-r
697or
698.B \-R
699is used. Because
700.B \-R
701allows you to restart a
702.B \-r
703operation that may have been interrupted, the temporary files should be the
704same across different processes. In all other cases, the files are unique
705because it is possible to have two different dumps started at the same time,
706and separate operations shouldn't conflict with each other.
707.PP
708To do a network restore, you have to run
709.B restore
710as root or use a remote shell replacement (see
711.B RSH
712variable). This is due to the previous security history of
713.B dump
714and
715.BR restore .
716(
717.B restore
718is written to be setuid root, but we are not certain all bugs are gone from the
719code - run setuid at your own risk.)
720.PP
721At the end of restores in
722.B \-i
723or
724.B \-x
725modes (unless
726.B \-o
727option is in use),
728.B restore
729will ask the operator whether to set the permissions on the current
730directory. If the operator confirms this action, the permissions
731on the directory from where
732.B restore
733was launched will be replaced by the permissions on the dumped root
734inode. Although this behaviour is not really a bug, it has proven itself
735to be confusing for many users, so it is recommended to answer 'no',
736unless you're performing a full restore and you do want to restore the
737permissions on '/'.
738.PP
739It should be underlined that because it runs in user code,
740.B restore
741, when run with the
742.B \-C
743option, sees the files as the kernel presents them, whereas
744.B dump
745sees all the files on a given filesystem. In particular, this
746can cause some confusion when comparing a dumped filesystem a part
747of which is hidden by a filesystem mounted on top of it.
748.SH AUTHOR
749The
750.B dump/restore
751backup suite was ported to Linux's Second Extended File System by Remy Card
752<card@Linux.EU.Org>. He maintained the initial versions of
753.B dump
754(up and including 0.4b4, released in January 1997).
755.PP
756Starting with 0.4b5, the new maintainer is Stelian Pop <stelian@popies.net>.
757.SH AVAILABILITY
758The
759.B dump/restore
760backup suite is available from <http://dump.sourceforge.net>
761.SH HISTORY
762The
763.B restore
764command appeared in 4.2BSD.