diff --git a/docs/index.md b/docs/index.md index 6f72e04..2d2039a 100644 --- a/docs/index.md +++ b/docs/index.md @@ -52,7 +52,6 @@ Kubestr can assist in the following ways- - Run `./kubestr csicheck -s -v ` ### To view the contents of a PersistentVolumeClaim in a graphical filesystem browser - -- Run `./kubestr browse -n -v ` - Run `./kubestr browse pvc -n -v ` - Additional flag `--show-tree` can be specified to view contents on CLI. @@ -60,10 +59,12 @@ Kubestr can assist in the following ways- - Run `./kubestr browse snapshot -n -s ` - Additional flag `--show-tree` can be specified to view contents on CLI. -### To restore files from a VolumeSnapshot to a PersistentVolumeClaim using graphical filesystem browser - -- Run `./kubestr file-restore --fromSnapshot --toPVC -n ` +### To restore files from a VolumeSnapshot using graphical filesystem browser - - Run `./kubestr file-restore --fromSnapshot -n ` -- Additional option `--path` can be specified to restore a file from given path using CLI. +
This restores to a PersistentVolumeClaim specified by the VolumeSnapshot. +- Optionally, run `./kubestr file-restore --fromSnapshot -n [--toPVC ]` +
to restore to a specified PersistentVolumeClaim. +- Additionally, an option `--path` can be specified to restore a file from given path using CLI. ## Roadmap - For future work please refer to our GitHub issues [page](https://github.com/kastenhq/kubestr/issues).