콘텐츠로 이동

add

가상 파일 시스템을 추가하고 마운트합니다.

$ raidrivecli add --help
Description:
  add a virtual filesystem

Usage:
  raidrivecli add [command] [options]

Options:
  -?, -h, --help  Show help and usage information

Commands:
  alibaba                Alibaba Cloud
  aws                    AWS S3
  azure                  Azure
  azurechina             Azure for China
  backblaze              Backblaze B2
  box                    Box
  cloudflare             Cloudflare R2
  cloudian               Cloudian
  digitalocean           DigitalOcean Spaces
  directcloud            DirectCloud
  dropbox                Dropbox
  dropboxbusiness        Dropbox Business
  ftp <address>          FTP server
  gcp                    Google Cloud Platform
  googledrive            Google Drive
  googleworkspace        Google Workspace
  ibm                    IBM Cloud
  idrive                 IDrive e2
  mailru                 Mail.ru Cloud
  mega                   MEGA
  minio                  MinIO
  ncp                    Naver Cloud Platform
  nhn                    NHN Cloud
  onedrive               OneDrive
  onedrivebusiness       OneDrive Business
  onedrivebusinesschina  OneDrive Business for China
  oracle                 Oracle Cloud
  pcloud                 pCloud
  s3                     AWS S3 compatible
  sftp <address>         SFTP server
  sharepoint             SharePoint
  sharepointchina        SharePoint for China
  tencent                Tencent Cloud
  wasabi                 Wasabi Cloud
  webdav <address>       WebDAV server
  yandex                 Yandex Disk

Google, Microsoft, Dropbox, pCloud, Yandex 및 Box 인증에는 기본 웹 브라우저가 필요합니다. 각 스토리지를 추가하는 방법에 대한 자세한 내용은 스토리지를 참조하세요.

옵션

마운트

-l, --label <name>                      label for a virtual filesystem
-m, --mount-path <path>                 absolute local path as a mountpoint

속성

--read-only                             make a mountpoint read-only
--public                                make a mountpoint accessible to others
--capacity <size>                       force to set capacity (GB)

참고

--public 옵션은 Individual, Team 및 Essential 플랜에서 사용할 수 있습니다.

작업

--file-lock                             prevent others from overwriting
--keep-date-modified                    try to keep modified date when copying

참고

--file-lock 옵션은 Team 및 Essential 플랜에서 사용할 수 있습니다.

연결

--mount-at-start                        mount at daemon start [default: True]
--mount-now                             mount if add success [default: True]
--prompt-credentials                    mount using different credential

대역폭

--bandwidth-download <cps>              throttled download traffic (MB/s)
--bandwidth-upload <cps>                throttled upload traffic (MB/s)

참고

--bandwidth-download 및 --bandwidth-upload 옵션은 Starter, Individual, Team 및 Essential 플랜에서 사용할 수 있습니다.

Proxy

--proxy <no|global|<scheme>://<username>@<host>:<port>>
                                        proxy(scheme:http|socks4|socks4a|socks5)
--proxy-pw <password>                   proxy password

참조