Imported Upstream version 2.5.2p1
[debian/amanda] / docs / amrecover.8.txt
index a32faf702747f249aa683ceb54ea3dd1e01c75f1..b0f5373427a5fbeb1ffce6037b3e030e2ab26aec 100644 (file)
@@ -47,7 +47,7 @@ client-encrypted or client-custom-compressed tapes.
       Tape device to use on the tape server host.
 
   -o clientconfigoption
-      See the "CONFIGURATION OVERWRITE" section in amanda(8).
+      See the "CONFIGURATION OVERRIDE" section in amanda(8).
 
 
 COMMANDS
@@ -92,7 +92,7 @@ be extracted from the backup system. The following commands are available:
 
 
 
-  setdiskdiskname [mountpoint]
+  setdisk diskname [mountpoint]
       Specifies which disk to consider (default: the disk holding the working
       directory where amrecover is started). It can only be set after the host
       is set with sethost. Diskname is the device name specified in the
@@ -100,13 +100,13 @@ be extracted from the backup system. The following commands are available:
       host. If mountpoint is not specified, all pathnames will be relative to
       the (unknown) mount point instead of full pathnames.
 
-  listhost[diskdevice]
+  listhost [diskdevice]
       List all host
 
-  listdisk[diskdevice]
+  listdisk [diskdevice]
       List all diskname
 
-  settape[[server]:][tapedev|default]
+  settape [[server]:][tapedev|default]
       Specifies the host to use as the tape server, and which of its tape
       devices to use. If the server is omitted, but the colon is not, the
       server name reverts to the configure-time default. If the tape device is
@@ -132,7 +132,7 @@ be extracted from the backup system. The following commands are available:
 
 
 
-  setmodemode
+  setmode mode
       Set the extraction mode for Samba shares. If mode is smb, shares are sent
       to the Samba server to be restored back onto the PC. If mode is tar, they
       are extracted on the local machine the same way tar volumes are
@@ -156,14 +156,14 @@ be extracted from the backup system. The following commands are available:
       otherwise they are relative to the current backup working directory. The
       dir can be a shell style wildcards.
 
-  cdxdir
+  cdx dir
       Like the cd command but allow regular expression.
 
   lpwd
       Display the amrecover working directory. Files will be restored under
       this directory, relative to the backed up filesystem.
 
-  lcdpath
+  lcd path
       Change the amrecover working directory to path.
 
   ls
@@ -171,23 +171,23 @@ be extracted from the backup system. The following commands are available:
       description of the setdate command for how the view of the directory is
       built up. The backup date is shown for each file.
 
-  additem1 item2 ...
+  add item1 item2 ...
       Add the specified files or directories to the restore list. Each item may
       have shell style wildcards.
 
-  addxitem1 item2 ...
+  addx item1 item2 ...
       Add the specified files or directories to the restore list. Each item may
       be a regular expression.
 
-  deleteitem1 item2 ...
+  delete item1 item2 ...
       Delete the specified files or directories from the restore list. Each
       item may have shell style wildcards.
 
-  deletexitem1 item2 ...
+  deletex item1 item2 ...
       Delete the specified files or directories from the restore list. Each
       item may be a regular expression.
 
-  listfile
+  list file
       Display the contents of the restore list. If a file name is specified,
       the restore list is written to that file. This can be used to manually
       extract the files from the Amanda tapes with amrestore.