Hi,
Simple one
I now want to create external storage mounts via occ, but cannot find any examples
e.g
files_external:create [–user [USER]] [-c|–config CONFIG] [–dry] [–output [OUTPUT]] [–] <mount_point> <storage_backend> <authentication_backend>
I can setup via GUI, but want a quicker way
here is the output from export below, so i could use import method, but figured the create occ line would be better
“mount_id”: 6,
“mount_point”: “Joes_Folder”,
“storage”: “\OCA\Files_External\Lib\Storage\SMB”,
“authentication_type”: “password::logincredentials”,
“configuration”: {
“host”: “192.168.0.1”,
“share”: “SharedFolders”,
“root”: “Common”,
“domain”: “mydomain”
},
“options”: {
“encrypt”: true,
“previews”: true,
“enable_sharing”: false,
“filesystem_check_changes”: 1,
“encoding_compatibility”: false
},
“applicable_users”: [
“joe”
],
“applicable_groups”: []
},
Does anybody have any examples, or could they help me contruct one ?
Thanks