Files
rclone/docs/content/linkbox.md
Nick Craig-Wood 839a3b92e0 docs: modernize rclone.org site design
- replace Bootstrap/jQuery with purpose-built CSS and JS
- remove backend icons from navbar and content pages
- replace remaining FontAwesome icons with inline SVGs, remove FontAwesome
- modernize CSS styling for menus, typography, cards, tables, and code blocks
- add copy-to-clipboard buttons on code blocks using SVG icon
- move TOC to left sidebar with responsive overlay drawer
- add sticky header, top scrollbar and first column for wide tables
- add left/right arrow buttons to scrollable tables
- hide homepage logo on mobile
- make wide menus with filter for Commands and Storage Systems
- add dark mode support based on browser preference
- fix CSS/JS cache busting to use build time
2026-04-02 16:32:54 +01:00

1.8 KiB

title, description, versionIntroduced
title description versionIntroduced
Linkbox Rclone docs for Linkbox v1.65

Linkbox

Linkbox is a private cloud drive.

Configuration

Here is an example of making a remote for Linkbox.

First run:

rclone config

This will guide you through an interactive setup process:

No remotes found, make a new one?
n) New remote
s) Set configuration password
q) Quit config
n/s/q> n

Enter name for new remote.
name> remote

Option Storage.
Type of storage to configure.
Choose a number from below, or type in your own value.
XX / Linkbox
   \ (linkbox)
Storage> XX

Option token.
Token from https://www.linkbox.to/admin/account
Enter a value.
token> testFromCLToken

Configuration complete.
Options:
- type: linkbox
- token: XXXXXXXXXXX
Keep this "linkbox" remote?
y) Yes this is OK (default)
e) Edit this remote
d) Delete this remote
y/e/d> y

Standard options

Here are the Standard options specific to linkbox (Linkbox).

Token from https://www.linkbox.to/admin/account

Properties:

  • Config: token
  • Env Var: RCLONE_LINKBOX_TOKEN
  • Type: string
  • Required: true

Advanced options

Here are the Advanced options specific to linkbox (Linkbox).

Description of the remote.

Properties:

  • Config: description
  • Env Var: RCLONE_LINKBOX_DESCRIPTION
  • Type: string
  • Required: false

Limitations

Invalid UTF-8 bytes will also be replaced, as they can't be used in JSON strings.