Imported Upstream version 3.3.0
[debian/amanda] / man / xml-source / amrecover.8.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
3                    "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd"
4 [
5   <!-- entities files to use -->
6   <!ENTITY % global_entities SYSTEM 'global.entities'>
7   %global_entities;
8 ]>
9
10 <!-- lifted from troff+man by doclifter -->
11 <refentry id='amrecover.8'>
12
13 <!-- P1 listing suppressed (not used) -->
14 <refmeta>
15 <refentrytitle>amrecover</refentrytitle>
16 <manvolnum>8</manvolnum>
17 &rmi.source;
18 &rmi.version;
19 &rmi.manual.8;
20 </refmeta>
21 <refnamediv>
22 <refname>amrecover</refname>
23 <refpurpose>Amanda index database browser</refpurpose>
24 </refnamediv>
25 <refentryinfo>
26 &author.alan;
27 &author.sgw.xml;
28 </refentryinfo>
29 <!-- body begins here -->
30 <refsynopsisdiv>
31 <cmdsynopsis>
32   <command>amrecover</command>    
33     <arg choice='opt'>-s <replaceable>index-server</replaceable></arg>
34     <arg choice='opt'>-t <replaceable>tape-server</replaceable></arg>
35     <arg choice='opt'>-d <replaceable>tape-device</replaceable></arg>
36     <arg choice='opt'>-h <replaceable>hostname</replaceable></arg>
37     &configoverride.synopsis;
38     <arg choice='opt'>-C <replaceable>config</replaceable></arg>
39 </cmdsynopsis>
40 </refsynopsisdiv>
41
42
43 <refsect1><title>DESCRIPTION</title>
44 <para><emphasis remap='B'>Amrecover</emphasis>
45 browses the database of Amanda index files to determine which tapes
46 contain files to recover.  Furthermore, it is able to recover files.</para>
47
48 <para>In order to restore files in place, you must invoke
49 <command>amrecover</command>
50 from the root of the backed up filesystem, or use
51 <emphasis remap='B'>lcd</emphasis>
52 to move into that directory, otherwise a directory tree that resembles 
53 the backed up filesystem will be created in the current directory.
54 See the examples below for details.</para>
55
56 <para>Amrecover will read the <emphasis remap='B'>amanda-client.conf</emphasis> file and the <replaceable>config</replaceable><emphasis remap='B'>/amanda-client.conf</emphasis> file.  If no configuration name is supplied on the command line, Amrecover will try the compiled-in default configuration ,usually <emphasis remap='B'>DailySet1</emphasis>.</para>
57
58 <para>See the
59 <manref name="amanda" vol="8"/>
60 man page for more details about Amanda.</para>
61 </refsect1>
62
63 <refsect1><title>OPTIONS</title>
64 <note><para>The Default values are those set at compile-time.
65 Use <command>amrestore</command> to recover client-encrypted or
66 client-custom-compressed tapes.</para>
67 </note>
68 <variablelist remap='TP'>
69   <varlistentry>
70   <term><emphasis remap='B'>[ -C ] config</emphasis></term>
71   <listitem>
72 <para>Amanda configuration.</para>
73   </listitem>
74   </varlistentry>
75   <varlistentry>
76   <term><option>-s index-server</option></term>
77   <listitem>
78 <para>Host that runs the index daemon.</para>
79   </listitem>
80   </varlistentry>
81   <varlistentry>
82   <term><option>-t tape-server</option></term>
83   <listitem>
84 <para>Host that runs the tape server daemon.</para>
85   </listitem>
86   </varlistentry>
87   <varlistentry>
88   <term><option>-d tape-device</option></term>
89   <listitem>
90 <para>Tape device to use on the tape server host.</para>
91   </listitem>
92   </varlistentry>
93   <varlistentry>
94   <term><option>-h hostname</option></term>
95   <listitem>
96 <para>Hostname to begin restoring; defaults to the system's hostname.</para>
97   </listitem>
98   </varlistentry>
99
100   <varlistentry>
101   <term><emphasis remap='B'>-o</emphasis> <replaceable>clientconfigoption</replaceable></term>
102   <listitem>
103 <para>See the "<emphasis remap='B'>CONFIGURATION OVERRIDE</emphasis>"
104  section in <manref name="amanda" vol="8"/>.</para>
105   </listitem>
106   </varlistentry>
107
108 </variablelist>
109 </refsect1>
110
111 <refsect1><title>AUTH</title>
112 <para>The default <emphasis remap='B'>auth</emphasis> is 'BSDTCP', you can set
113 a different auth in the <emphasis remap='B'>amanda-client.conf</emphasis> file
114 or by specifying the '-oauth=bsd' command line argument.</para>
115 </refsect1>
116
117 <refsect1><title>COMMANDS</title>
118 <para><emphasis remap='B'>Amrecover</emphasis>
119 connects to the index server and then presents a command line prompt.
120 Usage is similar to an ftp client.
121 The GNU readline library is used to provide command line history and editing
122 if it was built in to
123 <command>amrecover</command>.</para>
124
125 <para>The purpose of browsing the database is to build up a
126 <emphasis remap='I'>restore list</emphasis>
127 of files to be extracted from the backup system.
128 The following commands are available:</para>
129 <variablelist remap='TP'>
130   <varlistentry>
131   <term><emphasis remap='B'>sethost hostname</emphasis></term>
132   <listitem>
133 <para>Specifies which host to look at backup files for (default: the local host).</para>
134   </listitem>
135   </varlistentry>
136   <varlistentry>
137   <term><emphasis remap='B'>setdate YYYY-MM-DD-HH-MM[-SS] | YYYY-MM-DD</emphasis></term>
138   <listitem>
139 <para>Set the restore time (default: now).
140 File listing commands only return information on
141 backup images for this day,
142 for the day before with the next lower dump level,
143 and so on,
144 until the most recent level 0 backup on or before
145 the specified date is encountered.</para>
146
147 <para>For example, if:</para>
148
149 <!-- .RS -->
150 <literallayout remap='.nf'>
151 1996-07-01 was a level 0 backup
152 1996-07-02 through 1996-07-05 were level 1 backups
153 1996-07-06 through 1997-07-08 were level 2 backups
154 </literallayout> <!-- .fi -->
155
156 <para>then the command <emphasis remap='B'>setdate 1997-07-08-00</emphasis>
157 would yield files from the following days:</para>
158
159 <!-- .RS -->
160 <literallayout remap='.nf'>
161 1997-07-08 (the latest level 2 backup)
162 1997-07-05 (the latest level 1 backup)
163 1997-07-01 (the latest level 0 backup)
164 </literallayout> <!-- .fi -->
165
166 <para>Only the most recent version of a file will be presented.</para>
167
168 <para>The following abbreviated date specifications are accepted:</para>
169 <!-- .RS -->
170 <variablelist remap='TP'>
171   <varlistentry>
172   <term><option>--MM-DD</option></term>
173   <listitem>
174 <para>dates in the current year</para>
175   </listitem>
176   </varlistentry>
177   <varlistentry>
178   <term><option>---DD</option></term>
179   <listitem>
180 <para>dates in the current month of the current year</para>
181   </listitem>
182   </varlistentry>
183 </variablelist>
184   </listitem>
185   </varlistentry>
186 </variablelist>
187 <!-- .RE -->
188 <variablelist remap='TP'>
189   <varlistentry>
190   <term><emphasis remap='B'>setdisk</emphasis> <emphasis remap='I'>diskname</emphasis> [<emphasis remap='I'>mountpoint</emphasis>]</term>
191   <listitem>
192 <para>Specifies which disk to consider
193 (default: the disk holding the working directory where
194 <command>amrecover</command>
195 is started).
196 It can only be set after the host is set with
197 <emphasis remap='B'>sethost</emphasis>.
198 <emphasis remap='I'>Diskname</emphasis>
199 is the device name specified in the
200 <emphasis remap='I'>amanda.conf</emphasis>
201 or &disklist;.
202 The disk must be local to the host.
203 If
204 <emphasis remap='I'>mountpoint</emphasis>
205 is not specified, all pathnames will be relative to the (unknown)
206 mount point instead of full pathnames.</para>
207   </listitem>
208   </varlistentry>
209   <varlistentry>
210   <term><emphasis remap='B'>listhost</emphasis> [<emphasis remap='I'>diskdevice</emphasis>]</term>
211   <listitem>
212 <para>List all
213 <emphasis remap='B'>host</emphasis></para>
214   </listitem>
215   </varlistentry>
216   <varlistentry>
217   <term><emphasis remap='B'>listdisk</emphasis> [<emphasis remap='I'>diskdevice</emphasis>]</term>
218   <listitem>
219 <para>List all
220 <emphasis remap='B'>diskname</emphasis></para>
221   </listitem>
222   </varlistentry>
223   <varlistentry>
224   <term><emphasis remap='B'>listproperty</emphasis></term>
225   <listitem>
226 <para>List all
227 <emphasis remap='B'>property</emphasis></para>
228   </listitem>
229   </varlistentry>
230   <varlistentry>
231   <term><emphasis remap='B'>setproperty</emphasis> [<emphasis remap='B'>append</emphasis>] [<emphasis remap='B'>priority</emphasis>] <emphasis remap='I'>name</emphasis> [<emphasis remap='I'>value</emphasis> ...]</term>
232   <listitem>
233 <para>Set the property <emphasis remap='I'>name</emphasis> to the value <emphasis remap='I'>value</emphasis>.
234 The <emphasis remap='B'>append</emphasis> keyword appends the <emphasis remap='I'>value</emphasis> to the values already set for this property.
235 Without <emphasis remap='I'>value</emphasis>, the property is unset.
236 The <emphasis remap='B'>priority</emphasis> keyword is unused, it is present for ease of copy/paste from application definition.</para>
237   </listitem>
238   </varlistentry>
239   <varlistentry>
240   <term><emphasis remap='B'>setdevice</emphasis> [[-h <emphasis remap='I'>tape-server</emphasis>] <emphasis remap='I'>tapedev</emphasis>]</term>
241   <listitem>
242 <para>Specifies the host to use as the tape server, and which of its tape devices to use.
243 If the server is omitted, the server name reverts to the configure-time default.
244 If the tape device is omitted, the default is used.</para>
245
246 <para>If you want amrecover to use your changer, the 
247 <emphasis remap='I'>tapedev</emphasis>
248 must be equal to the <amkeyword>amrecover-changer</amkeyword> setting on the server.</para>
249
250 <para>Since device names contain colons, you must always specify the hostname.</para>
251
252 <programlisting>
253 settape 192.168.0.10:file:/file1
254 </programlisting>
255 <para>You can change the tape device when amrecover ask you to load the tape:</para>
256
257 <programlisting>
258 Load tape DMP014 now
259 Continue? [Y/n/t]: t
260 Tape device: server2:/dev/nst2
261 Continue? [Y/n/t]: Y
262 Using tape /dev/nst2 from server server2.
263 </programlisting>
264
265   </listitem>
266   </varlistentry>
267 </variablelist>
268
269 <variablelist remap='TP'>
270   <varlistentry>
271   <term><emphasis remap='B'>setmode</emphasis> <emphasis remap='I'>mode</emphasis></term>
272   <listitem>
273 <para>Set the extraction mode for Samba shares.
274 If
275 <emphasis remap='I'>mode</emphasis>
276 is
277 <emphasis remap='B'>smb</emphasis>,
278 shares are sent to the Samba server
279 to be restored back onto the PC.
280 If
281 <emphasis remap='I'>mode</emphasis>
282 is
283 <emphasis remap='B'>tar</emphasis>,
284 they are extracted on the local machine the same way tar volumes are extracted.</para>
285   </listitem>
286   </varlistentry>
287   <varlistentry>
288   <term><emphasis remap='B'>mode</emphasis></term>
289   <listitem>
290 <para>Displays the extracting mode for Samba shares.</para>
291   </listitem>
292   </varlistentry>
293   <varlistentry>
294   <term><emphasis remap='B'>history</emphasis></term>
295   <listitem>
296 <para>Show the backup history of the current host and disk.
297 Dates, levels, tapes and file position on tape of each backup are displayed.</para>
298   </listitem>
299   </varlistentry>
300   <varlistentry>
301   <term><emphasis remap='B'>pwd</emphasis></term>
302   <listitem>
303 <para>Display the name of the current backup working directory.</para>
304   </listitem>
305   </varlistentry>
306   <varlistentry>
307   <term><emphasis remap='B'>cd</emphasis> <emphasis remap='I'>dir</emphasis></term>
308   <listitem>
309 <para>Change the backup working directory to
310 <emphasis remap='I'>dir.</emphasis>
311 If the mount point was specified with
312 <emphasis remap='B'>setdisk</emphasis>,
313 this can be a full pathname or it can be
314 relative to the current backup working directory.
315 If the mount point was not specified,
316 paths are relative to the mount point if they start with &quot;/&quot;,
317 otherwise they are relative to the current backup working directory.
318 The
319 <emphasis remap='I'>dir</emphasis>
320 can be a shell style wildcards.</para>
321   </listitem>
322   </varlistentry>
323   <varlistentry>
324   <term><emphasis remap='B'>cdx</emphasis> <emphasis remap='I'>dir</emphasis></term>
325   <listitem>
326 <para>Like the
327 <emphasis remap='B'>cd</emphasis>
328 command but allow regular expression.</para>
329   </listitem>
330   </varlistentry>
331   <varlistentry>
332   <term><emphasis remap='B'>lpwd</emphasis></term>
333   <listitem>
334 <para>Display the
335 <command>amrecover</command>
336 working directory.
337 Files will be restored under this directory,
338 relative to the backed up filesystem.</para>
339   </listitem>
340   </varlistentry>
341   <varlistentry>
342   <term><emphasis remap='B'>lcd</emphasis> <emphasis remap='I'>path</emphasis></term>
343   <listitem>
344 <para>Change the
345 <command>amrecover</command>
346 working directory to
347 <emphasis remap='I'>path</emphasis>.</para>
348   </listitem>
349   </varlistentry>
350   <varlistentry>
351   <term><emphasis remap='B'>ls</emphasis></term>
352   <listitem>
353 <para>List the contents of the current backup working directory.
354 See the description of the
355 <emphasis remap='B'>setdate</emphasis>
356 command for how the view of the
357 directory is built up.
358 The backup date is shown for each file.</para>
359   </listitem>
360   </varlistentry>
361   <varlistentry>
362   <term><emphasis remap='B'>add</emphasis> <emphasis remap='I'>item1 item2 ...</emphasis></term>
363   <listitem>
364 <para>Add the specified files or directories to the restore list.
365 Each item may have shell style wildcards.</para>
366   </listitem>
367   </varlistentry>
368   <varlistentry>
369   <term><emphasis remap='B'>addx</emphasis> <emphasis remap='I'>item1 item2 ...</emphasis></term>
370   <listitem>
371 <para>Add the specified files or directories to the restore list.
372 Each item may be a regular expression.</para>
373   </listitem>
374   </varlistentry>
375   <varlistentry>
376   <term><emphasis remap='B'>delete</emphasis> <emphasis remap='I'>item1 item2 ...</emphasis></term>
377   <listitem>
378 <para>Delete the specified files or directories from the restore list.
379 Each item may have shell style wildcards.</para>
380   </listitem>
381   </varlistentry>
382   <varlistentry>
383   <term><emphasis remap='B'>deletex</emphasis> <emphasis remap='I'>item1 item2 ...</emphasis></term>
384   <listitem>
385 <para>Delete the specified files or directories from the restore list.
386 Each item may be a regular expression.</para>
387   </listitem>
388   </varlistentry>
389   <varlistentry>
390   <term><emphasis remap='B'>list</emphasis> <emphasis remap='I'>file</emphasis></term>
391   <listitem>
392 <para>Display the contents of the restore list.
393 If a file name is specified,
394 the restore list is written to that file.
395 This can be used to manually extract the files from the Amanda tapes with
396 <emphasis remap='B'>amrestore</emphasis>.</para>
397   </listitem>
398   </varlistentry>
399   <varlistentry>
400   <term><emphasis remap='B'>clear</emphasis></term>
401   <listitem>
402 <para>Clear the restore list.</para>
403   </listitem>
404   </varlistentry>
405   <varlistentry>
406   <term><emphasis remap='B'>quit</emphasis></term>
407   <listitem>
408 <para>Close the connection to the index server and exit.</para>
409   </listitem>
410   </varlistentry>
411   <varlistentry>
412   <term><emphasis remap='B'>exit</emphasis></term>
413   <listitem>
414 <para>Close the connection to the index server and exit.</para>
415   </listitem>
416   </varlistentry>
417   <varlistentry>
418   <term><emphasis remap='B'>extract</emphasis></term>
419   <listitem>
420 <para>Start the extract sequence (see the examples below).  Make sure the
421 local working directory is the root of the backed up filesystem, or
422 another directory that will behave like that.  Use
423 <emphasis remap='B'>lpwd</emphasis>
424 to display the local working directory, and
425 <emphasis remap='B'>lcd</emphasis>
426 to change it.</para>
427   </listitem>
428   </varlistentry>
429   <varlistentry>
430   <term><emphasis remap='B'>help</emphasis></term>
431   <listitem>
432 <para>Display a brief list of these commands.</para>
433   </listitem>
434   </varlistentry>
435 </variablelist>
436 </refsect1>
437
438 <refsect1><title>EXAMPLES</title>
439 <para>The following shows the recovery of an old
440 <emphasis remap='I'>syslog</emphasis>
441 file.</para>
442
443 <programlisting>
444 # cd /var/log
445 # ls -l syslog.7
446 syslog.7: No such file or directory
447 # amrecover MyConfig
448 AMRECOVER Version 2.4.2. Contacting server on oops ...
449 220 oops Amanda index server (2.4.2) ready.
450 Setting restore date to today (1997-12-09)
451 200 Working date set to 1997-12-09.
452 200 Config set to MyConfig.
453 200 Dump host set to this-host.some.org.
454 $CWD '/var/log' is on disk '/var' mounted at '/var'.
455 200 Disk set to /var.
456 /var/log
457 WARNING: not on root of selected filesystem, check man-page!
458 amrecover&gt; ls
459 1997-12-09 daemon.log
460 1997-12-09 syslog
461 1997-12-08 authlog
462 1997-12-08 sysidconfig.log
463 1997-12-08 syslog.0
464 1997-12-08 syslog.1
465 1997-12-08 syslog.2
466 1997-12-08 syslog.3
467 1997-12-08 syslog.4
468 1997-12-08 syslog.5
469 1997-12-08 syslog.6
470 1997-12-08 syslog.7
471 amrecover&gt; add syslog.7
472 Added /log/syslog.7
473 amrecover&gt; lpwd
474 /var/log
475 amrecover&gt; lcd ..
476 /var
477 amrecover&gt; extract
478
479 Extracting files using tape drive /dev/nst0 on host 192.168.0.10
480
481 The following tapes are needed: DMP014
482
483 Restoring files into directory /var
484 Continue? [Y/n]: y
485
486 Load tape DMP014 now
487 Continue? [Y/n/t]: y
488 set owner/mode for '.'? [yn] n
489 amrecover&gt; quit
490 200 Good bye.
491 # ls -l syslog.7
492 total 26
493 -rw-r--r--   1 root     other      12678 Oct 14 16:36 syslog.7
494 </programlisting>
495
496 <para>If you do not want to overwrite existing files,
497 create a subdirectory to run
498 <command>amrecover</command>
499 from and then move the restored files afterward.</para>
500
501 <programlisting>
502 # cd /var
503 # (umask 077 ; mkdir .restore)
504 # cd .restore
505 # amrecover
506 AMRECOVER Version 2.4.2. Contacting server on oops ...
507 ...
508 amrecover&gt; cd log
509 /var/log
510 amrecover&gt; ls
511 ...
512 amrecover&gt; add syslog.7
513 Added /log/syslog.7
514 amrecover&gt; lpwd
515 /var/.restore
516 amrecover&gt; extract
517
518 Extracting files using tape drive /dev/nst0 on host 192.168.0.10
519 ...
520 amrecover&gt; quit
521 200 Good bye.
522 # mv -i log/syslog.7 ../log/syslog.7-restored
523 # cd ..
524 # rm -fr .restore
525 </programlisting>
526
527 <para>If you need to run
528 <emphasis remap='B'>amrestore</emphasis>
529 by hand instead of letting
530 <command>amrecover</command>
531 control it,
532 use the
533 <emphasis remap='B'>list</emphasis>
534 command after browsing to display the needed tapes.</para>
535
536 <programlisting>
537 # cd /var/log
538 # amrecover
539 AMRECOVER Version 2.4.2. Contacting server on oops ...
540 ...
541 amrecover&gt; ls
542 ...
543 amrecover&gt; add syslog syslog.6 syslog.7
544 Added /log/syslog
545 Added /log/syslog.6
546 Added /log/syslog.7
547 amrecover&gt; list
548 TAPE DMP014 LEVEL 0 DATE 1997-12-08
549         /log/syslog.7
550         /log/syslog.6
551 TAPE DMP015 LEVEL 1 DATE 1997-12-09
552         /log/syslog
553 amrecover&gt; quit 
554 </programlisting>
555
556 <para>The
557 <emphasis remap='B'>history</emphasis>
558 command shows each tape that has a backup of the
559 current disk along with the date of the backup,
560 the level,
561 the tape label
562 and the file position on the tape.
563 All active tapes are listed, not just back to
564 the most recent full dump.</para>
565
566 <para>Tape file position zero is a label.
567 The first backup image is in file position one.</para>
568
569 <programlisting>
570 # cd /var/log
571 # amrecover
572 AMRECOVER Version 2.4.2. Contacting server on oops ...
573 ...
574 amrecover&gt; history
575 200- Dump history for config &quot;MyConfig&quot; host &quot;this-host.some.org&quot; disk &quot;/var&quot;
576 201- 1997-12-09 1 DMP015 9
577 201- 1997-12-08 1 DMP014 11
578 201- 1997-12-07 0 DMP013 22
579 201- 1997-12-06 1 DMP012 16
580 201- 1997-12-05 1 DMP011 9
581 201- 1997-12-04 0 DMP010 11
582 201- 1997-12-03 1 DMP009 7
583 201- 1997-12-02 1 DMP008 7
584 201- 1997-12-01 1 DMP007 9
585 201- 1997-11-30 1 DMP006 6
586 ...
587 amrecover&gt; quit 
588 </programlisting>
589 </refsect1>
590
591 <refsect1><title>ENVIRONMENT</title>
592 <para><envar>PAGER</envar>
593 <!-- .RS -->
594 The 
595 <emphasis remap='B'>ls</emphasis>
596 and 
597 <emphasis remap='B'>list</emphasis>
598 commands will use $PAGER to display the file lists.
599 Defaults to
600 <emphasis remap='I'>more</emphasis>
601 if PAGER is not set.</para>
602 <para><envar>AMANDA_SERVER</envar>
603 If set, $AMANDA_SERVER will be used as index-server.
604 The value will take precedence over the compiled default,
605 but will be overridden by the -s switch.
606 </para>
607 <para><envar>AMANDA_TAPE_SERVER</envar>
608 If set, $AMANDA_TAPE_SERVER will be used as tape-server.
609 The value will take precedence over the compiled default,
610 but will be overridden by the -t switch.
611 </para>
612 <!-- .RE -->
613 </refsect1>
614
615 <seealso>
616 <manref name="amanda-client.conf" vol="5"/>
617 <manref name="amrestore" vol="8"/>
618 <manref name="amfetchdump" vol="8"/>
619 <manref name="readline" vol="3"/>
620 </seealso>
621
622 </refentry>