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