bseltz-cohesity / scripts

Cohesity REST API examples in PowerShell and Python
Apache License 2.0
103 stars 41 forks source link

scripts/oracle/python /protectOracle #129

Closed amhaats1 closed 1 year ago

amhaats1 commented 1 year ago

Can this be updated to protect more than one databases with comma separated (-db parameter) like the unprotectOracle script has to unprotect multiple -dn, --dbname: (optional) one or more database names to unprotect (repeat for multiple)?

bseltz-cohesity commented 1 year ago

Done. You can now say -db ONEDB -db TWODB -db THREEDB

amhaats1 commented 1 year ago

Thanks again, working as described!! You are the best!!