Updated usage to include restore

This commit is contained in:
Tristan Ancelet 2024-05-18 18:46:39 -05:00
parent b13dc22467
commit f433321fb8

View File

@ -14,14 +14,15 @@ Description:
search the filebucket and restore from it.
Actions:
search <term> : Search for bucket entries matching a portion of the filepath
list : List all Bucket entries
list-files : List all files/paths that have been backed up to the bucket
get <entry-hash> : Get the content of a specific entry (by hash)
search <term> : Search for bucket entries matching a portion of the filepath
list : List all Bucket entries
list-files : List all files/paths that have been backed up to the bucket
get <entry-hash> : Get the content of a specific entry (by hash)
restore <entry-hash> : Restore previous state of file stored in bucket (by-hash)
Global Flags:
-d | --debug : Set debug flag
-h | --help : This help message
-d | --debug : Set debug flag
-h | --help : This help message
Author:
Name: Tristan Ancelet