Ignore:
Timestamp:
13/09/2008 16:31:26 (3 years ago)
Author:
chris
Message:

Allow undelete command to work on files as well as directories.

Add delete command that works on files and directories.

Document both commands.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • box/trunk/bin/bbackupquery/documentation.txt

    r2157 r2283  
    160160< 
    161161 
     162> undelete <directory-name> 
     163undelete -i <object-id> 
     164 
     165        Removes the deleted flag from the specified directory name (in the 
     166        current directory) or hex object ID. Be careful not to use this 
     167        command where a directory already exists with the same name which is 
     168        not marked as deleted. 
     169< 
     170 
     171> delete <file-name> 
     172 
     173        Sets the deleted flag on the specified file name (in the current 
     174        directory, or with a relative path). 
     175< 
     176 
    162177> quit 
    163178 
Note: See TracChangeset for help on using the changeset viewer.