]> git.wh0rd.org - dump.git/blame - restore/restore.8.in
Added the DT_* constants again, old libc sucks
[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.\"
df9ae507 32.\" $Id: restore.8.in,v 1.3 1999/10/13 09:57:21 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
b45f51d6 43.Op Fl ckvy
1227625a
SP
44.Op Fl b Ar blocksize
45.Op Fl D Ar filesystem
46.Op Fl f Ar file
47.Op Fl s Ar fileno
48.Op Fl T Ar directory
49.Nm restore
50.Fl i
b45f51d6 51.Op Fl chkmNuvy
1227625a
SP
52.Op Fl b Ar blocksize
53.Op Fl f Ar file
54.Op Fl s Ar fileno
55.Op Fl T Ar directory
56.Nm restore
57.Fl R
b45f51d6 58.Op Fl ckNuvy
1227625a
SP
59.Op Fl b Ar blocksize
60.Op Fl f Ar file
61.Op Fl s Ar fileno
62.Op Fl T Ar directory
63.Nm restore
64.Fl r
b45f51d6 65.Op Fl ckNuvy
1227625a
SP
66.Op Fl b Ar blocksize
67.Op Fl f Ar file
68.Op Fl s Ar fileno
69.Op Fl T Ar directory
70.Nm restore
71.Fl t
b45f51d6 72.Op Fl chkNuvy
1227625a
SP
73.Op Fl b Ar blocksize
74.Op Fl f Ar file
75.Op Fl s Ar fileno
76.Op Fl T Ar directory
77.Op file ...
78.Nm restore
79.Fl x
b45f51d6 80.Op Fl chkmNuvy
1227625a
SP
81.Op Fl b Ar blocksize
82.Op Fl f Ar file
83.Op Fl s Ar fileno
84.Op Fl T Ar directory
85.Op file ...
86.Pp
8d4197bb 87.in
1227625a
SP
88(The
89.Bx 4.3
ddd2ef55 90option syntax is implemented for backward compatibility but
1227625a
SP
91is not documented here.)
92.Sh DESCRIPTION
93The
94.Nm restore
95command performs the inverse function of
96.Xr dump 8 .
97A full backup of a file system may be restored and
98subsequent incremental backups layered on top of it.
99Single files and
100directory subtrees may be restored from full or partial
101backups.
102.Nm Restore
103works across a network;
104to do this see the
105.Fl f
106flag described below.
107Other arguments to the command are file or directory
108names specifying the files that are to be restored.
109Unless the
110.Fl h
111flag is specified (see below),
112the appearance of a directory name refers to
113the files and (recursively) subdirectories of that directory.
114.Pp
115Exactly one of the following flags is required:
116.Bl -tag -width Ds
117.It Fl C
118This mode allows comparison of files from a dump.
119.Nm Restore
120reads the backup and compares its contents with files present on the
121disk.
122It first changes its working directory to the root of the filesystem
123that was dumped and compares the tape with the files in its new
124current directory.
125.It Fl i
126This mode allows interactive restoration of files from a dump.
127After reading in the directory information from the dump,
128.Nm restore
129provides a shell like interface that allows the user to move
130around the directory tree selecting files to be extracted.
131The available commands are given below;
132for those commands that require an argument,
133the default is the current directory.
134.Bl -tag -width Fl
135.It Ic add Op Ar arg
136The current directory or specified argument is added to the list of
137files to be extracted.
138If a directory is specified, then it and all its descendents are
139added to the extraction list
140(unless the
141.Fl h
142flag is specified on the command line).
ddd2ef55
SP
143Files that are on the extraction list are prepended with a
144.Dq \&*
1227625a
SP
145when they are listed by
146.Ic ls .
147.It Ic \&cd Ar arg
148Change the current working directory to the specified argument.
149.It Ic delete Op Ar arg
150The current directory or specified argument is deleted from the list of
151files to be extracted.
152If a directory is specified, then it and all its descendents are
153deleted from the extraction list
154(unless the
155.Fl h
156flag is specified on the command line).
157The most expedient way to extract most of the files from a directory
158is to add the directory to the extraction list and then delete
159those files that are not needed.
160.It Ic extract
ddd2ef55 161All files on the extraction list are extracted
1227625a
SP
162from the dump.
163.Nm Restore
164will ask which volume the user wishes to mount.
165The fastest way to extract a few files is to
ddd2ef55 166start with the last volume and work towards the first volume.
1227625a
SP
167.It Ic help
168List a summary of the available commands.
169.It Ic \&ls Op Ar arg
170List the current or specified directory.
ddd2ef55
SP
171Entries that are directories are appended with a
172.Dq \&* .
1227625a
SP
173Entries that have been marked for extraction are prepended with a ``*''.
174If the verbose
ddd2ef55 175flag is set, the inode number of each entry is also listed.
1227625a
SP
176.It Ic pwd
177Print the full pathname of the current working directory.
178.It Ic quit
179Restore immediately exits,
180even if the extraction list is not empty.
181.It Ic setmodes
ddd2ef55 182All directories that have been added to the extraction list
1227625a
SP
183have their owner, modes, and times set;
184nothing is extracted from the dump.
185This is useful for cleaning up after a restore has been prematurely aborted.
186.It Ic verbose
187The sense of the
188.Fl v
189flag is toggled.
190When set, the verbose flag causes the
191.Ic ls
192command to list the inode numbers of all entries.
193It also causes
194.Nm restore
195to print out information about each file as it is extracted.
196.El
197.It Fl R
198.Nm Restore
ddd2ef55 199requests a particular tape of a multi-volume set on which to restart
1227625a
SP
200a full restore
201(see the
202.Fl r
203flag below).
204This is useful if the restore has been interrupted.
205.It Fl r
ddd2ef55 206Restore (rebuild) a file system.
1227625a 207The target file system should be made pristine with
8d4197bb 208.Xr mke2fs 8 ,
ddd2ef55 209mounted, and the user
1227625a
SP
210.Xr cd Ns 'd
211into the pristine file system
212before starting the restoration of the initial level 0 backup. If the
213level 0 restores successfully, the
214.Fl r
215flag may be used to restore
216any necessary incremental backups on top of the level 0.
217The
218.Fl r
219flag precludes an interactive file extraction and can be
ddd2ef55
SP
220detrimental to one's health (not to mention the disk) if not used carefully.
221An example:
1227625a 222.Bd -literal -offset indent
8d4197bb
SP
223mke2fs /dev/sda1
224mount /dev/sda1 /mnt
1227625a
SP
225cd /mnt
226
8d4197bb 227restore rf /dev/st0
1227625a
SP
228.Ed
229.Pp
230Note that
231.Nm restore
232leaves a file
233.Pa restoresymtable
234in the root directory to pass information between incremental
235restore passes.
236This file should be removed when the last incremental has been
237restored.
238.Pp
239.Nm Restore ,
240in conjunction with
8d4197bb 241.Xr mke2fs 8
1227625a
SP
242and
243.Xr dump 8 ,
244may be used to modify file system parameters
245such as size or block size.
246.It Fl t
247The names of the specified files are listed if they occur
248on the backup.
249If no file argument is given,
ddd2ef55 250the root directory is listed,
1227625a
SP
251which results in the entire content of the
252backup being listed,
253unless the
254.Fl h
255flag has been specified.
256Note that the
257.Fl t
258flag replaces the function of the old
259.Xr dumpdir 8
260program.
261.ne 1i
262.It Fl x
263The named files are read from the given media.
264If a named file matches a directory whose contents
265are on the backup
266and the
267.Fl h
268flag is not specified,
269the directory is recursively extracted.
270The owner, modification time,
271and mode are restored (if possible).
272If no file argument is given,
ddd2ef55 273the root directory is extracted,
1227625a
SP
274which results in the entire content of the
275backup being extracted,
276unless the
277.Fl h
278flag has been specified.
279.El
280.Pp
281The following additional options may be specified:
282.Bl -tag -width Ds
283.It Fl b Ar blocksize
284The number of kilobytes per dump record.
285If the
286.Fl b
287option is not specified,
288.Nm restore
b45f51d6 289tries to determine the media block size dynamically.
1227625a
SP
290.It Fl c
291Normally,
292.Nm restore
293will try to determine dynamically whether the dump was made from an
b45f51d6 294old (pre-4.4) or new format file system. The
1227625a
SP
295.Fl c
296flag disables this check, and only allows reading a dump in the old
297format.
298.It Fl D Ar filesystem
299The
300.Fl D
301flag allows the user to specify the filesystem name when using
302.Nm restore
303with the
304.Fl C
305option to check the backup.
306.It Fl f Ar file
307Read the backup from
308.Ar file ;
309.Ar file
310may be a special device file
311like
ddd2ef55 312.Pa /dev/st0
1227625a 313(a tape drive),
8d4197bb 314.Pa /dev/sda1
1227625a
SP
315(a disk drive),
316an ordinary file,
317or
318.Ql Fl
319(the standard input).
320If the name of the file is of the form
ddd2ef55 321.Dq host:file
1227625a
SP
322or
323.Dq user@host:file ,
324.Nm restore
325reads from the named file on the remote host using
326.Xr rmt 8 .
327.Pp
b45f51d6
SP
328.It Fl k
329Use Kerberos authentication when contacting the remote tape server.
330(Only available if this options was enabled when
331.Nm restore
332was compiled.)
333.Pp
1227625a
SP
334.It Fl h
335Extract the actual directory,
336rather than the files that it references.
337This prevents hierarchical restoration of complete subtrees
338from the dump.
339.It Fl m
340Extract by inode numbers rather than by file name.
341This is useful if only a few files are being extracted,
342and one wants to avoid regenerating the complete pathname
343to the file.
344.It Fl N
345The
346.Fl N
347flag causes
348.Nm restore to only print file names. Files are not extracted.
349.It Fl s Ar fileno
350Read from the specified
351.Ar fileno
352on a multi-file tape.
353File numbering starts at 1.
354.It Fl T Ar directory
355The
356.Fl T
357flag allows the user to specify a directory to use for the storage of
358temporary files. The default value is /tmp. This flag is most useful
359when restoring files after having booted from a floppy. There might be little
360or no space on the floppy filesystem, but another source of space might exist.
b45f51d6
SP
361.It Fl u
362When creating certain types of files, restore may generate a warning
363diagnostic if they already exist in the target directory.
364To prevent this, the
365.Fl u
366(unlink) flag causes restore to remove old entries before attempting
367to create new ones.
1227625a
SP
368.It Fl v
369Normally
370.Nm restore
371does its work silently.
372The
373.Fl v
374(verbose)
375flag causes it to type the name of each file it treats
376preceded by its file type.
377.It Fl y
378Do not ask the user whether to abort the restore in the event of an error.
379Always try to skip over the bad block(s) and continue.
380.El
381.Sh DIAGNOSTICS
ddd2ef55 382Complains if it gets a read error.
1227625a
SP
383If
384.Fl y
385has been specified, or the user responds
386.Ql y ,
387.Nm restore
388will attempt to continue the restore.
389.Pp
390If a backup was made using more than one tape volume,
391.Nm restore
392will notify the user when it is time to mount the next volume.
393If the
394.Fl x
395or
396.Fl i
397flag has been specified,
398.Nm restore
399will also ask which volume the user wishes to mount.
400The fastest way to extract a few files is to
401start with the last volume, and work towards the first volume.
402.Pp
403There are numerous consistency checks that can be listed by
404.Nm restore .
ddd2ef55
SP
405Most checks are self-explanatory or can
406.Dq never happen .
1227625a
SP
407Common errors are given below.
408.Pp
409.Bl -tag -width Ds -compact
ddd2ef55 410.It Converting to new file system format
1227625a
SP
411A dump tape created from the old file system has been loaded.
412It is automatically converted to the new file system format.
413.Pp
414.It <filename>: not found on tape
415The specified file name was listed in the tape directory,
416but was not found on the tape.
417This is caused by tape read errors while looking for the file,
418and from using a dump tape created on an active file system.
419.Pp
420.It expected next file <inumber>, got <inumber>
421A file that was not listed in the directory showed up.
422This can occur when using a dump created on an active file system.
423.Pp
424.It Incremental dump too low
ddd2ef55 425When doing an incremental restore,
1227625a
SP
426a dump that was written before the previous incremental dump,
427or that has too low an incremental level has been loaded.
428.Pp
429.It Incremental dump too high
ddd2ef55 430When doing an incremental restore,
1227625a
SP
431a dump that does not begin its coverage where the previous incremental
432dump left off,
433or that has too high an incremental level has been loaded.
434.Pp
435.It Tape read error while restoring <filename>
436.It Tape read error while skipping over inode <inumber>
437.It Tape read error while trying to resynchronize
438A tape (or other media) read error has occurred.
439If a file name is specified,
ddd2ef55 440its contents are probably partially wrong.
1227625a 441If an inode is being skipped or the tape is trying to resynchronize,
ddd2ef55 442no extracted files have been corrupted,
1227625a
SP
443though files may not be found on the tape.
444.Pp
445.It resync restore, skipped <num> blocks
446After a dump read error,
447.Nm restore
448may have to resynchronize itself.
449This message lists the number of blocks that were skipped over.
450.El
b45f51d6 451.Sh ENVIRONMENT
ddd2ef55
SP
452If the following environment variable exists it will be utilized by
453.Nm restore :
454.Pp
455.Bl -tag -width "TMPDIR" -compact
b45f51d6
SP
456.It Ev TAPE
457If no -f option was specified,
458.Nm
459will use the device specified via
460.Ev TAPE
461as the dump device.
462.Ev TAPE
463may be of the form
464.Qq tapename ,
ddd2ef55 465.Qq host:tapename
b45f51d6
SP
466or
467.Qq user@host:tapename .
ddd2ef55
SP
468.It Ev TMPDIR
469The directory given in
470.Ev TMPDIR
471will be used
472instead of
473.Pa /tmp
474to store temporary files.
b45f51d6
SP
475.It Ev RMT
476The environment variable
477.Ev RMT
478will be used to determine the pathname of the remote
479.Xr rmt 8
480program.
1227625a
SP
481.Sh FILES
482.Bl -tag -width "./restoresymtable" -compact
ddd2ef55 483.It Pa /dev/st0
1227625a
SP
484the default tape drive
485.It Pa /tmp/rstdir*
ddd2ef55 486file containing directories on the tape
1227625a 487.It Pa /tmp/rstmode*
ddd2ef55 488owner, mode, and time stamps for directories
1227625a 489.It Pa \&./restoresymtable
ddd2ef55 490information passed between incremental restores
1227625a
SP
491.El
492.Sh SEE ALSO
493.Xr dump 8 ,
1227625a 494.Xr mount 8 ,
8d4197bb 495.Xr mke2fs 8 ,
1227625a
SP
496.Xr rmt 8
497.Sh BUGS
498.Nm Restore
499can get confused when doing incremental restores from
500dumps that were made on active file systems.
501.Pp
ddd2ef55
SP
502A level 0 dump must be done after a full restore.
503Because
504.Nm restore
505runs in user code,
1227625a
SP
506it has no control over inode allocation;
507thus a full dump must be done to get a new set of directories
508reflecting the new inode numbering,
ddd2ef55
SP
509even though the content of the files is unchanged.
510.Pp
511The temporary files
512.Pa /tmp/rstdir*
513and
514.Pa /tmp/rstmode*
515are generated with a unique name based on the date of the dump
516and the process ID (see
517.Xr mktemp 3 ),
518except when
519.Fl r
520or
521.Fl R
522is used.
523Because
524.Fl R
525allows you to restart a
526.Fl r
527operation that may have been interrupted, the temporary files should
528be the same across different processes.
529In all other cases, the files are unique because it is possible to
530have two different dumps started at the same time, and separate
531operations shouldn't conflict with each other.
b45f51d6
SP
532.Pp
533To do a network restore, you have to run restore as root. This is due
534to the previous security history of dump and restore. (restore is
535written to be setuid root, but we are not certain all bugs are gone
536from the restore code - run setuid at your own risk.)
8d4197bb
SP
537.Sh AUTHOR
538The
539.Nm dump/restore
540backup suit was ported to Linux's Second Extended File System
541by Remy Card <card@Linux.EU.Org>. He maintained the initial versions
542of dump (up and including 0.4b4, released in january 1997).
543.Pp
544Starting with 0.4b5, the new maintainer is Stelian Pop
545.br
546<pop@cybercable.fr>.
547.Sh AVAILABILITY
548The
549.Nm dump/restore
550backup suit is available for anonymous ftp from tsx-11.mit.edu
551in /pub/linux/ALPHA/ext2fs (development versions) or
552/pub/linux/packages/ext2fs (stable versions).
553.Pp
554An alternate downloading location is http://perso.cybercable.fr/pop/dump.
1227625a
SP
555.Sh HISTORY
556The
557.Nm restore
558command appeared in
559.Bx 4.2 .