]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sbin/restore/restore.8
This commit was generated by cvs2svn to compensate for changes in r43007,
[FreeBSD/FreeBSD.git] / sbin / restore / restore.8
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 .\"     @(#)restore.8   8.4 (Berkeley) 5/1/95
33 .\"     $Id: restore.8,v 1.14 1998/09/22 10:05:27 roberto Exp $
34 .\"
35 .Dd May 1, 1995
36 .Dt RESTORE 8
37 .Os BSD 4
38 .Sh NAME
39 .Nm restore
40 .Nd "restore files or file systems from backups made with dump"
41 .Sh SYNOPSIS
42 .Nm restore
43 .Fl i
44 .Op Fl chkmuvy
45 .Op Fl b Ar blocksize
46 .Op Fl f Ar file
47 .Op Fl s Ar fileno
48 .Nm restore
49 .Fl R
50 .Op Fl ckuvy
51 .Op Fl b Ar blocksize
52 .Op Fl f Ar file
53 .Op Fl s Ar fileno
54 .Nm restore
55 .Fl r
56 .Op Fl ckuvy
57 .Op Fl b Ar blocksize
58 .Op Fl f Ar file
59 .Op Fl s Ar fileno
60 .Nm restore
61 .Fl t
62 .Op Fl chkuvy
63 .Op Fl b Ar blocksize
64 .Op Fl f Ar file
65 .Op Fl s Ar fileno
66 .Op file ...
67 .Nm restore
68 .Fl x
69 .Op Fl chkmuvy
70 .Op Fl b Ar blocksize
71 .Op Fl f Ar file
72 .Op Fl s Ar fileno
73 .Op file ...
74 .Pp
75 .in -\\n(iSu
76 (The
77 .Bx 4.3
78 option syntax is implemented for backward compatibility, but
79 is not documented here.)
80 .Sh DESCRIPTION
81 The
82 .Nm restore
83 command performs the inverse function of
84 .Xr dump 8 .
85 A full backup of a file system may be restored and
86 subsequent incremental backups layered on top of it.
87 Single files and
88 directory subtrees may be restored from full or partial
89 backups.
90 .Nm Restore
91 works across a network;
92 to do this see the
93 .Fl f
94 flag described below.
95 Other arguments to the command are file or directory
96 names specifying the files that are to be restored.
97 Unless the
98 .Fl h
99 flag is specified (see below),
100 the appearance of a directory name refers to
101 the files and (recursively) subdirectories of that directory.
102 .Pp
103 Exactly one of the following flags is required:
104 .Bl -tag -width Ds
105 .It Fl i
106 This mode allows interactive restoration of files from a dump.
107 After reading in the directory information from the dump,
108 .Nm restore
109 provides a shell like interface that allows the user to move
110 around the directory tree selecting files to be extracted.
111 The available commands are given below;
112 for those commands that require an argument,
113 the default is the current directory.
114 .Bl -tag -width Fl
115 .It Ic add Op Ar arg
116 The current directory or specified argument is added to the list of
117 files to be extracted.
118 If a directory is specified, then it and all its descendents are
119 added to the extraction list
120 (unless the
121 .Fl h
122 flag is specified on the command line).
123 Files that are on the extraction list are prepended with a ``*''
124 when they are listed by 
125 .Ic ls .
126 .It Ic \&cd Ar arg
127 Change the current working directory to the specified argument.
128 .It Ic delete Op Ar arg
129 The current directory or specified argument is deleted from the list of
130 files to be extracted.
131 If a directory is specified, then it and all its descendents are
132 deleted from the extraction list
133 (unless the
134 .Fl h
135 flag is specified on the command line).
136 The most expedient way to extract most of the files from a directory 
137 is to add the directory to the extraction list and then delete
138 those files that are not needed.
139 .It Ic extract
140 All the files that are on the extraction list are extracted
141 from the dump.
142 .Nm Restore
143 will ask which volume the user wishes to mount.
144 The fastest way to extract a few files is to
145 start with the last volume, and work towards the first volume.
146 .It Ic help
147 List a summary of the available commands.
148 .It Ic \&ls Op Ar arg
149 List the current or specified directory.
150 Entries that are directories are appended with a ``/''.
151 Entries that have been marked for extraction are prepended with a ``*''.
152 If the verbose
153 flag is set the inode number of each entry is also listed.
154 .It Ic pwd
155 Print the full pathname of the current working directory.
156 .It Ic quit
157 Restore immediately exits,
158 even if the extraction list is not empty.
159 .It Ic setmodes
160 All the directories that have been added to the extraction list
161 have their owner, modes, and times set;
162 nothing is extracted from the dump.
163 This is useful for cleaning up after a restore has been prematurely aborted.
164 .It Ic verbose
165 The sense of the 
166 .Fl v
167 flag is toggled.
168 When set, the verbose flag causes the 
169 .Ic ls
170 command to list the inode numbers of all entries.
171 It also causes
172 .Nm restore
173 to print out information about each file as it is extracted.
174 .El
175 .It Fl R
176 .Nm Restore
177 requests a particular tape of a multi volume set on which to restart
178 a full restore
179 (see the
180 .Fl r
181 flag below).
182 This is useful if the restore has been interrupted.
183 .It Fl r
184 Restore (rebuild a file system).
185 The target file system should be made pristine with
186 .Xr newfs 8 ,
187 mounted and the user
188 .Xr cd Ns 'd
189 into the pristine file system
190 before starting the restoration of the initial level 0 backup. If the
191 level 0 restores successfully, the
192 .Fl r
193 flag may be used to restore
194 any necessary incremental backups on top of the level 0.
195 The
196 .Fl r
197 flag precludes an interactive file extraction and can be
198 detrimental to one's health if not used carefully (not to mention
199 the disk). An example:
200 .Bd -literal -offset indent
201 newfs /dev/rrp0g eagle
202 mount /dev/rp0g /mnt
203 cd /mnt
204
205 restore rf /dev/rst8
206 .Ed
207 .Pp
208 Note that 
209 .Nm restore
210 leaves a file 
211 .Pa restoresymtable
212 in the root directory to pass information between incremental
213 restore passes.
214 This file should be removed when the last incremental has been
215 restored.
216 .Pp
217 .Nm Restore ,
218 in conjunction with
219 .Xr newfs 8
220 and
221 .Xr dump 8 ,
222 may be used to modify file system parameters
223 such as size or block size.
224 .It Fl t
225 The names of the specified files are listed if they occur
226 on the backup.
227 If no file argument is given,
228 then the root directory is listed,
229 which results in the entire content of the
230 backup being listed,
231 unless the
232 .Fl h
233 flag has been specified.
234 Note that the
235 .Fl t
236 flag replaces the function of the old
237 .Xr dumpdir 8
238 program.
239 .ne 1i
240 .It Fl x
241 The named files are read from the given media.
242 If a named file matches a directory whose contents 
243 are on the backup
244 and the
245 .Fl h
246 flag is not specified,
247 the directory is recursively extracted.
248 The owner, modification time,
249 and mode are restored (if possible).
250 If no file argument is given,
251 then the root directory is extracted,
252 which results in the entire content of the
253 backup being extracted,
254 unless the
255 .Fl h
256 flag has been specified.
257 .El
258 .Pp
259 The following additional options may be specified:
260 .Bl -tag -width Ds
261 .It Fl b Ar blocksize
262 The number of kilobytes per dump record.
263 If the
264 .Fl b
265 option is not specified,
266 .Nm restore
267 tries to determine the media block size dynamically.
268 .It Fl c
269 Normally,
270 .Nm restore
271 will try to determine dynamically whether the dump was made from an
272 old (pre-4.4) or new format file system.  The
273 .Fl c
274 flag disables this check, and only allows reading a dump in the old
275 format.
276 .It Fl f Ar file
277 Read the backup from
278 .Ar file ;
279 .Ar file
280 may be a special device file
281 like
282 .Pa /dev/rmt12
283 (a tape drive),
284 .Pa /dev/rda1c
285 (a disk drive),
286 an ordinary file,
287 or
288 .Ql Fl
289 (the standard input).
290 If the name of the file is of the form
291 .Dq host:file ,
292 or
293 .Dq user@host:file ,
294 .Nm restore
295 reads from the named file on the remote host using
296 .Xr rmt 8 .
297 .Pp
298 .It Fl k
299 Use Kerberos authentication when contacting the remote tape server.
300 (Only available if this options was enabled when
301 .Nm restore
302 was compiled.)
303 .Pp
304 .It Fl h
305 Extract the actual directory, 
306 rather than the files that it references.
307 This prevents hierarchical restoration of complete subtrees
308 from the dump.
309 .It Fl m
310 Extract by inode numbers rather than by file name.
311 This is useful if only a few files are being extracted,
312 and one wants to avoid regenerating the complete pathname
313 to the file.
314 .It Fl s Ar fileno
315 Read from the specified
316 .Ar fileno
317 on a multi-file tape.
318 File numbering starts at 1.
319 .It Fl u
320 When creating certain types of files, restore may generate a warning
321 diagnostic if they already exist in the target directory.
322 To prevent this, the
323 .Fl u
324 (unlink) flag causes restore to remove old entries before attempting
325 to create new ones.
326 .It Fl v
327 Normally
328 .Nm restore
329 does its work silently.
330 The
331 .Fl v
332 (verbose)
333 flag causes it to type the name of each file it treats
334 preceded by its file type.
335 .It Fl y
336 Do not ask the user whether to abort the restore in the event of an error.
337 Always try to skip over the bad block(s) and continue.
338 .El
339 .Sh DIAGNOSTICS
340 Complaints if it gets a read error.
341 If 
342 .Fl y
343 has been specified, or the user responds
344 .Ql y ,
345 .Nm restore
346 will attempt to continue the restore.
347 .Pp
348 If a backup was made using more than one tape volume,
349 .Nm restore
350 will notify the user when it is time to mount the next volume.
351 If the
352 .Fl x
353 or
354 .Fl i
355 flag has been specified,
356 .Nm restore
357 will also ask which volume the user wishes to mount.
358 The fastest way to extract a few files is to
359 start with the last volume, and work towards the first volume.
360 .Pp
361 There are numerous consistency checks that can be listed by
362 .Nm restore .
363 Most checks are self-explanatory or can ``never happen''.
364 Common errors are given below.
365 .Pp
366 .Bl -tag -width Ds -compact
367 .It Converting to new file system format.
368 A dump tape created from the old file system has been loaded.
369 It is automatically converted to the new file system format.
370 .Pp
371 .It <filename>: not found on tape
372 The specified file name was listed in the tape directory,
373 but was not found on the tape.
374 This is caused by tape read errors while looking for the file,
375 and from using a dump tape created on an active file system.
376 .Pp
377 .It expected next file <inumber>, got <inumber>
378 A file that was not listed in the directory showed up.
379 This can occur when using a dump created on an active file system.
380 .Pp
381 .It Incremental dump too low
382 When doing incremental restore,
383 a dump that was written before the previous incremental dump,
384 or that has too low an incremental level has been loaded.
385 .Pp
386 .It Incremental dump too high
387 When doing incremental restore,
388 a dump that does not begin its coverage where the previous incremental 
389 dump left off,
390 or that has too high an incremental level has been loaded.
391 .Pp
392 .It Tape read error while restoring <filename>
393 .It Tape read error while skipping over inode <inumber>
394 .It Tape read error while trying to resynchronize
395 A tape (or other media) read error has occurred.
396 If a file name is specified,
397 then its contents are probably partially wrong.
398 If an inode is being skipped or the tape is trying to resynchronize,
399 then no extracted files have been corrupted,
400 though files may not be found on the tape.
401 .Pp
402 .It resync restore, skipped <num> blocks
403 After a dump read error, 
404 .Nm restore
405 may have to resynchronize itself.
406 This message lists the number of blocks that were skipped over.
407 .El
408 .Sh FILES
409 .Bl -tag -width "./restoresymtable" -compact
410 .It Pa /dev/rsa0
411 the default tape drive
412 .It Pa /tmp/rstdir*
413 file containing directories on the tape.
414 .It Pa /tmp/rstmode*
415 owner, mode, and time stamps for directories.
416 .It Pa \&./restoresymtable
417 information passed between incremental restores.
418 .El
419 .Sh SEE ALSO
420 .Xr dump 8 ,
421 .Xr ft 8 ,
422 .Xr mount 8 ,
423 .Xr newfs 8 ,
424 .Xr rmt 8
425 .Sh BUGS
426 .Nm Restore
427 can get confused when doing incremental restores from
428 dumps that were made on active file systems.
429 .Pp
430 A level zero dump must be done after a full restore.
431 Because restore runs in user code,
432 it has no control over inode allocation;
433 thus a full dump must be done to get a new set of directories
434 reflecting the new inode numbering,
435 even though the contents of the files is unchanged.
436 .Pp
437 To do a network restore, you have to run restore as root.  This is due
438 to the previous security history of dump and restore.  (restore is
439 written to be setuid root, but we are not certain all bugs are gone
440 from the restore code - run setuid at your own risk.)
441 .Sh HISTORY
442 The
443 .Nm restore
444 command appeared in
445 .Bx 4.2 .