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