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
This commit is contained in:
Nick Craig-Wood
2026-04-02 16:32:54 +01:00
parent 492e0bd616
commit 839a3b92e0
109 changed files with 1849 additions and 498 deletions
+3 -4
View File
@@ -627,10 +627,9 @@ See the [testing](#testing) section for more information on integration tests.
### Backend documentation ### Backend documentation
Add your backend to the docs - you'll need to pick an icon for it from Add your backend to the docs. Keep lists of remotes in alphabetical
[fontawesome](http://fontawesome.io/icons/). Keep lists of remotes in order of full name of remote (e.g. `drive` is ordered as `Google
alphabetical order of full name of remote (e.g. `drive` is ordered as Drive`) but with the local file system last.
`Google Drive`) but with the local file system last.
First add a data file about your backend in First add a data file about your backend in
`docs/data/backends/remote.yaml` - this is used to build the overview `docs/data/backends/remote.yaml` - this is used to build the overview
+1 -1
View File
@@ -34,7 +34,7 @@
} }
}, },
"highlight": { "highlight": {
"style": "monokailight" "noClasses": false
} }
} }
} }
+5 -5
View File
@@ -8,7 +8,7 @@ notoc: true
# Rclone syncs your files to cloud storage # Rclone syncs your files to cloud storage
<!-- markdownlint-disable-next-line line-length --> <!-- markdownlint-disable-next-line line-length -->
{{< img width="50%" src="/img/logo_on_light__horizontal_color.svg" alt="rclone logo" style="float:right; padding: 5px;" >}} {{< img width="50%" src="/img/logo_on_light__horizontal_color.svg" dark-src="/img/logo_on_dark__horizontal_color.svg" alt="rclone logo" style="float:right; padding: 5px;" class="hide-mobile" >}}
- [About rclone](#about) - [About rclone](#about)
- [What can rclone do for you?](#what) - [What can rclone do for you?](#what)
@@ -249,7 +249,7 @@ These backends adapt or modify other storage providers:
## Links ## Links
- {{< icon "fa fa-home fa-fw" >}} [Home page](https://rclone.org/) - [Home page](https://rclone.org/)
- {{< icon "fab fa-github fa-fw" >}} [GitHub project page for source and bug tracker](https://github.com/rclone/rclone) - [GitHub project page for source and bug tracker](https://github.com/rclone/rclone)
- {{< icon "fa fa-comments fa-fw" >}} [Rclone Forum](https://forum.rclone.org) - [Rclone Forum](https://forum.rclone.org)
- {{< icon "fas fa-cloud-download-alt fa-fw" >}}[Downloads](/downloads/) - [Downloads](/downloads/)
+1 -1
View File
@@ -4,7 +4,7 @@ description: "Remote Aliases"
versionIntroduced: "v1.40" versionIntroduced: "v1.40"
--- ---
# {{< icon "fa fa-link" >}} Alias # Alias
The `alias` remote provides a new name for another remote. The `alias` remote provides a new name for another remote.
+1 -1
View File
@@ -5,7 +5,7 @@ versionIntroduced: "v1.20"
status: Removed status: Removed
--- ---
# {{< icon "fab fa-amazon" >}} Amazon Drive # Amazon Drive
Amazon Drive, formerly known as Amazon Cloud Drive, was a cloud storage Amazon Drive, formerly known as Amazon Cloud Drive, was a cloud storage
service run by Amazon for consumers. service run by Amazon for consumers.
+1 -1
View File
@@ -4,7 +4,7 @@ description: "Archive Remote"
versionIntroduced: "v1.72" versionIntroduced: "v1.72"
--- ---
# {{< icon "fas fa-archive" >}} Archive # Archive
The Archive backend allows read only access to the content of archive The Archive backend allows read only access to the content of archive
files on cloud storage without downloading the complete archive. This files on cloud storage without downloading the complete archive. This
+1 -1
View File
@@ -4,7 +4,7 @@ description: "Rclone docs for Microsoft Azure Blob Storage"
versionIntroduced: "v1.38" versionIntroduced: "v1.38"
--- ---
# {{< icon "fab fa-windows" >}} Microsoft Azure Blob Storage # Microsoft Azure Blob Storage
Paths are specified as `remote:container` (or `remote:` for the `lsd` Paths are specified as `remote:container` (or `remote:` for the `lsd`
command.) You may put subdirectories in too, e.g. command.) You may put subdirectories in too, e.g.
+1 -1
View File
@@ -4,7 +4,7 @@ description: "Rclone docs for Microsoft Azure Files Storage"
versionIntroduced: "v1.65" versionIntroduced: "v1.65"
--- ---
# {{< icon "fab fa-windows" >}} Microsoft Azure Files Storage # Microsoft Azure Files Storage
Paths are specified as `remote:` You may put subdirectories in too, Paths are specified as `remote:` You may put subdirectories in too,
e.g. `remote:path/to/dir`. e.g. `remote:path/to/dir`.
+1 -1
View File
@@ -4,7 +4,7 @@ description: "Backblaze B2"
versionIntroduced: "v1.26" versionIntroduced: "v1.26"
--- ---
# {{< icon "fa fa-fire" >}} Backblaze B2 # Backblaze B2
B2 is [Backblaze's cloud storage system](https://www.backblaze.com/cloud-storage). B2 is [Backblaze's cloud storage system](https://www.backblaze.com/cloud-storage).
+1 -1
View File
@@ -4,7 +4,7 @@ description: "Rclone docs for Box"
versionIntroduced: "v1.38" versionIntroduced: "v1.38"
--- ---
# {{< icon "fa fa-archive" >}} Box # Box
Paths are specified as `remote:path` Paths are specified as `remote:path`
+1 -1
View File
@@ -4,7 +4,7 @@ description: "Rclone docs for cache remote"
versionIntroduced: "v1.39" versionIntroduced: "v1.39"
--- ---
# {{< icon "fa fa-archive" >}} Cache # Cache
The `cache` remote wraps another existing remote and stores file structure The `cache` remote wraps another existing remote and stores file structure
and its data for long running tasks like `rclone mount`. and its data for long running tasks like `rclone mount`.
+1 -1
View File
@@ -4,7 +4,7 @@ description: "Split-chunking overlay remote"
versionIntroduced: "v1.50" versionIntroduced: "v1.50"
--- ---
# {{< icon "fa fa-cut" >}} Chunker # Chunker
The `chunker` overlay transparently splits large files into smaller chunks The `chunker` overlay transparently splits large files into smaller chunks
during upload to wrapped remote and transparently assembles them back during upload to wrapped remote and transparently assembles them back
+1 -1
View File
@@ -4,7 +4,7 @@ description: "Rclone docs for Cloudinary backend"
versionIntroduced: "v1.69" versionIntroduced: "v1.69"
--- ---
# {{< icon "fa fa-cloud" >}} Cloudinary # Cloudinary
This is a backend for the [Cloudinary](https://cloudinary.com/) platform This is a backend for the [Cloudinary](https://cloudinary.com/) platform
+1 -1
View File
@@ -4,7 +4,7 @@ description: "Combine several remotes into one"
versionIntroduced: "v1.59" versionIntroduced: "v1.59"
--- ---
# {{< icon "fa fa-folder-plus" >}} Combine # Combine
The `combine` backend joins remotes together into a single directory The `combine` backend joins remotes together into a single directory
tree. tree.
+1 -1
View File
@@ -4,7 +4,7 @@ description: "Compression Remote"
versionIntroduced: "v1.54" versionIntroduced: "v1.54"
--- ---
# {{< icon "fas fa-compress" >}} Compress # Compress
## Warning ## Warning
+1 -1
View File
@@ -4,7 +4,7 @@ description: "Encryption overlay remote"
versionIntroduced: "v1.33" versionIntroduced: "v1.33"
--- ---
# {{< icon "fa fa-lock" >}} Crypt # Crypt
Rclone `crypt` remotes encrypt and decrypt other remotes. Rclone `crypt` remotes encrypt and decrypt other remotes.
+1 -1
View File
@@ -4,7 +4,7 @@ description: "Rclone docs for DOI"
versionIntroduced: "v1.70" versionIntroduced: "v1.70"
--- ---
# {{< icon "fa fa-building-columns" >}} DOI # DOI
The DOI remote is a read only remote for reading files from digital object The DOI remote is a read only remote for reading files from digital object
identifiers (DOI). identifiers (DOI).
+1 -1
View File
@@ -4,7 +4,7 @@ description: "Rclone docs for Drime"
versionIntroduced: "v1.73" versionIntroduced: "v1.73"
--- ---
# {{< icon "fa fa-cloud" >}} Drime # Drime
[Drime](https://drime.cloud/) is a cloud storage and transfer service focused [Drime](https://drime.cloud/) is a cloud storage and transfer service focused
on fast, resilient file delivery. It offers both free and paid tiers with on fast, resilient file delivery. It offers both free and paid tiers with
+1 -1
View File
@@ -4,7 +4,7 @@ description: "Rclone docs for Google drive"
versionIntroduced: "v0.91" versionIntroduced: "v0.91"
--- ---
# {{< icon "fab fa-google" >}} Google Drive # Google Drive
Paths are specified as `drive:path` Paths are specified as `drive:path`
+1 -1
View File
@@ -4,7 +4,7 @@ description: "Rclone docs for Dropbox"
versionIntroduced: "v1.02" versionIntroduced: "v1.02"
--- ---
# {{< icon "fab fa-dropbox" >}} Dropbox # Dropbox
Paths are specified as `remote:path` Paths are specified as `remote:path`
+1 -1
View File
@@ -4,7 +4,7 @@ description: "Rclone docs for 1Fichier"
versionIntroduced: "v1.49" versionIntroduced: "v1.49"
--- ---
# {{< icon "fa fa-archive" >}} 1Fichier # 1Fichier
This is a backend for the [1fichier](https://1fichier.com) cloud This is a backend for the [1fichier](https://1fichier.com) cloud
storage service. Note that a Premium subscription is required to use storage service. Note that a Premium subscription is required to use
+1 -1
View File
@@ -4,7 +4,7 @@ description: "Rclone docs for the Enterprise File Fabric backend"
versionIntroduced: "v1.54" versionIntroduced: "v1.54"
--- ---
# {{< icon "fa fa-cloud" >}} Enterprise File Fabric # Enterprise File Fabric
This backend supports [Storage Made Easy's Enterprise File This backend supports [Storage Made Easy's Enterprise File
Fabric™](https://storagemadeeasy.com/about/) which provides a software Fabric™](https://storagemadeeasy.com/about/) which provides a software
+1 -1
View File
@@ -4,7 +4,7 @@ description: "Rclone docs for FileLu"
versionIntroduced: "v1.70" versionIntroduced: "v1.70"
--- ---
# {{< icon "fa fa-folder" >}} FileLu # FileLu
[FileLu](https://filelu.com/) is a reliable cloud storage provider [FileLu](https://filelu.com/) is a reliable cloud storage provider
offering features like secure file uploads, downloads, flexible offering features like secure file uploads, downloads, flexible
+1 -1
View File
@@ -4,7 +4,7 @@ description: "Rclone docs for Filen"
versionIntroduced: "1.73" versionIntroduced: "1.73"
--- ---
# {{< icon "fa fa-solid fa-f" >}} Filen # Filen
## Configuration ## Configuration
The initial setup for Filen requires that you get an API key for your account, The initial setup for Filen requires that you get an API key for your account,
currently this is only possible using the [Filen CLI](https://github.com/FilenCloudDienste/filen-cli). currently this is only possible using the [Filen CLI](https://github.com/FilenCloudDienste/filen-cli).
+1 -1
View File
@@ -4,7 +4,7 @@ description: "Rclone docs for Files.com"
versionIntroduced: "v1.68" versionIntroduced: "v1.68"
--- ---
# {{< icon "fa fa-brands fa-files-pinwheel" >}} Files.com # Files.com
[Files.com](https://www.files.com/) is a cloud storage service that provides a [Files.com](https://www.files.com/) is a cloud storage service that provides a
secure and easy way to store and share files. secure and easy way to store and share files.
+1 -1
View File
@@ -4,7 +4,7 @@ description: "Rclone docs for FTP backend"
versionIntroduced: "v1.37" versionIntroduced: "v1.37"
--- ---
# {{< icon "fa fa-file" >}} FTP # FTP
FTP is the File Transfer Protocol. Rclone FTP support is provided using the FTP is the File Transfer Protocol. Rclone FTP support is provided using the
[github.com/jlaffaye/ftp](https://godoc.org/github.com/jlaffaye/ftp) [github.com/jlaffaye/ftp](https://godoc.org/github.com/jlaffaye/ftp)
+1 -1
View File
@@ -4,7 +4,7 @@ description: "Rclone docs for Gofile"
versionIntroduced: "v1.68" versionIntroduced: "v1.68"
--- ---
# {{< icon "fa fa-folder" >}} Gofile # Gofile
[Gofile](https://gofile.io) is a content storage and distribution [Gofile](https://gofile.io) is a content storage and distribution
platform. Its aim is to provide as much service as possible for free platform. Its aim is to provide as much service as possible for free
+1 -1
View File
@@ -4,7 +4,7 @@ description: "Rclone docs for Google Cloud Storage"
versionIntroduced: "v1.02" versionIntroduced: "v1.02"
--- ---
# {{< icon "fab fa-google" >}} Google Cloud Storage # Google Cloud Storage
Paths are specified as `remote:bucket` (or `remote:` for the `lsd` Paths are specified as `remote:bucket` (or `remote:` for the `lsd`
command.) You may put subdirectories in too, e.g. `remote:bucket/path/to/dir`. command.) You may put subdirectories in too, e.g. `remote:bucket/path/to/dir`.
+1 -1
View File
@@ -4,7 +4,7 @@ description: "Rclone docs for Google Photos"
versionIntroduced: "v1.49" versionIntroduced: "v1.49"
--- ---
# {{< icon "fa fa-images" >}} Google Photos # Google Photos
The rclone backend for [Google Photos](https://www.google.com/photos/about/) is The rclone backend for [Google Photos](https://www.google.com/photos/about/) is
a specialized backend for transferring photos and videos to and from a specialized backend for transferring photos and videos to and from
+1 -1
View File
@@ -4,7 +4,7 @@ description: "Better checksums for other remotes"
versionIntroduced: "v1.57" versionIntroduced: "v1.57"
--- ---
# {{< icon "fa fa-check-double" >}} Hasher # Hasher
Hasher is a special overlay backend to create remotes which handle Hasher is a special overlay backend to create remotes which handle
checksums for other remotes. It's main functions include: checksums for other remotes. It's main functions include:
+1 -1
View File
@@ -4,7 +4,7 @@ description: "Remote for Hadoop Distributed Filesystem"
versionIntroduced: "v1.54" versionIntroduced: "v1.54"
--- ---
# {{< icon "fa fa-globe" >}} HDFS # HDFS
[HDFS](https://hadoop.apache.org/docs/stable/hadoop-project-dist/hadoop-hdfs/HdfsDesign.html) [HDFS](https://hadoop.apache.org/docs/stable/hadoop-project-dist/hadoop-hdfs/HdfsDesign.html)
is a distributed file-system, part of the [Apache Hadoop](https://hadoop.apache.org/) is a distributed file-system, part of the [Apache Hadoop](https://hadoop.apache.org/)
+1 -1
View File
@@ -4,7 +4,7 @@ description: "Rclone docs for HiDrive"
versionIntroduced: "v1.59" versionIntroduced: "v1.59"
--- ---
# {{< icon "fa fa-cloud" >}} HiDrive # HiDrive
Paths are specified as `remote:path` Paths are specified as `remote:path`
+1 -1
View File
@@ -4,7 +4,7 @@ description: "Read only remote for HTTP servers"
versionIntroduced: "v1.37" versionIntroduced: "v1.37"
--- ---
# {{< icon "fa fa-globe" >}} HTTP # HTTP
The HTTP remote is a read only remote for reading files of a The HTTP remote is a read only remote for reading files of a
webserver. The webserver should provide file listings which rclone webserver. The webserver should provide file listings which rclone
+1 -1
View File
@@ -4,7 +4,7 @@ description: "Rclone docs for iCloud Drive"
versionIntroduced: "v1.69" versionIntroduced: "v1.69"
--- ---
# {{< icon "fa fa-cloud" >}} iCloud Drive # iCloud Drive
## Configuration ## Configuration
+1 -1
View File
@@ -4,7 +4,7 @@ description: "Rclone docs for ImageKit backend."
versionIntroduced: "v1.63" versionIntroduced: "v1.63"
--- ---
# {{< icon "fa fa-cloud" >}} ImageKit # ImageKit
This is a backend for the [ImageKit.io](https://imagekit.io/) storage service. This is a backend for the [ImageKit.io](https://imagekit.io/) storage service.
+1 -1
View File
@@ -4,7 +4,7 @@ description: "Rclone docs for Internet Archive"
versionIntroduced: "v1.59" versionIntroduced: "v1.59"
--- ---
# {{< icon "fa fa-archive" >}} Internet Archive # Internet Archive
The Internet Archive backend utilizes Items on [archive.org](https://archive.org/) The Internet Archive backend utilizes Items on [archive.org](https://archive.org/)
+1 -1
View File
@@ -4,7 +4,7 @@ description: "Rclone docs for Internxt Drive"
versionIntroduced: "v1.73" versionIntroduced: "v1.73"
--- ---
# {{< icon "fas fa-cloud" >}} Internxt Drive # Internxt Drive
[Internxt Drive](https://internxt.com) is a zero-knowledge encrypted cloud storage service. [Internxt Drive](https://internxt.com) is a zero-knowledge encrypted cloud storage service.
+1 -1
View File
@@ -4,7 +4,7 @@ description: "Rclone docs for Jottacloud"
versionIntroduced: "v1.43" versionIntroduced: "v1.43"
--- ---
# {{< icon "fa fa-cloud" >}} Jottacloud # Jottacloud
Jottacloud is a cloud storage service provider from a Norwegian company, using Jottacloud is a cloud storage service provider from a Norwegian company, using
its own datacenters in Norway. its own datacenters in Norway.
+1 -1
View File
@@ -4,7 +4,7 @@ description: "Rclone docs for Koofr"
versionIntroduced: "v1.47" versionIntroduced: "v1.47"
--- ---
# {{< icon "fa fa-suitcase" >}} Koofr # Koofr
Paths are specified as `remote:path` Paths are specified as `remote:path`
+1 -1
View File
@@ -4,7 +4,7 @@ description: "Rclone docs for Linkbox"
versionIntroduced: "v1.65" versionIntroduced: "v1.65"
--- ---
# {{< icon "fa fa-infinity" >}} Linkbox # Linkbox
Linkbox is [a private cloud drive](https://linkbox.to/). Linkbox is [a private cloud drive](https://linkbox.to/).
+1 -1
View File
@@ -4,7 +4,7 @@ description: "Rclone docs for the local filesystem"
versionIntroduced: "v0.91" versionIntroduced: "v0.91"
--- ---
# {{< icon "fas fa-hdd" >}} Local Filesystem # Local Filesystem
Local paths are specified as normal filesystem paths, e.g. `/path/to/wherever`, so Local paths are specified as normal filesystem paths, e.g. `/path/to/wherever`, so
+1 -1
View File
@@ -4,7 +4,7 @@ description: "Mail.ru Cloud"
versionIntroduced: "v1.50" versionIntroduced: "v1.50"
--- ---
# {{< icon "fas fa-at" >}} Mail.ru Cloud # Mail.ru Cloud
[Mail.ru Cloud](https://cloud.mail.ru/) is a cloud storage provided by a [Mail.ru Cloud](https://cloud.mail.ru/) is a cloud storage provided by a
Russian internet company [Mail.Ru Group](https://mail.ru). The official Russian internet company [Mail.Ru Group](https://mail.ru). The official
+1 -1
View File
@@ -4,7 +4,7 @@ description: "Rclone docs for Mega"
versionIntroduced: "v1.41" versionIntroduced: "v1.41"
--- ---
# {{< icon "fa fa-archive" >}} Mega # Mega
[Mega](https://mega.nz/) is a cloud storage and file hosting service [Mega](https://mega.nz/) is a cloud storage and file hosting service
known for its security feature where all files are encrypted locally known for its security feature where all files are encrypted locally
+1 -1
View File
@@ -4,7 +4,7 @@ description: "Rclone docs for Memory backend"
versionIntroduced: "v1.51" versionIntroduced: "v1.51"
--- ---
# {{< icon "fas fa-memory" >}} Memory # Memory
The memory backend is an in RAM backend. It does not persist its The memory backend is an in RAM backend. It does not persist its
data - use the local backend for that. data - use the local backend for that.
+1 -1
View File
@@ -4,7 +4,7 @@ description: "Rclone docs for Akamai NetStorage"
versionIntroduced: "v1.58" versionIntroduced: "v1.58"
--- ---
# {{< icon "fas fa-database" >}} Akamai NetStorage # Akamai NetStorage
Paths are specified as `remote:` Paths are specified as `remote:`
You may put subdirectories in too, e.g. `remote:/path/to/dir`. You may put subdirectories in too, e.g. `remote:/path/to/dir`.
+1 -1
View File
@@ -4,7 +4,7 @@ description: "Rclone docs for Microsoft OneDrive"
versionIntroduced: "v1.24" versionIntroduced: "v1.24"
--- ---
# {{< icon "fab fa-windows" >}} Microsoft OneDrive # Microsoft OneDrive
Paths are specified as `remote:path` Paths are specified as `remote:path`
+1 -1
View File
@@ -4,7 +4,7 @@ description: "Rclone docs for OpenDrive"
versionIntroduced: "v1.42" versionIntroduced: "v1.42"
--- ---
# {{< icon "fa fa-file" >}} OpenDrive # OpenDrive
Paths are specified as `remote:path` Paths are specified as `remote:path`
+1 -1
View File
@@ -5,7 +5,7 @@ type: page
versionIntroduced: "v1.60" versionIntroduced: "v1.60"
--- ---
# {{< icon "fa fa-cloud" >}} Oracle Object Storage # Oracle Object Storage
Object Storage provided by the Oracle Cloud Infrastructure (OCI). Object Storage provided by the Oracle Cloud Infrastructure (OCI).
Read more at <oracle.com>: Read more at <oracle.com>:
@@ -3,7 +3,7 @@ title: "Oracle Object Storage Mount"
description: "Oracle Object Storage mounting tutorial" description: "Oracle Object Storage mounting tutorial"
--- ---
# {{< icon "fa fa-cloud" >}} Mount Buckets and Expose via NFS Tutorial # Mount Buckets and Expose via NFS Tutorial
This runbook shows how to [mount](/commands/rclone_mount/) *Oracle Object Storage* This runbook shows how to [mount](/commands/rclone_mount/) *Oracle Object Storage*
buckets as local file system in OCI compute Instance using rclone tool. buckets as local file system in OCI compute Instance using rclone tool.
+1 -1
View File
@@ -4,7 +4,7 @@ description: "Rclone docs for pCloud"
versionIntroduced: "v1.39" versionIntroduced: "v1.39"
--- ---
# {{< icon "fa fa-cloud" >}} pCloud # pCloud
Paths are specified as `remote:path` Paths are specified as `remote:path`
+1 -1
View File
@@ -4,7 +4,7 @@ description: "Rclone docs for PikPak"
versionIntroduced: "v1.62" versionIntroduced: "v1.62"
--- ---
# {{< icon "fa fa-cloud" >}} PikPak # PikPak
PikPak is [a private cloud drive](https://mypikpak.com/). PikPak is [a private cloud drive](https://mypikpak.com/).
+1 -1
View File
@@ -4,7 +4,7 @@ description: "Rclone docs for Pixeldrain"
versionIntroduced: "v1.68" versionIntroduced: "v1.68"
--- ---
# {{< icon "fa fa-circle" >}} Pixeldrain # Pixeldrain
This is the backend for Pixeldrain's premium filesystem feature. This is not the This is the backend for Pixeldrain's premium filesystem feature. This is not the
same as pixeldrain's free file sharing product. The filesystem requires either a same as pixeldrain's free file sharing product. The filesystem requires either a
+1 -1
View File
@@ -4,7 +4,7 @@ description: "Rclone docs for premiumize.me"
versionIntroduced: "v1.49" versionIntroduced: "v1.49"
--- ---
# {{< icon "fa fa-user" >}} premiumize.me # premiumize.me
Paths are specified as `remote:path` Paths are specified as `remote:path`
+1 -1
View File
@@ -4,7 +4,7 @@ description: "Rclone docs for Proton Drive"
versionIntroduced: "v1.64.0" versionIntroduced: "v1.64.0"
--- ---
# {{< icon "fa fa-folder" >}} Proton Drive # Proton Drive
[Proton Drive](https://proton.me/drive) is an end-to-end encrypted Swiss vault [Proton Drive](https://proton.me/drive) is an end-to-end encrypted Swiss vault
for your files that protects your data. for your files that protects your data.
+1 -1
View File
@@ -4,7 +4,7 @@ description: "Rclone docs for put.io"
versionIntroduced: "v1.49" versionIntroduced: "v1.49"
--- ---
# {{< icon "fas fa-parking" >}} put.io # put.io
Paths are specified as `remote:path` Paths are specified as `remote:path`
+1 -1
View File
@@ -4,7 +4,7 @@ description: "Rclone docs for QingStor Object Storage"
versionIntroduced: "v1.38" versionIntroduced: "v1.38"
--- ---
# {{< icon "fas fa-hdd" >}} QingStor # QingStor
Paths are specified as `remote:bucket` (or `remote:` for the `lsd` Paths are specified as `remote:bucket` (or `remote:` for the `lsd`
command.) You may put subdirectories in too, e.g. `remote:bucket/path/to/dir`. command.) You may put subdirectories in too, e.g. `remote:bucket/path/to/dir`.
+1 -1
View File
@@ -4,7 +4,7 @@ description: "Rclone docs for Quatrix"
versionIntroduced: "v1.63.2" versionIntroduced: "v1.63.2"
--- ---
# {{< icon "fas fa-shield-alt" >}} Quatrix # Quatrix
Quatrix by Maytech is [Quatrix Secure Compliant File Sharing | Maytech](https://www.maytech.net/products/quatrix-business). Quatrix by Maytech is [Quatrix Secure Compliant File Sharing | Maytech](https://www.maytech.net/products/quatrix-business).
+1 -1
View File
@@ -4,7 +4,7 @@ description: "Rclone docs for Amazon S3"
versionIntroduced: "v0.91" versionIntroduced: "v0.91"
--- ---
# {{< icon "fab fa-amazon" >}} Amazon S3 Storage Providers # Amazon S3 Storage Providers
The S3 backend can be used with a number of different providers: The S3 backend can be used with a number of different providers:
+1 -1
View File
@@ -4,7 +4,7 @@ description: "Seafile"
versionIntroduced: "v1.52" versionIntroduced: "v1.52"
--- ---
# {{< icon "fa fa-server" >}} Seafile # Seafile
This is a backend for the [Seafile](https://www.seafile.com/) storage service: This is a backend for the [Seafile](https://www.seafile.com/) storage service:
+1 -1
View File
@@ -4,7 +4,7 @@ description: "SFTP"
versionIntroduced: "v1.36" versionIntroduced: "v1.36"
--- ---
# {{< icon "fa fa-server" >}} SFTP # SFTP
SFTP is the [Secure (or SSH) File Transfer SFTP is the [Secure (or SSH) File Transfer
Protocol](https://en.wikipedia.org/wiki/SSH_File_Transfer_Protocol). Protocol](https://en.wikipedia.org/wiki/SSH_File_Transfer_Protocol).
+1 -1
View File
@@ -4,7 +4,7 @@ description: "Shade Backend Docs"
versionIntroduced: "v1.73" versionIntroduced: "v1.73"
--- ---
# {{< icon "fa fa-moon" >}} Shade # Shade
This is a backend for the [Shade](https://shade.inc/) platform This is a backend for the [Shade](https://shade.inc/) platform
+1 -1
View File
@@ -4,7 +4,7 @@ description: "Rclone docs for Citrix ShareFile"
versionIntroduced: "v1.50" versionIntroduced: "v1.50"
--- ---
# {{< icon "fas fa-share-square" >}} Citrix ShareFile # Citrix ShareFile
[Citrix ShareFile](https://sharefile.com) is a secure file sharing and transfer [Citrix ShareFile](https://sharefile.com) is a secure file sharing and transfer
service aimed as business. service aimed as business.
+1 -1
View File
@@ -5,7 +5,7 @@ versionIntroduced: "v1.57"
date: "2019-10-02" date: "2019-10-02"
--- ---
# {{< icon "fa fa-globe" >}} Sia # Sia
Sia ([sia.tech](https://sia.tech/)) is a decentralized cloud storage platform Sia ([sia.tech](https://sia.tech/)) is a decentralized cloud storage platform
based on the [blockchain](https://wikipedia.org/wiki/Blockchain) technology. based on the [blockchain](https://wikipedia.org/wiki/Blockchain) technology.
+1 -1
View File
@@ -4,7 +4,7 @@ description: "Rclone docs for SMB backend"
versionIntroduced: "v1.60" versionIntroduced: "v1.60"
--- ---
# {{< icon "fa fa-server" >}} SMB # SMB
SMB is [a communication protocol to share files over network](https://en.wikipedia.org/wiki/Server_Message_Block). SMB is [a communication protocol to share files over network](https://en.wikipedia.org/wiki/Server_Message_Block).
+2 -3
View File
@@ -6,14 +6,13 @@ aliases:
- donate - donate
--- ---
# {{< icon "fa fa-heart heart" >}} Sponsor the rclone project # Sponsor the rclone project
Thank you to our sponsors: Thank you to our sponsors:
<!-- markdownlint-capture --> <!-- markdownlint-capture -->
<!-- markdownlint-disable line-length no-bare-urls --> <!-- markdownlint-disable line-length no-bare-urls -->
{{< sponsor src="/img/logos/rabata.svg" width="300" height="200" title="Visit our sponsor Rabata.io" link="https://rabata.io/?utm_source=banner&utm_medium=rclone&utm_content=general">}}
{{< sponsor src="/img/logos/idrive_e2.svg" width="300" height="200" title="Visit our sponsor IDrive e2" link="https://www.idrive.com/e2/?refer=rclone">}} {{< sponsor src="/img/logos/idrive_e2.svg" width="300" height="200" title="Visit our sponsor IDrive e2" link="https://www.idrive.com/e2/?refer=rclone">}}
{{< sponsor src="/img/logos/filescom-enterprise-grade-workflows.png" width="300" height="200" title="Start Your Free Trial Today" link="https://files.com/?utm_source=rclone&utm_medium=referral&utm_campaign=banner&utm_term=rclone">}} {{< sponsor src="/img/logos/filescom-enterprise-grade-workflows.png" width="300" height="200" title="Start Your Free Trial Today" link="https://files.com/?utm_source=rclone&utm_medium=referral&utm_campaign=banner&utm_term=rclone">}}
{{< sponsor src="/img/logos/internxt.jpg" width="300" height="200" title="Visit rclone's sponsor Internxt" link="https://internxt.com/specialoffer/rclone">}} {{< sponsor src="/img/logos/internxt.jpg" width="300" height="200" title="Visit rclone's sponsor Internxt" link="https://internxt.com/specialoffer/rclone">}}
@@ -66,7 +65,7 @@ details.
If you are a personal user and you would like to support the project If you are a personal user and you would like to support the project
with sponsorship as a way of saying thank you that would be most with sponsorship as a way of saying thank you that would be most
appreciated. {{< icon "fa fa-heart heart" >}} appreciated.
{{< monthly_donations >}} {{< monthly_donations >}}
+1 -1
View File
@@ -6,7 +6,7 @@ aliases:
versionIntroduced: "v1.52" versionIntroduced: "v1.52"
--- ---
# {{< icon "fas fa-dove" >}} Storj # Storj
[Storj](https://storj.io) is redefining the cloud to support the [Storj](https://storj.io) is redefining the cloud to support the
future of data—sustainably and economically. Storj leverages the vast future of data—sustainably and economically. Storj leverages the vast
+1 -1
View File
@@ -4,7 +4,7 @@ description: "Rclone docs for SugarSync"
versionIntroduced: "v1.51" versionIntroduced: "v1.51"
--- ---
# {{< icon "fas fa-dove" >}} SugarSync # SugarSync
[SugarSync](https://sugarsync.com) is a cloud service that enables [SugarSync](https://sugarsync.com) is a cloud service that enables
active synchronization of files across computers and other devices for active synchronization of files across computers and other devices for
+1 -1
View File
@@ -4,7 +4,7 @@ description: "Swift"
versionIntroduced: "v0.91" versionIntroduced: "v0.91"
--- ---
# {{< icon "fa fa-space-shuttle" >}} Swift # Swift
Swift refers to [OpenStack Object Storage](https://docs.openstack.org/swift/latest/). Swift refers to [OpenStack Object Storage](https://docs.openstack.org/swift/latest/).
Commercial implementations of that being: Commercial implementations of that being:
+1 -1
View File
@@ -4,7 +4,7 @@ description: "Rclone docs for Uloz.to"
versionIntroduced: "v1.66" versionIntroduced: "v1.66"
--- ---
# {{< icon "fas fa-angle-double-down" >}} Uloz.to # Uloz.to
Paths are specified as `remote:path` Paths are specified as `remote:path`
+1 -1
View File
@@ -4,7 +4,7 @@ description: "Remote Unification"
versionIntroduced: "v1.44" versionIntroduced: "v1.44"
--- ---
# {{< icon "fa fa-link" >}} Union # Union
The `union` backend joins several remotes together to make a single unified view The `union` backend joins several remotes together to make a single unified view
of them. of them.
+1 -1
View File
@@ -4,7 +4,7 @@ description: "Rclone docs for WebDAV"
versionIntroduced: "v1.39" versionIntroduced: "v1.39"
--- ---
# {{< icon "fa fa-globe" >}} WebDAV # WebDAV
Paths are specified as `remote:path` Paths are specified as `remote:path`
+1 -1
View File
@@ -4,7 +4,7 @@ description: "Yandex Disk"
versionIntroduced: "v1.26" versionIntroduced: "v1.26"
--- ---
# {{< icon "fa fa-space-shuttle" >}} Yandex Disk # Yandex Disk
[Yandex Disk](https://disk.yandex.com) is a cloud storage solution created by [Yandex](https://yandex.com). [Yandex Disk](https://disk.yandex.com) is a cloud storage solution created by [Yandex](https://yandex.com).
+1 -1
View File
@@ -4,7 +4,7 @@ description: "Zoho WorkDrive"
versionIntroduced: "v1.54" versionIntroduced: "v1.54"
--- ---
# {{< icon "fas fa-folder" >}} Zoho Workdrive # Zoho Workdrive
[Zoho WorkDrive](https://www.zoho.com/workdrive/) is a cloud storage solution [Zoho WorkDrive](https://www.zoho.com/workdrive/) is a cloud storage solution
created by [Zoho](https://zoho.com). created by [Zoho](https://zoho.com).
+12 -15
View File
@@ -18,18 +18,19 @@
<script defer data-domain="rclone.org" src="https://weblog.rclone.org/js/script.js"></script> <script defer data-domain="rclone.org" src="https://weblog.rclone.org/js/script.js"></script>
<title>{{ block "title" . }}{{ .Title }}{{ end }}</title> <title>{{ block "title" . }}{{ .Title }}{{ end }}</title>
<link rel="canonical" href="{{ .Permalink }}"> <link rel="canonical" href="{{ .Permalink }}">
<link href="/css/bootstrap.min.4.4.1.css" rel="stylesheet"> <link href="/css/rclone.css?r={{ now.Unix }}" rel="stylesheet">
<link href="/fontawesome/css/fontawesome.min.css" rel="stylesheet">
<link href="/fontawesome/css/brands.min.css" rel="stylesheet">
<link href="/fontawesome/css/solid.min.css" rel="stylesheet">
<link href="/css/custom.css?r={{ .Date.Unix }}" rel="stylesheet">
{{ $RSSLink := "" }}{{ with .OutputFormats.Get "RSS" }}{{ $RSSLink = .RelPermalink }}{{ end }}{{ if $RSSLink }}<link href="{{ $RSSLink }}" rel="alternate" type="application/rss+xml" title="{{ .Site.Title }}" />{{ end }} {{ $RSSLink := "" }}{{ with .OutputFormats.Get "RSS" }}{{ $RSSLink = .RelPermalink }}{{ end }}{{ if $RSSLink }}<link href="{{ $RSSLink }}" rel="alternate" type="application/rss+xml" title="{{ .Site.Title }}" />{{ end }}
</head> </head>
<body> <body>
{{ partial "svg-icons.html" . }}
{{ template "chrome/navbar.html" . }} {{ template "chrome/navbar.html" . }}
{{ $hasTOC := and (gt .WordCount 200) (not (.Params.notoc)) }}
<div class="container-fluid"> <div class="container-fluid">
<div class="row"> <div class="row">
<div class="col-md-9"> <aside class="col-toc{{ if not $hasTOC }} col-toc-empty{{ end }}">
{{ template "chrome/toc.html" . }}
</aside>
<main class="col-content">
{{ $statusMap := dict {{ $statusMap := dict
"deprecated" "This feature is currently deprecated." "deprecated" "This feature is currently deprecated."
"experimental" "This feature is currently experimental and any use is at your own risk." "experimental" "This feature is currently experimental and any use is at your own risk."
@@ -51,15 +52,15 @@
{{ block "main" . }} {{ block "main" . }}
{{ end }} {{ end }}
</div> </main>
<div class="col-md-3"> <aside class="col-sidebar">
{{ template "chrome/menu.html" . }} {{ template "chrome/menu.html" . }}
</div> </aside>
</div> </div>
{{ block "footer" . }} {{ block "footer" . }}
<footer> <footer>
<div class="row"> <div class="row">
<div class="col-md-10"> <div class="col-footer{{ if not (and (gt .WordCount 200) (not (.Params.notoc))) }} col-footer-notoc{{ end }}">
<div class="card card-body"> <div class="card card-body">
<p style="font-size: 90%;"> <p style="font-size: 90%;">
&copy; <a href="https://www.craig-wood.com/nick/" target="blank">Nick Craig-Wood</a> 2014-{{ now.Format "2006" }}<br> &copy; <a href="https://www.craig-wood.com/nick/" target="blank">Nick Craig-Wood</a> 2014-{{ now.Format "2006" }}<br>
@@ -77,10 +78,6 @@
</footer> </footer>
{{ end }} {{ end }}
</div> </div>
<script src="/js/jquery.min.3.5.1.js"></script> <script src="/js/rclone.js?r={{ now.Unix }}"></script>
<script src="/js/popper.min.1.16.0.js"></script>
<script src="/js/bootstrap.min.4.4.1.js"></script>
<script src="/js/custom.js?r={{ .Date.Unix }}"></script>
<script src="/js/search.js?r={{ .Date.Unix }}"></script>
</body> </body>
</html> </html>
+8 -19
View File
@@ -1,14 +1,3 @@
{{ if and (gt .WordCount 200 ) (not (.Params.notoc)) }}
<div class="card">
<div class="card-header">
Contents
</div>
<div class="card-body card-body-padded">
{{ .TableOfContents }}
</div>
</div>
{{end}}
<div class="card"> <div class="card">
<div class="card-header">Platinum Sponsor</div> <div class="card-header">Platinum Sponsor</div>
<div class="card-body"> <div class="card-body">
@@ -52,9 +41,9 @@
<div class="card-body card-body-padded"> <div class="card-body card-body-padded">
<div class="menu"> <div class="menu">
<!-- Non tracking sharing links from: https://sharingbuttons.io/ --> <!-- Non tracking sharing links from: https://sharingbuttons.io/ -->
<i class="fab fa-twitter fa-fw" aria-hidden="true"></i> <a href="https://twitter.com/intent/tweet/?text=rclone%20-%20rsync%20for%20cloud%20storage%20from%20%40njcw&amp;url=https%3A%2F%2Frclone.org" target="_blank" rel="noopener" aria-label="Share on Twitter">Twitter</a><br /> <svg class="icon icon-fw" aria-hidden="true"><use href="#icon-twitter"/></svg> <a href="https://twitter.com/intent/tweet/?text=rclone%20-%20rsync%20for%20cloud%20storage%20from%20%40njcw&amp;url=https%3A%2F%2Frclone.org" target="_blank" rel="noopener" aria-label="Share on Twitter">Twitter</a><br />
<i class="fab fa-facebook fa-fw" aria-hidden="true"></i> <a href="https://facebook.com/sharer/sharer.php?u=https%3A%2F%2Frclone.org" target="_blank" rel="noopener" aria-label="Share on Facebook">Facebook</a><br /> <svg class="icon icon-fw" aria-hidden="true"><use href="#icon-facebook"/></svg> <a href="https://facebook.com/sharer/sharer.php?u=https%3A%2F%2Frclone.org" target="_blank" rel="noopener" aria-label="Share on Facebook">Facebook</a><br />
<i class="fab fa-reddit fa-fw" aria-hidden="true"></i> <a href="https://reddit.com/submit/?url=https%3A%2F%2Frclone.org&amp;resubmit=true&amp;title=rclone%20-%20rsync%20for%20cloud%20storage" target="_blank" rel="noopener" aria-label="Share on Reddit">Reddit</a><br /> <svg class="icon icon-fw" aria-hidden="true"><use href="#icon-reddit"/></svg> <a href="https://reddit.com/submit/?url=https%3A%2F%2Frclone.org&amp;resubmit=true&amp;title=rclone%20-%20rsync%20for%20cloud%20storage" target="_blank" rel="noopener" aria-label="Share on Reddit">Reddit</a><br />
<iframe src="//ghbtns.com/github-btn.html?user=rclone&amp;repo=rclone&amp;type=star&amp;count=true" allowtransparency="true" frameborder="0" scrolling="no" width="120" height="20"></iframe> <iframe src="//ghbtns.com/github-btn.html?user=rclone&amp;repo=rclone&amp;type=star&amp;count=true" allowtransparency="true" frameborder="0" scrolling="no" width="120" height="20"></iframe>
</div> </div>
</div> </div>
@@ -66,11 +55,11 @@
</div> </div>
<div class="card-body card-body-padded"> <div class="card-body card-body-padded">
<div class="menu"> <div class="menu">
<i class="fa fa-comments fa-fw" aria-hidden="true"></i> <a href="https://forum.rclone.org">Rclone forum</a><br /> <svg class="icon icon-fw" aria-hidden="true"><use href="#icon-comments"/></svg> <a href="https://forum.rclone.org">Rclone forum</a><br />
<i class="fab fa-github fa-fw" aria-hidden="true"></i> <a href="https://github.com/rclone/rclone">GitHub project</a><br /> <svg class="icon icon-fw" aria-hidden="true"><use href="#icon-github"/></svg> <a href="https://github.com/rclone/rclone">GitHub project</a><br />
<i class="fa fa-book fa-fw" aria-hidden="true"></i> <a href="https://github.com/rclone/rclone/wiki">Rclone Wiki</a><br /> <svg class="icon icon-fw" aria-hidden="true"><use href="#icon-book"/></svg> <a href="https://github.com/rclone/rclone/wiki">Rclone Wiki</a><br />
<i class="fa fa-heart heart fa-fw" aria-hidden="true"></i> <a href="/sponsor/">Sponsor</a><br /> <svg class="icon icon-fw heart" aria-hidden="true"><use href="#icon-heart"/></svg> <a href="/sponsor/">Sponsor</a><br />
<i class="fab fa-twitter fa-fw" aria-hidden="true"></i> <a href="https://twitter.com/njcw">@njcw</a> <svg class="icon icon-fw" aria-hidden="true"><use href="#icon-twitter"/></svg> <a href="https://twitter.com/njcw">@njcw</a>
</div> </div>
</div> </div>
</div> </div>
+95 -88
View File
@@ -14,19 +14,19 @@
Docs Docs
</a> </a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown"> <div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="/install/"><i class="fa fa-book fa-fw"></i> Installation</a> <a class="dropdown-item" href="/install/">Installation</a>
<a class="dropdown-item" href="/docs/"><i class="fa fa-book fa-fw"></i> Usage</a> <a class="dropdown-item" href="/docs/">Usage</a>
<a class="dropdown-item" href="/filtering/"><i class="fa fa-book fa-fw"></i> Filtering</a> <a class="dropdown-item" href="/filtering/">Filtering</a>
<a class="dropdown-item" href="/gui/"><i class="fa fa-book fa-fw"></i> GUI</a> <a class="dropdown-item" href="/gui/">GUI</a>
<a class="dropdown-item" href="/rc/"><i class="fa fa-book fa-fw"></i> Remote Control</a> <a class="dropdown-item" href="/rc/">Remote Control</a>
<a class="dropdown-item" href="/remote_setup/"><i class="fa fa-book fa-fw"></i> Remote Setup</a> <a class="dropdown-item" href="/remote_setup/">Remote Setup</a>
<a class="dropdown-item" href="/changelog/"><i class="fa fa-book fa-fw"></i> Changelog</a> <a class="dropdown-item" href="/changelog/">Changelog</a>
<a class="dropdown-item" href="/bugs/"><i class="fa fa-book fa-fw"></i> Bugs</a> <a class="dropdown-item" href="/bugs/">Bugs</a>
<a class="dropdown-item" href="/faq/"><i class="fa fa-book fa-fw"></i> FAQ</a> <a class="dropdown-item" href="/faq/">FAQ</a>
<a class="dropdown-item" href="/flags/"><i class="fa fa-book fa-fw"></i> Flags</a> <a class="dropdown-item" href="/flags/">Flags</a>
<a class="dropdown-item" href="/licence/"><i class="fa fa-book fa-fw"></i> Licence</a> <a class="dropdown-item" href="/licence/">Licence</a>
<a class="dropdown-item" href="/authors/"><i class="fa fa-book fa-fw"></i> Authors</a> <a class="dropdown-item" href="/authors/">Authors</a>
<a class="dropdown-item" href="/privacy/"><i class="fa fa-book fa-fw"></i> Privacy Policy</a> <a class="dropdown-item" href="/privacy/">Privacy Policy</a>
</div> </div>
</li> </li>
<li class="nav-item active dropdown"> <li class="nav-item active dropdown">
@@ -34,12 +34,12 @@
Commands Commands
</a> </a>
<div class="dropdown-menu pre-scrollable" aria-labelledby="navbarDropdown"> <div class="dropdown-menu pre-scrollable" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="/commands/"><i class="fas fa-map fa-fw"></i> Overview</a> <a class="dropdown-item" href="/commands/">Overview</a>
<div class="dropdown-divider"></div> <div class="dropdown-divider"></div>
{{ with .Site.GetPage "/commands" }} {{ with .Site.GetPage "/commands" }}
{{ range .Data.Pages }} {{ range .Data.Pages }}
{{ if lt (countwords .Title) 3 }} {{ if lt (countwords .Title) 3 }}
<a class="dropdown-item" href="{{ .RelPermalink }}"><i class="fa fa-book fa-fw"></i> {{ .Title | markdownify }}</a> <a class="dropdown-item" href="{{ .RelPermalink }}">{{ .Title | markdownify }}</a>
{{ end }} {{ end }}
{{ end }} {{ end }}
{{ end }} {{ end }}
@@ -50,90 +50,97 @@
Storage Systems Storage Systems
</a> </a>
<div class="dropdown-menu pre-scrollable" aria-labelledby="navbarDropdown"> <div class="dropdown-menu pre-scrollable" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="/overview/"><i class="fas fa-map fa-fw"></i> Overview</a> <a class="dropdown-item" href="/overview/">Overview</a>
<a class="dropdown-item" href="/tiers/"><i class="fas fa-map fa-fw"></i> Support Tiers</a> <a class="dropdown-item" href="/tiers/">Support Tiers</a>
<div class="dropdown-divider"></div> <div class="dropdown-divider"></div>
<a class="dropdown-item" href="/fichier/"><i class="fa fa-archive fa-fw"></i> 1Fichier</a> <span class="dropdown-letter-heading">1 &ndash; A</span>
<a class="dropdown-item" href="/netstorage/"><i class="fas fa-database fa-fw"></i> Akamai NetStorage</a> <a class="dropdown-item" href="/fichier/">1Fichier</a>
<a class="dropdown-item" href="/alias/"><i class="fa fa-link fa-fw"></i> Alias</a> <a class="dropdown-item" href="/netstorage/">Akamai NetStorage</a>
<a class="dropdown-item" href="/s3/"><i class="fab fa-amazon fa-fw"></i> Amazon S3 Storage Providers</a> <a class="dropdown-item" href="/alias/">Alias</a>
<a class="dropdown-item" href="/archive/"><i class="fa fa-archive fa-fw"></i> Archive</a> <a class="dropdown-item" href="/s3/">Amazon S3 Storage Providers</a>
<a class="dropdown-item" href="/b2/"><i class="fa fa-fire fa-fw"></i> Backblaze B2</a> <a class="dropdown-item" href="/archive/">Archive</a>
<a class="dropdown-item" href="/box/"><i class="fa fa-archive fa-fw"></i> Box</a> <span class="dropdown-letter-heading">B &ndash; C</span>
<a class="dropdown-item" href="/chunker/"><i class="fa fa-cut fa-fw"></i> Chunker (splits large files)</a> <a class="dropdown-item" href="/b2/">Backblaze B2</a>
<a class="dropdown-item" href="/cloudinary/"><i class="fa fa-image fa-fw"></i> Cloudinary</a> <a class="dropdown-item" href="/box/">Box</a>
<a class="dropdown-item" href="/compress/"><i class="fas fa-compress fa-fw"></i> Compress (transparent gzip compression)</a> <a class="dropdown-item" href="/chunker/">Chunker (splits large files)</a>
<a class="dropdown-item" href="/combine/"><i class="fa fa-folder-plus fa-fw"></i> Combine (remotes into a directory tree)</a> <a class="dropdown-item" href="/cloudinary/">Cloudinary</a>
<a class="dropdown-item" href="/sharefile/"><i class="fas fa-share-square fa-fw"></i> Citrix ShareFile</a> <a class="dropdown-item" href="/compress/">Compress (transparent gzip compression)</a>
<a class="dropdown-item" href="/crypt/"><i class="fa fa-lock fa-fw"></i> Crypt (encrypts the others)</a> <a class="dropdown-item" href="/combine/">Combine (remotes into a directory tree)</a>
<a class="dropdown-item" href="/koofr/#digi-storage"><i class="fa fa-cloud fa-fw"></i> Digi Storage</a> <a class="dropdown-item" href="/sharefile/">Citrix ShareFile</a>
<a class="dropdown-item" href="/drime/"><i class="fab fa-cloud fa-fw"></i> Drime</a> <a class="dropdown-item" href="/crypt/">Crypt (encrypts the others)</a>
<a class="dropdown-item" href="/dropbox/"><i class="fab fa-dropbox fa-fw"></i> Dropbox</a> <span class="dropdown-letter-heading">D &ndash; F</span>
<a class="dropdown-item" href="/filefabric/"><i class="fa fa-cloud fa-fw"></i> Enterprise File Fabric</a> <a class="dropdown-item" href="/koofr/#digi-storage">Digi Storage</a>
<a class="dropdown-item" href="/filelu/"><i class="fa fa-folder fa-fw"></i> FileLu Cloud Storage</a> <a class="dropdown-item" href="/drime/">Drime</a>
<a class="dropdown-item" href="/s3/#filelu-s5"><i class="fa fa-folder fa-fw"></i> FileLu S5 (S3-Compatible)</a> <a class="dropdown-item" href="/dropbox/">Dropbox</a>
<a class="dropdown-item" href="/filen/"><i class="fa fa-solid fa-f fa-fw"></i> Filen</a> <a class="dropdown-item" href="/filefabric/">Enterprise File Fabric</a>
<a class="dropdown-item" href="/filescom/"><i class="fa fa-brands fa-files-pinwheel fa-fw"></i> Files.com</a> <a class="dropdown-item" href="/filelu/">FileLu Cloud Storage</a>
<a class="dropdown-item" href="/ftp/"><i class="fa fa-file fa-fw"></i> FTP</a> <a class="dropdown-item" href="/s3/#filelu-s5">FileLu S5 (S3-Compatible)</a>
<a class="dropdown-item" href="/gofile/"><i class="fa fa-folder fa-fw"></i> Gofile</a> <a class="dropdown-item" href="/filen/">Filen</a>
<a class="dropdown-item" href="/googlecloudstorage/"><i class="fab fa-google fa-fw"></i> Google Cloud Storage</a> <a class="dropdown-item" href="/filescom/">Files.com</a>
<a class="dropdown-item" href="/drive/"><i class="fab fa-google fa-fw"></i> Google Drive</a> <a class="dropdown-item" href="/ftp/">FTP</a>
<a class="dropdown-item" href="/googlephotos/"><i class="fas fa-images fa-fw"></i> Google Photos</a> <span class="dropdown-letter-heading">G &ndash; I</span>
<a class="dropdown-item" href="/hasher/"><i class="fa fa-check-double fa-fw"></i> Hasher (better checksums for others)</a> <a class="dropdown-item" href="/gofile/">Gofile</a>
<a class="dropdown-item" href="/hdfs/"><i class="fa fa-globe fa-fw"></i> HDFS (Hadoop Distributed Filesystem)</a> <a class="dropdown-item" href="/googlecloudstorage/">Google Cloud Storage</a>
<a class="dropdown-item" href="/hidrive/"><i class="fa fa-cloud fa-fw"></i> HiDrive</a> <a class="dropdown-item" href="/drive/">Google Drive</a>
<a class="dropdown-item" href="/http/"><i class="fa fa-globe fa-fw"></i> HTTP</a> <a class="dropdown-item" href="/googlephotos/">Google Photos</a>
<a class="dropdown-item" href="/iclouddrive/"><i class="fa fa-archive fa-fw"></i> iCloud Drive</a> <a class="dropdown-item" href="/hasher/">Hasher (better checksums for others)</a>
<a class="dropdown-item" href="/imagekit/"><i class="fa fa-cloud fa-fw"></i> ImageKit</a> <a class="dropdown-item" href="/hdfs/">HDFS (Hadoop Distributed Filesystem)</a>
<a class="dropdown-item" href="/internetarchive/"><i class="fa fa-archive fa-fw"></i> Internet Archive</a> <a class="dropdown-item" href="/hidrive/">HiDrive</a>
<a class="dropdown-item" href="/internxt/"><i class="fas fa-cloud fa-fw"></i> Internxt</a> <a class="dropdown-item" href="/http/">HTTP</a>
<a class="dropdown-item" href="/jottacloud/"><i class="fa fa-cloud fa-fw"></i> Jottacloud</a> <a class="dropdown-item" href="/iclouddrive/">iCloud Drive</a>
<a class="dropdown-item" href="/koofr/"><i class="fa fa-suitcase fa-fw"></i> Koofr</a> <a class="dropdown-item" href="/imagekit/">ImageKit</a>
<a class="dropdown-item" href="/linkbox/"><i class="fa fa-infinity fa-fw"></i> Linkbox</a> <a class="dropdown-item" href="/internetarchive/">Internet Archive</a>
<a class="dropdown-item" href="/mailru/"><i class="fa fa-at fa-fw"></i> Mail.ru Cloud</a> <a class="dropdown-item" href="/internxt/">Internxt</a>
<a class="dropdown-item" href="/mega/"><i class="fa fa-archive fa-fw"></i> Mega</a> <span class="dropdown-letter-heading">J &ndash; M</span>
<a class="dropdown-item" href="/s3/#mega"><i class="fa fa-archive fa-fw"></i> Mega S4 (S3-Compatible)</a> <a class="dropdown-item" href="/jottacloud/">Jottacloud</a>
<a class="dropdown-item" href="/memory/"><i class="fas fa-memory fa-fw"></i> Memory</a> <a class="dropdown-item" href="/koofr/">Koofr</a>
<a class="dropdown-item" href="/azureblob/"><i class="fab fa-windows fa-fw"></i> Microsoft Azure Blob Storage</a> <a class="dropdown-item" href="/linkbox/">Linkbox</a>
<a class="dropdown-item" href="/azurefiles/"><i class="fab fa-windows fa-fw"></i> Microsoft Azure Files Storage</a> <a class="dropdown-item" href="/mailru/">Mail.ru Cloud</a>
<a class="dropdown-item" href="/onedrive/"><i class="fab fa-windows fa-fw"></i> Microsoft OneDrive</a> <a class="dropdown-item" href="/mega/">Mega</a>
<a class="dropdown-item" href="/opendrive/"><i class="fa fa-space-shuttle fa-fw"></i> OpenDrive</a> <a class="dropdown-item" href="/s3/#mega">Mega S4 (S3-Compatible)</a>
<a class="dropdown-item" href="/qingstor/"><i class="fas fa-hdd fa-fw"></i> QingStor</a> <a class="dropdown-item" href="/memory/">Memory</a>
<a class="dropdown-item" href="/swift/"><i class="fa fa-space-shuttle fa-fw"></i> Openstack Swift</a> <a class="dropdown-item" href="/azureblob/">Microsoft Azure Blob Storage</a>
<a class="dropdown-item" href="/oracleobjectstorage/"><i class="fa fa-cloud fa-fw"></i> Oracle Object Storage</a> <a class="dropdown-item" href="/azurefiles/">Microsoft Azure Files Storage</a>
<a class="dropdown-item" href="/pcloud/"><i class="fa fa-cloud fa-fw"></i> pCloud</a> <a class="dropdown-item" href="/onedrive/">Microsoft OneDrive</a>
<a class="dropdown-item" href="/pikpak/"><i class="fa fa-cloud fa-fw"></i> PikPak</a> <span class="dropdown-letter-heading">O &ndash; Q</span>
<a class="dropdown-item" href="/pixeldrain/"><i class="fa fa-circle fa-fw"></i> Pixeldrain</a> <a class="dropdown-item" href="/opendrive/">OpenDrive</a>
<a class="dropdown-item" href="/premiumizeme/"><i class="fa fa-user fa-fw"></i> premiumize.me</a> <a class="dropdown-item" href="/swift/">Openstack Swift</a>
<a class="dropdown-item" href="/putio/"><i class="fas fa-parking fa-fw"></i> put.io</a> <a class="dropdown-item" href="/oracleobjectstorage/">Oracle Object Storage</a>
<a class="dropdown-item" href="/protondrive/"><i class="fas fa-folder fa-fw"></i> Proton Drive</a> <a class="dropdown-item" href="/pcloud/">pCloud</a>
<a class="dropdown-item" href="/quatrix/"><i class="fas fa-shield-alt fa-fw"></i> Quatrix</a> <a class="dropdown-item" href="/pikpak/">PikPak</a>
<a class="dropdown-item" href="/seafile/"><i class="fa fa-server fa-fw"></i> Seafile</a> <a class="dropdown-item" href="/pixeldrain/">Pixeldrain</a>
<a class="dropdown-item" href="/sftp/"><i class="fa fa-server fa-fw"></i> SFTP</a> <a class="dropdown-item" href="/premiumizeme/">premiumize.me</a>
<a class="dropdown-item" href="/sia/"><i class="fa fa-globe fa-fw"></i> Sia</a> <a class="dropdown-item" href="/protondrive/">Proton Drive</a>
<a class="dropdown-item" href="/shade/"><i class="fa fa-moon fa-fw"></i> Shade</a> <a class="dropdown-item" href="/putio/">put.io</a>
<a class="dropdown-item" href="/smb/"><i class="fa fa-server fa-fw"></i> SMB / CIFS</a> <a class="dropdown-item" href="/quatrix/">Quatrix</a>
<a class="dropdown-item" href="/storj/"><i class="fas fa-dove fa-fw"></i> Storj</a> <a class="dropdown-item" href="/qingstor/">QingStor</a>
<a class="dropdown-item" href="/sugarsync/"><i class="fas fa-dove fa-fw"></i> SugarSync</a> <span class="dropdown-letter-heading">S &ndash; Z</span>
<a class="dropdown-item" href="/ulozto/"><i class="fas fa-angle-double-down fa-fw"></i> Uloz.to</a> <a class="dropdown-item" href="/seafile/">Seafile</a>
<a class="dropdown-item" href="/union/"><i class="fa fa-link fa-fw"></i> Union (merge backends)</a> <a class="dropdown-item" href="/sftp/">SFTP</a>
<a class="dropdown-item" href="/webdav/"><i class="fa fa-server fa-fw"></i> WebDAV</a> <a class="dropdown-item" href="/shade/">Shade</a>
<a class="dropdown-item" href="/yandex/"><i class="fa fa-space-shuttle fa-fw"></i> Yandex Disk</a> <a class="dropdown-item" href="/sia/">Sia</a>
<a class="dropdown-item" href="/zoho/"><i class="fas fa-folder fa-fw"></i> Zoho WorkDrive</a> <a class="dropdown-item" href="/smb/">SMB / CIFS</a>
<a class="dropdown-item" href="/storj/">Storj</a>
<a class="dropdown-item" href="/sugarsync/">SugarSync</a>
<a class="dropdown-item" href="/ulozto/">Uloz.to</a>
<a class="dropdown-item" href="/union/">Union (merge backends)</a>
<a class="dropdown-item" href="/webdav/">WebDAV</a>
<a class="dropdown-item" href="/yandex/">Yandex Disk</a>
<a class="dropdown-item" href="/zoho/">Zoho WorkDrive</a>
<div class="dropdown-divider"></div> <div class="dropdown-divider"></div>
<a class="dropdown-item" href="/local/"><i class="fas fa-hdd fa-fw"></i> The local filesystem</a> <a class="dropdown-item" href="/local/">The local filesystem</a>
</div> </div>
</li> </li>
<li class="nav-item active"> <li class="nav-item active">
<a class="nav-link" href="/contact/"><i class="fa fa-envelope fa-fw"></i> Contact</a> <a class="nav-link" href="/contact/"><svg class="icon icon-fw"><use href="#icon-envelope"/></svg> Contact</a>
</li> </li>
<li class="nav-item active"> <li class="nav-item active">
<a class="nav-link" href="/sponsor/"><i class="fa fa-heart heart fa-fw"></i> Sponsor</a> <a class="nav-link" href="/sponsor/"><svg class="icon icon-fw heart"><use href="#icon-heart"/></svg> Sponsor</a>
</li> </li>
</ul> </ul>
<ul class="navbar-nav mr-auto"> <ul class="navbar-nav mr-auto">
<li class="nav-item active"> <li class="nav-item active">
<a href="https://rclone.com/" target="_blank" rel="noopener" class="nav-link bizbutton" title="Click here for support and advertising contracts"><i class="fa fa-briefcase"></i> For Business</a> <a href="https://rclone.com/" target="_blank" rel="noopener" class="nav-link bizbutton" title="Click here for support and advertising contracts"><svg class="icon"><use href="#icon-briefcase"/></svg> For Business</a>
</li> </li>
</ul> </ul>
<form class="form-inline" name="search_form" action="https://google.com/search" target="_blank" rel="noopener" onsubmit="on_search();"> <form class="form-inline" name="search_form" action="https://google.com/search" target="_blank" rel="noopener" onsubmit="on_search();">
+9
View File
@@ -0,0 +1,9 @@
{{ if and (gt .WordCount 200) (not (.Params.notoc)) }}
<button class="toc-toggle" aria-label="Toggle table of contents">
<svg class="icon toc-toggle-icon" aria-hidden="true"><use href="#icon-chevrons-right"/></svg>
</button>
<div class="toc-sidebar">
<a href="#" class="toc-title">On this page</a>
{{ .TableOfContents }}
</div>
{{ end }}
+61
View File
@@ -0,0 +1,61 @@
<svg xmlns="http://www.w3.org/2000/svg" style="display:none">
<!-- UI Icons (based on Feather Icons / public domain) -->
<symbol id="icon-book" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M4 19.5A2.5 2.5 0 0 1 6.5 17H20"/><path d="M6.5 2H20v20H6.5A2.5 2.5 0 0 1 4 19.5v-15A2.5 2.5 0 0 1 6.5 2z"/>
</symbol>
<symbol id="icon-envelope" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="2" y="4" width="20" height="16" rx="2"/><polyline points="22,7 12,13 2,7"/>
</symbol>
<symbol id="icon-heart" viewBox="0 0 24 24" fill="currentColor" stroke="none">
<path d="M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z"/>
</symbol>
<symbol id="icon-briefcase" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="2" y="7" width="20" height="14" rx="2" ry="2"/><path d="M16 21V5a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v16"/>
</symbol>
<symbol id="icon-download" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"/><polyline points="7 10 12 15 17 10"/><line x1="12" y1="15" x2="12" y2="3"/>
</symbol>
<symbol id="icon-home" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"/><polyline points="9 22 9 12 15 12 15 22"/>
</symbol>
<symbol id="icon-link" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"/><path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"/>
</symbol>
<symbol id="icon-comments" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z"/>
</symbol>
<symbol id="icon-copy" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="9" y="9" width="13" height="13" rx="2" ry="2"/><path d="M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1"/>
</symbol>
<symbol id="icon-chevrons-right" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round">
<polyline points="13 17 18 12 13 7"/><polyline points="6 17 11 12 6 7"/>
</symbol>
<symbol id="icon-chevron-left" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round">
<polyline points="15 18 9 12 15 6"/>
</symbol>
<symbol id="icon-chevron-right" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round">
<polyline points="9 18 15 12 9 6"/>
</symbol>
<!-- Brand Icons (simplified paths, public domain representations) -->
<symbol id="icon-github" viewBox="0 0 24 24" fill="currentColor">
<path d="M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12"/>
</symbol>
<symbol id="icon-twitter" viewBox="0 0 24 24" fill="currentColor">
<path d="M23.953 4.57a10 10 0 01-2.825.775 4.958 4.958 0 002.163-2.723c-.951.555-2.005.959-3.127 1.184a4.92 4.92 0 00-8.384 4.482C7.69 8.095 4.067 6.13 1.64 3.162a4.822 4.822 0 00-.666 2.475c0 1.71.87 3.213 2.188 4.096a4.904 4.904 0 01-2.228-.616v.06a4.923 4.923 0 003.946 4.827 4.996 4.996 0 01-2.212.085 4.936 4.936 0 004.604 3.417 9.867 9.867 0 01-6.102 2.105c-.39 0-.779-.023-1.17-.067a13.995 13.995 0 007.557 2.209c9.053 0 13.998-7.496 13.998-13.985 0-.21 0-.42-.015-.63A9.935 9.935 0 0024 4.59z"/>
</symbol>
<symbol id="icon-facebook" viewBox="0 0 24 24" fill="currentColor">
<path d="M24 12.073c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.99 4.388 10.954 10.125 11.854v-8.385H7.078v-3.47h3.047V9.43c0-3.007 1.792-4.669 4.533-4.669 1.312 0 2.686.235 2.686.235v2.953H15.83c-1.491 0-1.956.925-1.956 1.874v2.25h3.328l-.532 3.47h-2.796v8.385C19.612 23.027 24 18.062 24 12.073z"/>
</symbol>
<symbol id="icon-reddit" viewBox="0 0 24 24" fill="currentColor">
<path d="M12 0A12 12 0 0 0 0 12a12 12 0 0 0 12 12 12 12 0 0 0 12-12A12 12 0 0 0 12 0zm5.01 4.744c.688 0 1.25.561 1.25 1.249a1.25 1.25 0 0 1-2.498.056l-2.597-.547-.8 3.747c1.824.07 3.48.632 4.674 1.488.308-.309.73-.491 1.207-.491.968 0 1.754.786 1.754 1.754 0 .716-.435 1.333-1.01 1.614a3.111 3.111 0 0 1 .042.52c0 2.694-3.13 4.87-7.004 4.87-3.874 0-7.004-2.176-7.004-4.87 0-.183.015-.366.043-.534A1.748 1.748 0 0 1 4.028 12c0-.968.786-1.754 1.754-1.754.463 0 .898.196 1.207.49 1.207-.883 2.878-1.43 4.744-1.487l.885-4.182a.342.342 0 0 1 .14-.197.35.35 0 0 1 .238-.042l2.906.617a1.214 1.214 0 0 1 1.108-.701zM9.25 12C8.561 12 8 12.562 8 13.25c0 .687.561 1.248 1.25 1.248.687 0 1.248-.561 1.248-1.249 0-.688-.561-1.249-1.249-1.249zm5.5 0c-.687 0-1.248.561-1.248 1.25 0 .687.561 1.248 1.249 1.248.688 0 1.249-.561 1.249-1.249 0-.687-.562-1.249-1.25-1.249zm-5.466 3.99a.327.327 0 0 0-.231.094.33.33 0 0 0 0 .463c.842.842 2.484.913 2.961.913.477 0 2.105-.056 2.961-.913a.361.361 0 0 0 .029-.463.33.33 0 0 0-.464 0c-.547.533-1.684.73-2.512.73-.828 0-1.979-.196-2.512-.73a.326.326 0 0 0-.232-.095z"/>
</symbol>
<symbol id="icon-paypal" viewBox="0 0 24 24" fill="currentColor">
<path d="M7.076 21.337H2.47a.641.641 0 0 1-.633-.74L4.944.901C5.026.382 5.474 0 5.998 0h7.46c2.57 0 4.578.543 5.69 1.81 1.01 1.15 1.304 2.42 1.012 4.287-.023.143-.047.288-.077.437-.983 5.05-4.349 6.797-8.647 6.797h-2.19c-.524 0-.968.382-1.05.9l-1.12 7.106zm14.146-14.42a3.35 3.35 0 0 0-.607-.541c-.013.076-.026.175-.041.254-.93 4.778-4.005 7.201-9.138 7.201h-2.19a.563.563 0 0 0-.556.479l-1.187 7.527h-.506l-.24 1.516a.56.56 0 0 0 .554.647h3.882c.46 0 .85-.334.922-.788.06-.26.76-4.852.816-5.09a.932.932 0 0 1 .923-.788h.58c3.76 0 6.705-1.528 7.565-5.946.36-1.847.174-3.388-.777-4.471z"/>
</symbol>
<symbol id="icon-patreon" viewBox="0 0 24 24" fill="currentColor">
<path d="M15.386.524c-4.764 0-8.64 3.876-8.64 8.64 0 4.75 3.876 8.613 8.64 8.613 4.75 0 8.614-3.864 8.614-8.613C24 4.4 20.136.524 15.386.524M.003 23.537h4.22V.524H.003"/>
</symbol>
<symbol id="icon-bitcoin" viewBox="0 0 24 24" fill="currentColor">
<path d="M23.638 14.904c-1.602 6.43-8.113 10.34-14.542 8.736C2.67 22.05-1.244 15.525.362 9.105 1.962 2.67 8.475-1.243 14.9.358c6.43 1.605 10.342 8.115 8.738 14.546zm-6.35-4.613c.24-1.59-.974-2.45-2.64-3.03l.54-2.153-1.315-.33-.525 2.107c-.345-.087-.7-.169-1.053-.25l.53-2.12-1.313-.33-.54 2.152c-.286-.065-.567-.13-.84-.2l.001-.006-1.812-.452-.35 1.407s.975.224.955.238c.535.136.63.49.615.77l-.617 2.468c.037.01.085.024.138.047l-.14-.034-.865 3.467c-.065.165-.235.406-.614.312.015.02-.956-.239-.956-.239l-.652 1.51 1.71.426.937.244-.548 2.193 1.312.327.54-2.16c.36.1.707.19 1.05.273l-.538 2.145 1.314.33.547-2.19c2.24.428 3.924.256 4.632-1.774.57-1.637-.028-2.58-1.217-3.196.865-.2 1.516-.77 1.69-1.942h.002z"/>
</symbol>
</svg>

After

Width:  |  Height:  |  Size: 7.8 KiB

+1 -1
View File
@@ -25,7 +25,7 @@
{{ else if .name }} {{ else if .name }}
{{/* Backend Lookup Usage */}} {{/* Backend Lookup Usage */}}
{{ $backendName := .name | lower }} {{ $backendName := .name | lower }}
{{ $data := index site.Data.backends $backendName }} {{ $data := index hugo.Data.backends $backendName }}
{{ if $data }} {{ if $data }}
{{ $currentTier = $data.tier }} {{ $currentTier = $data.tier }}
{{ end }} {{ end }}
+1 -1
View File
@@ -1 +1 @@
<a class="btn btn-primary" role="button" href="https://rclone.com/" target="_blank" rel="noopener"><i class="fa fa-briefcase" aria-hidden="true"></i> For Business</a> <a class="btn btn-primary" role="button" href="https://rclone.com/" target="_blank" rel="noopener"><svg class="icon" aria-hidden="true"><use href="#icon-briefcase"/></svg> For Business</a>
+1 -1
View File
@@ -1 +1 @@
<a href="https://downloads.rclone.org/rclone-current-{{ .Get 0 }}-{{ .Get 1 }}.{{ if len .Params | eq 3 }}{{ .Get 2 }}{{ else }}zip{{ end }}" title="{{ .Get 0 }} {{ .Get 1 }} .{{ if len .Params | eq 3 }}{{ .Get 2 }}{{ else }}zip{{ end }}"><span class="fa fa-download fa-lg"></span></a> <a href="https://downloads.rclone.org/rclone-current-{{ .Get 0 }}-{{ .Get 1 }}.{{ if len .Params | eq 3 }}{{ .Get 2 }}{{ else }}zip{{ end }}" title="{{ .Get 0 }} {{ .Get 1 }} .{{ if len .Params | eq 3 }}{{ .Get 2 }}{{ else }}zip{{ end }}"><svg class="icon icon-lg"><use href="#icon-download"/></svg></a>
+1 -1
View File
@@ -1 +1 @@
<a href="https://downloads.rclone.org/{{ partial "version.html" . }}/rclone-{{ partial "version.html" . }}-{{ .Get 0 }}-{{ .Get 1 }}.{{ if len .Params | eq 3 }}{{ .Get 2 }}{{ else }}zip{{ end }}" title="{{ .Get 0 }} {{ .Get 1 }} .{{ if len .Params | eq 3 }}{{ .Get 2 }}{{ else }}zip{{ end }}"><span class="fa fa-download fa-lg"></span></a> <a href="https://downloads.rclone.org/{{ partial "version.html" . }}/rclone-{{ partial "version.html" . }}-{{ .Get 0 }}-{{ .Get 1 }}.{{ if len .Params | eq 3 }}{{ .Get 2 }}{{ else }}zip{{ end }}" title="{{ .Get 0 }} {{ .Get 1 }} .{{ if len .Params | eq 3 }}{{ .Get 2 }}{{ else }}zip{{ end }}"><svg class="icon icon-lg"><use href="#icon-download"/></svg></a>
+1 -1
View File
@@ -12,7 +12,7 @@
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
{{ range sort site.Data.backends "name" "asc" }} {{ range sort hugo.Data.backends "name" "asc" }}
{{ if .virtual }}{{ continue }} {{ end }} {{ if .virtual }}{{ continue }} {{ end }}
<tr> <tr>
<td style="font-weight: bold;"> <td style="font-weight: bold;">
-1
View File
@@ -1 +0,0 @@
<i class="{{ .Get 0 }}" aria-hidden="true"></i>
+1 -1
View File
@@ -1 +1 @@
<img width="{{ .Get "width" }}" src="{{ .Get "src" }}" alt="{{ .Get "alt" }}" style="{{ .Get "style" | safeCSS }}"> {{ with .Get "dark-src" }}<picture{{ with $.Get "class" }} class="{{ . }}"{{ end }} style="width:{{ $.Get "width" }}; {{ $.Get "style" | safeCSS }}"><source srcset="{{ . }}" media="(prefers-color-scheme: dark)"><img width="100%" src="{{ $.Get "src" }}" alt="{{ $.Get "alt" }}"></picture>{{ else }}<img width="{{ .Get "width" }}" src="{{ .Get "src" }}" alt="{{ .Get "alt" }}" style="{{ .Get "style" | safeCSS }}"{{ with .Get "class" }} class="{{ . }}"{{ end }}>{{ end }}
@@ -1,8 +1,8 @@
<div> <div>
<a class="btn btn-primary" role="button" href="https://github.com/sponsors/ncw" target="_blank" rel="noopener"><i class="fab fa-github" aria-hidden="true"></i> GitHub Sponsors</a> <a class="btn btn-primary" role="button" href="https://github.com/sponsors/ncw" target="_blank" rel="noopener"><svg class="icon" aria-hidden="true"><use href="#icon-github"/></svg> GitHub Sponsors</a>
<div class="dropdown" style="display: inline;"> <div class="dropdown" style="display: inline;">
<a class="btn btn-primary dropdown-toggle" href="#" role="button" id="dropdownMenuButton" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> <a class="btn btn-primary dropdown-toggle" href="#" role="button" id="dropdownMenuButton" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i class="fab fa-paypal" aria-hidden="true"></i> PayPal <svg class="icon" aria-hidden="true"><use href="#icon-paypal"/></svg> PayPal
</a> </a>
<div class="dropdown-menu" aria-labelledby="dropdownMenuButton"> <div class="dropdown-menu" aria-labelledby="dropdownMenuButton">
<span class="dropdown-item"><small class="text-muted">Please check the "monthly" box</small></span> <span class="dropdown-item"><small class="text-muted">Please check the "monthly" box</small></span>
@@ -11,6 +11,6 @@
<a class="dropdown-item" target="_blank" rel="noopener" href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=Y2AMZXSALFBR4&amp;source=url">Sponsor in € EUR</a> <a class="dropdown-item" target="_blank" rel="noopener" href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=Y2AMZXSALFBR4&amp;source=url">Sponsor in € EUR</a>
</div> </div>
</div> </div>
<a class="btn btn-primary" role="button" href="https://patreon.com/njcw/" target="_blank" rel="noopener"><i class="fab fa-patreon" aria-hidden="true"></i> Patreon</a> <a class="btn btn-primary" role="button" href="https://patreon.com/njcw/" target="_blank" rel="noopener"><svg class="icon" aria-hidden="true"><use href="#icon-patreon"/></svg> Patreon</a>
<a class="btn btn-primary" role="button" href="https://liberapay.com/ncw/" target="_blank" rel="noopener">Liberapay</a> <a class="btn btn-primary" role="button" href="https://liberapay.com/ncw/" target="_blank" rel="noopener">Liberapay</a>
</div> </div>
@@ -1,7 +1,7 @@
<div> <div>
<div class="dropdown" style="display: inline;"> <div class="dropdown" style="display: inline;">
<a class="btn btn-primary dropdown-toggle" href="#" role="button" id="dropdownMenuButton" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> <a class="btn btn-primary dropdown-toggle" href="#" role="button" id="dropdownMenuButton" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i class="fab fa-paypal" aria-hidden="true"></i> PayPal <svg class="icon" aria-hidden="true"><use href="#icon-paypal"/></svg> PayPal
</a> </a>
<div class="dropdown-menu" aria-labelledby="dropdownMenuButton"> <div class="dropdown-menu" aria-labelledby="dropdownMenuButton">
<a class="dropdown-item" target="_blank" rel="noopener" href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=B9JZV25DCP2SJ&amp;source=url">Sponsor in $ USD</a> <a class="dropdown-item" target="_blank" rel="noopener" href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=B9JZV25DCP2SJ&amp;source=url">Sponsor in $ USD</a>
@@ -9,17 +9,17 @@
<a class="dropdown-item" target="_blank" rel="noopener" href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=Y2AMZXSALFBR4&amp;source=url">Sponsor in € EUR</a> <a class="dropdown-item" target="_blank" rel="noopener" href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=Y2AMZXSALFBR4&amp;source=url">Sponsor in € EUR</a>
</div> </div>
</div> </div>
<a class="btn btn-primary" role="button" href="https://www.paypal.me/nickcw" target="_blank" rel="noopener"><i class="fab fa-paypal" aria-hidden="true"></i> PayPal.Me</a> <a class="btn btn-primary" role="button" href="https://www.paypal.me/nickcw" target="_blank" rel="noopener"><svg class="icon" aria-hidden="true"><use href="#icon-paypal"/></svg> PayPal.Me</a>
<div class="dropdown" style="display: inline;"> <div class="dropdown" style="display: inline;">
<a class="btn btn-primary dropdown-toggle" href="#" role="button" id="dropdownMenuButton" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> <a class="btn btn-primary dropdown-toggle" href="#" role="button" id="dropdownMenuButton" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i class="fab fa-bitcoin" aria-hidden="true"></i> Bitcoin <svg class="icon" aria-hidden="true"><use href="#icon-bitcoin"/></svg> Bitcoin
</a> </a>
<div class="dropdown-menu" aria-labelledby="dropdownMenuButton"> <div class="dropdown-menu" aria-labelledby="dropdownMenuButton">
<span class="dropdown-item">Bitcoin: scan or click the image or copy the address</span> <span class="dropdown-item">Bitcoin: scan or click the image or copy the address</span>
<a class="dropdown-item" target="_blank" rel="noopener" href="bitcoin:19j3oLUsqBcTRvZ2LSq2phVjsAAJ86xSnk"><img src="/img/ncw-bitcoin-address.png" alt="bitcoin:19j3oLUsqBcTRvZ2LSq2phVjsAAJ86xSnk"></a> <a class="dropdown-item" target="_blank" rel="noopener" href="bitcoin:19j3oLUsqBcTRvZ2LSq2phVjsAAJ86xSnk"><img src="/img/ncw-bitcoin-address.png" alt="bitcoin:19j3oLUsqBcTRvZ2LSq2phVjsAAJ86xSnk"></a>
<span class="dropdown-item"> <span class="dropdown-item">
<input type="text" value="19j3oLUsqBcTRvZ2LSq2phVjsAAJ86xSnk" size="30" readonly> <input type="text" value="19j3oLUsqBcTRvZ2LSq2phVjsAAJ86xSnk" size="30" readonly>
<button class="btn btn-primary copy-to-clipboard" type="button" data-toggle="tooltip" data-placement="button" title="Copy to Clipboard"><i class="fas fa-copy" aria-hidden="true"></i></button></span> <button class="btn btn-primary copy-btn" type="button"><svg class="icon" aria-hidden="true"><use href="#icon-copy"/></svg></button></span>
</div> </div>
</div> </div>
</div> </div>
@@ -16,7 +16,7 @@
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
{{ range sort site.Data.backends "name" "asc" }} {{ range sort hugo.Data.backends "name" "asc" }}
{{ if .virtual }}{{ continue }} {{ end }} {{ if .virtual }}{{ continue }} {{ end }}
<tr> <tr>
<td align="left" style="font-weight: bold;"> <td align="left" style="font-weight: bold;">
+2 -2
View File
@@ -3,7 +3,7 @@
{{ .Get "name" }}{{ if .Get "note"}} (<a href="{{ .Get "config" }}{{ .Get "note" }}">See note</a>){{end}} {{ .Get "name" }}{{ if .Get "note"}} (<a href="{{ .Get "config" }}{{ .Get "note" }}">See note</a>){{end}}
</span> </span>
<span> <span>
<a class="badge badge-primary badge-pill" role="button btn-sm" href="{{ .Get "home" }}" target="_blank" rel="noopener"><i class="fa fa-home" aria-hidden="true"></i> Home</a> <a class="badge badge-primary badge-pill" role="button btn-sm" href="{{ .Get "home" }}" target="_blank" rel="noopener"><svg class="icon" aria-hidden="true"><use href="#icon-home"/></svg> Home</a>
<a class="badge badge-primary badge-pill" role="button btn-sm" href="{{ .Get "config" }}"><i class="fa fa-book" aria-hidden="true"></i> Config</a> <a class="badge badge-primary badge-pill" role="button btn-sm" href="{{ .Get "config" }}"><svg class="icon" aria-hidden="true"><use href="#icon-book"/></svg> Config</a>
</span> </span>
</li> </li>
+1 -1
View File
@@ -1,3 +1,3 @@
<a href="{{ .Get "link" }}" target="_blank" rel="noopener"> <a href="{{ .Get "link" }}" target="_blank" rel="noopener">
<img width="{{ .Get "width" }}" src="{{ .Get "src" }}" title="{{ .Get "title" }}" styleX="{{ .Get "style" | safeCSS }}" style="margin: 2px; padding: 1px; border: 1px solid #ddd; border-radius: 4px;"> <img class="sponsor-logo" width="{{ .Get "width" }}" src="{{ .Get "src" }}" title="{{ .Get "title" }}">
</a> </a>
+1 -1
View File
@@ -14,7 +14,7 @@
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
{{ range $name, $data := site.Data.backends }} {{ range $name, $data := hugo.Data.backends }}
<tr> <tr>
<td style="font-weight: bold;"> <td style="font-weight: bold;">
<a href="/{{ $name | urlize }}">{{ $data.name }}</a> <a href="/{{ $name | urlize }}">{{ $data.name }}</a>
File diff suppressed because one or more lines are too long
-208
View File
@@ -1,208 +0,0 @@
body {
font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}
btn-group.a {
color: #000000;
}
a {
color: #3f79ad;
text-decoration: none;
}
a:hover {
color: #70caf2;
}
table {
background-color:#f0f0f0;
}
tbody td, th {
border: 1px solid #c0c0c0;
padding: 3px 7px 2px 7px;
}
thead td, th {
padding: 3px 7px 2px 7px;
font-weight: bold;
background-color:#e0e0e0;
}
tbody tr:nth-child(even) {
background-color:#e8e8e8;
}
/* Preserve whitespace. Wrap text only at line breaks. */
/* Avoids auto-wrapping the code lines. */
pre code {
white-space: pre
}
/* Hover over links on headers */
.header-link {
position: absolute;
left: -0.5em;
opacity: 0;
transition: opacity 0.2s ease-in-out 0.1s;
}
h2:hover .header-link,
h3:hover .header-link,
h4:hover .header-link,
h5:hover .header-link,
h6:hover .header-link {
opacity: 1;
}
/* more space before headings */
h1, h2, h3, h4, h5, h6 {
margin-top: 12px;
padding: 15px 0px;
}
/* Fix spacing of info boxes */
.card {
margin-top: 0.5rem;
}
/* less padding on titles */
.card-header {
padding: 5px 15px;
}
/* less padding around info box items */
.card-body {
padding: 0px;
}
/* more padding around info box items */
.card-body-padded {
padding: 10px 10px 10px 10px;
}
/* make menus longer */
.pre-scrollable {
max-height: 30rem;
}
/* Fix spacing between menu items */
/* .navbar-default .dropdown-menu>li>a { */
/* padding-top: 6px; */
/* padding-bottom: 6px; */
/* } */
/* custom logo in navbar */
.rclone-logo {
height: 36px;
margin-top: -10px;
margin-bottom: -10px;
}
.heart {
color: #e31b23;
}
blockquote {
display: block;
background-color: #EEE;
padding: 0.25rem;
border: 1px solid black;
}
pre {
padding: 10px;
margin: 0 0 10.5px;
font-size: 14px;
line-height: 1.42857143;
word-break: break-all;
word-wrap: break-word;
color: #333333;
background-color: #f5f5f5;
border: 1px solid #cccccc;
border-radius: 0.25rem;
}
code {
font-size: 87.5%;
color: #e83e8c;
word-wrap: break-word;
}
/* reduce h12345 sizes */
h1 {
font-size: 160%;
}
h2 {
font-size: 130%;
}
h3 {
font-size: 110%;
font-weight: bold;
}
h4 {
font-size: 100%;
font-weight: bold;
}
h5 {
font-size: 90%;
font-weight: bold;
}
.menu {
font-size: 95%;
}
.container-fluid {
padding-left: 2.2rem !important;
padding-right: 2.2rem !important;
}
/* Make primary buttons rclone colours. Should learn sass and do this the proper way! */
.btn-primary {
background-color: #3f79ad;
border-color: #3f79ad;
}
.btn-primary:hover {
background-color: #70caf2;
border-color: #70caf2;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
background-color: #70caf2;
border-color: #70caf2;
}
.btn-primary.focus, .btn-primary:focus {
background-color: #3f79ad;
border-color: #3f79ad;
box-shadow: 0 0 0 0.2rem rgba(63,121,173,.5);
}
.badge-primary {
background-color: #3f79ad;
border-color: #3f79ad;
}
a.badge-primary:focus, a.badge-primary:hover {
background-color: #70caf2;
}
a.badge-primary.focus, a.badge-primary:focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(112,202,242,.5);
}
.bizbutton {
background-color:#fb7a20;
border-radius: 15px;
padding: 5px;
}
.bizbutton:hover {
/* background-color:#f29870; */
/* border-color:#f29870; */
background-color: #70caf2;
border-color: #70caf2;
}
nav#TableOfContents ul {
list-style-type: none;
padding: 0.0rem;
margin: 0rem 0.5rem 0rem 0.5rem;
font-size: 90%;
white-space: nowrap;
overflow: hidden;
}
nav#TableOfContents ul:hover {
overflow: visible;
}
+1031
View File
File diff suppressed because it is too large Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
-6
View File
@@ -1,6 +0,0 @@
/*!
* Font Awesome Free 6.7.1 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
* Copyright 2024 Fonticons, Inc.
*/
:host,:root{--fa-style-family-classic:"Font Awesome 6 Free";--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display:block;src:url(../webfonts/fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.ttf) format("truetype")}.fa-solid,.fas{font-weight:900}
Binary file not shown.
Binary file not shown.
Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More