summaryrefslogtreecommitdiff
path: root/bin/bbackupquery/documentation.txt
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2010-09-22 21:12:02 +0000
committerChris Wilson <chris+github@qwirx.com>2010-09-22 21:12:02 +0000
commit0529b414696b73b0b922da59c03b267d676e35b9 (patch)
treeebc4c9136bcb0525ecb8f75ff3e6a89a368ec529 /bin/bbackupquery/documentation.txt
parentb059d5ef03a1b68938e82097723f282d54c1c6f6 (diff)
Allow restoring directories with a single argument, using the remote name
as the local destination name also.
Diffstat (limited to 'bin/bbackupquery/documentation.txt')
-rw-r--r--bin/bbackupquery/documentation.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/bin/bbackupquery/documentation.txt b/bin/bbackupquery/documentation.txt
index 96eda158..214fe218 100644
--- a/bin/bbackupquery/documentation.txt
+++ b/bin/bbackupquery/documentation.txt
@@ -119,10 +119,13 @@ compare <store-dir-name> <local-dir-name>
This can be used for automated tests.
<
-> restore [-drif] <directory-name> <local-directory-name>
+> restore [-drif] <directory-name> [<local-directory-name>]
Restores a directory to the local disc. The local directory specified
- must not exist (unless a previous restore is being restarted).
+ must not exist (unless a previous restore is being restarted). If the
+ local directory is omitted, the default is to restore to the same
+ directory name and path, relative to the current local directory,
+ as set with the "lcd" command.
The root cannot be restored -- restore locations individually.