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