summaryrefslogtreecommitdiff
path: root/bin/bbackupquery/documentation.txt
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2008-09-13 15:31:26 +0000
committerChris Wilson <chris+github@qwirx.com>2008-09-13 15:31:26 +0000
commit8bee9612b7ec62bb9eddcba0fdc5efcf3554f91c (patch)
treee82e638fd7a44d4febbb3deea50492119499a05d /bin/bbackupquery/documentation.txt
parentbed534690981df575f5e6000c28c6b7b6c0d84f4 (diff)
Allow undelete command to work on files as well as directories.
Add delete command that works on files and directories. Document both commands.
Diffstat (limited to 'bin/bbackupquery/documentation.txt')
-rw-r--r--bin/bbackupquery/documentation.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/bin/bbackupquery/documentation.txt b/bin/bbackupquery/documentation.txt
index 84126bee..86e3b7be 100644
--- a/bin/bbackupquery/documentation.txt
+++ b/bin/bbackupquery/documentation.txt
@@ -159,6 +159,21 @@ compare <store-dir-name> <local-dir-name>
files is near zero.
<
+> undelete <directory-name>
+undelete -i <object-id>
+
+ Removes the deleted flag from the specified directory name (in the
+ current directory) or hex object ID. Be careful not to use this
+ command where a directory already exists with the same name which is
+ not marked as deleted.
+<
+
+> delete <file-name>
+
+ Sets the deleted flag on the specified file name (in the current
+ directory, or with a relative path).
+<
+
> quit
End session and exit.