i can see you have advise on installing cloudberry via automation
but can you advise, how i would mount a drive via script / powershell
i can see you have advise on installing cloudberry via automation
but can you advise, how i would mount a drive via script / powershell
Hi [reply=“adencool;d1204”] ,
Here’s the CLI doc for Cloudberry Drive:
https://www.msp360.com/resources/documentation/cli-api/msp360-drive/
Example for S3:
cd “C:\Program Files\CloudBerryLab\CloudBerry Drive”
cbd.exe addAccount -d mys3 -st S3 -ac XXXXXXXXXXXXXXXXXXXX -sk XXXxxXXXXXXXxxXXXXXXxXXXXXXxxxXXXXXXXX
cbd.exe proxysettings -type auto
cbd.exe editAccount -d mys3 -ssl yes
cbd.exe addDrive -d Z -an mys3 -path mybucket/reports -label myreports -rrs yes
cbd.exe mountDrive Z