mirror of
https://github.com/octoleo/restic.git
synced 2024-11-29 16:23:59 +00:00
doc/Manual: Update usage help listing
This commit is contained in:
parent
ceb4a3ecc0
commit
085cf36199
@ -45,24 +45,32 @@ Usage help is available:
|
|||||||
restic [OPTIONS] <command>
|
restic [OPTIONS] <command>
|
||||||
|
|
||||||
Application Options:
|
Application Options:
|
||||||
-r, --repo= Repository directory to backup to/restore from
|
-r, --repo= Repository directory to backup to/restore from
|
||||||
|
--cache-dir= Directory to use as a local cache
|
||||||
|
-q, --quiet Do not output comprehensive progress report (false)
|
||||||
|
--no-lock Do not lock the repo, this allows some operations on read-only repos. (false)
|
||||||
|
-o, --option= Specify options in the form 'foo.key=value'
|
||||||
|
|
||||||
Help Options:
|
Help Options:
|
||||||
-h, --help Show this help message
|
-h, --help Show this help message
|
||||||
|
|
||||||
Available commands:
|
Available commands:
|
||||||
backup save file/directory
|
backup save file/directory
|
||||||
cache manage cache
|
cat dump something
|
||||||
cat dump something
|
check check the repository
|
||||||
find find a file/directory
|
find find a file/directory
|
||||||
fsck check the repository
|
forget removes snapshots from a repository
|
||||||
init create repository
|
init create repository
|
||||||
key manage keys
|
key manage keys
|
||||||
list lists data
|
list lists data
|
||||||
ls list files
|
ls list files
|
||||||
restore restore a snapshot
|
mount mount a repository
|
||||||
snapshots show snapshots
|
prune removes content from a repository
|
||||||
version display version
|
rebuild-index rebuild the index
|
||||||
|
restore restore a snapshot
|
||||||
|
snapshots show snapshots
|
||||||
|
unlock remove locks
|
||||||
|
version display version
|
||||||
|
|
||||||
Similar to programs such as `git`, restic has a number of sub-commands. You can
|
Similar to programs such as `git`, restic has a number of sub-commands. You can
|
||||||
see these commands in the listing above. Each sub-command may have own
|
see these commands in the listing above. Each sub-command may have own
|
||||||
|
Loading…
Reference in New Issue
Block a user