Open
Description
Hi ,
currently I have a jenkins job that takes vtm backups daily and another one for restoring a particular backup , but I am using the raw REST curl apporach , can you please add these operations in your cli? I would have started contributing it but most of the stuff seems already done and i am quite new to golang.
- list current backups
- take a backup
- restore a spcific backup by name
- just restore the last backup
- dump the difference between two backups as text or json
thanks