forked from TrueCloudLab/restic
Add commands 'cat','list' and 'ls'
This commit is contained in:
parent
f848afed27
commit
09702c1c61
5 changed files with 243 additions and 11 deletions
|
@ -124,6 +124,8 @@ func init() {
|
|||
commands["restore"] = commandRestore
|
||||
commands["list"] = commandList
|
||||
commands["snapshots"] = commandSnapshots
|
||||
commands["cat"] = commandCat
|
||||
commands["ls"] = commandLs
|
||||
}
|
||||
|
||||
func main() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue