kastenhq / kubestr

Apache License 2.0
349 stars 47 forks source link

Fixing errors in --path flag for kubestr file-restore #300

Closed shlokc9 closed 3 weeks ago

shlokc9 commented 4 weeks ago

This PR fixes improper --path handling in kubestr file-restore command. Basically, the command failed to execute the POSIX copy command in the browser pod because the root directory of source path passed to the command was not the root directory of the mount path on the browser pod.