edit
Edit properties of a virtual filesystem
raidrivecli edit <label> [options]
The mountpoint label can be found with the list command, and the mountpoint must be disconnected to modify the virtual filesystem properties.
$ raidrivecli list
  label   local path   remote                  state
──────────────────────────────────────────────────────────
  sftp1   /mnt/sftp1   sftp://192.168.200.40   Connected
$ raidrivecli disconnect sftp1
/mnt/sftp1(sftp1) unmounted
$ raidrivecli edit sftp1 --help
Options
Mount
-l, --label <name>                      label for a virtual filesystem
-m, --mount-path <path>                 absolute local path as a mountpoint
Property
--read-only                             make a mountpoint read-only
--public                                make a mountpoint accessible to others
--capacity <size>                       force to set capacity (GB)
Note
The --public option is available for Individual, Team and Essential plans.
Operation
--file-lock                             prevent others from overwriting
--keep-date-modified                    try to keep modified date when copying
Note
The --file-lock option is available for Team and Essential plans.
Connection
--mount-at-start                        mount at daemon start [default: True]
--mount-now                             mount if add success [default: True]
--prompt-credentials                    mount using different credential
Bandwidth
--bandwidth-download <cps>              throttled download traffic (MB/s)
--bandwidth-upload <cps>                throttled upload traffic (MB/s)
Note
The --bandwidth-download and --bandwidth-upload options are available for Starter, Individual, Team and Essential plans.
Proxy
--proxy <no|global|<scheme>://<username>@<host>:<port>>
                                        proxy(scheme:http|socks4|socks4a|socks5)
--proxy-pw <password>                   proxy password
SEE ALSO