diff options
author | Chris Wilson <chris+github@qwirx.com> | 2008-05-05 14:44:38 +0000 |
---|---|---|
committer | Chris Wilson <chris+github@qwirx.com> | 2008-05-05 14:44:38 +0000 |
commit | 7eba897f6da8b1a993f0d40251af1748b5c793ea (patch) | |
tree | f1d09e475ba58ba38a8cf85424c45afb9578f6dc /bin/bbackupquery/documentation.txt | |
parent | 55c0054c6aeab12365ec30cd448a919f2ba19bd4 (diff) |
Add restore -f option to force restore to continue after an error.
Diffstat (limited to 'bin/bbackupquery/documentation.txt')
-rw-r--r-- | bin/bbackupquery/documentation.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/bbackupquery/documentation.txt b/bin/bbackupquery/documentation.txt index 42217edc..84126bee 100644 --- a/bin/bbackupquery/documentation.txt +++ b/bin/bbackupquery/documentation.txt @@ -116,7 +116,7 @@ compare <store-dir-name> <local-dir-name> This can be used for automated tests. < -> restore [-d] [-r] [-i] <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). @@ -126,6 +126,7 @@ compare <store-dir-name> <local-dir-name> -d -- restore a deleted directory or deleted files inside -r -- resume an interrupted restoration -i -- directory name is actually an ID + -f -- force restore to continue if errors are encountered If a restore operation is interrupted for any reason, it can be restarted using the -r switch. Restore progress information is saved in a file at |