hello ,
I want to restore an instance of my database using Python.
I'm trying to use the cvpysdk library.
I can use:
https://github.com/Commvault/cvpysdk
>>> job = subclient.restore_out_of_place(client, destination_path, paths, overwrite, restore_data_and_acl)
should I use another way?
br
k2