github.com/artpar/rclone@v1.67.3/docs/content/linkbox.md (about)

     1  ---
     2  title: "Linkbox"
     3  description: "Rclone docs for Linkbox"
     4  versionIntroduced: "v1.65"
     5  ---
     6  
     7  # {{< icon "fa fa-infinity" >}} Linkbox
     8  
     9  Linkbox is [a private cloud drive](https://linkbox.to/).
    10  
    11  ## Configuration
    12  
    13  Here is an example of making a remote for Linkbox.
    14  
    15  First run:
    16  
    17       rclone config
    18  
    19  This will guide you through an interactive setup process:
    20  
    21  ```
    22  No remotes found, make a new one?
    23  n) New remote
    24  s) Set configuration password
    25  q) Quit config
    26  n/s/q> n
    27  
    28  Enter name for new remote.
    29  name> remote
    30  
    31  Option Storage.
    32  Type of storage to configure.
    33  Choose a number from below, or type in your own value.
    34  XX / Linkbox
    35     \ (linkbox)
    36  Storage> XX
    37  
    38  Option token.
    39  Token from https://www.linkbox.to/admin/account
    40  Enter a value.
    41  token> testFromCLToken
    42  
    43  Configuration complete.
    44  Options:
    45  - type: linkbox
    46  - token: XXXXXXXXXXX
    47  Keep this "linkbox" remote?
    48  y) Yes this is OK (default)
    49  e) Edit this remote
    50  d) Delete this remote
    51  y/e/d> y
    52  
    53  ```
    54  
    55  {{< rem autogenerated options start" - DO NOT EDIT - instead edit fs.RegInfo in backend/linkbox/linkbox.go then run make backenddocs" >}}
    56  ### Standard options
    57  
    58  Here are the Standard options specific to linkbox (Linkbox).
    59  
    60  #### --linkbox-token
    61  
    62  Token from https://www.linkbox.to/admin/account
    63  
    64  Properties:
    65  
    66  - Config:      token
    67  - Env Var:     RCLONE_LINKBOX_TOKEN
    68  - Type:        string
    69  - Required:    true
    70  
    71  ### Advanced options
    72  
    73  Here are the Advanced options specific to linkbox (Linkbox).
    74  
    75  #### --linkbox-description
    76  
    77  Description of the remote
    78  
    79  Properties:
    80  
    81  - Config:      description
    82  - Env Var:     RCLONE_LINKBOX_DESCRIPTION
    83  - Type:        string
    84  - Required:    false
    85  
    86  {{< rem autogenerated options stop >}}
    87  
    88  ## Limitations
    89  
    90  Invalid UTF-8 bytes will also be [replaced](https://rclone.org/overview/#invalid-utf8),
    91  as they can't be used in JSON strings.