rclone/MANUAL.html

25871 lines
1.4 MiB
HTML
Raw Normal View History

2019-04-13 12:01:58 +02:00
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
2016-01-31 17:33:20 +01:00
<head>
2019-04-13 12:01:58 +02:00
<meta charset="utf-8" />
2016-01-31 17:33:20 +01:00
<meta name="generator" content="pandoc" />
2019-04-13 12:01:58 +02:00
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
2016-01-31 17:33:20 +01:00
<meta name="author" content="Nick Craig-Wood" />
<title>rclone(1) User Manual</title>
2019-04-13 12:01:58 +02:00
<style type="text/css">
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
span.underline{text-decoration: underline;}
div.column{display: inline-block; vertical-align: top; width: 50%;}
</style>
2016-01-31 17:33:20 +01:00
</head>
<body>
2020-02-01 11:31:42 +01:00
<header id="title-block-header">
2016-01-31 17:33:20 +01:00
<h1 class="title">rclone(1) User Manual</h1>
2019-04-13 12:01:58 +02:00
<p class="author">Nick Craig-Wood</p>
2021-03-31 20:12:08 +02:00
<p class="date">Mar 31, 2021</p>
2019-04-13 12:01:58 +02:00
</header>
2020-05-27 17:11:47 +02:00
<h1 id="rclone-syncs-your-files-to-cloud-storage">Rclone syncs your files to cloud storage</h1>
<p><img width="50%" src="https://rclone.org/img/logo_on_light__horizontal_color.svg" alt="rclone logo" style="float:right; padding: 5px;" ></p>
<ul>
<li><a href="#about">About rclone</a></li>
2020-09-02 17:59:04 +02:00
<li><a href="#what">What can rclone do for you?</a></li>
<li><a href="#features">What features does rclone have?</a></li>
<li><a href="#providers">What providers does rclone support?</a></li>
2020-05-27 17:11:47 +02:00
<li><a href="https://rclone.org/downloads/">Download</a></li>
<li><a href="https://rclone.org/install/">Install</a></li>
<li><a href="https://rclone.org/donate/">Donate.</a></li>
</ul>
<h2 id="about">About rclone</h2>
2020-09-02 17:59:04 +02:00
<p>Rclone is a command line program to manage files on cloud storage. It is a feature rich alternative to cloud vendors' web storage interfaces. <a href="#providers">Over 40 cloud storage products</a> support rclone including S3 object stores, business &amp; consumer file storage services, as well as standard transfer protocols.</p>
<p>Rclone has powerful cloud equivalents to the unix commands rsync, cp, mv, mount, ls, ncdu, tree, rm, and cat. Rclone's familiar syntax includes shell pipeline support, and <code>--dry-run</code> protection. It is used at the command line, in scripts or via its <a href="/rc">API</a>.</p>
<p>Users call rclone <em>"The Swiss army knife of cloud storage"</em>, and <em>"Technology indistinguishable from magic"</em>.</p>
2021-02-02 14:42:35 +01:00
<p>Rclone really looks after your data. It preserves timestamps and verifies checksums at all times. Transfers over limited bandwidth; intermittent connections, or subject to quota can be restarted, from the last good file transferred. You can <a href="https://rclone.org/commands/rclone_check/">check</a> the integrity of your files. Where possible, rclone employs server-side transfers to minimise local bandwidth use and transfers from one provider to another without using local disk.</p>
<p>Virtual backends wrap local and cloud file systems to apply <a href="https://rclone.org/crypt/">encryption</a>, <a href="https://rclone.org/cache/">caching</a>, <a href="https://rclone.org/compress/">compression</a> <a href="https://rclone.org/chunker/">chunking</a> and <a href="https://rclone.org/union/">joining</a>.</p>
2020-09-02 17:59:04 +02:00
<p>Rclone <a href="https://rclone.org/commands/rclone_mount/">mounts</a> any local, cloud or virtual filesystem as a disk on Windows, macOS, linux and FreeBSD, and also serves these over <a href="https://rclone.org/commands/rclone_serve_sftp/">SFTP</a>, <a href="https://rclone.org/commands/rclone_serve_http/">HTTP</a>, <a href="https://rclone.org/commands/rclone_serve_webdav/">WebDAV</a>, <a href="https://rclone.org/commands/rclone_serve_ftp/">FTP</a> and <a href="https://rclone.org/commands/rclone_serve_dlna/">DLNA</a>.</p>
2020-05-27 17:11:47 +02:00
<p>Rclone is mature, open source software originally inspired by rsync and written in <a href="https://golang.org">Go</a>. The friendly support community are familiar with varied use cases. Official Ubuntu, Debian, Fedora, Brew and Chocolatey repos. include rclone. For the latest version <a href="https://rclone.org/downloads/">downloading from rclone.org</a> is recommended.</p>
2020-09-02 17:59:04 +02:00
<p>Rclone is widely used on Linux, Windows and Mac. Third party developers create innovative backup, restore, GUI and business process solutions using the rclone command line or API.</p>
<p>Rclone does the heavy lifting of communicating with cloud storage.</p>
<h2 id="what">What can rclone do for you?</h2>
<p>Rclone helps you:</p>
2020-05-27 17:11:47 +02:00
<ul>
<li>Backup (and encrypt) files to cloud storage</li>
<li>Restore (and decrypt) files from cloud storage</li>
<li>Mirror cloud data to other cloud services or locally</li>
<li>Migrate data to cloud, or between cloud storage vendors</li>
<li>Mount multiple, encrypted, cached or diverse cloud storage as a disk</li>
<li>Analyse and account for data held on cloud storage using <a href="https://rclone.org/commands/rclone_lsf/">lsf</a>, <a href="https://rclone.org/commands/rclone_lsjson/">ljson</a>, <a href="https://rclone.org/commands/rclone_size/">size</a>, <a href="https://rclone.org/commands/rclone_ncdu/">ncdu</a></li>
<li><a href="https://rclone.org/union/">Union</a> file systems together to present multiple local and/or cloud file systems as one</li>
</ul>
<h2 id="features">Features</h2>
<ul>
<li>Transfers
<ul>
<li>MD5, SHA1 hashes are checked at all times for file integrity</li>
<li>Timestamps are preserved on files</li>
<li>Operations can be restarted at any time</li>
2021-02-02 14:42:35 +01:00
<li>Can be to and from network, e.g. two different cloud providers</li>
2020-05-27 17:11:47 +02:00
<li>Can use multi-threaded downloads to local disk</li>
</ul></li>
<li><a href="https://rclone.org/commands/rclone_copy/">Copy</a> new or changed files to cloud storage</li>
<li><a href="https://rclone.org/commands/rclone_sync/">Sync</a> (one way) to make a directory identical</li>
<li><a href="https://rclone.org/commands/rclone_move/">Move</a> files to cloud storage deleting the local after verification</li>
<li><a href="https://rclone.org/commands/rclone_check/">Check</a> hashes and for missing/extra files</li>
<li><a href="https://rclone.org/commands/rclone_mount/">Mount</a> your cloud storage as a network disk</li>
<li><a href="https://rclone.org/commands/rclone_serve/">Serve</a> local or remote files over <a href="https://rclone.org/commands/rclone_serve_http/">HTTP</a>/<a href="https://rclone.org/commands/rclone_serve_webdav/">WebDav</a>/<a href="https://rclone.org/commands/rclone_serve_ftp/">FTP</a>/<a href="https://rclone.org/commands/rclone_serve_sftp/">SFTP</a>/<a href="https://rclone.org/commands/rclone_serve_dlna/">dlna</a></li>
<li>Experimental <a href="https://rclone.org/gui/">Web based GUI</a></li>
</ul>
<h2 id="providers">Supported providers</h2>
2020-09-02 17:59:04 +02:00
<p>(There are many others, built on standard protocols such as WebDAV or S3, that work out of the box.)</p>
2016-01-31 17:33:20 +01:00
<ul>
2019-08-26 16:25:20 +02:00
<li>1Fichier</li>
2019-02-09 11:42:57 +01:00
<li>Alibaba Cloud (Aliyun) Object Storage System (OSS)</li>
2020-05-27 17:11:47 +02:00
<li>Amazon Drive</li>
2016-01-31 17:33:20 +01:00
<li>Amazon S3</li>
2017-09-30 15:19:47 +02:00
<li>Backblaze B2</li>
<li>Box</li>
<li>Ceph</li>
2019-10-26 12:04:54 +02:00
<li>Citrix ShareFile</li>
2019-08-26 16:25:20 +02:00
<li>C14</li>
2017-12-23 14:07:45 +01:00
<li>DigitalOcean Spaces</li>
2017-09-30 15:19:47 +02:00
<li>Dreamhost</li>
2016-01-31 17:33:20 +01:00
<li>Dropbox</li>
2021-02-02 14:42:35 +01:00
<li>Enterprise File Fabric</li>
2017-09-30 15:19:47 +02:00
<li>FTP</li>
2016-01-31 17:33:20 +01:00
<li>Google Cloud Storage</li>
2017-09-30 15:19:47 +02:00
<li>Google Drive</li>
2019-08-26 16:25:20 +02:00
<li>Google Photos</li>
2021-02-02 14:42:35 +01:00
<li>HDFS</li>
2017-09-30 15:19:47 +02:00
<li>HTTP</li>
2016-01-31 17:33:20 +01:00
<li>Hubic</li>
2018-09-01 13:58:00 +02:00
<li>Jottacloud</li>
2018-03-19 11:06:13 +01:00
<li>IBM COS S3</li>
2019-04-13 12:01:58 +02:00
<li>Koofr</li>
2019-10-26 12:04:54 +02:00
<li>Mail.ru Cloud</li>
2017-09-30 15:19:47 +02:00
<li>Memset Memstore</li>
2018-04-28 12:46:27 +02:00
<li>Mega</li>
2020-02-01 11:31:42 +01:00
<li>Memory</li>
2017-09-30 15:19:47 +02:00
<li>Microsoft Azure Blob Storage</li>
<li>Microsoft OneDrive</li>
<li>Minio</li>
2018-06-16 19:21:09 +02:00
<li>Nextcloud</li>
2017-09-30 15:19:47 +02:00
<li>OVH</li>
2018-06-16 19:21:09 +02:00
<li>OpenDrive</li>
2020-05-27 17:11:47 +02:00
<li>OpenStack Swift</li>
2017-09-30 15:19:47 +02:00
<li>Oracle Cloud Storage</li>
2018-04-28 12:46:27 +02:00
<li>ownCloud</li>
2017-12-23 14:07:45 +01:00
<li>pCloud</li>
2019-08-26 16:25:20 +02:00
<li>premiumize.me</li>
2017-12-23 14:07:45 +01:00
<li>put.io</li>
2017-09-30 15:19:47 +02:00
<li>QingStor</li>
<li>Rackspace Cloud Files</li>
2019-06-15 13:01:29 +02:00
<li>rsync.net</li>
2019-02-09 11:42:57 +01:00
<li>Scaleway</li>
2020-05-27 17:11:47 +02:00
<li>Seafile</li>
2017-03-18 12:16:43 +01:00
<li>SFTP</li>
2020-05-27 17:11:47 +02:00
<li>StackPath</li>
2020-02-01 11:31:42 +01:00
<li>SugarSync</li>
2020-05-27 17:11:47 +02:00
<li>Tardigrade</li>
2021-02-02 14:42:35 +01:00
<li>Tencent Cloud Object Storage (COS)</li>
2017-09-30 15:19:47 +02:00
<li>Wasabi</li>
2017-12-23 14:07:45 +01:00
<li>WebDAV</li>
2017-09-30 15:19:47 +02:00
<li>Yandex Disk</li>
2021-02-02 14:42:35 +01:00
<li>Zoho WorkDrive</li>
2016-01-31 17:33:20 +01:00
<li>The local filesystem</li>
</ul>
<p>Links</p>
<ul>
<li><a href="https://rclone.org/">Home page</a></li>
<li><a href="https://github.com/rclone/rclone">GitHub project page for source and bug tracker</a></li>
2017-01-02 16:30:34 +01:00
<li><a href="https://forum.rclone.org">Rclone Forum</a></li>
<li><a href="https://rclone.org/downloads/">Downloads</a></li>
2016-01-31 17:33:20 +01:00
</ul>
2016-11-06 11:17:52 +01:00
<h1 id="install">Install</h1>
2016-01-31 17:33:20 +01:00
<p>Rclone is a Go program and comes as a single binary file.</p>
2016-11-06 11:17:52 +01:00
<h2 id="quickstart">Quickstart</h2>
<ul>
<li><a href="https://rclone.org/downloads/">Download</a> the relevant binary.</li>
2018-09-01 13:58:00 +02:00
<li>Extract the <code>rclone</code> or <code>rclone.exe</code> binary from the archive</li>
<li>Run <code>rclone config</code> to setup. See <a href="https://rclone.org/docs/">rclone config docs</a> for more details.</li>
2016-11-06 11:17:52 +01:00
</ul>
<p>See below for some expanded Linux / macOS instructions.</p>
2020-05-27 17:11:47 +02:00
<p>See the <a href="https://rclone.org/docs/#usage">Usage section</a> of the docs for how to use rclone, or run <code>rclone -h</code>.</p>
2021-03-31 20:12:08 +02:00
<p>Already installed rclone can be easily updated to the latest version using the <a href="https://rclone.org/commands/rclone_selfupdate/">rclone selfupdate</a> command.</p>
2017-12-23 14:07:45 +01:00
<h2 id="script-installation">Script installation</h2>
2018-03-19 11:06:13 +01:00
<p>To install rclone on Linux/macOS/BSD systems, run:</p>
2017-12-23 14:07:45 +01:00
<pre><code>curl https://rclone.org/install.sh | sudo bash</code></pre>
<p>For beta installation, run:</p>
<pre><code>curl https://rclone.org/install.sh | sudo bash -s beta</code></pre>
2020-09-02 17:59:04 +02:00
<p>Note that this script checks the version of rclone installed first and won't re-download if not needed.</p>
2016-11-06 11:17:52 +01:00
<h2 id="linux-installation-from-precompiled-binary">Linux installation from precompiled binary</h2>
<p>Fetch and unpack</p>
<pre><code>curl -O https://downloads.rclone.org/rclone-current-linux-amd64.zip
2016-11-06 11:17:52 +01:00
unzip rclone-current-linux-amd64.zip
cd rclone-*-linux-amd64</code></pre>
<p>Copy binary file</p>
2017-03-18 12:16:43 +01:00
<pre><code>sudo cp rclone /usr/bin/
sudo chown root:root /usr/bin/rclone
sudo chmod 755 /usr/bin/rclone</code></pre>
2016-11-06 11:17:52 +01:00
<p>Install manpage</p>
<pre><code>sudo mkdir -p /usr/local/share/man/man1
2016-01-31 17:33:20 +01:00
sudo cp rclone.1 /usr/local/share/man/man1/
2016-07-13 13:26:22 +02:00
sudo mandb </code></pre>
<p>Run <code>rclone config</code> to setup. See <a href="https://rclone.org/docs/">rclone config docs</a> for more details.</p>
2016-11-06 11:17:52 +01:00
<pre><code>rclone config</code></pre>
2020-02-01 11:31:42 +01:00
<h2 id="macos-installation-with-brew">macOS installation with brew</h2>
<pre><code>brew install rclone</code></pre>
<h2 id="macos-installation-from-precompiled-binary-using-curl">macOS installation from precompiled binary, using curl</h2>
<p>To avoid problems with macOS gatekeeper enforcing the binary to be signed and notarized it is enough to download with <code>curl</code>.</p>
2016-11-06 11:17:52 +01:00
<p>Download the latest version of rclone.</p>
<pre><code>cd &amp;&amp; curl -O https://downloads.rclone.org/rclone-current-osx-amd64.zip</code></pre>
2016-11-06 11:17:52 +01:00
<p>Unzip the download and cd to the extracted folder.</p>
<pre><code>unzip -a rclone-current-osx-amd64.zip &amp;&amp; cd rclone-*-osx-amd64</code></pre>
<p>Move rclone to your $PATH. You will be prompted for your password.</p>
2017-09-30 15:19:47 +02:00
<pre><code>sudo mkdir -p /usr/local/bin
sudo mv rclone /usr/local/bin/</code></pre>
<p>(the <code>mkdir</code> command is safe to run, even if the directory already exists).</p>
2016-11-06 11:17:52 +01:00
<p>Remove the leftover files.</p>
<pre><code>cd .. &amp;&amp; rm -rf rclone-*-osx-amd64 rclone-current-osx-amd64.zip</code></pre>
<p>Run <code>rclone config</code> to setup. See <a href="https://rclone.org/docs/">rclone config docs</a> for more details.</p>
2016-11-06 11:17:52 +01:00
<pre><code>rclone config</code></pre>
2020-02-01 11:31:42 +01:00
<h2 id="macos-installation-from-precompiled-binary-using-a-web-browser">macOS installation from precompiled binary, using a web browser</h2>
<p>When downloading a binary with a web browser, the browser will set the macOS gatekeeper quarantine attribute. Starting from Catalina, when attempting to run <code>rclone</code>, a pop-up will appear saying:</p>
<pre><code>“rclone” cannot be opened because the developer cannot be verified.
macOS cannot verify that this app is free from malware.</code></pre>
<p>The simplest fix is to run</p>
<pre><code>xattr -d com.apple.quarantine rclone</code></pre>
2019-10-26 12:04:54 +02:00
<h2 id="install-with-docker">Install with docker</h2>
<p>The rclone maintains a <a href="https://hub.docker.com/r/rclone/rclone">docker image for rclone</a>. These images are autobuilt by docker hub from the rclone source based on a minimal Alpine linux image.</p>
2021-02-02 14:42:35 +01:00
<p>The <code>:latest</code> tag will always point to the latest stable release. You can use the <code>:beta</code> tag to get the latest build from master. You can also use version tags, e.g. <code>:1.49.1</code>, <code>:1.49</code> or <code>:1</code>.</p>
2019-10-26 12:04:54 +02:00
<pre><code>$ docker pull rclone/rclone:latest
latest: Pulling from rclone/rclone
Digest: sha256:0e0ced72671989bb837fea8e88578b3fc48371aa45d209663683e24cfdaa0e11
...
$ docker run --rm rclone/rclone:latest version
rclone v1.49.1
- os/arch: linux/amd64
- go version: go1.12.9</code></pre>
<p>There are a few command line options to consider when starting an rclone Docker container from the rclone image.</p>
<ul>
<li><p>You need to mount the host rclone config dir at <code>/config/rclone</code> into the Docker container. Due to the fact that rclone updates tokens inside its config file, and that the update process involves a file rename, you need to mount the whole host rclone config dir, not just the single host rclone config file.</p></li>
<li><p>You need to mount a host data dir at <code>/data</code> into the Docker container.</p></li>
<li><p>By default, the rclone binary inside a Docker container runs with UID=0 (root). As a result, all files created in a run will have UID=0. If your config and data files reside on the host with a non-root UID:GID, you need to pass these on the container start command line.</p></li>
2020-09-02 17:59:04 +02:00
<li>If you want to access the RC interface (either via the API or the Web UI), it is required to set the <code>--rc-addr</code> to <code>:5572</code> in order to connect to it from outside the container. An explanation about why this is necessary is present <a href="https://web.archive.org/web/20200808071950/https://pythonspeed.com/articles/docker-connection-refused/">here</a>.
<ul>
<li>NOTE: Users running this container with the docker network set to <code>host</code> should probably set it to listen to localhost only, with <code>127.0.0.1:5572</code> as the value for <code>--rc-addr</code></li>
</ul></li>
<li><p>It is possible to use <code>rclone mount</code> inside a userspace Docker container, and expose the resulting fuse mount to the host. The exact <code>docker run</code> options to do that might vary slightly between hosts. See, e.g. the discussion in this <a href="https://github.com/moby/moby/issues/9448">thread</a>.</p>
2019-10-26 12:04:54 +02:00
<p>You also need to mount the host <code>/etc/passwd</code> and <code>/etc/group</code> for fuse to work inside the container.</p></li>
</ul>
<p>Here are some commands tested on an Ubuntu 18.04.3 host:</p>
<pre><code># config on host at ~/.config/rclone/rclone.conf
# data on host at ~/data
# make sure the config is ok by listing the remotes
docker run --rm \
--volume ~/.config/rclone:/config/rclone \
--volume ~/data:/data:shared \
--user $(id -u):$(id -g) \
rclone/rclone \
listremotes
# perform mount inside Docker container, expose result to host
mkdir -p ~/data/mount
docker run --rm \
--volume ~/.config/rclone:/config/rclone \
--volume ~/data:/data:shared \
--user $(id -u):$(id -g) \
--volume /etc/passwd:/etc/passwd:ro --volume /etc/group:/etc/group:ro \
--device /dev/fuse --cap-add SYS_ADMIN --security-opt apparmor:unconfined \
rclone/rclone \
mount dropbox:Photos /data/mount &amp;
ls ~/data/mount
kill %1</code></pre>
2016-11-06 11:17:52 +01:00
<h2 id="install-from-source">Install from source</h2>
2021-03-31 20:12:08 +02:00
<p>Make sure you have at least <a href="https://golang.org/">Go</a> go1.13 installed. <a href="https://golang.org/dl/">Download go</a> if necessary. The latest release is recommended. Then</p>
<pre><code>git clone https://github.com/rclone/rclone.git
2018-09-01 13:58:00 +02:00
cd rclone
go build
./rclone version</code></pre>
2020-09-02 17:59:04 +02:00
<p>This will leave you a checked out version of rclone you can modify and send pull requests with. If you use <code>make</code> instead of <code>go build</code> then the rclone build will have the correct version information in it.</p>
<p>You can also build the latest stable rclone with:</p>
<pre><code>go get github.com/rclone/rclone</code></pre>
<p>or the latest version (equivalent to the beta) with</p>
<pre><code>go get github.com/rclone/rclone@master</code></pre>
2021-02-02 14:42:35 +01:00
<p>These will build the binary in <code>$(go env GOPATH)/bin</code> (<code>~/go/bin/rclone</code> by default) after downloading the source to the go module cache. Note - do <strong>not</strong> use the <code>-u</code> flag here. This causes go to try to update the dependencies that rclone uses and sometimes these don't work with the current version of rclone.</p>
2016-07-13 13:26:22 +02:00
<h2 id="installation-with-ansible">Installation with Ansible</h2>
2020-09-02 17:59:04 +02:00
<p>This can be done with <a href="https://github.com/stefangweichinger/ansible-rclone">Stefan Weichinger's ansible role</a>.</p>
2016-07-13 13:26:22 +02:00
<p>Instructions</p>
2019-04-13 12:01:58 +02:00
<ol type="1">
2016-07-13 13:26:22 +02:00
<li><code>git clone https://github.com/stefangweichinger/ansible-rclone.git</code> into your local roles-directory</li>
<li>add the role to the hosts you want rclone installed to:</li>
</ol>
<pre><code> - hosts: rclone-hosts
roles:
- rclone</code></pre>
2016-01-31 17:33:20 +01:00
<h2 id="configure">Configure</h2>
2021-03-31 20:12:08 +02:00
<p>First, you'll need to configure rclone. As the object storage systems have quite complicated authentication these are kept in a config file. (See the <a href="#config-config-file"><code>--config</code></a> entry for how to find the config file and choose its location.)</p>
2016-01-31 17:33:20 +01:00
<p>The easiest way to make the config is to run rclone with the config option:</p>
<pre><code>rclone config</code></pre>
<p>See the following for detailed instructions for</p>
<ul>
2019-08-26 16:25:20 +02:00
<li><a href="https://rclone.org/fichier/">1Fichier</a></li>
2018-03-19 11:06:13 +01:00
<li><a href="https://rclone.org/alias/">Alias</a></li>
2017-09-30 15:19:47 +02:00
<li><a href="https://rclone.org/amazonclouddrive/">Amazon Drive</a></li>
<li><a href="https://rclone.org/s3/">Amazon S3</a></li>
2017-09-30 15:19:47 +02:00
<li><a href="https://rclone.org/b2/">Backblaze B2</a></li>
<li><a href="https://rclone.org/box/">Box</a></li>
2017-12-23 14:07:45 +01:00
<li><a href="https://rclone.org/cache/">Cache</a></li>
2019-10-26 12:04:54 +02:00
<li><a href="https://rclone.org/chunker/">Chunker</a> - transparently splits large files for other remotes</li>
<li><a href="https://rclone.org/sharefile/">Citrix ShareFile</a></li>
2021-02-02 14:42:35 +01:00
<li><a href="https://rclone.org/compress/">Compress</a></li>
2017-09-30 15:19:47 +02:00
<li><a href="https://rclone.org/crypt/">Crypt</a> - to encrypt other remotes</li>
2020-05-27 17:11:47 +02:00
<li><a href="https://rclone.org/s3/#digitalocean-spaces">DigitalOcean Spaces</a></li>
<li><a href="https://rclone.org/dropbox/">Dropbox</a></li>
2021-02-02 14:42:35 +01:00
<li><a href="https://rclone.org/filefabric/">Enterprise File Fabric</a></li>
2017-09-30 15:19:47 +02:00
<li><a href="https://rclone.org/ftp/">FTP</a></li>
<li><a href="https://rclone.org/googlecloudstorage/">Google Cloud Storage</a></li>
2017-09-30 15:19:47 +02:00
<li><a href="https://rclone.org/drive/">Google Drive</a></li>
2019-08-26 16:25:20 +02:00
<li><a href="https://rclone.org/googlephotos/">Google Photos</a></li>
2021-02-02 14:42:35 +01:00
<li><a href="https://rclone.org/hdfs/">HDFS</a></li>
2017-09-30 15:19:47 +02:00
<li><a href="https://rclone.org/http/">HTTP</a></li>
<li><a href="https://rclone.org/hubic/">Hubic</a></li>
2020-02-01 11:31:42 +01:00
<li><a href="https://rclone.org/jottacloud/">Jottacloud / GetSky.no</a></li>
2019-04-13 12:01:58 +02:00
<li><a href="https://rclone.org/koofr/">Koofr</a></li>
2019-10-26 12:04:54 +02:00
<li><a href="https://rclone.org/mailru/">Mail.ru Cloud</a></li>
2018-04-28 12:46:27 +02:00
<li><a href="https://rclone.org/mega/">Mega</a></li>
2020-02-01 11:31:42 +01:00
<li><a href="https://rclone.org/memory/">Memory</a></li>
2017-09-30 15:19:47 +02:00
<li><a href="https://rclone.org/azureblob/">Microsoft Azure Blob Storage</a></li>
<li><a href="https://rclone.org/onedrive/">Microsoft OneDrive</a></li>
2020-05-27 17:11:47 +02:00
<li><a href="https://rclone.org/swift/">OpenStack Swift / Rackspace Cloudfiles / Memset Memstore</a></li>
2018-06-16 19:21:09 +02:00
<li><a href="https://rclone.org/opendrive/">OpenDrive</a></li>
2017-12-23 14:07:45 +01:00
<li><a href="https://rclone.org/pcloud/">Pcloud</a></li>
2019-08-26 16:25:20 +02:00
<li><a href="https://rclone.org/premiumizeme/">premiumize.me</a></li>
<li><a href="https://rclone.org/putio/">put.io</a></li>
2017-09-30 15:19:47 +02:00
<li><a href="https://rclone.org/qingstor/">QingStor</a></li>
2020-05-27 17:11:47 +02:00
<li><a href="https://rclone.org/seafile/">Seafile</a></li>
<li><a href="https://rclone.org/sftp/">SFTP</a></li>
2020-02-01 11:31:42 +01:00
<li><a href="https://rclone.org/sugarsync/">SugarSync</a></li>
2020-05-27 17:11:47 +02:00
<li><a href="https://rclone.org/tardigrade/">Tardigrade</a></li>
2018-10-15 12:03:08 +02:00
<li><a href="https://rclone.org/union/">Union</a></li>
2017-12-23 14:07:45 +01:00
<li><a href="https://rclone.org/webdav/">WebDAV</a></li>
2017-09-30 15:19:47 +02:00
<li><a href="https://rclone.org/yandex/">Yandex Disk</a></li>
2021-02-02 14:42:35 +01:00
<li><a href="https://rclone.org/zoho/">Zoho WorkDrive</a></li>
2017-09-30 15:19:47 +02:00
<li><a href="https://rclone.org/local/">The local filesystem</a></li>
2016-01-31 17:33:20 +01:00
</ul>
<h2 id="usage">Usage</h2>
<p>Rclone syncs a directory tree from one storage system to another.</p>
<p>Its syntax is like this</p>
<pre><code>Syntax: [options] subcommand &lt;parameters&gt; &lt;parameters...&gt;</code></pre>
2021-02-02 14:42:35 +01:00
<p>Source and destination paths are specified by the name you gave the storage system in the config file then the sub path, e.g. "drive:myfolder" to look at "myfolder" in Google drive.</p>
2016-01-31 17:33:20 +01:00
<p>You can define as many storage paths as you like in the config file.</p>
2020-09-02 17:59:04 +02:00
<p>Please use the <a href="#interactive"><code>-i</code> / <code>--interactive</code></a> flag while learning rclone to avoid accidental data loss.</p>
2016-01-31 17:33:20 +01:00
<h2 id="subcommands">Subcommands</h2>
<p>rclone uses a system of subcommands. For example</p>
2019-04-13 12:01:58 +02:00
<pre><code>rclone ls remote:path # lists a remote
rclone copy /local/path remote:path # copies /local/path to the remote
2020-09-02 17:59:04 +02:00
rclone sync -i /local/path remote:path # syncs /local/path to the remote</code></pre>
2020-05-27 17:11:47 +02:00
<h1 id="rclone-config">rclone config</h1>
<p>Enter an interactive configuration session.</p>
2020-05-27 17:11:47 +02:00
<h2 id="synopsis">Synopsis</h2>
2017-12-23 14:07:45 +01:00
<p>Enter an interactive configuration session where you can setup new remotes and manage existing ones. You may also set or remove a password to protect your configuration.</p>
<pre><code>rclone config [flags]</code></pre>
2020-05-27 17:11:47 +02:00
<h2 id="options">Options</h2>
2017-09-30 15:19:47 +02:00
<pre><code> -h, --help help for config</code></pre>
2019-08-26 16:25:20 +02:00
<p>See the <a href="https://rclone.org/flags/">global flags page</a> for global options not listed here.</p>
2020-05-27 17:11:47 +02:00
<h2 id="see-also">SEE ALSO</h2>
2019-06-15 13:01:29 +02:00
<ul>
<li><a href="https://rclone.org/commands/rclone/">rclone</a> - Show help for rclone commands, flags and backends.</li>
<li><a href="https://rclone.org/commands/rclone_config_create/">rclone config create</a> - Create a new remote with name, type and options.</li>
2020-05-27 17:11:47 +02:00
<li><a href="https://rclone.org/commands/rclone_config_delete/">rclone config delete</a> - Delete an existing remote <code>name</code>.</li>
2019-08-26 16:25:20 +02:00
<li><a href="https://rclone.org/commands/rclone_config_disconnect/">rclone config disconnect</a> - Disconnects user from remote</li>
2019-06-15 13:01:29 +02:00
<li><a href="https://rclone.org/commands/rclone_config_dump/">rclone config dump</a> - Dump the config file as JSON.</li>
<li><a href="https://rclone.org/commands/rclone_config_edit/">rclone config edit</a> - Enter an interactive configuration session.</li>
<li><a href="https://rclone.org/commands/rclone_config_file/">rclone config file</a> - Show path of configuration file in use.</li>
<li><a href="https://rclone.org/commands/rclone_config_password/">rclone config password</a> - Update password in an existing remote.</li>
<li><a href="https://rclone.org/commands/rclone_config_providers/">rclone config providers</a> - List in JSON format all the providers and options.</li>
2019-08-26 16:25:20 +02:00
<li><a href="https://rclone.org/commands/rclone_config_reconnect/">rclone config reconnect</a> - Re-authenticates user with remote.</li>
2019-06-15 13:01:29 +02:00
<li><a href="https://rclone.org/commands/rclone_config_show/">rclone config show</a> - Print (decrypted) config file, or the config for a single remote.</li>
<li><a href="https://rclone.org/commands/rclone_config_update/">rclone config update</a> - Update options in an existing remote.</li>
2019-08-26 16:25:20 +02:00
<li><a href="https://rclone.org/commands/rclone_config_userinfo/">rclone config userinfo</a> - Prints info about logged in user of remote.</li>
2019-06-15 13:01:29 +02:00
</ul>
2020-05-27 17:11:47 +02:00
<h1 id="rclone-copy">rclone copy</h1>
2021-02-02 14:42:35 +01:00
<p>Copy files from source to dest, skipping already copied.</p>
2020-05-27 17:11:47 +02:00
<h2 id="synopsis-1">Synopsis</h2>
2020-09-02 17:59:04 +02:00
<p>Copy the source to the destination. Doesn't transfer unchanged files, testing by size and modification time or MD5SUM. Doesn't delete files from the destination.</p>
<p>Note that it is always the contents of the directory that is synced, not the directory so when source:path is a directory, it's the contents of source:path that are copied, not the directory name and contents.</p>
<p>If dest:path doesn't exist, it is created and the source:path contents go there.</p>
2016-01-31 17:33:20 +01:00
<p>For example</p>
<pre><code>rclone copy source:sourcepath dest:destpath</code></pre>
2020-09-02 17:59:04 +02:00
<p>Let's say there are two files in sourcepath</p>
2016-01-31 17:33:20 +01:00
<pre><code>sourcepath/one.txt
sourcepath/two.txt</code></pre>
<p>This copies them to</p>
<pre><code>destpath/one.txt
destpath/two.txt</code></pre>
<p>Not to</p>
<pre><code>destpath/sourcepath/one.txt
destpath/sourcepath/two.txt</code></pre>
2021-02-02 14:42:35 +01:00
<p>If you are familiar with <code>rsync</code>, rclone always works as if you had written a trailing <code>/</code> - meaning "copy the contents of this directory". This applies to all commands and whether you are talking about the source or destination.</p>
2020-09-02 17:59:04 +02:00
<p>See the <a href="https://rclone.org/docs/#no-traverse">--no-traverse</a> option for controlling whether rclone lists the destination directory or not. Supplying this option when copying a small number of files into a large destination can speed transfers up greatly.</p>
2020-05-27 17:11:47 +02:00
<p>For example, if you have many files in /path/to/src but only a few of them change every day, you can copy all the files which have changed recently very efficiently like this:</p>
2019-02-09 11:42:57 +01:00
<pre><code>rclone copy --max-age 24h --no-traverse /path/to/src remote:</code></pre>
2020-09-02 17:59:04 +02:00
<p><strong>Note</strong>: Use the <code>-P</code>/<code>--progress</code> flag to view real-time transfer statistics.</p>
<p><strong>Note</strong>: Use the <code>--dry-run</code> or the <code>--interactive</code>/<code>-i</code> flag to test without copying anything.</p>
2017-09-30 15:19:47 +02:00
<pre><code>rclone copy source:path dest:path [flags]</code></pre>
2020-05-27 17:11:47 +02:00
<h2 id="options-1">Options</h2>
2019-04-13 12:01:58 +02:00
<pre><code> --create-empty-src-dirs Create empty source dirs on destination after copy
-h, --help help for copy</code></pre>
2019-08-26 16:25:20 +02:00
<p>See the <a href="https://rclone.org/flags/">global flags page</a> for global options not listed here.</p>
2020-05-27 17:11:47 +02:00
<h2 id="see-also-1">SEE ALSO</h2>
2019-06-15 13:01:29 +02:00
<ul>
<li><a href="https://rclone.org/commands/rclone/">rclone</a> - Show help for rclone commands, flags and backends.</li>
</ul>
2020-05-27 17:11:47 +02:00
<h1 id="rclone-sync">rclone sync</h1>
<p>Make source and dest identical, modifying destination only.</p>
2020-05-27 17:11:47 +02:00
<h2 id="synopsis-2">Synopsis</h2>
2021-03-31 20:12:08 +02:00
<p>Sync the source to the destination, changing the destination only. Doesn't transfer unchanged files, testing by size and modification time or MD5SUM. Destination is updated to match source, including deleting files if necessary (except duplicate objects, see below).</p>
2020-09-02 17:59:04 +02:00
<p><strong>Important</strong>: Since this can cause data loss, test first with the <code>--dry-run</code> or the <code>--interactive</code>/<code>-i</code> flag.</p>
<pre><code>rclone sync -i SOURCE remote:DESTINATION</code></pre>
2021-03-31 20:12:08 +02:00
<p>Note that files in the destination won't be deleted if there were any errors at any point. Duplicate objects (files with the same name, on those providers that support it) are also not yet handled.</p>
2020-09-02 17:59:04 +02:00
<p>It is always the contents of the directory that is synced, not the directory so when source:path is a directory, it's the contents of source:path that are copied, not the directory name and contents. See extended explanation in the <code>copy</code> command above if unsure.</p>
<p>If dest:path doesn't exist, it is created and the source:path contents go there.</p>
2018-11-24 14:44:25 +01:00
<p><strong>Note</strong>: Use the <code>-P</code>/<code>--progress</code> flag to view real-time transfer statistics</p>
2021-03-31 20:12:08 +02:00
<p><strong>Note</strong>: Use the <code>rclone dedupe</code> command to deal with "Duplicate object/directory found in source/destination - ignoring" errors. See <a href="https://forum.rclone.org/t/sync-not-clearing-duplicates/14372">this forum post</a> for more info.</p>
2017-09-30 15:19:47 +02:00
<pre><code>rclone sync source:path dest:path [flags]</code></pre>
2020-05-27 17:11:47 +02:00
<h2 id="options-2">Options</h2>
2019-04-13 12:01:58 +02:00
<pre><code> --create-empty-src-dirs Create empty source dirs on destination after sync
-h, --help help for sync</code></pre>
2019-08-26 16:25:20 +02:00
<p>See the <a href="https://rclone.org/flags/">global flags page</a> for global options not listed here.</p>
2020-05-27 17:11:47 +02:00
<h2 id="see-also-2">SEE ALSO</h2>
2019-06-15 13:01:29 +02:00
<ul>
<li><a href="https://rclone.org/commands/rclone/">rclone</a> - Show help for rclone commands, flags and backends.</li>
</ul>
2020-05-27 17:11:47 +02:00
<h1 id="rclone-move">rclone move</h1>
<p>Move files from source to dest.</p>
2020-05-27 17:11:47 +02:00
<h2 id="synopsis-3">Synopsis</h2>
2021-02-02 14:42:35 +01:00
<p>Moves the contents of the source directory to the destination directory. Rclone will error if the source and destination overlap and the remote does not support a server-side directory move operation.</p>
<p>If no filters are in use and if possible this will server-side move <code>source:path</code> into <code>dest:path</code>. After this <code>source:path</code> will no longer exist.</p>
<p>Otherwise for each file in <code>source:path</code> selected by the filters (if any) this will move it into <code>dest:path</code>. If possible a server-side move will be used, otherwise it will copy it (server-side if possible) into <code>dest:path</code> then delete the original (if no errors on copy) in <code>source:path</code>.</p>
2020-09-02 17:59:04 +02:00
<p>If you want to delete empty source directories after move, use the --delete-empty-src-dirs flag.</p>
<p>See the <a href="https://rclone.org/docs/#no-traverse">--no-traverse</a> option for controlling whether rclone lists the destination directory or not. Supplying this option when moving a small number of files into a large destination can speed transfers up greatly.</p>
<p><strong>Important</strong>: Since this can cause data loss, test first with the <code>--dry-run</code> or the <code>--interactive</code>/<code>-i</code> flag.</p>
2018-11-24 14:44:25 +01:00
<p><strong>Note</strong>: Use the <code>-P</code>/<code>--progress</code> flag to view real-time transfer statistics.</p>
2017-09-30 15:19:47 +02:00
<pre><code>rclone move source:path dest:path [flags]</code></pre>
2020-05-27 17:11:47 +02:00
<h2 id="options-3">Options</h2>
2019-04-13 12:01:58 +02:00
<pre><code> --create-empty-src-dirs Create empty source dirs on destination after move
--delete-empty-src-dirs Delete empty source dirs after move
2017-12-23 14:07:45 +01:00
-h, --help help for move</code></pre>
2019-08-26 16:25:20 +02:00
<p>See the <a href="https://rclone.org/flags/">global flags page</a> for global options not listed here.</p>
2020-05-27 17:11:47 +02:00
<h2 id="see-also-3">SEE ALSO</h2>
2019-06-15 13:01:29 +02:00
<ul>
<li><a href="https://rclone.org/commands/rclone/">rclone</a> - Show help for rclone commands, flags and backends.</li>
</ul>
2020-05-27 17:11:47 +02:00
<h1 id="rclone-delete">rclone delete</h1>
2021-02-02 14:42:35 +01:00
<p>Remove the files in path.</p>
2020-05-27 17:11:47 +02:00
<h2 id="synopsis-4">Synopsis</h2>
2018-11-24 14:44:25 +01:00
<p>Remove the files in path. Unlike <code>purge</code> it obeys include/exclude filters so can be used to selectively delete files.</p>
2021-02-02 14:42:35 +01:00
<p><code>rclone delete</code> only deletes files but leaves the directory structure alone. If you want to delete a directory and all of its contents use the <code>purge</code> command.</p>
<p>If you supply the <code>--rmdirs</code> flag, it will remove all empty directories along with it. You can also use the separate command <code>rmdir</code> or <code>rmdirs</code> to delete empty directories only.</p>
<p>For example, to delete all files bigger than 100MBytes, you may first want to check what would be deleted (use either):</p>
2016-01-31 17:33:20 +01:00
<pre><code>rclone --min-size 100M lsl remote:path
rclone --dry-run --min-size 100M delete remote:path</code></pre>
2021-02-02 14:42:35 +01:00
<p>Then proceed with the actual delete:</p>
2016-01-31 17:33:20 +01:00
<pre><code>rclone --min-size 100M delete remote:path</code></pre>
2020-09-02 17:59:04 +02:00
<p>That reads "delete everything with a minimum size of 100 MB", hence delete all files bigger than 100MBytes.</p>
<p><strong>Important</strong>: Since this can cause data loss, test first with the <code>--dry-run</code> or the <code>--interactive</code>/<code>-i</code> flag.</p>
2017-09-30 15:19:47 +02:00
<pre><code>rclone delete remote:path [flags]</code></pre>
2020-05-27 17:11:47 +02:00
<h2 id="options-4">Options</h2>
<pre><code> -h, --help help for delete
--rmdirs rmdirs removes empty directories but leaves root intact</code></pre>
2019-08-26 16:25:20 +02:00
<p>See the <a href="https://rclone.org/flags/">global flags page</a> for global options not listed here.</p>
2020-05-27 17:11:47 +02:00
<h2 id="see-also-4">SEE ALSO</h2>
2019-06-15 13:01:29 +02:00
<ul>
<li><a href="https://rclone.org/commands/rclone/">rclone</a> - Show help for rclone commands, flags and backends.</li>
</ul>
2020-05-27 17:11:47 +02:00
<h1 id="rclone-purge">rclone purge</h1>
<p>Remove the path and all of its contents.</p>
2020-05-27 17:11:47 +02:00
<h2 id="synopsis-5">Synopsis</h2>
2021-02-02 14:42:35 +01:00
<p>Remove the path and all of its contents. Note that this does not obey include/exclude filters - everything will be removed. Use the <code>delete</code> command if you want to selectively delete files. To delete empty directories only, use command <code>rmdir</code> or <code>rmdirs</code>.</p>
2020-09-02 17:59:04 +02:00
<p><strong>Important</strong>: Since this can cause data loss, test first with the <code>--dry-run</code> or the <code>--interactive</code>/<code>-i</code> flag.</p>
2017-09-30 15:19:47 +02:00
<pre><code>rclone purge remote:path [flags]</code></pre>
2020-05-27 17:11:47 +02:00
<h2 id="options-5">Options</h2>
2017-09-30 15:19:47 +02:00
<pre><code> -h, --help help for purge</code></pre>
2019-08-26 16:25:20 +02:00
<p>See the <a href="https://rclone.org/flags/">global flags page</a> for global options not listed here.</p>
2020-05-27 17:11:47 +02:00
<h2 id="see-also-5">SEE ALSO</h2>
2019-06-15 13:01:29 +02:00
<ul>
<li><a href="https://rclone.org/commands/rclone/">rclone</a> - Show help for rclone commands, flags and backends.</li>
</ul>
2020-05-27 17:11:47 +02:00
<h1 id="rclone-mkdir">rclone mkdir</h1>
2020-09-02 17:59:04 +02:00
<p>Make the path if it doesn't already exist.</p>
2017-09-30 15:19:47 +02:00
<pre><code>rclone mkdir remote:path [flags]</code></pre>
2020-05-27 17:11:47 +02:00
<h2 id="options-6">Options</h2>
2017-09-30 15:19:47 +02:00
<pre><code> -h, --help help for mkdir</code></pre>
2019-08-26 16:25:20 +02:00
<p>See the <a href="https://rclone.org/flags/">global flags page</a> for global options not listed here.</p>
2020-05-27 17:11:47 +02:00
<h2 id="see-also-6">SEE ALSO</h2>
2019-06-15 13:01:29 +02:00
<ul>
<li><a href="https://rclone.org/commands/rclone/">rclone</a> - Show help for rclone commands, flags and backends.</li>
</ul>
2020-05-27 17:11:47 +02:00
<h1 id="rclone-rmdir">rclone rmdir</h1>
2021-02-02 14:42:35 +01:00
<p>Remove the empty directory at path.</p>
<h2 id="synopsis-6">Synopsis</h2>
<p>This removes empty directory given by path. Will not remove the path if it has any objects in it, not even empty subdirectories. Use command <code>rmdirs</code> (or <code>delete</code> with option <code>--rmdirs</code>) to do that.</p>
<p>To delete a path and any objects in it, use <code>purge</code> command.</p>
2017-09-30 15:19:47 +02:00
<pre><code>rclone rmdir remote:path [flags]</code></pre>
2020-05-27 17:11:47 +02:00
<h2 id="options-7">Options</h2>
2017-09-30 15:19:47 +02:00
<pre><code> -h, --help help for rmdir</code></pre>
2019-08-26 16:25:20 +02:00
<p>See the <a href="https://rclone.org/flags/">global flags page</a> for global options not listed here.</p>
2020-05-27 17:11:47 +02:00
<h2 id="see-also-7">SEE ALSO</h2>
2019-06-15 13:01:29 +02:00
<ul>
<li><a href="https://rclone.org/commands/rclone/">rclone</a> - Show help for rclone commands, flags and backends.</li>
</ul>
2020-05-27 17:11:47 +02:00
<h1 id="rclone-check">rclone check</h1>
<p>Checks the files in the source and destination match.</p>
2021-02-02 14:42:35 +01:00
<h2 id="synopsis-7">Synopsis</h2>
2020-09-02 17:59:04 +02:00
<p>Checks the files in the source and destination match. It compares sizes and hashes (MD5 or SHA1) and logs a report of files which don't match. It doesn't alter the source or destination.</p>
2021-02-02 14:42:35 +01:00
<p>If you supply the <code>--size-only</code> flag, it will only compare the sizes not the hashes as well. Use this for a quick check.</p>
<p>If you supply the <code>--download</code> flag, it will download the data from both remotes and check them against each other on the fly. This can be useful for remotes that don't support hashes or if you really want to check all the data.</p>
2020-09-02 17:59:04 +02:00
<p>If you supply the <code>--one-way</code> flag, it will only check that files in the source match the files in the destination, not the other way around. This means that extra files in the destination that are not in the source will not be detected.</p>
2021-02-02 14:42:35 +01:00
<p>The <code>--differ</code>, <code>--missing-on-dst</code>, <code>--missing-on-src</code>, <code>--match</code> and <code>--error</code> flags write paths, one per line, to the file name (or stdout if it is <code>-</code>) supplied. What they write is described in the help below. For example <code>--differ</code> will write all paths which are present on both the source and destination but different.</p>
2020-09-02 17:59:04 +02:00
<p>The <code>--combined</code> flag will write a file (or stdout) which contains all file paths with a symbol and then a space and then the path to tell you what happened to it. These are reminiscent of diff files.</p>
<ul>
<li><code>= path</code> means path was found in source and destination and was identical</li>
<li><code>- path</code> means path was missing on the source, so only in the destination</li>
<li><code>+ path</code> means path was missing on the destination, so only in the source</li>
<li><code>* path</code> means path was present in source and destination but different.</li>
<li><code>! path</code> means there was an error reading or hashing the source or dest.</li>
</ul>
<pre><code>rclone check source:path dest:path [flags]</code></pre>
2020-05-27 17:11:47 +02:00
<h2 id="options-8">Options</h2>
2020-09-02 17:59:04 +02:00
<pre><code> --combined string Make a combined report of changes to this file
--differ string Report all non-matching files to this file
2021-02-02 14:42:35 +01:00
--download Check by downloading rather than with hash.
2020-09-02 17:59:04 +02:00
--error string Report all files with errors (hashing or reading) to this file
-h, --help help for check
--match string Report all matching files to this file
--missing-on-dst string Report all files missing from the destination to this file
--missing-on-src string Report all files missing from the source to this file
--one-way Check one way only, source files must exist on remote</code></pre>
2019-08-26 16:25:20 +02:00
<p>See the <a href="https://rclone.org/flags/">global flags page</a> for global options not listed here.</p>
2020-05-27 17:11:47 +02:00
<h2 id="see-also-8">SEE ALSO</h2>
2019-06-15 13:01:29 +02:00
<ul>
<li><a href="https://rclone.org/commands/rclone/">rclone</a> - Show help for rclone commands, flags and backends.</li>
</ul>
2020-05-27 17:11:47 +02:00
<h1 id="rclone-ls">rclone ls</h1>
2018-03-19 11:06:13 +01:00
<p>List the objects in the path with size and path.</p>
2021-02-02 14:42:35 +01:00
<h2 id="synopsis-8">Synopsis</h2>
2018-03-19 11:06:13 +01:00
<p>Lists the objects in the source path to standard output in a human readable format with size and path. Recurses by default.</p>
2018-04-28 12:46:27 +02:00
<p>Eg</p>
<pre><code>$ rclone ls swift:bucket
60295 bevajer5jef
90613 canole
94467 diwogej7
37600 fubuwic</code></pre>
2019-06-15 13:01:29 +02:00
<p>Any of the filtering options can be applied to this command.</p>
2018-03-19 11:06:13 +01:00
<p>There are several related list commands</p>
<ul>
<li><code>ls</code> to list size and path of objects only</li>
<li><code>lsl</code> to list modification time, size and path of objects only</li>
<li><code>lsd</code> to list directories only</li>
<li><code>lsf</code> to list objects and directories in easy to parse format</li>
<li><code>lsjson</code> to list objects and directories in JSON format</li>
</ul>
<p><code>ls</code>,<code>lsl</code>,<code>lsd</code> are designed to be human readable. <code>lsf</code> is designed to be human and machine readable. <code>lsjson</code> is designed to be machine readable.</p>
2021-02-02 14:42:35 +01:00
<p>Note that <code>ls</code> and <code>lsl</code> recurse by default - use <code>--max-depth 1</code> to stop the recursion.</p>
<p>The other list commands <code>lsd</code>,<code>lsf</code>,<code>lsjson</code> do not recurse by default - use <code>-R</code> to make them recurse.</p>
<p>Listing a non existent directory will produce an error except for remotes which can't have empty directories (e.g. s3, swift, or gcs - the bucket based remotes).</p>
2017-09-30 15:19:47 +02:00
<pre><code>rclone ls remote:path [flags]</code></pre>
2020-05-27 17:11:47 +02:00
<h2 id="options-9">Options</h2>
2017-09-30 15:19:47 +02:00
<pre><code> -h, --help help for ls</code></pre>
2019-08-26 16:25:20 +02:00
<p>See the <a href="https://rclone.org/flags/">global flags page</a> for global options not listed here.</p>
2020-05-27 17:11:47 +02:00
<h2 id="see-also-9">SEE ALSO</h2>
2019-06-15 13:01:29 +02:00
<ul>
<li><a href="https://rclone.org/commands/rclone/">rclone</a> - Show help for rclone commands, flags and backends.</li>
</ul>
2020-05-27 17:11:47 +02:00
<h1 id="rclone-lsd">rclone lsd</h1>
<p>List all directories/containers/buckets in the path.</p>
2021-02-02 14:42:35 +01:00
<h2 id="synopsis-9">Synopsis</h2>
2018-04-28 12:46:27 +02:00
<p>Lists the directories in the source path to standard output. Does not recurse by default. Use the -R flag to recurse.</p>
<p>This command lists the total size of the directory (if known, -1 if not), the modification time (if known, the current time if not), the number of objects in the directory (if known, -1 if not) and the name of the directory, Eg</p>
<pre><code>$ rclone lsd swift:
494000 2018-04-26 08:43:20 10000 10000files
65 2018-04-26 08:43:20 1 1File</code></pre>
<p>Or</p>
<pre><code>$ rclone lsd drive:test
-1 2016-10-17 17:41:53 -1 1000files
-1 2017-01-03 14:40:54 -1 2500files
-1 2017-07-08 14:39:28 -1 4000files</code></pre>
2020-09-02 17:59:04 +02:00
<p>If you just want the directory names use "rclone lsf --dirs-only".</p>
2019-06-15 13:01:29 +02:00
<p>Any of the filtering options can be applied to this command.</p>
2018-03-19 11:06:13 +01:00
<p>There are several related list commands</p>
<ul>
<li><code>ls</code> to list size and path of objects only</li>
<li><code>lsl</code> to list modification time, size and path of objects only</li>
<li><code>lsd</code> to list directories only</li>
<li><code>lsf</code> to list objects and directories in easy to parse format</li>
<li><code>lsjson</code> to list objects and directories in JSON format</li>
</ul>
<p><code>ls</code>,<code>lsl</code>,<code>lsd</code> are designed to be human readable. <code>lsf</code> is designed to be human and machine readable. <code>lsjson</code> is designed to be machine readable.</p>
2021-02-02 14:42:35 +01:00
<p>Note that <code>ls</code> and <code>lsl</code> recurse by default - use <code>--max-depth 1</code> to stop the recursion.</p>
<p>The other list commands <code>lsd</code>,<code>lsf</code>,<code>lsjson</code> do not recurse by default - use <code>-R</code> to make them recurse.</p>
<p>Listing a non existent directory will produce an error except for remotes which can't have empty directories (e.g. s3, swift, or gcs - the bucket based remotes).</p>
2017-09-30 15:19:47 +02:00
<pre><code>rclone lsd remote:path [flags]</code></pre>
2020-05-27 17:11:47 +02:00
<h2 id="options-10">Options</h2>
2018-04-28 12:46:27 +02:00
<pre><code> -h, --help help for lsd
-R, --recursive Recurse into the listing.</code></pre>
2019-08-26 16:25:20 +02:00
<p>See the <a href="https://rclone.org/flags/">global flags page</a> for global options not listed here.</p>
2020-05-27 17:11:47 +02:00
<h2 id="see-also-10">SEE ALSO</h2>
2019-06-15 13:01:29 +02:00
<ul>
<li><a href="https://rclone.org/commands/rclone/">rclone</a> - Show help for rclone commands, flags and backends.</li>
</ul>
2020-05-27 17:11:47 +02:00
<h1 id="rclone-lsl">rclone lsl</h1>
2018-03-19 11:06:13 +01:00
<p>List the objects in path with modification time, size and path.</p>
2021-02-02 14:42:35 +01:00
<h2 id="synopsis-10">Synopsis</h2>
2018-03-19 11:06:13 +01:00
<p>Lists the objects in the source path to standard output in a human readable format with modification time, size and path. Recurses by default.</p>
2018-04-28 12:46:27 +02:00
<p>Eg</p>
<pre><code>$ rclone lsl swift:bucket
60295 2016-06-25 18:55:41.062626927 bevajer5jef
90613 2016-06-25 18:55:43.302607074 canole
94467 2016-06-25 18:55:43.046609333 diwogej7
37600 2016-06-25 18:55:40.814629136 fubuwic</code></pre>
2019-06-15 13:01:29 +02:00
<p>Any of the filtering options can be applied to this command.</p>
2018-03-19 11:06:13 +01:00
<p>There are several related list commands</p>
<ul>
<li><code>ls</code> to list size and path of objects only</li>
<li><code>lsl</code> to list modification time, size and path of objects only</li>
<li><code>lsd</code> to list directories only</li>
<li><code>lsf</code> to list objects and directories in easy to parse format</li>
<li><code>lsjson</code> to list objects and directories in JSON format</li>
</ul>
<p><code>ls</code>,<code>lsl</code>,<code>lsd</code> are designed to be human readable. <code>lsf</code> is designed to be human and machine readable. <code>lsjson</code> is designed to be machine readable.</p>
2021-02-02 14:42:35 +01:00
<p>Note that <code>ls</code> and <code>lsl</code> recurse by default - use <code>--max-depth 1</code> to stop the recursion.</p>
<p>The other list commands <code>lsd</code>,<code>lsf</code>,<code>lsjson</code> do not recurse by default - use <code>-R</code> to make them recurse.</p>
<p>Listing a non existent directory will produce an error except for remotes which can't have empty directories (e.g. s3, swift, or gcs - the bucket based remotes).</p>
2017-09-30 15:19:47 +02:00
<pre><code>rclone lsl remote:path [flags]</code></pre>
2020-05-27 17:11:47 +02:00
<h2 id="options-11">Options</h2>
2017-09-30 15:19:47 +02:00
<pre><code> -h, --help help for lsl</code></pre>
2019-08-26 16:25:20 +02:00
<p>See the <a href="https://rclone.org/flags/">global flags page</a> for global options not listed here.</p>
2020-05-27 17:11:47 +02:00
<h2 id="see-also-11">SEE ALSO</h2>
2019-06-15 13:01:29 +02:00
<ul>
<li><a href="https://rclone.org/commands/rclone/">rclone</a> - Show help for rclone commands, flags and backends.</li>
</ul>
2020-05-27 17:11:47 +02:00
<h1 id="rclone-md5sum">rclone md5sum</h1>
<p>Produces an md5sum file for all the objects in the path.</p>
2021-02-02 14:42:35 +01:00
<h2 id="synopsis-11">Synopsis</h2>
<p>Produces an md5sum file for all the objects in the path. This is in the same format as the standard md5sum tool produces.</p>
2021-02-02 14:42:35 +01:00
<p>By default, the hash is requested from the remote. If MD5 is not supported by the remote, no hash will be returned. With the download flag, the file will be downloaded from the remote and hashed locally enabling MD5 for any remote.</p>
2017-09-30 15:19:47 +02:00
<pre><code>rclone md5sum remote:path [flags]</code></pre>
2020-05-27 17:11:47 +02:00
<h2 id="options-12">Options</h2>
2021-02-02 14:42:35 +01:00
<pre><code> --base64 Output base64 encoded hashsum
--download Download the file and hash it locally; if this flag is not specified, the hash is requested from the remote
-h, --help help for md5sum
--output-file string Output hashsums to a file rather than the terminal</code></pre>
2019-08-26 16:25:20 +02:00
<p>See the <a href="https://rclone.org/flags/">global flags page</a> for global options not listed here.</p>
2020-05-27 17:11:47 +02:00
<h2 id="see-also-12">SEE ALSO</h2>
2019-06-15 13:01:29 +02:00
<ul>
<li><a href="https://rclone.org/commands/rclone/">rclone</a> - Show help for rclone commands, flags and backends.</li>
</ul>
2020-05-27 17:11:47 +02:00
<h1 id="rclone-sha1sum">rclone sha1sum</h1>
<p>Produces an sha1sum file for all the objects in the path.</p>
2021-02-02 14:42:35 +01:00
<h2 id="synopsis-12">Synopsis</h2>
<p>Produces an sha1sum file for all the objects in the path. This is in the same format as the standard sha1sum tool produces.</p>
2021-02-02 14:42:35 +01:00
<p>By default, the hash is requested from the remote. If SHA-1 is not supported by the remote, no hash will be returned. With the download flag, the file will be downloaded from the remote and hashed locally enabling SHA-1 for any remote.</p>
2017-09-30 15:19:47 +02:00
<pre><code>rclone sha1sum remote:path [flags]</code></pre>
2020-05-27 17:11:47 +02:00
<h2 id="options-13">Options</h2>
2021-02-02 14:42:35 +01:00
<pre><code> --base64 Output base64 encoded hashsum
--download Download the file and hash it locally; if this flag is not specified, the hash is requested from the remote
-h, --help help for sha1sum
--output-file string Output hashsums to a file rather than the terminal</code></pre>
2019-08-26 16:25:20 +02:00
<p>See the <a href="https://rclone.org/flags/">global flags page</a> for global options not listed here.</p>
2020-05-27 17:11:47 +02:00
<h2 id="see-also-13">SEE ALSO</h2>
2019-06-15 13:01:29 +02:00
<ul>
<li><a href="https://rclone.org/commands/rclone/">rclone</a> - Show help for rclone commands, flags and backends.</li>
</ul>
2020-05-27 17:11:47 +02:00
<h1 id="rclone-size">rclone size</h1>
<p>Prints the total size and number of objects in remote:path.</p>
2017-09-30 15:19:47 +02:00
<pre><code>rclone size remote:path [flags]</code></pre>
2020-05-27 17:11:47 +02:00
<h2 id="options-14">Options</h2>
2018-04-28 12:46:27 +02:00
<pre><code> -h, --help help for size
--json format output as JSON</code></pre>
2019-08-26 16:25:20 +02:00
<p>See the <a href="https://rclone.org/flags/">global flags page</a> for global options not listed here.</p>
2020-05-27 17:11:47 +02:00
<h2 id="see-also-14">SEE ALSO</h2>
2019-06-15 13:01:29 +02:00
<ul>
<li><a href="https://rclone.org/commands/rclone/">rclone</a> - Show help for rclone commands, flags and backends.</li>
</ul>
2020-05-27 17:11:47 +02:00
<h1 id="rclone-version">rclone version</h1>
<p>Show the version number.</p>
2021-02-02 14:42:35 +01:00
<h2 id="synopsis-13">Synopsis</h2>
2021-03-31 20:12:08 +02:00
<p>Show the rclone version number, the go version, the build target OS and architecture, build tags and the type of executable (static or dynamic).</p>
<p>For example:</p>
2018-09-01 13:58:00 +02:00
<pre><code>$ rclone version
2021-03-31 20:12:08 +02:00
rclone v1.54
- os/type: linux
- os/arch: amd64
- go/version: go1.16
- go/linking: static
- go/tags: none</code></pre>
<p>Note: before rclone version 1.55 the os/type and os/arch lines were merged, and the "go/version" line was tagged as "go version".</p>
2020-09-02 17:59:04 +02:00
<p>If you supply the --check flag, then it will do an online check to compare your version with the latest release and the latest beta.</p>
2018-09-01 13:58:00 +02:00
<pre><code>$ rclone version --check
yours: 1.42.0.6
latest: 1.42 (released 2018-06-16)
beta: 1.42.0.5 (released 2018-06-17)</code></pre>
<p>Or</p>
<pre><code>$ rclone version --check
yours: 1.41
latest: 1.42 (released 2018-06-16)
upgrade: https://downloads.rclone.org/v1.42
beta: 1.42.0.5 (released 2018-06-17)
upgrade: https://beta.rclone.org/v1.42-005-g56e1e820</code></pre>
2017-09-30 15:19:47 +02:00
<pre><code>rclone version [flags]</code></pre>
2020-05-27 17:11:47 +02:00
<h2 id="options-15">Options</h2>
2018-09-01 13:58:00 +02:00
<pre><code> --check Check for new version.
-h, --help help for version</code></pre>
2019-08-26 16:25:20 +02:00
<p>See the <a href="https://rclone.org/flags/">global flags page</a> for global options not listed here.</p>
2020-05-27 17:11:47 +02:00
<h2 id="see-also-15">SEE ALSO</h2>
2019-06-15 13:01:29 +02:00
<ul>
<li><a href="https://rclone.org/commands/rclone/">rclone</a> - Show help for rclone commands, flags and backends.</li>
</ul>
2020-05-27 17:11:47 +02:00
<h1 id="rclone-cleanup">rclone cleanup</h1>
2021-02-02 14:42:35 +01:00
<p>Clean up the remote if possible.</p>
<h2 id="synopsis-14">Synopsis</h2>
2016-07-13 13:26:22 +02:00
<p>Clean up the remote if possible. Empty the trash or delete old file versions. Not supported by all remotes.</p>
2017-09-30 15:19:47 +02:00
<pre><code>rclone cleanup remote:path [flags]</code></pre>
2020-05-27 17:11:47 +02:00
<h2 id="options-16">Options</h2>
2017-09-30 15:19:47 +02:00
<pre><code> -h, --help help for cleanup</code></pre>
2019-08-26 16:25:20 +02:00
<p>See the <a href="https://rclone.org/flags/">global flags page</a> for global options not listed here.</p>
2020-05-27 17:11:47 +02:00
<h2 id="see-also-16">SEE ALSO</h2>
2019-06-15 13:01:29 +02:00
<ul>
<li><a href="https://rclone.org/commands/rclone/">rclone</a> - Show help for rclone commands, flags and backends.</li>
</ul>
2020-05-27 17:11:47 +02:00
<h1 id="rclone-dedupe">rclone dedupe</h1>
2020-09-02 17:59:04 +02:00
<p>Interactively find duplicate filenames and delete/rename them.</p>
2021-02-02 14:42:35 +01:00
<h2 id="synopsis-15">Synopsis</h2>
<p>By default <code>dedupe</code> interactively finds files with duplicate names and offers to delete all but one or rename them to be different. This is known as deduping by name.</p>
2021-03-31 20:12:08 +02:00
<p>Deduping by name is only useful with a small group of backends (e.g. Google Drive, Opendrive) that can have duplicate file names. It can be run on wrapping backends (e.g. crypt) if they wrap a backend which supports duplicate file names.</p>
2021-02-02 14:42:35 +01:00
<p>However if --by-hash is passed in then dedupe will find files with duplicate hashes instead which will work on any backend which supports at least one hash. This can be used to find files with duplicate content. This is known as deduping by hash.</p>
<p>If deduping by name, first rclone will merge directories with the same name. It will do this iteratively until all the identically named directories have been merged.</p>
<p>Next, if deduping by name, for every group of duplicate file names / hashes, it will delete all but one identical files it finds without confirmation. This means that for most duplicated files the <code>dedupe</code> command will not be interactive.</p>
<p><code>dedupe</code> considers files to be identical if they have the same file path and the same hash. If the backend does not support hashes (e.g. crypt wrapping Google Drive) then they will never be found to be identical. If you use the <code>--size-only</code> flag then files will be considered identical if they have the same size (any hash will be ignored). This can be useful on crypt backends which do not support hashes.</p>
<p>Next rclone will resolve the remaining duplicates. Exactly which action is taken depends on the dedupe mode. By default rclone will interactively query the user for each one.</p>
2020-09-02 17:59:04 +02:00
<p><strong>Important</strong>: Since this can cause data loss, test first with the <code>--dry-run</code> or the <code>--interactive</code>/<code>-i</code> flag.</p>
2016-04-18 19:30:29 +02:00
<p>Here is an example run.</p>
<p>Before - with duplicates</p>
<pre><code>$ rclone lsl drive:dupes
6048320 2016-03-05 16:23:16.798000000 one.txt
6048320 2016-03-05 16:23:11.775000000 one.txt
564374 2016-03-05 16:23:06.731000000 one.txt
6048320 2016-03-05 16:18:26.092000000 one.txt
6048320 2016-03-05 16:22:46.185000000 two.txt
1744073 2016-03-05 16:22:38.104000000 two.txt
564374 2016-03-05 16:22:52.118000000 two.txt</code></pre>
<p>Now the <code>dedupe</code> session</p>
2016-01-31 17:33:20 +01:00
<pre><code>$ rclone dedupe drive:dupes
2016-04-18 19:30:29 +02:00
2016/03/05 16:24:37 Google drive root &#39;dupes&#39;: Looking for duplicates using interactive mode.
2020-09-02 17:59:04 +02:00
one.txt: Found 4 files with duplicate names
one.txt: Deleting 2/3 identical duplicates (MD5 &quot;1eedaa9fe86fd4b8632e2ac549403b36&quot;)
2016-04-18 19:30:29 +02:00
one.txt: 2 duplicates remain
2020-09-02 17:59:04 +02:00
1: 6048320 bytes, 2016-03-05 16:23:16.798000000, MD5 1eedaa9fe86fd4b8632e2ac549403b36
2: 564374 bytes, 2016-03-05 16:23:06.731000000, MD5 7594e7dc9fc28f727c42ee3e0749de81
2016-01-31 17:33:20 +01:00
s) Skip and do nothing
k) Keep just one (choose which in next step)
r) Rename all to be different (by changing file.jpg to file-1.jpg)
2016-04-18 19:30:29 +02:00
s/k/r&gt; k
Enter the number of the file to keep&gt; 1
one.txt: Deleted 1 extra copies
2021-01-05 16:46:57 +01:00
two.txt: Found 3 files with duplicate names
2016-04-18 19:30:29 +02:00
two.txt: 3 duplicates remain
2020-09-02 17:59:04 +02:00
1: 564374 bytes, 2016-03-05 16:22:52.118000000, MD5 7594e7dc9fc28f727c42ee3e0749de81
2: 6048320 bytes, 2016-03-05 16:22:46.185000000, MD5 1eedaa9fe86fd4b8632e2ac549403b36
3: 1744073 bytes, 2016-03-05 16:22:38.104000000, MD5 851957f7fb6f0bc4ce76be966d336802
2016-01-31 17:33:20 +01:00
s) Skip and do nothing
k) Keep just one (choose which in next step)
r) Rename all to be different (by changing file.jpg to file-1.jpg)
2016-04-18 19:30:29 +02:00
s/k/r&gt; r
two-1.txt: renamed from: two.txt
two-2.txt: renamed from: two.txt
two-3.txt: renamed from: two.txt</code></pre>
2016-01-31 17:33:20 +01:00
<p>The result being</p>
<pre><code>$ rclone lsl drive:dupes
2016-04-18 19:30:29 +02:00
6048320 2016-03-05 16:23:16.798000000 one.txt
564374 2016-03-05 16:22:52.118000000 two-1.txt
6048320 2016-03-05 16:22:46.185000000 two-2.txt
1744073 2016-03-05 16:22:38.104000000 two-3.txt</code></pre>
<p>Dedupe can be run non interactively using the <code>--dedupe-mode</code> flag or by using an extra parameter with the same value</p>
2016-04-18 19:30:29 +02:00
<ul>
<li><code>--dedupe-mode interactive</code> - interactive as above.</li>
<li><code>--dedupe-mode skip</code> - removes identical files then skips anything left.</li>
<li><code>--dedupe-mode first</code> - removes identical files then keeps the first one.</li>
<li><code>--dedupe-mode newest</code> - removes identical files then keeps the newest one.</li>
<li><code>--dedupe-mode oldest</code> - removes identical files then keeps the oldest one.</li>
2018-04-28 12:46:27 +02:00
<li><code>--dedupe-mode largest</code> - removes identical files then keeps the largest one.</li>
2020-02-01 11:31:42 +01:00
<li><code>--dedupe-mode smallest</code> - removes identical files then keeps the smallest one.</li>
2016-04-18 19:30:29 +02:00
<li><code>--dedupe-mode rename</code> - removes identical files then renames the rest to be different.</li>
2021-02-02 14:42:35 +01:00
<li><code>--dedupe-mode list</code> - lists duplicate dirs and files only and changes nothing.</li>
2016-04-18 19:30:29 +02:00
</ul>
<p>For example to rename all the identically named photos in your Google Photos directory, do</p>
<pre><code>rclone dedupe --dedupe-mode rename &quot;drive:Google Photos&quot;</code></pre>
<p>Or</p>
<pre><code>rclone dedupe rename &quot;drive:Google Photos&quot;</code></pre>
<pre><code>rclone dedupe [mode] remote:path [flags]</code></pre>
2020-05-27 17:11:47 +02:00
<h2 id="options-17">Options</h2>
2021-02-02 14:42:35 +01:00
<pre><code> --by-hash Find indentical hashes rather than names
--dedupe-mode string Dedupe mode interactive|skip|first|newest|oldest|largest|smallest|rename. (default &quot;interactive&quot;)
2017-09-30 15:19:47 +02:00
-h, --help help for dedupe</code></pre>
2019-08-26 16:25:20 +02:00
<p>See the <a href="https://rclone.org/flags/">global flags page</a> for global options not listed here.</p>
2020-05-27 17:11:47 +02:00
<h2 id="see-also-17">SEE ALSO</h2>
2019-06-15 13:01:29 +02:00
<ul>
<li><a href="https://rclone.org/commands/rclone/">rclone</a> - Show help for rclone commands, flags and backends.</li>
</ul>
2020-05-27 17:11:47 +02:00
<h1 id="rclone-about">rclone about</h1>
2018-04-28 12:46:27 +02:00
<p>Get quota information from the remote.</p>
2021-02-02 14:42:35 +01:00
<h2 id="synopsis-16">Synopsis</h2>
<p><code>rclone about</code>prints quota information about a remote to standard output. The output is typically used, free, quota and trash contents.</p>
<p>E.g. Typical output from<code>rclone about remote:</code>is:</p>
2018-04-28 12:46:27 +02:00
<pre><code>Total: 17G
Used: 7.444G
Free: 1.315G
Trashed: 100.000M
Other: 8.241G</code></pre>
<p>Where the fields are:</p>
<ul>
<li>Total: total size available.</li>
<li>Used: total size used</li>
2021-02-02 14:42:35 +01:00
<li>Free: total space available to this user.</li>
<li>Trashed: total space used by trash</li>
<li>Other: total amount in other storage (e.g. Gmail, Google Photos)</li>
2018-04-28 12:46:27 +02:00
<li>Objects: total number of objects in the storage</li>
</ul>
2021-02-02 14:42:35 +01:00
<p>Not all backends print all fields. Information is not included if it is not provided by a backend. Where the value is unlimited it is omitted.</p>
<p>Applying a <code>--full</code> flag to the command prints the bytes in full, e.g.</p>
2018-04-28 12:46:27 +02:00
<pre><code>Total: 18253611008
Used: 7993453766
Free: 1411001220
Trashed: 104857602
Other: 8849156022</code></pre>
2021-02-02 14:42:35 +01:00
<p>A <code>--json</code>flag generates conveniently computer readable output, e.g.</p>
2018-04-28 12:46:27 +02:00
<pre><code>{
&quot;total&quot;: 18253611008,
&quot;used&quot;: 7993453766,
&quot;trashed&quot;: 104857602,
&quot;other&quot;: 8849156022,
&quot;free&quot;: 1411001220
}</code></pre>
2021-02-02 14:42:35 +01:00
<p>Not all backends support the <code>rclone about</code> command.</p>
<p>See <a href="https://rclone.org/overview/#optional-features">List of backends that do not support about</a></p>
2018-04-28 12:46:27 +02:00
<pre><code>rclone about remote: [flags]</code></pre>
2020-05-27 17:11:47 +02:00
<h2 id="options-18">Options</h2>
2018-04-28 12:46:27 +02:00
<pre><code> --full Full numbers instead of SI units
-h, --help help for about
--json Format output as JSON</code></pre>
2019-08-26 16:25:20 +02:00
<p>See the <a href="https://rclone.org/flags/">global flags page</a> for global options not listed here.</p>
2020-05-27 17:11:47 +02:00
<h2 id="see-also-18">SEE ALSO</h2>
2019-06-15 13:01:29 +02:00
<ul>
<li><a href="https://rclone.org/commands/rclone/">rclone</a> - Show help for rclone commands, flags and backends.</li>
</ul>
2020-05-27 17:11:47 +02:00
<h1 id="rclone-authorize">rclone authorize</h1>
<p>Remote authorization.</p>
2021-02-02 14:42:35 +01:00
<h2 id="synopsis-17">Synopsis</h2>
<p>Remote authorization. Used to authorize a remote or headless rclone from a machine with a browser - use as instructed by rclone config.</p>
2020-09-02 17:59:04 +02:00
<p>Use the --auth-no-open-browser to prevent rclone to open auth link in default browser automatically.</p>
2017-09-30 15:19:47 +02:00
<pre><code>rclone authorize [flags]</code></pre>
2020-05-27 17:11:47 +02:00
<h2 id="options-19">Options</h2>
2020-02-01 11:31:42 +01:00
<pre><code> --auth-no-open-browser Do not automatically open auth link in default browser
-h, --help help for authorize</code></pre>
2019-08-26 16:25:20 +02:00
<p>See the <a href="https://rclone.org/flags/">global flags page</a> for global options not listed here.</p>
2020-05-27 17:11:47 +02:00
<h2 id="see-also-19">SEE ALSO</h2>
2019-06-15 13:01:29 +02:00
<ul>
<li><a href="https://rclone.org/commands/rclone/">rclone</a> - Show help for rclone commands, flags and backends.</li>
</ul>
2020-05-27 17:11:47 +02:00
<h1 id="rclone-backend">rclone backend</h1>
<p>Run a backend specific command.</p>
2021-02-02 14:42:35 +01:00
<h2 id="synopsis-18">Synopsis</h2>
2020-09-02 17:59:04 +02:00
<p>This runs a backend specific command. The commands themselves (except for "help" and "features") are defined by the backends and you should see the backend docs for definitions.</p>
2020-05-27 17:11:47 +02:00
<p>You can discover what commands a backend implements by using</p>
<pre><code>rclone backend help remote:
rclone backend help &lt;backendname&gt;</code></pre>
<p>You can also discover information about the backend using (see <a href="https://rclone.org/rc/#operations/fsinfo">operations/fsinfo</a> in the remote control docs for more info).</p>
<pre><code>rclone backend features remote:</code></pre>
2021-02-02 14:42:35 +01:00
<p>Pass options to the backend command with -o. This should be key=value or key, e.g.:</p>
2020-05-27 17:11:47 +02:00
<pre><code>rclone backend stats remote:path stats -o format=json -o long</code></pre>
<p>Pass arguments to the backend by placing them on the end of the line</p>
<pre><code>rclone backend cleanup remote:path file1 file2 file3</code></pre>
<p>Note to run these commands on a running backend then see <a href="https://rclone.org/rc/#backend/command">backend/command</a> in the rc docs.</p>
<pre><code>rclone backend &lt;command&gt; remote:path [opts] &lt;args&gt; [flags]</code></pre>
<h2 id="options-20">Options</h2>
<pre><code> -h, --help help for backend
--json Always output in JSON format.
-o, --option stringArray Option in the form name=value or name.</code></pre>
2019-08-26 16:25:20 +02:00
<p>See the <a href="https://rclone.org/flags/">global flags page</a> for global options not listed here.</p>
2020-05-27 17:11:47 +02:00
<h2 id="see-also-20">SEE ALSO</h2>
2019-06-15 13:01:29 +02:00
<ul>
<li><a href="https://rclone.org/commands/rclone/">rclone</a> - Show help for rclone commands, flags and backends.</li>
</ul>
2020-05-27 17:11:47 +02:00
<h1 id="rclone-cat">rclone cat</h1>
2016-08-24 23:58:24 +02:00
<p>Concatenates any files and sends them to stdout.</p>
2021-02-02 14:42:35 +01:00
<h2 id="synopsis-19">Synopsis</h2>
2016-08-24 23:58:24 +02:00
<p>rclone cat sends any files to standard output.</p>
<p>You can use it like this to output a single file</p>
<pre><code>rclone cat remote:path/to/file</code></pre>
2020-05-27 17:11:47 +02:00
<p>Or like this to output any file in dir or its subdirectories.</p>
2016-08-24 23:58:24 +02:00
<pre><code>rclone cat remote:path/to/dir</code></pre>
2020-05-27 17:11:47 +02:00
<p>Or like this to output any .txt files in dir or its subdirectories.</p>
2016-08-24 23:58:24 +02:00
<pre><code>rclone --include &quot;*.txt&quot; cat remote:path/to/dir</code></pre>
2021-02-02 14:42:35 +01:00
<p>Use the <code>--head</code> flag to print characters only at the start, <code>--tail</code> for the end and <code>--offset</code> and <code>--count</code> to print a section in the middle. Note that if offset is negative it will count from the end, so <code>--offset -1 --count 1</code> is equivalent to <code>--tail 1</code>.</p>
<pre><code>rclone cat remote:path [flags]</code></pre>
2020-05-27 17:11:47 +02:00
<h2 id="options-21">Options</h2>
2017-03-18 12:16:43 +01:00
<pre><code> --count int Only print N characters. (default -1)
--discard Discard the output instead of printing.
--head int Only print the first N characters.
2017-09-30 15:19:47 +02:00
-h, --help help for cat
2017-03-18 12:16:43 +01:00
--offset int Start printing at offset N (or from end if -ve).
--tail int Only print the last N characters.</code></pre>
2019-08-26 16:25:20 +02:00
<p>See the <a href="https://rclone.org/flags/">global flags page</a> for global options not listed here.</p>
2020-05-27 17:11:47 +02:00
<h2 id="see-also-21">SEE ALSO</h2>
2019-06-15 13:01:29 +02:00
<ul>
<li><a href="https://rclone.org/commands/rclone/">rclone</a> - Show help for rclone commands, flags and backends.</li>
</ul>
2020-05-27 17:11:47 +02:00
<h1 id="rclone-config-create">rclone config create</h1>
2017-12-23 14:07:45 +01:00
<p>Create a new remote with name, type and options.</p>
2021-02-02 14:42:35 +01:00
<h2 id="synopsis-20">Synopsis</h2>
2020-05-27 17:11:47 +02:00
<p>Create a new remote of <code>name</code> with <code>type</code> and options. The options should be passed in pairs of <code>key</code> <code>value</code>.</p>
2017-12-23 14:07:45 +01:00
<p>For example to make a swift remote of name myremote using auto config you would do:</p>
<pre><code>rclone config create myremote swift env_auth true</code></pre>
2019-02-09 11:42:57 +01:00
<p>Note that if the config process would normally ask a question the default is taken. Each time that happens rclone will print a message saying how to affect the value taken.</p>
2020-09-02 17:59:04 +02:00
<p>If any of the parameters passed is a password field, then rclone will automatically obscure them if they aren't already obscured before putting them in the config file.</p>
2021-02-02 14:42:35 +01:00
<p><strong>NB</strong> If the password parameter is 22 characters or longer and consists only of base64 characters then rclone can get confused about whether the password is already obscured or not and put unobscured passwords into the config file. If you want to be 100% certain that the passwords get obscured then use the "--obscure" flag, or if you are 100% certain you are already passing obscured passwords then use "--no-obscure". You can also set obscured passwords using the "rclone config password" command.</p>
2019-02-09 11:42:57 +01:00
<p>So for example if you wanted to configure a Google Drive remote but using remote authorization you would do this:</p>
<pre><code>rclone config create mydrive drive config_is_local false</code></pre>
2020-05-27 17:11:47 +02:00
<pre><code>rclone config create `name` `type` [`key` `value`]* [flags]</code></pre>
<h2 id="options-22">Options</h2>
<pre><code> -h, --help help for create
--no-obscure Force any passwords not to be obscured.
--obscure Force any passwords to be obscured.</code></pre>
2019-08-26 16:25:20 +02:00
<p>See the <a href="https://rclone.org/flags/">global flags page</a> for global options not listed here.</p>
2020-05-27 17:11:47 +02:00
<h2 id="see-also-22">SEE ALSO</h2>
2019-06-15 13:01:29 +02:00
<ul>
<li><a href="https://rclone.org/commands/rclone_config/">rclone config</a> - Enter an interactive configuration session.</li>
</ul>
2020-05-27 17:11:47 +02:00
<h1 id="rclone-config-delete">rclone config delete</h1>
<p>Delete an existing remote <code>name</code>.</p>
<pre><code>rclone config delete `name` [flags]</code></pre>
<h2 id="options-23">Options</h2>
2017-12-23 14:07:45 +01:00
<pre><code> -h, --help help for delete</code></pre>
2019-08-26 16:25:20 +02:00
<p>See the <a href="https://rclone.org/flags/">global flags page</a> for global options not listed here.</p>
2020-05-27 17:11:47 +02:00
<h2 id="see-also-23">SEE ALSO</h2>
2019-06-15 13:01:29 +02:00
<ul>
<li><a href="https://rclone.org/commands/rclone_config/">rclone config</a> - Enter an interactive configuration session.</li>
</ul>
2020-05-27 17:11:47 +02:00
<h1 id="rclone-config-disconnect">rclone config disconnect</h1>
2019-08-26 16:25:20 +02:00
<p>Disconnects user from remote</p>
2021-02-02 14:42:35 +01:00
<h2 id="synopsis-21">Synopsis</h2>
2019-08-26 16:25:20 +02:00
<p>This disconnects the remote: passed in to the cloud storage system.</p>
<p>This normally means revoking the oauth token.</p>
2020-09-02 17:59:04 +02:00
<p>To reconnect use "rclone config reconnect".</p>
2019-08-26 16:25:20 +02:00
<pre><code>rclone config disconnect remote: [flags]</code></pre>
2020-05-27 17:11:47 +02:00
<h2 id="options-24">Options</h2>
2019-08-26 16:25:20 +02:00
<pre><code> -h, --help help for disconnect</code></pre>
<p>See the <a href="https://rclone.org/flags/">global flags page</a> for global options not listed here.</p>
2020-05-27 17:11:47 +02:00
<h2 id="see-also-24">SEE ALSO</h2>
2019-08-26 16:25:20 +02:00
<ul>
<li><a href="https://rclone.org/commands/rclone_config/">rclone config</a> - Enter an interactive configuration session.</li>
</ul>
2020-05-27 17:11:47 +02:00
<h1 id="rclone-config-dump">rclone config dump</h1>
2017-12-23 14:07:45 +01:00
<p>Dump the config file as JSON.</p>
<pre><code>rclone config dump [flags]</code></pre>
2020-05-27 17:11:47 +02:00
<h2 id="options-25">Options</h2>
2017-12-23 14:07:45 +01:00
<pre><code> -h, --help help for dump</code></pre>
2019-08-26 16:25:20 +02:00
<p>See the <a href="https://rclone.org/flags/">global flags page</a> for global options not listed here.</p>
2020-05-27 17:11:47 +02:00
<h2 id="see-also-25">SEE ALSO</h2>
2019-06-15 13:01:29 +02:00
<ul>
<li><a href="https://rclone.org/commands/rclone_config/">rclone config</a> - Enter an interactive configuration session.</li>
</ul>
2020-05-27 17:11:47 +02:00
<h1 id="rclone-config-edit">rclone config edit</h1>
2017-12-23 14:07:45 +01:00
<p>Enter an interactive configuration session.</p>
2021-02-02 14:42:35 +01:00
<h2 id="synopsis-22">Synopsis</h2>
2017-12-23 14:07:45 +01:00
<p>Enter an interactive configuration session where you can setup new remotes and manage existing ones. You may also set or remove a password to protect your configuration.</p>
<pre><code>rclone config edit [flags]</code></pre>
2020-05-27 17:11:47 +02:00
<h2 id="options-26">Options</h2>
2017-12-23 14:07:45 +01:00
<pre><code> -h, --help help for edit</code></pre>
2019-08-26 16:25:20 +02:00
<p>See the <a href="https://rclone.org/flags/">global flags page</a> for global options not listed here.</p>
2020-05-27 17:11:47 +02:00
<h2 id="see-also-26">SEE ALSO</h2>
2019-06-15 13:01:29 +02:00
<ul>
<li><a href="https://rclone.org/commands/rclone_config/">rclone config</a> - Enter an interactive configuration session.</li>
</ul>
2020-05-27 17:11:47 +02:00
<h1 id="rclone-config-file">rclone config file</h1>
2017-12-23 14:07:45 +01:00
<p>Show path of configuration file in use.</p>
<pre><code>rclone config file [flags]</code></pre>
2020-05-27 17:11:47 +02:00
<h2 id="options-27">Options</h2>
2017-12-23 14:07:45 +01:00
<pre><code> -h, --help help for file</code></pre>
2019-08-26 16:25:20 +02:00
<p>See the <a href="https://rclone.org/flags/">global flags page</a> for global options not listed here.</p>
2020-05-27 17:11:47 +02:00
<h2 id="see-also-27">SEE ALSO</h2>
2019-06-15 13:01:29 +02:00
<ul>
<li><a href="https://rclone.org/commands/rclone_config/">rclone config</a> - Enter an interactive configuration session.</li>
</ul>
2020-05-27 17:11:47 +02:00
<h1 id="rclone-config-password">rclone config password</h1>
2017-12-23 14:07:45 +01:00
<p>Update password in an existing remote.</p>
2021-02-02 14:42:35 +01:00
<h2 id="synopsis-23">Synopsis</h2>
2020-09-02 17:59:04 +02:00
<p>Update an existing remote's password. The password should be passed in pairs of <code>key</code> <code>value</code>.</p>
2017-12-23 14:07:45 +01:00
<p>For example to set password of a remote of name myremote you would do:</p>
<pre><code>rclone config password myremote fieldname mypassword</code></pre>
2020-09-02 17:59:04 +02:00
<p>This command is obsolete now that "config update" and "config create" both support obscuring passwords directly.</p>
2020-05-27 17:11:47 +02:00
<pre><code>rclone config password `name` [`key` `value`]+ [flags]</code></pre>
<h2 id="options-28">Options</h2>
2017-12-23 14:07:45 +01:00
<pre><code> -h, --help help for password</code></pre>
2019-08-26 16:25:20 +02:00
<p>See the <a href="https://rclone.org/flags/">global flags page</a> for global options not listed here.</p>
2020-05-27 17:11:47 +02:00
<h2 id="see-also-28">SEE ALSO</h2>
2019-06-15 13:01:29 +02:00
<ul>
<li><a href="https://rclone.org/commands/rclone_config/">rclone config</a> - Enter an interactive configuration session.</li>
</ul>
2020-05-27 17:11:47 +02:00
<h1 id="rclone-config-providers">rclone config providers</h1>
2017-12-23 14:07:45 +01:00
<p>List in JSON format all the providers and options.</p>
<pre><code>rclone config providers [flags]</code></pre>
2020-05-27 17:11:47 +02:00
<h2 id="options-29">Options</h2>
2017-12-23 14:07:45 +01:00
<pre><code> -h, --help help for providers</code></pre>
2019-08-26 16:25:20 +02:00
<p>See the <a href="https://rclone.org/flags/">global flags page</a> for global options not listed here.</p>
2020-05-27 17:11:47 +02:00
<h2 id="see-also-29">SEE ALSO</h2>
2019-08-26 16:25:20 +02:00
<ul>
<li><a href="https://rclone.org/commands/rclone_config/">rclone config</a> - Enter an interactive configuration session.</li>
</ul>
2020-05-27 17:11:47 +02:00
<h1 id="rclone-config-reconnect">rclone config reconnect</h1>
2019-08-26 16:25:20 +02:00
<p>Re-authenticates user with remote.</p>
2021-02-02 14:42:35 +01:00
<h2 id="synopsis-24">Synopsis</h2>
2019-08-26 16:25:20 +02:00
<p>This reconnects remote: passed in to the cloud storage system.</p>
2020-09-02 17:59:04 +02:00
<p>To disconnect the remote use "rclone config disconnect".</p>
2019-08-26 16:25:20 +02:00
<p>This normally means going through the interactive oauth flow again.</p>
<pre><code>rclone config reconnect remote: [flags]</code></pre>
2020-05-27 17:11:47 +02:00
<h2 id="options-30">Options</h2>
2019-08-26 16:25:20 +02:00
<pre><code> -h, --help help for reconnect</code></pre>
<p>See the <a href="https://rclone.org/flags/">global flags page</a> for global options not listed here.</p>
2020-05-27 17:11:47 +02:00
<h2 id="see-also-30">SEE ALSO</h2>
2019-06-15 13:01:29 +02:00
<ul>
<li><a href="https://rclone.org/commands/rclone_config/">rclone config</a> - Enter an interactive configuration session.</li>
</ul>
2020-05-27 17:11:47 +02:00
<h1 id="rclone-config-show">rclone config show</h1>
2017-12-23 14:07:45 +01:00
<p>Print (decrypted) config file, or the config for a single remote.</p>
<pre><code>rclone config show [&lt;remote&gt;] [flags]</code></pre>
2020-05-27 17:11:47 +02:00
<h2 id="options-31">Options</h2>
2017-12-23 14:07:45 +01:00
<pre><code> -h, --help help for show</code></pre>
2019-08-26 16:25:20 +02:00
<p>See the <a href="https://rclone.org/flags/">global flags page</a> for global options not listed here.</p>
2020-05-27 17:11:47 +02:00
<h2 id="see-also-31">SEE ALSO</h2>
2019-06-15 13:01:29 +02:00
<ul>
<li><a href="https://rclone.org/commands/rclone_config/">rclone config</a> - Enter an interactive configuration session.</li>
</ul>
2020-05-27 17:11:47 +02:00
<h1 id="rclone-config-update">rclone config update</h1>
2017-12-23 14:07:45 +01:00
<p>Update options in an existing remote.</p>
2021-02-02 14:42:35 +01:00
<h2 id="synopsis-25">Synopsis</h2>
2020-09-02 17:59:04 +02:00
<p>Update an existing remote's options. The options should be passed in in pairs of <code>key</code> <code>value</code>.</p>
2017-12-23 14:07:45 +01:00
<p>For example to update the env_auth field of a remote of name myremote you would do:</p>
<pre><code>rclone config update myremote swift env_auth true</code></pre>
2020-09-02 17:59:04 +02:00
<p>If any of the parameters passed is a password field, then rclone will automatically obscure them if they aren't already obscured before putting them in the config file.</p>
2021-02-02 14:42:35 +01:00
<p><strong>NB</strong> If the password parameter is 22 characters or longer and consists only of base64 characters then rclone can get confused about whether the password is already obscured or not and put unobscured passwords into the config file. If you want to be 100% certain that the passwords get obscured then use the "--obscure" flag, or if you are 100% certain you are already passing obscured passwords then use "--no-obscure". You can also set obscured passwords using the "rclone config password" command.</p>
2020-09-02 17:59:04 +02:00
<p>If the remote uses OAuth the token will be updated, if you don't require this add an extra parameter thus:</p>
2019-02-09 11:42:57 +01:00
<pre><code>rclone config update myremote swift env_auth true config_refresh_token false</code></pre>
2020-05-27 17:11:47 +02:00
<pre><code>rclone config update `name` [`key` `value`]+ [flags]</code></pre>
<h2 id="options-32">Options</h2>
<pre><code> -h, --help help for update
--no-obscure Force any passwords not to be obscured.
--obscure Force any passwords to be obscured.</code></pre>
2019-08-26 16:25:20 +02:00
<p>See the <a href="https://rclone.org/flags/">global flags page</a> for global options not listed here.</p>
2020-05-27 17:11:47 +02:00
<h2 id="see-also-32">SEE ALSO</h2>
2019-08-26 16:25:20 +02:00
<ul>
<li><a href="https://rclone.org/commands/rclone_config/">rclone config</a> - Enter an interactive configuration session.</li>
</ul>
2020-05-27 17:11:47 +02:00
<h1 id="rclone-config-userinfo">rclone config userinfo</h1>
2019-08-26 16:25:20 +02:00
<p>Prints info about logged in user of remote.</p>
2021-02-02 14:42:35 +01:00
<h2 id="synopsis-26">Synopsis</h2>
2019-08-26 16:25:20 +02:00
<p>This prints the details of the person logged in to the cloud storage system.</p>
<pre><code>rclone config userinfo remote: [flags]</code></pre>
2020-05-27 17:11:47 +02:00
<h2 id="options-33">Options</h2>
2019-08-26 16:25:20 +02:00
<pre><code> -h, --help help for userinfo
--json Format output as JSON</code></pre>
<p>See the <a href="https://rclone.org/flags/">global flags page</a> for global options not listed here.</p>
2020-05-27 17:11:47 +02:00
<h2 id="see-also-33">SEE ALSO</h2>
2019-06-15 13:01:29 +02:00
<ul>
<li><a href="https://rclone.org/commands/rclone_config/">rclone config</a> - Enter an interactive configuration session.</li>
</ul>
2020-05-27 17:11:47 +02:00
<h1 id="rclone-copyto">rclone copyto</h1>
2021-02-02 14:42:35 +01:00
<p>Copy files from source to dest, skipping already copied.</p>
<h2 id="synopsis-27">Synopsis</h2>
2017-01-02 16:30:34 +01:00
<p>If source:path is a file or directory then it copies it to a file or directory named dest:path.</p>
<p>This can be used to upload single files to other than their current name. If the source is a directory then it acts exactly like the copy command.</p>
<p>So</p>
<pre><code>rclone copyto src dst</code></pre>
<p>where src and dst are rclone paths, either remote:path or /path/to/local or C:.</p>
<p>This will:</p>
<pre><code>if src is file
copy it to dst, overwriting an existing file if it exists
if src is directory
copy it to dst, overwriting existing files if they exist
see copy command for full details</code></pre>
2020-09-02 17:59:04 +02:00
<p>This doesn't transfer unchanged files, testing by size and modification time or MD5SUM. It doesn't delete files from the destination.</p>
2018-11-24 14:44:25 +01:00
<p><strong>Note</strong>: Use the <code>-P</code>/<code>--progress</code> flag to view real-time transfer statistics</p>
2017-09-30 15:19:47 +02:00
<pre><code>rclone copyto source:path dest:path [flags]</code></pre>
2020-05-27 17:11:47 +02:00
<h2 id="options-34">Options</h2>
2017-09-30 15:19:47 +02:00
<pre><code> -h, --help help for copyto</code></pre>
2019-08-26 16:25:20 +02:00
<p>See the <a href="https://rclone.org/flags/">global flags page</a> for global options not listed here.</p>
2020-05-27 17:11:47 +02:00
<h2 id="see-also-34">SEE ALSO</h2>
2019-06-15 13:01:29 +02:00
<ul>
<li><a href="https://rclone.org/commands/rclone/">rclone</a> - Show help for rclone commands, flags and backends.</li>
</ul>
2020-05-27 17:11:47 +02:00
<h1 id="rclone-copyurl">rclone copyurl</h1>
2018-09-01 13:58:00 +02:00
<p>Copy url content to dest.</p>
2021-02-02 14:42:35 +01:00
<h2 id="synopsis-28">Synopsis</h2>
2020-09-02 17:59:04 +02:00
<p>Download a URL's content and copy it to the destination without saving it in temporary storage.</p>
2021-03-31 20:12:08 +02:00
<p>Setting <code>--auto-filename</code>will cause the file name to be retrieved from the from URL (after any redirections) and used in the destination path. With <code>--print-filename</code> in addition, the resuling file name will be printed.</p>
<p>Setting <code>--no-clobber</code> will prevent overwriting file on the destination if there is one with the same name.</p>
<p>Setting <code>--stdout</code> or making the output file name <code>-</code> will cause the output to be written to standard output.</p>
2018-09-01 13:58:00 +02:00
<pre><code>rclone copyurl https://example.com dest:path [flags]</code></pre>
2020-05-27 17:11:47 +02:00
<h2 id="options-35">Options</h2>
2021-03-31 20:12:08 +02:00
<pre><code> -a, --auto-filename Get the file name from the URL and use it for destination file path
-h, --help help for copyurl
--no-clobber Prevent overwriting file with same name
-p, --print-filename Print the resulting name from --auto-filename
--stdout Write the output to stdout rather than a file</code></pre>
2019-08-26 16:25:20 +02:00
<p>See the <a href="https://rclone.org/flags/">global flags page</a> for global options not listed here.</p>
2020-05-27 17:11:47 +02:00
<h2 id="see-also-35">SEE ALSO</h2>
2019-06-15 13:01:29 +02:00
<ul>
<li><a href="https://rclone.org/commands/rclone/">rclone</a> - Show help for rclone commands, flags and backends.</li>
</ul>
2020-05-27 17:11:47 +02:00
<h1 id="rclone-cryptcheck">rclone cryptcheck</h1>
2017-07-22 19:16:46 +02:00
<p>Cryptcheck checks the integrity of a crypted remote.</p>
2021-02-02 14:42:35 +01:00
<h2 id="synopsis-29">Synopsis</h2>
2017-03-18 12:16:43 +01:00
<p>rclone cryptcheck checks a remote against a crypted remote. This is the equivalent of running rclone check, but able to check the checksums of the crypted remote.</p>
<p>For it to work the underlying remote of the cryptedremote must support some kind of checksum.</p>
<p>It works by reading the nonce from each file on the cryptedremote: and using that to encrypt each file on the remote:. It then checks the checksum of the underlying file on the cryptedremote: against the checksum of the file it has just encrypted.</p>
<p>Use it like this</p>
<pre><code>rclone cryptcheck /path/to/files encryptedremote:path</code></pre>
<p>You can use it like this also, but that will involve downloading all the files in remote:path.</p>
<pre><code>rclone cryptcheck remote:path encryptedremote:path</code></pre>
<p>After it has run it will log the status of the encryptedremote:.</p>
2020-09-02 17:59:04 +02:00
<p>If you supply the <code>--one-way</code> flag, it will only check that files in the source match the files in the destination, not the other way around. This means that extra files in the destination that are not in the source will not be detected.</p>
2021-02-02 14:42:35 +01:00
<p>The <code>--differ</code>, <code>--missing-on-dst</code>, <code>--missing-on-src</code>, <code>--match</code> and <code>--error</code> flags write paths, one per line, to the file name (or stdout if it is <code>-</code>) supplied. What they write is described in the help below. For example <code>--differ</code> will write all paths which are present on both the source and destination but different.</p>
2020-09-02 17:59:04 +02:00
<p>The <code>--combined</code> flag will write a file (or stdout) which contains all file paths with a symbol and then a space and then the path to tell you what happened to it. These are reminiscent of diff files.</p>
<ul>
<li><code>= path</code> means path was found in source and destination and was identical</li>
<li><code>- path</code> means path was missing on the source, so only in the destination</li>
<li><code>+ path</code> means path was missing on the destination, so only in the source</li>
<li><code>* path</code> means path was present in source and destination but different.</li>
<li><code>! path</code> means there was an error reading or hashing the source or dest.</li>
</ul>
2017-09-30 15:19:47 +02:00
<pre><code>rclone cryptcheck remote:path cryptedremote:path [flags]</code></pre>
2020-05-27 17:11:47 +02:00
<h2 id="options-36">Options</h2>
2020-09-02 17:59:04 +02:00
<pre><code> --combined string Make a combined report of changes to this file
--differ string Report all non-matching files to this file
--error string Report all files with errors (hashing or reading) to this file
-h, --help help for cryptcheck
--match string Report all matching files to this file
--missing-on-dst string Report all files missing from the destination to this file
--missing-on-src string Report all files missing from the source to this file
--one-way Check one way only, source files must exist on remote</code></pre>
2019-08-26 16:25:20 +02:00
<p>See the <a href="https://rclone.org/flags/">global flags page</a> for global options not listed here.</p>
2020-05-27 17:11:47 +02:00
<h2 id="see-also-36">SEE ALSO</h2>
2019-06-15 13:01:29 +02:00
<ul>
<li><a href="https://rclone.org/commands/rclone/">rclone</a> - Show help for rclone commands, flags and backends.</li>
</ul>
2020-05-27 17:11:47 +02:00
<h1 id="rclone-cryptdecode">rclone cryptdecode</h1>
2017-09-30 15:19:47 +02:00
<p>Cryptdecode returns unencrypted file names.</p>
2021-02-02 14:42:35 +01:00
<h2 id="synopsis-30">Synopsis</h2>
2017-09-30 15:19:47 +02:00
<p>rclone cryptdecode returns unencrypted file names when provided with a list of encrypted file names. List limit is 10 items.</p>
2020-09-02 17:59:04 +02:00
<p>If you supply the --reverse flag, it will return encrypted file names.</p>
2017-09-30 15:19:47 +02:00
<p>use it like this</p>
2018-03-19 11:06:13 +01:00
<pre><code>rclone cryptdecode encryptedremote: encryptedfilename1 encryptedfilename2
rclone cryptdecode --reverse encryptedremote: filename1 filename2</code></pre>
2021-02-02 14:42:35 +01:00
<p>Another way to accomplish this is by using the <code>rclone backend encode</code> (or <code>decode</code>)command. See the documentation on the <code>crypt</code> overlay for more info.</p>
2017-09-30 15:19:47 +02:00
<pre><code>rclone cryptdecode encryptedremote: encryptedfilename [flags]</code></pre>
2020-05-27 17:11:47 +02:00
<h2 id="options-37">Options</h2>
2018-03-19 11:06:13 +01:00
<pre><code> -h, --help help for cryptdecode
--reverse Reverse cryptdecode, encrypts filenames</code></pre>
2019-08-26 16:25:20 +02:00
<p>See the <a href="https://rclone.org/flags/">global flags page</a> for global options not listed here.</p>
2020-05-27 17:11:47 +02:00
<h2 id="see-also-37">SEE ALSO</h2>
2019-06-15 13:01:29 +02:00
<ul>
<li><a href="https://rclone.org/commands/rclone/">rclone</a> - Show help for rclone commands, flags and backends.</li>
</ul>
2020-05-27 17:11:47 +02:00
<h1 id="rclone-deletefile">rclone deletefile</h1>
2018-09-01 13:58:00 +02:00
<p>Remove a single file from remote.</p>
2021-02-02 14:42:35 +01:00
<h2 id="synopsis-31">Synopsis</h2>
2020-09-02 17:59:04 +02:00
<p>Remove a single file from remote. Unlike <code>delete</code> it cannot be used to remove a directory and it doesn't obey include/exclude filters - if the specified file exists, it will always be removed.</p>
2018-06-16 19:21:09 +02:00
<pre><code>rclone deletefile remote:path [flags]</code></pre>
2020-05-27 17:11:47 +02:00
<h2 id="options-38">Options</h2>
2018-06-16 19:21:09 +02:00
<pre><code> -h, --help help for deletefile</code></pre>
2019-08-26 16:25:20 +02:00
<p>See the <a href="https://rclone.org/flags/">global flags page</a> for global options not listed here.</p>
2020-05-27 17:11:47 +02:00
<h2 id="see-also-38">SEE ALSO</h2>
2019-06-15 13:01:29 +02:00
<ul>
<li><a href="https://rclone.org/commands/rclone/">rclone</a> - Show help for rclone commands, flags and backends.</li>
</ul>
2020-05-27 17:11:47 +02:00
<h1 id="rclone-genautocomplete">rclone genautocomplete</h1>
2017-09-30 15:19:47 +02:00
<p>Output completion script for a given shell.</p>
2021-02-02 14:42:35 +01:00
<h2 id="synopsis-32">Synopsis</h2>
2020-09-02 17:59:04 +02:00
<p>Generates a shell completion script for rclone. Run with --help to list the supported shells.</p>
2020-05-27 17:11:47 +02:00
<h2 id="options-39">Options</h2>
2017-09-30 15:19:47 +02:00
<pre><code> -h, --help help for genautocomplete</code></pre>
2019-08-26 16:25:20 +02:00
<p>See the <a href="https://rclone.org/flags/">global flags page</a> for global options not listed here.</p>
2020-05-27 17:11:47 +02:00
<h2 id="see-also-39">SEE ALSO</h2>
2019-06-15 13:01:29 +02:00
<ul>
<li><a href="https://rclone.org/commands/rclone/">rclone</a> - Show help for rclone commands, flags and backends.</li>
<li><a href="https://rclone.org/commands/rclone_genautocomplete_bash/">rclone genautocomplete bash</a> - Output bash completion script for rclone.</li>
2020-05-27 17:11:47 +02:00
<li><a href="https://rclone.org/commands/rclone_genautocomplete_fish/">rclone genautocomplete fish</a> - Output fish completion script for rclone.</li>
2019-06-15 13:01:29 +02:00
<li><a href="https://rclone.org/commands/rclone_genautocomplete_zsh/">rclone genautocomplete zsh</a> - Output zsh completion script for rclone.</li>
</ul>
2020-05-27 17:11:47 +02:00
<h1 id="rclone-genautocomplete-bash">rclone genautocomplete bash</h1>
<p>Output bash completion script for rclone.</p>
2021-02-02 14:42:35 +01:00
<h2 id="synopsis-33">Synopsis</h2>
<p>Generates a bash shell autocompletion script for rclone.</p>
2021-02-02 14:42:35 +01:00
<p>This writes to /etc/bash_completion.d/rclone by default so will probably need to be run with sudo or as root, e.g.</p>
2017-09-30 15:19:47 +02:00
<pre><code>sudo rclone genautocomplete bash</code></pre>
<p>Logout and login again to use the autocompletion scripts, or source them directly</p>
<pre><code>. /etc/bash_completion</code></pre>
<p>If you supply a command line argument the script will be written there.</p>
2021-02-02 14:42:35 +01:00
<p>If output_file is "-", then the output will be written to stdout.</p>
2017-09-30 15:19:47 +02:00
<pre><code>rclone genautocomplete bash [output_file] [flags]</code></pre>
2020-05-27 17:11:47 +02:00
<h2 id="options-40">Options</h2>
2017-09-30 15:19:47 +02:00
<pre><code> -h, --help help for bash</code></pre>
2019-08-26 16:25:20 +02:00
<p>See the <a href="https://rclone.org/flags/">global flags page</a> for global options not listed here.</p>
2020-05-27 17:11:47 +02:00
<h2 id="see-also-40">SEE ALSO</h2>
<ul>
<li><a href="https://rclone.org/commands/rclone_genautocomplete/">rclone genautocomplete</a> - Output completion script for a given shell.</li>
</ul>
<h1 id="rclone-genautocomplete-fish">rclone genautocomplete fish</h1>
<p>Output fish completion script for rclone.</p>
2021-02-02 14:42:35 +01:00
<h2 id="synopsis-34">Synopsis</h2>
2020-05-27 17:11:47 +02:00
<p>Generates a fish autocompletion script for rclone.</p>
2021-02-02 14:42:35 +01:00
<p>This writes to /etc/fish/completions/rclone.fish by default so will probably need to be run with sudo or as root, e.g.</p>
2020-05-27 17:11:47 +02:00
<pre><code>sudo rclone genautocomplete fish</code></pre>
<p>Logout and login again to use the autocompletion scripts, or source them directly</p>
<pre><code>. /etc/fish/completions/rclone.fish</code></pre>
<p>If you supply a command line argument the script will be written there.</p>
2021-02-02 14:42:35 +01:00
<p>If output_file is "-", then the output will be written to stdout.</p>
2020-05-27 17:11:47 +02:00
<pre><code>rclone genautocomplete fish [output_file] [flags]</code></pre>
<h2 id="options-41">Options</h2>
<pre><code> -h, --help help for fish</code></pre>
<p>See the <a href="https://rclone.org/flags/">global flags page</a> for global options not listed here.</p>
<h2 id="see-also-41">SEE ALSO</h2>
2019-06-15 13:01:29 +02:00
<ul>
<li><a href="https://rclone.org/commands/rclone_genautocomplete/">rclone genautocomplete</a> - Output completion script for a given shell.</li>
</ul>
2020-05-27 17:11:47 +02:00
<h1 id="rclone-genautocomplete-zsh">rclone genautocomplete zsh</h1>
2017-09-30 15:19:47 +02:00
<p>Output zsh completion script for rclone.</p>
2021-02-02 14:42:35 +01:00
<h2 id="synopsis-35">Synopsis</h2>
2017-09-30 15:19:47 +02:00
<p>Generates a zsh autocompletion script for rclone.</p>
2021-02-02 14:42:35 +01:00
<p>This writes to /usr/share/zsh/vendor-completions/_rclone by default so will probably need to be run with sudo or as root, e.g.</p>
2017-09-30 15:19:47 +02:00
<pre><code>sudo rclone genautocomplete zsh</code></pre>
<p>Logout and login again to use the autocompletion scripts, or source them directly</p>
<pre><code>autoload -U compinit &amp;&amp; compinit</code></pre>
<p>If you supply a command line argument the script will be written there.</p>
2021-02-02 14:42:35 +01:00
<p>If output_file is "-", then the output will be written to stdout.</p>
2017-09-30 15:19:47 +02:00
<pre><code>rclone genautocomplete zsh [output_file] [flags]</code></pre>
2020-05-27 17:11:47 +02:00
<h2 id="options-42">Options</h2>
2017-09-30 15:19:47 +02:00
<pre><code> -h, --help help for zsh</code></pre>
2019-08-26 16:25:20 +02:00
<p>See the <a href="https://rclone.org/flags/">global flags page</a> for global options not listed here.</p>
2020-05-27 17:11:47 +02:00
<h2 id="see-also-42">SEE ALSO</h2>
2019-06-15 13:01:29 +02:00
<ul>
<li><a href="https://rclone.org/commands/rclone_genautocomplete/">rclone genautocomplete</a> - Output completion script for a given shell.</li>
</ul>
2020-05-27 17:11:47 +02:00
<h1 id="rclone-gendocs">rclone gendocs</h1>
<p>Output markdown docs for rclone to the directory supplied.</p>
2021-02-02 14:42:35 +01:00
<h2 id="synopsis-36">Synopsis</h2>
<p>This produces markdown docs for the rclone commands to the directory supplied. These are in a format suitable for hugo to render into the rclone.org website.</p>
<pre><code>rclone gendocs output_directory [flags]</code></pre>
2020-05-27 17:11:47 +02:00
<h2 id="options-43">Options</h2>
<pre><code> -h, --help help for gendocs</code></pre>
2019-08-26 16:25:20 +02:00
<p>See the <a href="https://rclone.org/flags/">global flags page</a> for global options not listed here.</p>
2020-05-27 17:11:47 +02:00
<h2 id="see-also-43">SEE ALSO</h2>
2019-06-15 13:01:29 +02:00
<ul>
<li><a href="https://rclone.org/commands/rclone/">rclone</a> - Show help for rclone commands, flags and backends.</li>
</ul>
2020-05-27 17:11:47 +02:00
<h1 id="rclone-hashsum">rclone hashsum</h1>
<p>Produces a hashsum file for all the objects in the path.</p>
2021-02-02 14:42:35 +01:00
<h2 id="synopsis-37">Synopsis</h2>
2018-04-28 12:46:27 +02:00
<p>Produces a hash file for all the objects in the path using the hash named. The output is in the same format as the standard md5sum/sha1sum tool.</p>
2021-02-02 14:42:35 +01:00
<p>By default, the hash is requested from the remote. If the hash is not supported by the remote, no hash will be returned. With the download flag, the file will be downloaded from the remote and hashed locally enabling any hash for any remote.</p>
<p>Run without a hash to see the list of all supported hashes, e.g.</p>
2018-04-28 12:46:27 +02:00
<pre><code>$ rclone hashsum
Supported hashes are:
* MD5
* SHA-1
* DropboxHash
* QuickXorHash</code></pre>
<p>Then</p>
<pre><code>$ rclone hashsum MD5 remote:path</code></pre>
<pre><code>rclone hashsum &lt;hash&gt; remote:path [flags]</code></pre>
2020-05-27 17:11:47 +02:00
<h2 id="options-44">Options</h2>
2021-02-02 14:42:35 +01:00
<pre><code> --base64 Output base64 encoded hashsum
--download Download the file and hash it locally; if this flag is not specified, the hash is requested from the remote
-h, --help help for hashsum
--output-file string Output hashsums to a file rather than the terminal</code></pre>
2019-08-26 16:25:20 +02:00
<p>See the <a href="https://rclone.org/flags/">global flags page</a> for global options not listed here.</p>
2020-05-27 17:11:47 +02:00
<h2 id="see-also-44">SEE ALSO</h2>
2019-06-15 13:01:29 +02:00
<ul>
<li><a href="https://rclone.org/commands/rclone/">rclone</a> - Show help for rclone commands, flags and backends.</li>
</ul>
2020-05-27 17:11:47 +02:00
<h1 id="rclone-link">rclone link</h1>
2018-04-28 12:46:27 +02:00
<p>Generate public link to file/folder.</p>
2021-02-02 14:42:35 +01:00
<h2 id="synopsis-38">Synopsis</h2>
2020-09-02 17:59:04 +02:00
<p>rclone link will create, retrieve or remove a public link to the given file or folder.</p>
2018-04-28 12:46:27 +02:00
<pre><code>rclone link remote:path/to/file
2020-09-02 17:59:04 +02:00
rclone link remote:path/to/folder/
rclone link --unlink remote:path/to/folder/
rclone link --expire 1d remote:path/to/file</code></pre>
<p>If you supply the --expire flag, it will set the expiration time otherwise it will use the default (100 years). <strong>Note</strong> not all backends support the --expire flag - if the backend doesn't support it then the link returned won't expire.</p>
<p>Use the --unlink flag to remove existing public links to the file or folder. <strong>Note</strong> not all backends support "--unlink" flag - those that don't will just ignore it.</p>
<p>If successful, the last line of the output will contain the link. Exact capabilities depend on the remote, but the link will always by default be created with the least constraints e.g. no expiry, no password protection, accessible without account.</p>
2018-04-28 12:46:27 +02:00
<pre><code>rclone link remote:path [flags]</code></pre>
2020-05-27 17:11:47 +02:00
<h2 id="options-45">Options</h2>
2020-09-02 17:59:04 +02:00
<pre><code> --expire Duration The amount of time that the link will be valid (default 100y)
-h, --help help for link
--unlink Remove existing public link to file/folder</code></pre>
2019-08-26 16:25:20 +02:00
<p>See the <a href="https://rclone.org/flags/">global flags page</a> for global options not listed here.</p>
2020-05-27 17:11:47 +02:00
<h2 id="see-also-45">SEE ALSO</h2>
2019-06-15 13:01:29 +02:00
<ul>
<li><a href="https://rclone.org/commands/rclone/">rclone</a> - Show help for rclone commands, flags and backends.</li>
</ul>
2020-05-27 17:11:47 +02:00
<h1 id="rclone-listremotes">rclone listremotes</h1>
2016-11-06 11:17:52 +01:00
<p>List all the remotes in the config file.</p>
2021-02-02 14:42:35 +01:00
<h2 id="synopsis-39">Synopsis</h2>
2016-11-06 11:17:52 +01:00
<p>rclone listremotes lists all the available remotes from the config file.</p>
<p>When uses with the -l flag it lists the types too.</p>
<pre><code>rclone listremotes [flags]</code></pre>
2020-05-27 17:11:47 +02:00
<h2 id="options-46">Options</h2>
2017-09-30 15:19:47 +02:00
<pre><code> -h, --help help for listremotes
2019-02-09 11:42:57 +01:00
--long Show the type as well as names.</code></pre>
2019-08-26 16:25:20 +02:00
<p>See the <a href="https://rclone.org/flags/">global flags page</a> for global options not listed here.</p>
2020-05-27 17:11:47 +02:00
<h2 id="see-also-46">SEE ALSO</h2>
2019-06-15 13:01:29 +02:00
<ul>
<li><a href="https://rclone.org/commands/rclone/">rclone</a> - Show help for rclone commands, flags and backends.</li>
</ul>
2020-05-27 17:11:47 +02:00
<h1 id="rclone-lsf">rclone lsf</h1>
2021-02-02 14:42:35 +01:00
<p>List directories and objects in remote:path formatted for parsing.</p>
<h2 id="synopsis-40">Synopsis</h2>
2018-03-19 11:06:13 +01:00
<p>List the contents of the source path (directories and objects) to standard output in a form which is easy to parse by scripts. By default this will just be the names of the objects and directories, one per line. The directories will have a / suffix.</p>
2018-04-28 12:46:27 +02:00
<p>Eg</p>
<pre><code>$ rclone lsf swift:bucket
bevajer5jef
canole
diwogej7
ferejej3gux/
fubuwic</code></pre>
2020-09-02 17:59:04 +02:00
<p>Use the --format option to control what gets listed. By default this is just the path, but you can use these parameters to control the output:</p>
2018-03-19 11:06:13 +01:00
<pre><code>p - path
s - size
t - modification time
2018-06-16 19:21:09 +02:00
h - hash
2019-04-13 12:01:58 +02:00
i - ID of object
o - Original ID of underlying object
m - MimeType of object if known
2019-06-15 13:01:29 +02:00
e - encrypted name
2021-02-02 14:42:35 +01:00
T - tier of storage if known, e.g. &quot;Hot&quot; or &quot;Cool&quot;</code></pre>
2020-09-02 17:59:04 +02:00
<p>So if you wanted the path, size and modification time, you would use --format "pst", or maybe --format "tsp" to put the path last.</p>
2018-04-28 12:46:27 +02:00
<p>Eg</p>
<pre><code>$ rclone lsf --format &quot;tsp&quot; swift:bucket
2016-06-25 18:55:41;60295;bevajer5jef
2016-06-25 18:55:43;90613;canole
2016-06-25 18:55:43;94467;diwogej7
2018-04-26 08:50:45;0;ferejej3gux/
2016-06-25 18:55:40;37600;fubuwic</code></pre>
2020-09-02 17:59:04 +02:00
<p>If you specify "h" in the format you will get the MD5 hash by default, use the "--hash" flag to change which hash you want. Note that this can be returned as an empty string if it isn't available on the object (and for directories), "ERROR" if there was an error reading it from the object and "UNSUPPORTED" if that object does not support that hash type.</p>
2018-03-19 11:06:13 +01:00
<p>For example to emulate the md5sum command you can use</p>
<pre><code>rclone lsf -R --hash MD5 --format hp --separator &quot; &quot; --files-only .</code></pre>
2018-04-28 12:46:27 +02:00
<p>Eg</p>
<pre><code>$ rclone lsf -R --hash MD5 --format hp --separator &quot; &quot; --files-only swift:bucket
7908e352297f0f530b84a756f188baa3 bevajer5jef
cd65ac234e6fea5925974a51cdd865cc canole
03b5341b4f234b9d984d03ad076bae91 diwogej7
8fd37c3810dd660778137ac3a66cc06d fubuwic
99713e14a4c4ff553acaf1930fad985b gixacuh7ku</code></pre>
2020-09-02 17:59:04 +02:00
<p>(Though "rclone md5sum ." is an easier way of typing this.)</p>
<p>By default the separator is ";" this can be changed with the --separator flag. Note that separators aren't escaped in the path so putting it last is a good strategy.</p>
2018-04-28 12:46:27 +02:00
<p>Eg</p>
<pre><code>$ rclone lsf --separator &quot;,&quot; --format &quot;tshp&quot; swift:bucket
2016-06-25 18:55:41,60295,7908e352297f0f530b84a756f188baa3,bevajer5jef
2016-06-25 18:55:43,90613,cd65ac234e6fea5925974a51cdd865cc,canole
2016-06-25 18:55:43,94467,03b5341b4f234b9d984d03ad076bae91,diwogej7
2018-04-26 08:52:53,0,,ferejej3gux/
2016-06-25 18:55:40,37600,8fd37c3810dd660778137ac3a66cc06d,fubuwic</code></pre>
2020-02-01 11:31:42 +01:00
<p>You can output in CSV standard format. This will escape things in " if they contain ,</p>
2018-06-16 19:21:09 +02:00
<p>Eg</p>
<pre><code>$ rclone lsf --csv --files-only --format ps remote:path
test.log,22355
test.sh,449
&quot;this file contains a comma, in the file name.txt&quot;,6</code></pre>
2020-09-02 17:59:04 +02:00
<p>Note that the --absolute parameter is useful for making lists of files to pass to an rclone copy with the --files-from-raw flag.</p>
2018-06-16 19:21:09 +02:00
<p>For example to find all the files modified within one day and copy those only (without traversing the whole directory structure):</p>
<pre><code>rclone lsf --absolute --files-only --max-age 1d /path/to/local &gt; new_files
2020-05-27 17:11:47 +02:00
rclone copy --files-from-raw new_files /path/to/local remote:path</code></pre>
2019-06-15 13:01:29 +02:00
<p>Any of the filtering options can be applied to this command.</p>
2018-03-19 11:06:13 +01:00
<p>There are several related list commands</p>
<ul>
<li><code>ls</code> to list size and path of objects only</li>
<li><code>lsl</code> to list modification time, size and path of objects only</li>
<li><code>lsd</code> to list directories only</li>
<li><code>lsf</code> to list objects and directories in easy to parse format</li>
<li><code>lsjson</code> to list objects and directories in JSON format</li>
</ul>
<p><code>ls</code>,<code>lsl</code>,<code>lsd</code> are designed to be human readable. <code>lsf</code> is designed to be human and machine readable. <code>lsjson</code> is designed to be machine readable.</p>
2021-02-02 14:42:35 +01:00
<p>Note that <code>ls</code> and <code>lsl</code> recurse by default - use <code>--max-depth 1</code> to stop the recursion.</p>
<p>The other list commands <code>lsd</code>,<code>lsf</code>,<code>lsjson</code> do not recurse by default - use <code>-R</code> to make them recurse.</p>
<p>Listing a non existent directory will produce an error except for remotes which can't have empty directories (e.g. s3, swift, or gcs - the bucket based remotes).</p>
2018-03-19 11:06:13 +01:00
<pre><code>rclone lsf remote:path [flags]</code></pre>
2020-05-27 17:11:47 +02:00
<h2 id="options-47">Options</h2>
2018-06-16 19:21:09 +02:00
<pre><code> --absolute Put a leading / in front of path names.
--csv Output in CSV format.
-d, --dir-slash Append a slash to directory names. (default true)
2018-03-19 11:06:13 +01:00
--dirs-only Only list directories.
--files-only Only list files.
-F, --format string Output format - see help for details (default &quot;p&quot;)
--hash h Use this hash when h is used in the format MD5|SHA-1|DropboxHash (default &quot;MD5&quot;)
-h, --help help for lsf
-R, --recursive Recurse into the listing.
-s, --separator string Separator for the items in the format. (default &quot;;&quot;)</code></pre>
2019-08-26 16:25:20 +02:00
<p>See the <a href="https://rclone.org/flags/">global flags page</a> for global options not listed here.</p>
2020-05-27 17:11:47 +02:00
<h2 id="see-also-47">SEE ALSO</h2>
2019-06-15 13:01:29 +02:00
<ul>
<li><a href="https://rclone.org/commands/rclone/">rclone</a> - Show help for rclone commands, flags and backends.</li>
</ul>
2020-05-27 17:11:47 +02:00
<h1 id="rclone-lsjson">rclone lsjson</h1>
<p>List directories and objects in the path in JSON format.</p>
2021-02-02 14:42:35 +01:00
<h2 id="synopsis-41">Synopsis</h2>
<p>List directories and objects in the path in JSON format.</p>
<p>The output is an array of Items, where each Item looks like this</p>
2020-09-02 17:59:04 +02:00
<p>{ "Hashes" : { "SHA-1" : "f572d396fae9206628714fb2ce00f72e94f2258f", "MD5" : "b1946ac92492d2347c6235b4d2611184", "DropboxHash" : "ecb65bb98f9d905b70458986c39fcbad7715e5f2fcc3b1f07767d7c83e2438cc" }, "ID": "y2djkhiujf83u33", "OrigID": "UYOJVTUW00Q1RzTDA", "IsBucket" : false, "IsDir" : false, "MimeType" : "application/octet-stream", "ModTime" : "2017-05-31T16:15:57.034468261+01:00", "Name" : "file.txt", "Encrypted" : "v0qpsdq8anpci8n929v3uu9338", "EncryptedPath" : "kja9098349023498/v0qpsdq8anpci8n929v3uu9338", "Path" : "full/path/goes/here/file.txt", "Size" : 6, "Tier" : "hot", }</p>
<p>If --hash is not specified the Hashes property won't be emitted. The types of hash can be specified with the --hash-type parameter (which may be repeated). If --hash-type is set then it implies --hash.</p>
2021-02-02 14:42:35 +01:00
<p>If --no-modtime is specified then ModTime will be blank. This can speed things up on remotes where reading the ModTime takes an extra request (e.g. s3, swift).</p>
<p>If --no-mimetype is specified then MimeType will be blank. This can speed things up on remotes where reading the MimeType takes an extra request (e.g. s3, swift).</p>
2020-09-02 17:59:04 +02:00
<p>If --encrypted is not specified the Encrypted won't be emitted.</p>
<p>If --dirs-only is not specified files in addition to directories are returned</p>
<p>If --files-only is not specified directories in addition to the files will be returned.</p>
<p>The Path field will only show folders below the remote path being listed. If "remote:path" contains the file "subfolder/file.txt", the Path for "file.txt" will be "subfolder/file.txt", not "remote:path/subfolder/file.txt". When used without --recursive the Path will always be the same as Name.</p>
<p>If the directory is a bucket in a bucket based backend, then "IsBucket" will be set to true. This key won't be present unless it is "true".</p>
2021-02-02 14:42:35 +01:00
<p>The time is in RFC3339 format with up to nanosecond precision. The number of decimal digits in the seconds will depend on the precision that the remote can hold the times, so if times are accurate to the nearest millisecond (e.g. Google Drive) then 3 digits will always be shown ("2017-05-31T16:15:57.034+01:00") whereas if the times are accurate to the nearest second (Dropbox, Box, WebDav, etc.) no digits will be shown ("2017-05-31T16:15:57+01:00").</p>
<p>The whole output can be processed as a JSON blob, or alternatively it can be processed line by line as each item is written one to a line.</p>
2019-06-15 13:01:29 +02:00
<p>Any of the filtering options can be applied to this command.</p>
2018-03-19 11:06:13 +01:00
<p>There are several related list commands</p>
<ul>
<li><code>ls</code> to list size and path of objects only</li>
<li><code>lsl</code> to list modification time, size and path of objects only</li>
<li><code>lsd</code> to list directories only</li>
<li><code>lsf</code> to list objects and directories in easy to parse format</li>
<li><code>lsjson</code> to list objects and directories in JSON format</li>
</ul>
<p><code>ls</code>,<code>lsl</code>,<code>lsd</code> are designed to be human readable. <code>lsf</code> is designed to be human and machine readable. <code>lsjson</code> is designed to be machine readable.</p>
2021-02-02 14:42:35 +01:00
<p>Note that <code>ls</code> and <code>lsl</code> recurse by default - use <code>--max-depth 1</code> to stop the recursion.</p>
<p>The other list commands <code>lsd</code>,<code>lsf</code>,<code>lsjson</code> do not recurse by default - use <code>-R</code> to make them recurse.</p>
<p>Listing a non existent directory will produce an error except for remotes which can't have empty directories (e.g. s3, swift, or gcs - the bucket based remotes).</p>
<pre><code>rclone lsjson remote:path [flags]</code></pre>
2020-05-27 17:11:47 +02:00
<h2 id="options-48">Options</h2>
<pre><code> --dirs-only Show only directories in the listing.
-M, --encrypted Show the encrypted names.
--files-only Show only files in the listing.
--hash Include hashes in the output (may take longer).
--hash-type stringArray Show only this hash type (may be repeated).
-h, --help help for lsjson
--no-mimetype Don&#39;t read the mime type (can speed things up).
--no-modtime Don&#39;t read the modification time (can speed things up).
--original Show the ID of the underlying Object.
-R, --recursive Recurse into the listing.</code></pre>
2019-08-26 16:25:20 +02:00
<p>See the <a href="https://rclone.org/flags/">global flags page</a> for global options not listed here.</p>
2020-05-27 17:11:47 +02:00
<h2 id="see-also-48">SEE ALSO</h2>
2019-06-15 13:01:29 +02:00
<ul>
<li><a href="https://rclone.org/commands/rclone/">rclone</a> - Show help for rclone commands, flags and backends.</li>
</ul>
2020-05-27 17:11:47 +02:00
<h1 id="rclone-mount">rclone mount</h1>
2018-10-15 12:03:08 +02:00
<p>Mount the remote as file system on a mountpoint.</p>
2021-02-02 14:42:35 +01:00
<h2 id="synopsis-42">Synopsis</h2>
2020-09-02 17:59:04 +02:00
<p>rclone mount allows Linux, FreeBSD, macOS and Windows to mount any of Rclone's cloud storage systems as a file system with FUSE.</p>
2016-08-24 23:58:24 +02:00
<p>First set up your remote using <code>rclone config</code>. Check it works with <code>rclone ls</code> etc.</p>
2021-02-02 14:42:35 +01:00
<p>On Linux and OSX, you can either run mount in foreground mode or background (daemon) mode. Mount runs in foreground mode by default, use the <code>--daemon</code> flag to specify background mode. You can only run mount in foreground mode on Windows.</p>
<p>On Linux/macOS/FreeBSD start the mount like this, where <code>/path/to/local/mount</code> is an <strong>empty</strong> <strong>existing</strong> directory:</p>
<pre><code>rclone mount remote:path/to/files /path/to/local/mount</code></pre>
2021-03-31 20:12:08 +02:00
<p>On Windows you can start a mount in different ways. See <a href="#mounting-modes-on-windows">below</a> for details. The following examples will mount to an automatically assigned drive, to specific drive letter <code>X:</code>, to path <code>C:\path\parent\mount</code> (where parent directory or drive must exist, and mount must <strong>not</strong> exist, and is not supported when <a href="#mounting-modes-on-windows">mounting as a network drive</a>), and the last example will mount as network share <code>\\cloud\remote</code> and map it to an automatically assigned drive:</p>
2021-02-02 14:42:35 +01:00
<pre><code>rclone mount remote:path/to/files *
rclone mount remote:path/to/files X:
2021-03-31 20:12:08 +02:00
rclone mount remote:path/to/files C:\path\parent\mount
2021-02-02 14:42:35 +01:00
rclone mount remote:path/to/files \\cloud\remote</code></pre>
<p>When the program ends while in foreground mode, either via Ctrl+C or receiving a SIGINT or SIGTERM signal, the mount should be automatically stopped.</p>
<p>When running in background mode the user will have to stop the mount manually:</p>
<pre><code># Linux
fusermount -u /path/to/local/mount
# OS X
umount /path/to/local/mount</code></pre>
2021-02-02 14:42:35 +01:00
<p>The umount operation can fail, for example when the mountpoint is busy. When that happens, it is the user's responsibility to stop the mount manually.</p>
<p>The size of the mounted file system will be set according to information retrieved from the remote, the same as returned by the <a href="https://rclone.org/commands/rclone_about/">rclone about</a> command. Remotes with unlimited storage may report the used size only, then an additional 1PB of free space is assumed. If the remote does not <a href="https://rclone.org/overview/#optional-features">support</a> the about feature at all, then 1PB is set as both the total and the free size.</p>
<p><strong>Note</strong>: As of <code>rclone</code> 1.52.2, <code>rclone mount</code> now requires Go version 1.13 or newer on some platforms depending on the underlying FUSE library in use.</p>
2020-05-27 17:11:47 +02:00
<h2 id="installing-on-windows">Installing on Windows</h2>
2017-09-30 15:19:47 +02:00
<p>To run rclone mount on Windows, you will need to download and install <a href="http://www.secfs.net/winfsp/">WinFsp</a>.</p>
2020-05-27 17:11:47 +02:00
<p><a href="https://github.com/billziss-gh/winfsp">WinFsp</a> is an open source Windows File System Proxy which makes it easy to write user space file systems for Windows. It provides a FUSE emulation layer which rclone uses combination with <a href="https://github.com/billziss-gh/cgofuse">cgofuse</a>. Both of these packages are by Bill Zissimopoulos who was very helpful during the implementation of rclone mount for Windows.</p>
2021-02-02 14:42:35 +01:00
<h3 id="mounting-modes-on-windows">Mounting modes on windows</h3>
<p>Unlike other operating systems, Microsoft Windows provides a different filesystem type for network and fixed drives. It optimises access on the assumption fixed disk drives are fast and reliable, while network drives have relatively high latency and less reliability. Some settings can also be differentiated between the two types, for example that Windows Explorer should just display icons and not create preview thumbnails for image and video files on network drives.</p>
<p>In most cases, rclone will mount the remote as a normal, fixed disk drive by default. However, you can also choose to mount it as a remote network drive, often described as a network share. If you mount an rclone remote using the default, fixed drive mode and experience unexpected program errors, freezes or other issues, consider mounting as a network drive instead.</p>
2021-03-31 20:12:08 +02:00
<p>When mounting as a fixed disk drive you can either mount to an unused drive letter, or to a path representing a <strong>non-existent</strong> subdirectory of an <strong>existing</strong> parent directory or drive. Using the special value <code>*</code> will tell rclone to automatically assign the next available drive letter, starting with Z: and moving backward. Examples:</p>
2021-02-02 14:42:35 +01:00
<pre><code>rclone mount remote:path/to/files *
rclone mount remote:path/to/files X:
2021-03-31 20:12:08 +02:00
rclone mount remote:path/to/files C:\path\parent\mount
2021-02-02 14:42:35 +01:00
rclone mount remote:path/to/files X:</code></pre>
<p>Option <code>--volname</code> can be used to set a custom volume name for the mounted file system. The default is to use the remote name and path.</p>
<p>To mount as network drive, you can add option <code>--network-mode</code> to your mount command. Mounting to a directory path is not supported in this mode, it is a limitation Windows imposes on junctions, so the remote must always be mounted to a drive letter.</p>
<pre><code>rclone mount remote:path/to/files X: --network-mode</code></pre>
<p>A volume name specified with <code>--volname</code> will be used to create the network share path. A complete UNC path, such as <code>\\cloud\remote</code>, optionally with path <code>\\cloud\remote\madeup\path</code>, will be used as is. Any other string will be used as the share part, after a default prefix <code>\\server\</code>. If no volume name is specified then <code>\\server\share</code> will be used. You must make sure the volume name is unique when you are mounting more than one drive, or else the mount command will fail. The share name will treated as the volume label for the mapped drive, shown in Windows Explorer etc, while the complete <code>\\server\share</code> will be reported as the remote UNC path by <code>net use</code> etc, just like a normal network drive mapping.</p>
<p>If you specify a full network share UNC path with <code>--volname</code>, this will implicitely set the <code>--network-mode</code> option, so the following two examples have same result:</p>
<pre><code>rclone mount remote:path/to/files X: --network-mode
rclone mount remote:path/to/files X: --volname \\server\share</code></pre>
<p>You may also specify the network share UNC path as the mountpoint itself. Then rclone will automatically assign a drive letter, same as with <code>*</code> and use that as mountpoint, and instead use the UNC path specified as the volume name, as if it were specified with the <code>--volname</code> option. This will also implicitely set the <code>--network-mode</code> option. This means the following two examples have same result:</p>
<pre><code>rclone mount remote:path/to/files \\cloud\remote
rclone mount remote:path/to/files * --volname \\cloud\remote</code></pre>
<p>There is yet another way to enable network mode, and to set the share path, and that is to pass the "native" libfuse/WinFsp option directly: <code>--fuse-flag --VolumePrefix=\server\share</code>. Note that the path must be with just a single backslash prefix in this case.</p>
<p><em>Note:</em> In previous versions of rclone this was the only supported method.</p>
<p><a href="https://en.wikipedia.org/wiki/Drive_mapping">Read more about drive mapping</a></p>
<p>See also <a href="#limitations">Limitations</a> section below.</p>
<h3 id="windows-filesystem-permissions">Windows filesystem permissions</h3>
<p>The FUSE emulation layer on Windows must convert between the POSIX-based permission model used in FUSE, and the permission model used in Windows, based on access-control lists (ACL).</p>
<p>The mounted filesystem will normally get three entries in its access-control list (ACL), representing permissions for the POSIX permission scopes: Owner, group and others. By default, the owner and group will be taken from the current user, and the built-in group "Everyone" will be used to represent others. The user/group can be customized with FUSE options "UserName" and "GroupName", e.g. <code>-o UserName=user123 -o GroupName="Authenticated Users"</code>.</p>
<p>The permissions on each entry will be set according to <a href="#options">options</a> <code>--dir-perms</code> and <code>--file-perms</code>, which takes a value in traditional <a href="https://en.wikipedia.org/wiki/File-system_permissions#Numeric_notation">numeric notation</a>, where the default corresponds to <code>--file-perms 0666 --dir-perms 0777</code>.</p>
2021-03-31 20:12:08 +02:00
<p>Note that the mapping of permissions is not always trivial, and the result you see in Windows Explorer may not be exactly like you expected. For example, when setting a value that includes write access, this will be mapped to individual permissions "write attributes", "write data" and "append data", but not "write extended attributes". Windows will then show this as basic permission "Special" instead of "Write", because "Write" includes the "write extended attributes" permission.</p>
<p>If you set POSIX permissions for only allowing access to the owner, using <code>--file-perms 0600 --dir-perms 0700</code>, the user group and the built-in "Everyone" group will still be given some special permissions, such as "read attributes" and "read permissions", in Windows. This is done for compatibility reasons, e.g. to allow users without additional permissions to be able to read basic metadata about files like in UNIX. One case that may arise is that other programs (incorrectly) interprets this as the file being accessible by everyone. For example an SSH client may warn about "unprotected private key file".</p>
<p>WinFsp 2021 (version 1.9, still in beta) introduces a new FUSE option "FileSecurity", that allows the complete specification of file security descriptors using <a href="https://docs.microsoft.com/en-us/windows/win32/secauthz/security-descriptor-string-format">SDDL</a>. With this you can work around issues such as the mentioned "unprotected private key file" by specifying <code>-o FileSecurity="D:P(A;;FA;;;OW)"</code>, for file all access (FA) to the owner (OW).</p>
2020-05-27 17:11:47 +02:00
<h3 id="windows-caveats">Windows caveats</h3>
2017-09-30 15:19:47 +02:00
<p>Note that drives created as Administrator are not visible by other accounts (including the account that was elevated as Administrator). So if you start a Windows drive from an Administrative Command Prompt and then try to access the same drive from Explorer (which does not run as Administrator), you will not be able to see the new drive.</p>
2018-03-19 11:06:13 +01:00
<p>The easiest way around this is to start the drive from a normal command prompt. It is also possible to start a drive from the SYSTEM account (using <a href="https://github.com/billziss-gh/winfsp/wiki/WinFsp-Service-Architecture">the WinFsp.Launcher infrastructure</a>) which creates drives accessible for everyone on the system or alternatively using <a href="https://nssm.cc/usage">the nssm service manager</a>.</p>
2020-05-27 17:11:47 +02:00
<h2 id="limitations">Limitations</h2>
<p>Without the use of <code>--vfs-cache-mode</code> this can only write files sequentially, it can only seek when reading. This means that many applications won't work with their files on an rclone mount without <code>--vfs-cache-mode writes</code> or <code>--vfs-cache-mode full</code>. See the <a href="#vfs-file-caching">VFS File Caching</a> section for more info.</p>
2021-02-02 14:42:35 +01:00
<p>The bucket based remotes (e.g. Swift, S3, Google Compute Storage, B2, Hubic) do not support the concept of empty directories, so empty directories will have a tendency to disappear once they fall out of the directory cache.</p>
2017-07-22 19:16:46 +02:00
<p>Only supported on Linux, FreeBSD, OS X and Windows at the moment.</p>
2020-05-27 17:11:47 +02:00
<h2 id="rclone-mount-vs-rclone-synccopy">rclone mount vs rclone sync/copy</h2>
2021-03-31 20:12:08 +02:00
<p>File systems expect things to be 100% reliable, whereas cloud storage systems are a long way from 100% reliable. The rclone sync/copy commands cope with this with lots of retries. However rclone mount can't use retries in the same way without making local copies of the uploads. Look at the <a href="#vfs-file-caching">VFS File Caching</a> for solutions to make mount more reliable.</p>
2020-05-27 17:11:47 +02:00
<h2 id="attribute-caching">Attribute caching</h2>
2021-02-02 14:42:35 +01:00
<p>You can use the flag <code>--attr-timeout</code> to set the time the kernel caches the attributes (size, modification time, etc.) for directory entries.</p>
<p>The default is <code>1s</code> which caches files just long enough to avoid too many callbacks to rclone from the kernel.</p>
<p>In theory 0s should be the correct value for filesystems which can change outside the control of the kernel. However this causes quite a few problems such as <a href="https://github.com/rclone/rclone/issues/2157">rclone using too much memory</a>, <a href="https://forum.rclone.org/t/rclone-1-39-vs-1-40-mount-issue/5112">rclone not serving files to samba</a> and <a href="https://github.com/rclone/rclone/issues/2095#issuecomment-371141147">excessive time listing directories</a>.</p>
2021-02-02 14:42:35 +01:00
<p>The kernel can cache the info about a file for the time given by <code>--attr-timeout</code>. You may see corruption if the remote file changes length during this window. It will show up as either a truncated file or a file with garbage on the end. With <code>--attr-timeout 1s</code> this is very unlikely but not impossible. The higher you set <code>--attr-timeout</code> the more likely it is. The default setting of "1s" is the lowest setting which mitigates the problems above.</p>
<p>If you set it higher (<code>10s</code> or <code>1m</code> say) then the kernel will call back to rclone less often making it more efficient, however there is more chance of the corruption issue above.</p>
2020-09-02 17:59:04 +02:00
<p>If files don't change on the remote outside of the control of rclone then there is no chance of corruption.</p>
2018-03-19 11:06:13 +01:00
<p>This is the same as setting the attr_timeout option in mount.fuse.</p>
2020-05-27 17:11:47 +02:00
<h2 id="filters">Filters</h2>
2017-03-18 12:16:43 +01:00
<p>Note that all the rclone filters can be used to select a subset of the files to be visible in the mount.</p>
2020-05-27 17:11:47 +02:00
<h2 id="systemd">systemd</h2>
2017-12-23 14:07:45 +01:00
<p>When running rclone mount as a systemd service, it is possible to use Type=notify. In this case the service will enter the started state after the mountpoint has been successfully set up. Units having the rclone mount service specified as a requirement will see all files and folders immediately in this mode.</p>
2020-05-27 17:11:47 +02:00
<h2 id="chunked-reading">chunked reading</h2>
2021-02-02 14:42:35 +01:00
<p><code>--vfs-read-chunk-size</code> will enable reading the source objects in parts. This can reduce the used download quota for some remotes by requesting only chunks from the remote that are actually read at the cost of an increased number of requests.</p>
<p>When <code>--vfs-read-chunk-size-limit</code> is also specified and greater than <code>--vfs-read-chunk-size</code>, the chunk size for each open file will get doubled for each chunk read, until the specified value is reached. A value of <code>-1</code> will disable the limit and the chunk size will grow indefinitely.</p>
<p>With <code>--vfs-read-chunk-size 100M</code> and <code>--vfs-read-chunk-size-limit 0</code> the following parts will be downloaded: 0-100M, 100M-200M, 200M-300M, 300M-400M and so on. When <code>--vfs-read-chunk-size-limit 500M</code> is specified, the result would be 0-100M, 100M-300M, 300M-700M, 700M-1200M, 1200M-1700M and so on.</p>
2020-09-02 17:59:04 +02:00
<h2 id="vfs---virtual-file-system">VFS - Virtual File System</h2>
<p>This command uses the VFS layer. This adapts the cloud storage objects that rclone uses into something which looks much more like a disk filing system.</p>
<p>Cloud storage objects have lots of properties which aren't like disk files - you can't extend them or write to the middle of them, so the VFS layer has to deal with that. Because there is no one right way of doing this there are various options explained below.</p>
<p>The VFS layer also implements a directory cache - this caches info about files and directories (but not the data) in memory.</p>
<h2 id="vfs-directory-cache">VFS Directory Cache</h2>
<p>Using the <code>--dir-cache-time</code> flag, you can control how long a directory should be considered up to date and not refreshed from the backend. Changes made through the mount will appear immediately or invalidate the cache.</p>
<pre><code>--dir-cache-time duration Time to cache directory entries for. (default 5m0s)
--poll-interval duration Time to wait between polling for changes.</code></pre>
<p>However, changes made directly on the cloud storage by the web interface or a different copy of rclone will only be picked up once the directory cache expires if the backend configured does not support polling for changes. If the backend supports polling, changes will be picked up within the polling interval.</p>
<p>You can send a <code>SIGHUP</code> signal to rclone for it to flush all directory caches, regardless of how old they are. Assuming only one rclone instance is running, you can reset the cache like this:</p>
<pre><code>kill -SIGHUP $(pidof rclone)</code></pre>
2018-03-19 11:06:13 +01:00
<p>If you configure rclone with a <a href="/rc">remote control</a> then you can use rclone rc to flush the whole directory cache:</p>
<pre><code>rclone rc vfs/forget</code></pre>
<p>Or individual files or directories:</p>
<pre><code>rclone rc vfs/forget file=path/to/file dir=path/to/dir</code></pre>
2020-09-02 17:59:04 +02:00
<h2 id="vfs-file-buffering">VFS File Buffering</h2>
2018-09-01 13:58:00 +02:00
<p>The <code>--buffer-size</code> flag determines the amount of memory, that will be used to buffer data in advance.</p>
2020-09-02 17:59:04 +02:00
<p>Each open file will try to keep the specified amount of data in memory at all times. The buffered data is bound to one open file and won't be shared.</p>
<p>This flag is a upper limit for the used memory per open file. The buffer will only use memory for data that is downloaded but not not yet read. If the buffer is empty, only a small amount of memory will be used.</p>
<p>The maximum memory used by rclone for buffering can be up to <code>--buffer-size * open files</code>.</p>
<h2 id="vfs-file-caching">VFS File Caching</h2>
<p>These flags control the VFS file caching options. File caching is necessary to make the VFS layer appear compatible with a normal file system. It can be disabled at the cost of some compatibility.</p>
<p>For example you'll need to enable VFS caching if you want to read and write simultaneously to a file. See below for more details.</p>
<p>Note that the VFS cache is separate from the cache backend and you may find that you need one or the other or both.</p>
2018-03-19 11:06:13 +01:00
<pre><code>--cache-dir string Directory rclone will use for caching.
2020-09-02 17:59:04 +02:00
--vfs-cache-mode CacheMode Cache mode off|minimal|writes|full (default off)
2017-12-23 14:07:45 +01:00
--vfs-cache-max-age duration Max age of objects in the cache. (default 1h0m0s)
2020-09-02 17:59:04 +02:00
--vfs-cache-max-size SizeSuffix Max total size of objects in the cache. (default off)
2019-02-09 11:42:57 +01:00
--vfs-cache-poll-interval duration Interval to poll the cache for stale objects. (default 1m0s)
2020-09-02 17:59:04 +02:00
--vfs-write-back duration Time to writeback files after last use when using cache. (default 5s)</code></pre>
2017-12-23 14:07:45 +01:00
<p>If run with <code>-vv</code> rclone will print the location of the file cache. The files are stored in the user cache file area which is OS dependent but can be controlled with <code>--cache-dir</code> or setting the appropriate environment variable.</p>
<p>The cache has 4 different modes selected by <code>--vfs-cache-mode</code>. The higher the cache mode the more compatible rclone becomes at the cost of using disk space.</p>
2020-09-02 17:59:04 +02:00
<p>Note that files are written back to the remote only when they are closed and if they haven't been accessed for --vfs-write-back second. If rclone is quit or dies with files that haven't been uploaded, these will be uploaded next time rclone is run with the same flags.</p>
2021-02-02 14:42:35 +01:00
<p>If using <code>--vfs-cache-max-size</code> note that the cache may exceed this size for two reasons. Firstly because it is only checked every <code>--vfs-cache-poll-interval</code>. Secondly because open files cannot be evicted from the cache.</p>
2021-03-31 20:12:08 +02:00
<p>You <strong>should not</strong> run two copies of rclone using the same VFS cache with the same or overlapping remotes if using <code>--vfs-cache-mode &gt; off</code>. This can potentially cause data corruption if you do. You can work around this by giving each rclone its own cache hierarchy with <code>--cache-dir</code>. You don't need to worry about this if the remotes in use don't overlap.</p>
2020-09-02 17:59:04 +02:00
<h3 id="vfs-cache-mode-off">--vfs-cache-mode off</h3>
<p>In this mode (the default) the cache will read directly from the remote and write directly to the remote without caching anything on disk.</p>
2017-12-23 14:07:45 +01:00
<p>This will mean some operations are not possible</p>
<ul>
2020-09-02 17:59:04 +02:00
<li>Files can't be opened for both read AND write</li>
<li>Files opened for write can't be seeked</li>
2017-12-23 14:07:45 +01:00
<li>Existing files opened for write must have O_TRUNC set</li>
<li>Files open for read with O_TRUNC will be opened write only</li>
<li>Files open for write only will behave as if O_TRUNC was supplied</li>
<li>Open modes O_APPEND, O_TRUNC are ignored</li>
2020-09-02 17:59:04 +02:00
<li>If an upload fails it can't be retried</li>
2017-12-23 14:07:45 +01:00
</ul>
2020-09-02 17:59:04 +02:00
<h3 id="vfs-cache-mode-minimal">--vfs-cache-mode minimal</h3>
<p>This is very similar to "off" except that files opened for read AND write will be buffered to disk. This means that files opened for write will be a lot more compatible, but uses the minimal disk space.</p>
2017-12-23 14:07:45 +01:00
<p>These operations are not possible</p>
<ul>
2020-09-02 17:59:04 +02:00
<li>Files opened for write only can't be seeked</li>
2017-12-23 14:07:45 +01:00
<li>Existing files opened for write must have O_TRUNC set</li>
<li>Files opened for write only will ignore O_APPEND, O_TRUNC</li>
2020-09-02 17:59:04 +02:00
<li>If an upload fails it can't be retried</li>
2017-12-23 14:07:45 +01:00
</ul>
2020-09-02 17:59:04 +02:00
<h3 id="vfs-cache-mode-writes">--vfs-cache-mode writes</h3>
2017-12-23 14:07:45 +01:00
<p>In this mode files opened for read only are still read directly from the remote, write only and read/write files are buffered to disk first.</p>
<p>This mode should support all normal file system operations.</p>
2020-09-02 17:59:04 +02:00
<p>If an upload fails it will be retried at exponentially increasing intervals up to 1 minute.</p>
<h3 id="vfs-cache-mode-full">--vfs-cache-mode full</h3>
<p>In this mode all reads and writes are buffered to and from disk. When data is read from the remote this is buffered to disk as well.</p>
2021-02-02 14:42:35 +01:00
<p>In this mode the files in the cache will be sparse files and rclone will keep track of which bits of the files it has downloaded.</p>
2020-09-02 17:59:04 +02:00
<p>So if an application only reads the starts of each file, then rclone will only buffer the start of the file. These files will appear to be their full size in the cache, but they will be sparse files with only the data that has been downloaded present in them.</p>
<p>This mode should support all normal file system operations and is otherwise identical to --vfs-cache-mode writes.</p>
<p>When reading a file rclone will read --buffer-size plus --vfs-read-ahead bytes ahead. The --buffer-size is buffered in memory whereas the --vfs-read-ahead is buffered on disk.</p>
<p>When using this mode it is recommended that --buffer-size is not set too big and --vfs-read-ahead is set large if required.</p>
2021-02-02 14:42:35 +01:00
<p><strong>IMPORTANT</strong> not all file systems support sparse files. In particular FAT/exFAT do not. Rclone will perform very badly if the cache directory is on a filesystem which doesn't support sparse files and it will log an ERROR message if one is detected.</p>
2020-09-02 17:59:04 +02:00
<h2 id="vfs-performance">VFS Performance</h2>
<p>These flags may be used to enable/disable features of the VFS for performance or other reasons.</p>
<p>In particular S3 and Swift benefit hugely from the --no-modtime flag (or use --use-server-modtime for a slightly different effect) as each read of the modification time takes a transaction.</p>
<pre><code>--no-checksum Don&#39;t compare checksums on up/download.
--no-modtime Don&#39;t read/write the modification time (can speed things up).
--no-seek Don&#39;t allow seeking in files.
--read-only Mount read-only.</code></pre>
<p>When rclone reads files from a remote it reads them in chunks. This means that rather than requesting the whole file rclone reads the chunk specified. This is advantageous because some cloud providers account for reads being all the data requested, not all the data delivered.</p>
<p>Rclone will keep doubling the chunk size requested starting at --vfs-read-chunk-size with a maximum of --vfs-read-chunk-size-limit unless it is set to "off" in which case there will be no limit.</p>
<pre><code>--vfs-read-chunk-size SizeSuffix Read the source objects in chunks. (default 128M)
--vfs-read-chunk-size-limit SizeSuffix Max chunk doubling size (default &quot;off&quot;)</code></pre>
<p>Sometimes rclone is delivered reads or writes out of order. Rather than seeking rclone will wait a short time for the in sequence read or write to come in. These flags only come into effect when not using an on disk cache file.</p>
<pre><code>--vfs-read-wait duration Time to wait for in-sequence read before seeking. (default 20ms)
--vfs-write-wait duration Time to wait for in-sequence write before giving error. (default 1s)</code></pre>
2021-02-02 14:42:35 +01:00
<p>When using VFS write caching (--vfs-cache-mode with value writes or full), the global flag --transfers can be set to adjust the number of parallel uploads of modified files from cache (the related global flag --checkers have no effect on mount).</p>
<pre><code>--transfers int Number of file transfers to run in parallel. (default 4)</code></pre>
2020-09-02 17:59:04 +02:00
<h2 id="vfs-case-sensitivity">VFS Case Sensitivity</h2>
2020-05-27 17:11:47 +02:00
<p>Linux file systems are case-sensitive: two files can differ only by case, and the exact case must be used when opening a file.</p>
2020-09-02 17:59:04 +02:00
<p>File systems in modern Windows are case-insensitive but case-preserving: although existing files can be opened using any case, the exact case used to create the file is preserved and available for programs to query. It is not allowed for two files in the same directory to differ only by case.</p>
2020-05-27 17:11:47 +02:00
<p>Usually file systems on macOS are case-insensitive. It is possible to make macOS file systems case-sensitive but that is not the default</p>
2021-02-02 14:42:35 +01:00
<p>The <code>--vfs-case-insensitive</code> mount flag controls how rclone handles these two cases. If its value is "false", rclone passes file names to the mounted file system as-is. If the flag is "true" (or appears without a value on command line), rclone may perform a "fixup" as explained below.</p>
2020-05-27 17:11:47 +02:00
<p>The user may specify a file name to open/delete/rename/etc with a case different than what is stored on mounted file system. If an argument refers to an existing file with exactly the same name, then the case of the existing file on the disk will be used. However, if a file name with exactly the same name is not found but a name differing only by case exists, rclone will transparently fixup the name. This fixup happens only when an existing file is requested. Case sensitivity of file names created anew by rclone is controlled by an underlying mounted file system.</p>
2020-09-02 17:59:04 +02:00
<p>Note that case sensitivity of the operating system running rclone (the target) may differ from case sensitivity of a file system mounted by rclone (the source). The flag controls whether "fixup" is performed to satisfy the target.</p>
<p>If the flag is not provided on the command line, then its default value depends on the operating system where rclone runs: "true" on Windows and macOS, "false" otherwise. If the flag is provided without a value, then it is "true".</p>
2021-03-31 20:12:08 +02:00
<h2 id="alternate-report-of-used-bytes">Alternate report of used bytes</h2>
<p>Some backends, most notably S3, do not report the amount of bytes used. If you need this information to be available when running <code>df</code> on the filesystem, then pass the flag <code>--vfs-used-is-size</code> to rclone. With this flag set, instead of relying on the backend to report this information, rclone will scan the whole remote similar to <code>rclone size</code> and compute the total used space itself.</p>
<p><em>WARNING.</em> Contrary to <code>rclone size</code>, this flag ignores filters so that the result is accurate. However, this is very inefficient and may cost lots of API calls resulting in extra charges. Use it as a last resort and only with caching.</p>
<pre><code>rclone mount remote:path /path/to/mountpoint [flags]</code></pre>
2020-05-27 17:11:47 +02:00
<h2 id="options-49">Options</h2>
2021-02-02 14:42:35 +01:00
<pre><code> --allow-non-empty Allow mounting over a non-empty directory. Not supported on Windows.
--allow-other Allow access to other users. Not supported on Windows.
--allow-root Allow access to root user. Not supported on Windows.
--async-read Use asynchronous reads. Not supported on Windows. (default true)
2019-02-09 11:42:57 +01:00
--attr-timeout duration Time for which file/directory attributes are cached. (default 1s)
2021-02-02 14:42:35 +01:00
--daemon Run mount as a daemon (background mode). Not supported on Windows.
--daemon-timeout duration Time limit for rclone to respond to kernel. Not supported on Windows.
2019-02-09 11:42:57 +01:00
--debug-fuse Debug the FUSE internals - needs -v.
2021-02-02 14:42:35 +01:00
--default-permissions Makes kernel enforce access control based on the file mode. Not supported on Windows.
2019-02-09 11:42:57 +01:00
--dir-cache-time duration Time to cache directory entries for. (default 5m0s)
--dir-perms FileMode Directory permissions (default 0777)
--file-perms FileMode File permissions (default 0666)
--fuse-flag stringArray Flags or arguments to be passed direct to libfuse/WinFsp. Repeat if required.
2021-02-02 14:42:35 +01:00
--gid uint32 Override the gid field set by the filesystem. Not supported on Windows. (default 1000)
2019-02-09 11:42:57 +01:00
-h, --help help for mount
2021-02-02 14:42:35 +01:00
--max-read-ahead SizeSuffix The number of bytes that can be prefetched for sequential reads. Not supported on Windows. (default 128k)
--network-mode Mount as remote network drive, instead of fixed disk drive. Supported on Windows only
2019-02-09 11:42:57 +01:00
--no-checksum Don&#39;t compare checksums on up/download.
--no-modtime Don&#39;t read/write the modification time (can speed things up).
--no-seek Don&#39;t allow seeking in files.
2021-02-02 14:42:35 +01:00
--noappledouble Ignore Apple Double (._) and .DS_Store files. Supported on OSX only. (default true)
--noapplexattr Ignore all &quot;com.apple.*&quot; extended attributes. Supported on OSX only.
2019-02-09 11:42:57 +01:00
-o, --option stringArray Option for libfuse/WinFsp. Repeat if required.
--poll-interval duration Time to wait between polling for changes. Must be smaller than dir-cache-time. Only on supported remotes. Set to 0 to disable. (default 1m0s)
--read-only Mount read-only.
2021-02-02 14:42:35 +01:00
--uid uint32 Override the uid field set by the filesystem. Not supported on Windows. (default 1000)
--umask int Override the permission bits set by the filesystem. Not supported on Windows.
2019-02-09 11:42:57 +01:00
--vfs-cache-max-age duration Max age of objects in the cache. (default 1h0m0s)
--vfs-cache-max-size SizeSuffix Max total size of objects in the cache. (default off)
--vfs-cache-mode CacheMode Cache mode off|minimal|writes|full (default off)
--vfs-cache-poll-interval duration Interval to poll the cache for stale objects. (default 1m0s)
2019-10-26 12:04:54 +02:00
--vfs-case-insensitive If a file name not found, find a case insensitive match.
2020-09-02 17:59:04 +02:00
--vfs-read-ahead SizeSuffix Extra read ahead over --buffer-size when using cache-mode full.
2019-02-09 11:42:57 +01:00
--vfs-read-chunk-size SizeSuffix Read the source objects in chunks. (default 128M)
--vfs-read-chunk-size-limit SizeSuffix If greater than --vfs-read-chunk-size, double the chunk size after each chunk read, until the limit is reached. &#39;off&#39; is unlimited. (default off)
2020-05-27 17:11:47 +02:00
--vfs-read-wait duration Time to wait for in-sequence read before seeking. (default 20ms)
2021-03-31 20:12:08 +02:00
--vfs-used-is-size rclone size Use the rclone size algorithm for Used size.
2020-09-02 17:59:04 +02:00
--vfs-write-back duration Time to writeback files after last use when using cache. (default 5s)
2020-05-27 17:11:47 +02:00
--vfs-write-wait duration Time to wait for in-sequence write before giving error. (default 1s)
2021-02-02 14:42:35 +01:00
--volname string Set the volume name. Supported on Windows and OSX only.
--write-back-cache Makes kernel buffer writes before sending them to rclone. Without this, writethrough caching is used. Not supported on Windows.</code></pre>
2019-08-26 16:25:20 +02:00
<p>See the <a href="https://rclone.org/flags/">global flags page</a> for global options not listed here.</p>
2020-05-27 17:11:47 +02:00
<h2 id="see-also-49">SEE ALSO</h2>
2019-06-15 13:01:29 +02:00
<ul>
<li><a href="https://rclone.org/commands/rclone/">rclone</a> - Show help for rclone commands, flags and backends.</li>
</ul>
2020-05-27 17:11:47 +02:00
<h1 id="rclone-moveto">rclone moveto</h1>
2017-01-02 16:30:34 +01:00
<p>Move file or directory from source to dest.</p>
2021-02-02 14:42:35 +01:00
<h2 id="synopsis-43">Synopsis</h2>
2017-01-02 16:30:34 +01:00
<p>If source:path is a file or directory then it moves it to a file or directory named dest:path.</p>
2019-06-15 13:01:29 +02:00
<p>This can be used to rename files or upload single files to other than their existing name. If the source is a directory then it acts exactly like the move command.</p>
2017-01-02 16:30:34 +01:00
<p>So</p>
<pre><code>rclone moveto src dst</code></pre>
<p>where src and dst are rclone paths, either remote:path or /path/to/local or C:.</p>
<p>This will:</p>
<pre><code>if src is file
move it to dst, overwriting an existing file if it exists
if src is directory
move it to dst, overwriting existing files if they exist
see move command for full details</code></pre>
2020-09-02 17:59:04 +02:00
<p>This doesn't transfer unchanged files, testing by size and modification time or MD5SUM. src will be deleted on successful transfer.</p>
<p><strong>Important</strong>: Since this can cause data loss, test first with the <code>--dry-run</code> or the <code>--interactive</code>/<code>-i</code> flag.</p>
2018-11-24 14:44:25 +01:00
<p><strong>Note</strong>: Use the <code>-P</code>/<code>--progress</code> flag to view real-time transfer statistics.</p>
2017-09-30 15:19:47 +02:00
<pre><code>rclone moveto source:path dest:path [flags]</code></pre>
2020-05-27 17:11:47 +02:00
<h2 id="options-50">Options</h2>
2017-09-30 15:19:47 +02:00
<pre><code> -h, --help help for moveto</code></pre>
2019-08-26 16:25:20 +02:00
<p>See the <a href="https://rclone.org/flags/">global flags page</a> for global options not listed here.</p>
2020-05-27 17:11:47 +02:00
<h2 id="see-also-50">SEE ALSO</h2>
2019-06-15 13:01:29 +02:00
<ul>
<li><a href="https://rclone.org/commands/rclone/">rclone</a> - Show help for rclone commands, flags and backends.</li>
</ul>
2020-05-27 17:11:47 +02:00
<h1 id="rclone-ncdu">rclone ncdu</h1>
<p>Explore a remote with a text based user interface.</p>
2021-02-02 14:42:35 +01:00
<h2 id="synopsis-44">Synopsis</h2>
2020-09-02 17:59:04 +02:00
<p>This displays a text based user interface allowing the navigation of a remote. It is most useful for answering the question - "What is using all my disk space?".</p>
<p>To make the user interface it first scans the entire remote given and builds an in memory representation. rclone ncdu can be used during this scanning phase and you will see it building up the directory structure as it goes along.</p>
2020-09-02 17:59:04 +02:00
<p>Here are the keys - press '?' to toggle the help on and off</p>
<pre><code> ↑,↓ or k,j to Move
→,l to enter
←,h to return
c toggle counts
g toggle graph
2021-02-02 14:42:35 +01:00
a toggle average size in directory
n,s,C,A sort by name,size,count,average size
2018-11-24 14:44:25 +01:00
d delete file/directory
2021-02-02 14:42:35 +01:00
y copy current path to clipboard
2019-08-26 16:25:20 +02:00
Y display current path
2018-04-28 12:46:27 +02:00
^L refresh screen
? to toggle help on and off
q/ESC/c-C to quit</code></pre>
2018-11-24 14:44:25 +01:00
<p>This an homage to the <a href="https://dev.yorhel.nl/ncdu">ncdu tool</a> but for rclone remotes. It is missing lots of features at the moment but is useful as it stands.</p>
2020-09-02 17:59:04 +02:00
<p>Note that it might take some time to delete big files/folders. The UI won't respond in the meantime since the deletion is done synchronously.</p>
2017-09-30 15:19:47 +02:00
<pre><code>rclone ncdu remote:path [flags]</code></pre>
2020-05-27 17:11:47 +02:00
<h2 id="options-51">Options</h2>
2017-09-30 15:19:47 +02:00
<pre><code> -h, --help help for ncdu</code></pre>
2019-08-26 16:25:20 +02:00
<p>See the <a href="https://rclone.org/flags/">global flags page</a> for global options not listed here.</p>
2020-05-27 17:11:47 +02:00
<h2 id="see-also-51">SEE ALSO</h2>
2019-06-15 13:01:29 +02:00
<ul>
<li><a href="https://rclone.org/commands/rclone/">rclone</a> - Show help for rclone commands, flags and backends.</li>
</ul>
2020-05-27 17:11:47 +02:00
<h1 id="rclone-obscure">rclone obscure</h1>
2021-02-02 14:42:35 +01:00
<p>Obscure password for use in the rclone config file.</p>
<h2 id="synopsis-45">Synopsis</h2>
2020-09-02 17:59:04 +02:00
<p>In the rclone config file, human readable passwords are obscured. Obscuring them is done by encrypting them and writing them out in base64. This is <strong>not</strong> a secure way of encrypting these passwords as rclone can decrypt them - it is to prevent "eyedropping" - namely someone seeing a password in the rclone config file by accident.</p>
<p>Many equally important things (like access tokens) are not obscured in the config file. However it is very hard to shoulder surf a 64 character hex token.</p>
2021-02-02 14:42:35 +01:00
<p>This command can also accept a password through STDIN instead of an argument by passing a hyphen as an argument. This will use the first line of STDIN as the password not including the trailing newline.</p>
2020-09-02 17:59:04 +02:00
<p>echo "secretpassword" | rclone obscure -</p>
<p>If there is no data on STDIN to read, rclone obscure will default to obfuscating the hyphen itself.</p>
<p>If you want to encrypt the config file then please use config file encryption - see <a href="https://rclone.org/commands/rclone_config/">rclone config</a> for more info.</p>
2017-09-30 15:19:47 +02:00
<pre><code>rclone obscure password [flags]</code></pre>
2020-05-27 17:11:47 +02:00
<h2 id="options-52">Options</h2>
2017-09-30 15:19:47 +02:00
<pre><code> -h, --help help for obscure</code></pre>
2019-08-26 16:25:20 +02:00
<p>See the <a href="https://rclone.org/flags/">global flags page</a> for global options not listed here.</p>
2020-05-27 17:11:47 +02:00
<h2 id="see-also-52">SEE ALSO</h2>
2019-06-15 13:01:29 +02:00
<ul>
<li><a href="https://rclone.org/commands/rclone/">rclone</a> - Show help for rclone commands, flags and backends.</li>
</ul>
2020-05-27 17:11:47 +02:00
<h1 id="rclone-rc">rclone rc</h1>
2018-03-19 11:06:13 +01:00
<p>Run a command against a running rclone.</p>
2021-02-02 14:42:35 +01:00
<h2 id="synopsis-46">Synopsis</h2>
2020-09-02 17:59:04 +02:00
<p>This runs a command against a running rclone. Use the --url flag to specify an non default URL to connect on. This can be either a ":port" which is taken to mean "http://localhost:port" or a "host:port" which is taken to mean "http://host:port"</p>
<p>A username and password can be passed in with --user and --pass.</p>
<p>Note that --rc-addr, --rc-user, --rc-pass will be read also for --url, --user, --pass.</p>
2018-03-19 11:06:13 +01:00
<p>Arguments should be passed in as parameter=value.</p>
<p>The result will be returned as a JSON object by default.</p>
2020-09-02 17:59:04 +02:00
<p>The --json parameter can be used to pass in a JSON blob as an input instead of key=value arguments. This is the only way of passing in more complicated values.</p>
<p>The -o/--opt option can be used to set a key "opt" with key, value options in the form "-o key=value" or "-o key". It can be repeated as many times as required. This is useful for rc commands which take the "opt" parameter which by convention is a dictionary of strings.</p>
2020-05-27 17:11:47 +02:00
<pre><code>-o key=value -o key2</code></pre>
2020-09-02 17:59:04 +02:00
<p>Will place this in the "opt" value</p>
2020-05-27 17:11:47 +02:00
<pre><code>{&quot;key&quot;:&quot;value&quot;, &quot;key2&quot;,&quot;&quot;)</code></pre>
2020-09-02 17:59:04 +02:00
<p>The -a/--arg option can be used to set strings in the "arg" value. It can be repeated as many times as required. This is useful for rc commands which take the "arg" parameter which by convention is a list of strings.</p>
2020-05-27 17:11:47 +02:00
<pre><code>-a value -a value2</code></pre>
2020-09-02 17:59:04 +02:00
<p>Will place this in the "arg" value</p>
2020-05-27 17:11:47 +02:00
<pre><code>[&quot;value&quot;, &quot;value2&quot;]</code></pre>
2021-02-02 14:42:35 +01:00
<p>Use --loopback to connect to the rclone instance running "rclone rc". This is very useful for testing commands without having to run an rclone rc server, e.g.:</p>
2019-06-15 13:01:29 +02:00
<pre><code>rclone rc --loopback operations/about fs=/</code></pre>
2020-09-02 17:59:04 +02:00
<p>Use "rclone rc" to see a list of all possible commands.</p>
2018-03-19 11:06:13 +01:00
<pre><code>rclone rc commands parameter [flags]</code></pre>
2020-05-27 17:11:47 +02:00
<h2 id="options-53">Options</h2>
<pre><code> -a, --arg stringArray Argument placed in the &quot;arg&quot; array.
-h, --help help for rc
--json string Input JSON - use instead of key=value args.
--loopback If set connect to this rclone instance not via HTTP.
2021-02-02 14:42:35 +01:00
--no-output If set, don&#39;t output the JSON result.
2020-05-27 17:11:47 +02:00
-o, --opt stringArray Option in the form name=value or name placed in the &quot;opt&quot; array.
--pass string Password to use to connect to rclone remote control.
--url string URL to connect to rclone remote control. (default &quot;http://localhost:5572/&quot;)
--user string Username to use to rclone remote control.</code></pre>
2019-08-26 16:25:20 +02:00
<p>See the <a href="https://rclone.org/flags/">global flags page</a> for global options not listed here.</p>
2020-05-27 17:11:47 +02:00
<h2 id="see-also-53">SEE ALSO</h2>
2019-06-15 13:01:29 +02:00
<ul>
<li><a href="https://rclone.org/commands/rclone/">rclone</a> - Show help for rclone commands, flags and backends.</li>
</ul>
2020-05-27 17:11:47 +02:00
<h1 id="rclone-rcat">rclone rcat</h1>
2017-09-30 15:19:47 +02:00
<p>Copies standard input to file on remote.</p>
2021-02-02 14:42:35 +01:00
<h2 id="synopsis-47">Synopsis</h2>
2017-09-30 15:19:47 +02:00
<p>rclone rcat reads from standard input (stdin) and copies it to a single remote file.</p>
<pre><code>echo &quot;hello world&quot; | rclone rcat remote:path/to/file
2018-06-16 19:21:09 +02:00
ffmpeg - | rclone rcat remote:path/to/file</code></pre>
2017-09-30 15:19:47 +02:00
<p>If the remote file already exists, it will be overwritten.</p>
<p>rcat will try to upload small files in a single request, which is usually more efficient than the streaming/chunked upload endpoints, which use multiple requests. Exact behaviour depends on the remote. What is considered a small file may be set through <code>--streaming-upload-cutoff</code>. Uploading only starts after the cutoff is reached or if the file ends before that. The data must fit into RAM. The cutoff needs to be small enough to adhere the limits of your remote, please see there. Generally speaking, setting this cutoff too high will decrease your performance.</p>
2020-09-02 17:59:04 +02:00
<p>Note that the upload can also not be retried because the data is not kept around until the upload succeeds. If you need to transfer a lot of data, you're better off caching locally and then <code>rclone move</code> it to the destination.</p>
2017-09-30 15:19:47 +02:00
<pre><code>rclone rcat remote:path [flags]</code></pre>
2020-05-27 17:11:47 +02:00
<h2 id="options-54">Options</h2>
2017-09-30 15:19:47 +02:00
<pre><code> -h, --help help for rcat</code></pre>
2019-08-26 16:25:20 +02:00
<p>See the <a href="https://rclone.org/flags/">global flags page</a> for global options not listed here.</p>
2020-05-27 17:11:47 +02:00
<h2 id="see-also-54">SEE ALSO</h2>
2019-06-15 13:01:29 +02:00
<ul>
<li><a href="https://rclone.org/commands/rclone/">rclone</a> - Show help for rclone commands, flags and backends.</li>
</ul>
2020-05-27 17:11:47 +02:00
<h1 id="rclone-rcd">rclone rcd</h1>
2018-11-24 14:44:25 +01:00
<p>Run rclone listening to remote control commands only.</p>
2021-02-02 14:42:35 +01:00
<h2 id="synopsis-48">Synopsis</h2>
2019-02-09 11:42:57 +01:00
<p>This runs rclone so that it only listens to remote control commands.</p>
2018-11-24 14:44:25 +01:00
<p>This is useful if you are controlling rclone via the rc API.</p>
<p>If you pass in a path to a directory, rclone will serve that directory for GET requests on the URL passed in. It will also open the URL in the browser when rclone is run.</p>
<p>See the <a href="https://rclone.org/rc/">rc documentation</a> for more info on the rc flags.</p>
<pre><code>rclone rcd &lt;path to files to serve&gt;* [flags]</code></pre>
2020-05-27 17:11:47 +02:00
<h2 id="options-55">Options</h2>
2018-11-24 14:44:25 +01:00
<pre><code> -h, --help help for rcd</code></pre>
2019-08-26 16:25:20 +02:00
<p>See the <a href="https://rclone.org/flags/">global flags page</a> for global options not listed here.</p>
2020-05-27 17:11:47 +02:00
<h2 id="see-also-55">SEE ALSO</h2>
2019-06-15 13:01:29 +02:00
<ul>
<li><a href="https://rclone.org/commands/rclone/">rclone</a> - Show help for rclone commands, flags and backends.</li>
</ul>
2020-05-27 17:11:47 +02:00
<h1 id="rclone-rmdirs">rclone rmdirs</h1>
2017-07-22 19:16:46 +02:00
<p>Remove empty directories under the path.</p>
2021-02-02 14:42:35 +01:00
<h2 id="synopsis-49">Synopsis</h2>
<p>This recursively removes any empty directories (including directories that only contain empty directories), that it finds under the path. The root path itself will also be removed if it is empty, unless you supply the <code>--leave-root</code> flag.</p>
<p>Use command <code>rmdir</code> to delete just the empty directory given by path, not recurse.</p>
<p>This is useful for tidying up remotes that rclone has left a lot of empty directories in. For example the <code>delete</code> command will delete files but leave the directory structure (unless used with option <code>--rmdirs</code>).</p>
<p>To delete a path and any objects in it, use <code>purge</code> command.</p>
2017-09-30 15:19:47 +02:00
<pre><code>rclone rmdirs remote:path [flags]</code></pre>
2020-05-27 17:11:47 +02:00
<h2 id="options-56">Options</h2>
2017-12-23 14:07:45 +01:00
<pre><code> -h, --help help for rmdirs
--leave-root Do not remove root directory if empty</code></pre>
2019-08-26 16:25:20 +02:00
<p>See the <a href="https://rclone.org/flags/">global flags page</a> for global options not listed here.</p>
2020-05-27 17:11:47 +02:00
<h2 id="see-also-56">SEE ALSO</h2>
2019-06-15 13:01:29 +02:00
<ul>
<li><a href="https://rclone.org/commands/rclone/">rclone</a> - Show help for rclone commands, flags and backends.</li>
</ul>
2021-03-31 20:12:08 +02:00
<h1 id="rclone-selfupdate">rclone selfupdate</h1>
<p>Update the rclone binary.</p>
<h2 id="synopsis-50">Synopsis</h2>
<p>This command downloads the latest release of rclone and replaces the currently running binary. The download is verified with a hashsum and cryptographically signed signature.</p>
<p>If used without flags (or with implied <code>--stable</code> flag), this command will install the latest stable release. However, some issues may be fixed (or features added) only in the latest beta release. In such cases you should run the command with the <code>--beta</code> flag, i.e. <code>rclone selfupdate --beta</code>. You can check in advance what version would be installed by adding the <code>--check</code> flag, then repeat the command without it when you are satisfied.</p>
<p>Sometimes the rclone team may recommend you a concrete beta or stable rclone release to troubleshoot your issue or add a bleeding edge feature. The <code>--version VER</code> flag, if given, will update to the concrete version instead of the latest one. If you omit micro version from <code>VER</code> (for example <code>1.53</code>), the latest matching micro version will be used.</p>
<p>Upon successful update rclone will print a message that contains a previous version number. You will need it if you later decide to revert your update for some reason. Then you'll have to note the previous version and run the following command: <code>rclone selfupdate [--beta] OLDVER</code>. If the old version contains only dots and digits (for example <code>v1.54.0</code>) then it's a stable release so you won't need the <code>--beta</code> flag. Beta releases have an additional information similar to <code>v1.54.0-beta.5111.06f1c0c61</code>. (if you are a developer and use a locally built rclone, the version number will end with <code>-DEV</code>, you will have to rebuild it as it obvisously can't be distributed).</p>
<p>If you previously installed rclone via a package manager, the package may include local documentation or configure services. You may wish to update with the flag <code>--package deb</code> or <code>--package rpm</code> (whichever is correct for your OS) to update these too. This command with the default <code>--package zip</code> will update only the rclone executable so the local manual may become inaccurate after it.</p>
<p>The <code>rclone mount</code> command (https://rclone.org/commands/rclone_mount/) may or may not support extended FUSE options depending on the build and OS. <code>selfupdate</code> will refuse to update if the capability would be discarded.</p>
<p>Note: Windows forbids deletion of a currently running executable so this command will rename the old executable to 'rclone.old.exe' upon success.</p>
<p>Please note that this command was not available before rclone version 1.55. If it fails for you with the message <code>unknown command "selfupdate"</code> then you will need to update manually following the install instructions located at https://rclone.org/install/</p>
<pre><code>rclone selfupdate [flags]</code></pre>
<h2 id="options-57">Options</h2>
<pre><code> --beta Install beta release.
--check Check for latest release, do not download.
-h, --help help for selfupdate
--output string Save the downloaded binary at a given path (default: replace running binary)
--package string Package format: zip|deb|rpm (default: zip)
--stable Install stable release (this is the default)
--version string Install the given rclone version (default: latest)</code></pre>
<p>See the <a href="https://rclone.org/flags/">global flags page</a> for global options not listed here.</p>
<h2 id="see-also-57">SEE ALSO</h2>
<ul>
<li><a href="https://rclone.org/commands/rclone/">rclone</a> - Show help for rclone commands, flags and backends.</li>
</ul>
2020-05-27 17:11:47 +02:00
<h1 id="rclone-serve">rclone serve</h1>
2017-12-23 14:07:45 +01:00
<p>Serve a remote over a protocol.</p>
2021-03-31 20:12:08 +02:00
<h2 id="synopsis-51">Synopsis</h2>
2021-02-02 14:42:35 +01:00
<p>rclone serve is used to serve a remote over a given protocol. This command requires the use of a subcommand to specify the protocol, e.g.</p>
2017-12-23 14:07:45 +01:00
<pre><code>rclone serve http remote:</code></pre>
<p>Each subcommand has its own options which you can see in their help.</p>
<pre><code>rclone serve &lt;protocol&gt; [opts] &lt;remote&gt; [flags]</code></pre>
2021-03-31 20:12:08 +02:00
<h2 id="options-58">Options</h2>
2017-12-23 14:07:45 +01:00
<pre><code> -h, --help help for serve</code></pre>
2019-08-26 16:25:20 +02:00
<p>See the <a href="https://rclone.org/flags/">global flags page</a> for global options not listed here.</p>
2021-03-31 20:12:08 +02:00
<h2 id="see-also-58">SEE ALSO</h2>
2019-06-15 13:01:29 +02:00
<ul>
<li><a href="https://rclone.org/commands/rclone/">rclone</a> - Show help for rclone commands, flags and backends.</li>
<li><a href="https://rclone.org/commands/rclone_serve_dlna/">rclone serve dlna</a> - Serve remote:path over DLNA</li>
<li><a href="https://rclone.org/commands/rclone_serve_ftp/">rclone serve ftp</a> - Serve remote:path over FTP.</li>
<li><a href="https://rclone.org/commands/rclone_serve_http/">rclone serve http</a> - Serve the remote over HTTP.</li>
2020-09-02 17:59:04 +02:00
<li><a href="https://rclone.org/commands/rclone_serve_restic/">rclone serve restic</a> - Serve the remote for restic's REST API.</li>
2019-06-15 13:01:29 +02:00
<li><a href="https://rclone.org/commands/rclone_serve_sftp/">rclone serve sftp</a> - Serve the remote over SFTP.</li>
<li><a href="https://rclone.org/commands/rclone_serve_webdav/">rclone serve webdav</a> - Serve remote:path over webdav.</li>
</ul>
2020-05-27 17:11:47 +02:00
<h1 id="rclone-serve-dlna">rclone serve dlna</h1>
2019-02-09 11:42:57 +01:00
<p>Serve remote:path over DLNA</p>
2021-03-31 20:12:08 +02:00
<h2 id="synopsis-52">Synopsis</h2>
2020-05-27 17:11:47 +02:00
<p>rclone serve dlna is a DLNA media server for media stored in an rclone remote. Many devices, such as the Xbox and PlayStation, can automatically discover this server in the LAN and play audio/video from it. VLC is also supported. Service discovery uses UDP multicast packets (SSDP) and will thus only work on LANs.</p>
2019-02-09 11:42:57 +01:00
<p>Rclone will list all files present in the remote, without filtering based on media formats or file extensions. Additionally, there is no media transcoding support. This means that some players might show files that they are not able to play back correctly.</p>
2020-05-27 17:11:47 +02:00
<h2 id="server-options">Server options</h2>
2021-02-02 14:42:35 +01:00
<p>Use <code>--addr</code> to specify which IP address and port the server should listen on, e.g. <code>--addr 1.2.3.4:8000</code> or <code>--addr :8080</code> to listen to all IPs.</p>
2020-09-02 17:59:04 +02:00
<p>Use <code>--name</code> to choose the friendly server name, which is by default "rclone (hostname)".</p>
<p>Use <code>--log-trace</code> in conjunction with <code>-vv</code> to enable additional debug logging of all UPNP traffic.</p>
<h2 id="vfs---virtual-file-system-1">VFS - Virtual File System</h2>
<p>This command uses the VFS layer. This adapts the cloud storage objects that rclone uses into something which looks much more like a disk filing system.</p>
<p>Cloud storage objects have lots of properties which aren't like disk files - you can't extend them or write to the middle of them, so the VFS layer has to deal with that. Because there is no one right way of doing this there are various options explained below.</p>
<p>The VFS layer also implements a directory cache - this caches info about files and directories (but not the data) in memory.</p>
<h2 id="vfs-directory-cache-1">VFS Directory Cache</h2>
<p>Using the <code>--dir-cache-time</code> flag, you can control how long a directory should be considered up to date and not refreshed from the backend. Changes made through the mount will appear immediately or invalidate the cache.</p>
<pre><code>--dir-cache-time duration Time to cache directory entries for. (default 5m0s)
--poll-interval duration Time to wait between polling for changes.</code></pre>
<p>However, changes made directly on the cloud storage by the web interface or a different copy of rclone will only be picked up once the directory cache expires if the backend configured does not support polling for changes. If the backend supports polling, changes will be picked up within the polling interval.</p>
<p>You can send a <code>SIGHUP</code> signal to rclone for it to flush all directory caches, regardless of how old they are. Assuming only one rclone instance is running, you can reset the cache like this:</p>
2018-10-15 12:03:08 +02:00
<pre><code>kill -SIGHUP $(pidof rclone)</code></pre>
<p>If you configure rclone with a <a href="/rc">remote control</a> then you can use rclone rc to flush the whole directory cache:</p>
<pre><code>rclone rc vfs/forget</code></pre>
<p>Or individual files or directories:</p>
<pre><code>rclone rc vfs/forget file=path/to/file dir=path/to/dir</code></pre>
2020-09-02 17:59:04 +02:00
<h2 id="vfs-file-buffering-1">VFS File Buffering</h2>
2018-10-15 12:03:08 +02:00
<p>The <code>--buffer-size</code> flag determines the amount of memory, that will be used to buffer data in advance.</p>
2020-09-02 17:59:04 +02:00
<p>Each open file will try to keep the specified amount of data in memory at all times. The buffered data is bound to one open file and won't be shared.</p>
<p>This flag is a upper limit for the used memory per open file. The buffer will only use memory for data that is downloaded but not not yet read. If the buffer is empty, only a small amount of memory will be used.</p>
<p>The maximum memory used by rclone for buffering can be up to <code>--buffer-size * open files</code>.</p>
<h2 id="vfs-file-caching-1">VFS File Caching</h2>
<p>These flags control the VFS file caching options. File caching is necessary to make the VFS layer appear compatible with a normal file system. It can be disabled at the cost of some compatibility.</p>
<p>For example you'll need to enable VFS caching if you want to read and write simultaneously to a file. See below for more details.</p>
<p>Note that the VFS cache is separate from the cache backend and you may find that you need one or the other or both.</p>
2018-10-15 12:03:08 +02:00
<pre><code>--cache-dir string Directory rclone will use for caching.
2020-09-02 17:59:04 +02:00
--vfs-cache-mode CacheMode Cache mode off|minimal|writes|full (default off)
2018-10-15 12:03:08 +02:00
--vfs-cache-max-age duration Max age of objects in the cache. (default 1h0m0s)
2020-09-02 17:59:04 +02:00
--vfs-cache-max-size SizeSuffix Max total size of objects in the cache. (default off)
2019-02-09 11:42:57 +01:00
--vfs-cache-poll-interval duration Interval to poll the cache for stale objects. (default 1m0s)
2020-09-02 17:59:04 +02:00
--vfs-write-back duration Time to writeback files after last use when using cache. (default 5s)</code></pre>
2018-10-15 12:03:08 +02:00
<p>If run with <code>-vv</code> rclone will print the location of the file cache. The files are stored in the user cache file area which is OS dependent but can be controlled with <code>--cache-dir</code> or setting the appropriate environment variable.</p>
<p>The cache has 4 different modes selected by <code>--vfs-cache-mode</code>. The higher the cache mode the more compatible rclone becomes at the cost of using disk space.</p>
2020-09-02 17:59:04 +02:00
<p>Note that files are written back to the remote only when they are closed and if they haven't been accessed for --vfs-write-back second. If rclone is quit or dies with files that haven't been uploaded, these will be uploaded next time rclone is run with the same flags.</p>
2021-02-02 14:42:35 +01:00
<p>If using <code>--vfs-cache-max-size</code> note that the cache may exceed this size for two reasons. Firstly because it is only checked every <code>--vfs-cache-poll-interval</code>. Secondly because open files cannot be evicted from the cache.</p>
2021-03-31 20:12:08 +02:00
<p>You <strong>should not</strong> run two copies of rclone using the same VFS cache with the same or overlapping remotes if using <code>--vfs-cache-mode &gt; off</code>. This can potentially cause data corruption if you do. You can work around this by giving each rclone its own cache hierarchy with <code>--cache-dir</code>. You don't need to worry about this if the remotes in use don't overlap.</p>
2020-09-02 17:59:04 +02:00
<h3 id="vfs-cache-mode-off-1">--vfs-cache-mode off</h3>
<p>In this mode (the default) the cache will read directly from the remote and write directly to the remote without caching anything on disk.</p>
2018-10-15 12:03:08 +02:00
<p>This will mean some operations are not possible</p>
<ul>
2020-09-02 17:59:04 +02:00
<li>Files can't be opened for both read AND write</li>
<li>Files opened for write can't be seeked</li>
2018-10-15 12:03:08 +02:00
<li>Existing files opened for write must have O_TRUNC set</li>
<li>Files open for read with O_TRUNC will be opened write only</li>
<li>Files open for write only will behave as if O_TRUNC was supplied</li>
<li>Open modes O_APPEND, O_TRUNC are ignored</li>
2020-09-02 17:59:04 +02:00
<li>If an upload fails it can't be retried</li>
2018-10-15 12:03:08 +02:00
</ul>
2020-09-02 17:59:04 +02:00
<h3 id="vfs-cache-mode-minimal-1">--vfs-cache-mode minimal</h3>
<p>This is very similar to "off" except that files opened for read AND write will be buffered to disk. This means that files opened for write will be a lot more compatible, but uses the minimal disk space.</p>
2018-10-15 12:03:08 +02:00
<p>These operations are not possible</p>
<ul>
2020-09-02 17:59:04 +02:00
<li>Files opened for write only can't be seeked</li>
2018-10-15 12:03:08 +02:00
<li>Existing files opened for write must have O_TRUNC set</li>
<li>Files opened for write only will ignore O_APPEND, O_TRUNC</li>
2020-09-02 17:59:04 +02:00
<li>If an upload fails it can't be retried</li>
2018-10-15 12:03:08 +02:00
</ul>
2020-09-02 17:59:04 +02:00
<h3 id="vfs-cache-mode-writes-1">--vfs-cache-mode writes</h3>
2018-10-15 12:03:08 +02:00
<p>In this mode files opened for read only are still read directly from the remote, write only and read/write files are buffered to disk first.</p>
<p>This mode should support all normal file system operations.</p>
2020-09-02 17:59:04 +02:00
<p>If an upload fails it will be retried at exponentially increasing intervals up to 1 minute.</p>
<h3 id="vfs-cache-mode-full-1">--vfs-cache-mode full</h3>
<p>In this mode all reads and writes are buffered to and from disk. When data is read from the remote this is buffered to disk as well.</p>
2021-02-02 14:42:35 +01:00
<p>In this mode the files in the cache will be sparse files and rclone will keep track of which bits of the files it has downloaded.</p>
2020-09-02 17:59:04 +02:00
<p>So if an application only reads the starts of each file, then rclone will only buffer the start of the file. These files will appear to be their full size in the cache, but they will be sparse files with only the data that has been downloaded present in them.</p>
<p>This mode should support all normal file system operations and is otherwise identical to --vfs-cache-mode writes.</p>
<p>When reading a file rclone will read --buffer-size plus --vfs-read-ahead bytes ahead. The --buffer-size is buffered in memory whereas the --vfs-read-ahead is buffered on disk.</p>
<p>When using this mode it is recommended that --buffer-size is not set too big and --vfs-read-ahead is set large if required.</p>
2021-02-02 14:42:35 +01:00
<p><strong>IMPORTANT</strong> not all file systems support sparse files. In particular FAT/exFAT do not. Rclone will perform very badly if the cache directory is on a filesystem which doesn't support sparse files and it will log an ERROR message if one is detected.</p>
2020-09-02 17:59:04 +02:00
<h2 id="vfs-performance-1">VFS Performance</h2>
<p>These flags may be used to enable/disable features of the VFS for performance or other reasons.</p>
<p>In particular S3 and Swift benefit hugely from the --no-modtime flag (or use --use-server-modtime for a slightly different effect) as each read of the modification time takes a transaction.</p>
<pre><code>--no-checksum Don&#39;t compare checksums on up/download.
--no-modtime Don&#39;t read/write the modification time (can speed things up).
--no-seek Don&#39;t allow seeking in files.
--read-only Mount read-only.</code></pre>
<p>When rclone reads files from a remote it reads them in chunks. This means that rather than requesting the whole file rclone reads the chunk specified. This is advantageous because some cloud providers account for reads being all the data requested, not all the data delivered.</p>
<p>Rclone will keep doubling the chunk size requested starting at --vfs-read-chunk-size with a maximum of --vfs-read-chunk-size-limit unless it is set to "off" in which case there will be no limit.</p>
<pre><code>--vfs-read-chunk-size SizeSuffix Read the source objects in chunks. (default 128M)
--vfs-read-chunk-size-limit SizeSuffix Max chunk doubling size (default &quot;off&quot;)</code></pre>
<p>Sometimes rclone is delivered reads or writes out of order. Rather than seeking rclone will wait a short time for the in sequence read or write to come in. These flags only come into effect when not using an on disk cache file.</p>
<pre><code>--vfs-read-wait duration Time to wait for in-sequence read before seeking. (default 20ms)
--vfs-write-wait duration Time to wait for in-sequence write before giving error. (default 1s)</code></pre>
2021-02-02 14:42:35 +01:00
<p>When using VFS write caching (--vfs-cache-mode with value writes or full), the global flag --transfers can be set to adjust the number of parallel uploads of modified files from cache (the related global flag --checkers have no effect on mount).</p>
<pre><code>--transfers int Number of file transfers to run in parallel. (default 4)</code></pre>
2020-09-02 17:59:04 +02:00
<h2 id="vfs-case-sensitivity-1">VFS Case Sensitivity</h2>
2020-05-27 17:11:47 +02:00
<p>Linux file systems are case-sensitive: two files can differ only by case, and the exact case must be used when opening a file.</p>
2020-09-02 17:59:04 +02:00
<p>File systems in modern Windows are case-insensitive but case-preserving: although existing files can be opened using any case, the exact case used to create the file is preserved and available for programs to query. It is not allowed for two files in the same directory to differ only by case.</p>
2020-05-27 17:11:47 +02:00
<p>Usually file systems on macOS are case-insensitive. It is possible to make macOS file systems case-sensitive but that is not the default</p>
2021-02-02 14:42:35 +01:00
<p>The <code>--vfs-case-insensitive</code> mount flag controls how rclone handles these two cases. If its value is "false", rclone passes file names to the mounted file system as-is. If the flag is "true" (or appears without a value on command line), rclone may perform a "fixup" as explained below.</p>
2020-05-27 17:11:47 +02:00
<p>The user may specify a file name to open/delete/rename/etc with a case different than what is stored on mounted file system. If an argument refers to an existing file with exactly the same name, then the case of the existing file on the disk will be used. However, if a file name with exactly the same name is not found but a name differing only by case exists, rclone will transparently fixup the name. This fixup happens only when an existing file is requested. Case sensitivity of file names created anew by rclone is controlled by an underlying mounted file system.</p>
2020-09-02 17:59:04 +02:00
<p>Note that case sensitivity of the operating system running rclone (the target) may differ from case sensitivity of a file system mounted by rclone (the source). The flag controls whether "fixup" is performed to satisfy the target.</p>
<p>If the flag is not provided on the command line, then its default value depends on the operating system where rclone runs: "true" on Windows and macOS, "false" otherwise. If the flag is provided without a value, then it is "true".</p>
2021-03-31 20:12:08 +02:00
<h2 id="alternate-report-of-used-bytes-1">Alternate report of used bytes</h2>
<p>Some backends, most notably S3, do not report the amount of bytes used. If you need this information to be available when running <code>df</code> on the filesystem, then pass the flag <code>--vfs-used-is-size</code> to rclone. With this flag set, instead of relying on the backend to report this information, rclone will scan the whole remote similar to <code>rclone size</code> and compute the total used space itself.</p>
<p><em>WARNING.</em> Contrary to <code>rclone size</code>, this flag ignores filters so that the result is accurate. However, this is very inefficient and may cost lots of API calls resulting in extra charges. Use it as a last resort and only with caching.</p>
2019-02-09 11:42:57 +01:00
<pre><code>rclone serve dlna remote:path [flags]</code></pre>
2021-03-31 20:12:08 +02:00
<h2 id="options-59">Options</h2>
2019-02-09 11:42:57 +01:00
<pre><code> --addr string ip:port or :port to bind the DLNA http server to. (default &quot;:7879&quot;)
--dir-cache-time duration Time to cache directory entries for. (default 5m0s)
--dir-perms FileMode Directory permissions (default 0777)
--file-perms FileMode File permissions (default 0666)
2021-02-02 14:42:35 +01:00
--gid uint32 Override the gid field set by the filesystem. Not supported on Windows. (default 1000)
2019-02-09 11:42:57 +01:00
-h, --help help for dlna
2019-06-15 13:01:29 +02:00
--log-trace enable trace logging of SOAP traffic
--name string name of DLNA server
2019-02-09 11:42:57 +01:00
--no-checksum Don&#39;t compare checksums on up/download.
--no-modtime Don&#39;t read/write the modification time (can speed things up).
--no-seek Don&#39;t allow seeking in files.
--poll-interval duration Time to wait between polling for changes. Must be smaller than dir-cache-time. Only on supported remotes. Set to 0 to disable. (default 1m0s)
--read-only Mount read-only.
2021-02-02 14:42:35 +01:00
--uid uint32 Override the uid field set by the filesystem. Not supported on Windows. (default 1000)
--umask int Override the permission bits set by the filesystem. Not supported on Windows. (default 2)
2019-02-09 11:42:57 +01:00
--vfs-cache-max-age duration Max age of objects in the cache. (default 1h0m0s)
--vfs-cache-max-size SizeSuffix Max total size of objects in the cache. (default off)
--vfs-cache-mode CacheMode Cache mode off|minimal|writes|full (default off)
--vfs-cache-poll-interval duration Interval to poll the cache for stale objects. (default 1m0s)
2019-10-26 12:04:54 +02:00
--vfs-case-insensitive If a file name not found, find a case insensitive match.
2020-09-02 17:59:04 +02:00
--vfs-read-ahead SizeSuffix Extra read ahead over --buffer-size when using cache-mode full.
2019-02-09 11:42:57 +01:00
--vfs-read-chunk-size SizeSuffix Read the source objects in chunks. (default 128M)
2020-05-27 17:11:47 +02:00
--vfs-read-chunk-size-limit SizeSuffix If greater than --vfs-read-chunk-size, double the chunk size after each chunk read, until the limit is reached. &#39;off&#39; is unlimited. (default off)
--vfs-read-wait duration Time to wait for in-sequence read before seeking. (default 20ms)
2021-03-31 20:12:08 +02:00
--vfs-used-is-size rclone size Use the rclone size algorithm for Used size.
2020-09-02 17:59:04 +02:00
--vfs-write-back duration Time to writeback files after last use when using cache. (default 5s)
2020-05-27 17:11:47 +02:00
--vfs-write-wait duration Time to wait for in-sequence write before giving error. (default 1s)</code></pre>
2019-08-26 16:25:20 +02:00
<p>See the <a href="https://rclone.org/flags/">global flags page</a> for global options not listed here.</p>
2021-03-31 20:12:08 +02:00
<h2 id="see-also-59">SEE ALSO</h2>
2019-06-15 13:01:29 +02:00
<ul>
<li><a href="https://rclone.org/commands/rclone_serve/">rclone serve</a> - Serve a remote over a protocol.</li>
</ul>
2020-05-27 17:11:47 +02:00
<h1 id="rclone-serve-ftp">rclone serve ftp</h1>
2019-02-09 11:42:57 +01:00
<p>Serve remote:path over FTP.</p>
2021-03-31 20:12:08 +02:00
<h2 id="synopsis-53">Synopsis</h2>
2019-02-09 11:42:57 +01:00
<p>rclone serve ftp implements a basic ftp server to serve the remote over FTP protocol. This can be viewed with a ftp client or you can make a remote of type ftp to read and write it.</p>
2020-05-27 17:11:47 +02:00
<h2 id="server-options-1">Server options</h2>
2021-02-02 14:42:35 +01:00
<p>Use --addr to specify which IP address and port the server should listen on, e.g. --addr 1.2.3.4:8000 or --addr :8080 to listen to all IPs. By default it only listens on localhost. You can use port :0 to let the OS choose an available port.</p>
2020-09-02 17:59:04 +02:00
<p>If you set --addr to listen on a public or LAN accessible IP address then using Authentication is advised - see the next section for info.</p>
2020-05-27 17:11:47 +02:00
<h3 id="authentication">Authentication</h3>
2019-02-09 11:42:57 +01:00
<p>By default this will serve files without needing a login.</p>
2020-09-02 17:59:04 +02:00
<p>You can set a single username and password with the --user and --pass flags.</p>
<h2 id="vfs---virtual-file-system-2">VFS - Virtual File System</h2>
<p>This command uses the VFS layer. This adapts the cloud storage objects that rclone uses into something which looks much more like a disk filing system.</p>
<p>Cloud storage objects have lots of properties which aren't like disk files - you can't extend them or write to the middle of them, so the VFS layer has to deal with that. Because there is no one right way of doing this there are various options explained below.</p>
<p>The VFS layer also implements a directory cache - this caches info about files and directories (but not the data) in memory.</p>
<h2 id="vfs-directory-cache-2">VFS Directory Cache</h2>
<p>Using the <code>--dir-cache-time</code> flag, you can control how long a directory should be considered up to date and not refreshed from the backend. Changes made through the mount will appear immediately or invalidate the cache.</p>
<pre><code>--dir-cache-time duration Time to cache directory entries for. (default 5m0s)
--poll-interval duration Time to wait between polling for changes.</code></pre>
<p>However, changes made directly on the cloud storage by the web interface or a different copy of rclone will only be picked up once the directory cache expires if the backend configured does not support polling for changes. If the backend supports polling, changes will be picked up within the polling interval.</p>
<p>You can send a <code>SIGHUP</code> signal to rclone for it to flush all directory caches, regardless of how old they are. Assuming only one rclone instance is running, you can reset the cache like this:</p>
2019-02-09 11:42:57 +01:00
<pre><code>kill -SIGHUP $(pidof rclone)</code></pre>
<p>If you configure rclone with a <a href="/rc">remote control</a> then you can use rclone rc to flush the whole directory cache:</p>
<pre><code>rclone rc vfs/forget</code></pre>
<p>Or individual files or directories:</p>
<pre><code>rclone rc vfs/forget file=path/to/file dir=path/to/dir</code></pre>
2020-09-02 17:59:04 +02:00
<h2 id="vfs-file-buffering-2">VFS File Buffering</h2>
2019-02-09 11:42:57 +01:00
<p>The <code>--buffer-size</code> flag determines the amount of memory, that will be used to buffer data in advance.</p>
2020-09-02 17:59:04 +02:00
<p>Each open file will try to keep the specified amount of data in memory at all times. The buffered data is bound to one open file and won't be shared.</p>
<p>This flag is a upper limit for the used memory per open file. The buffer will only use memory for data that is downloaded but not not yet read. If the buffer is empty, only a small amount of memory will be used.</p>
<p>The maximum memory used by rclone for buffering can be up to <code>--buffer-size * open files</code>.</p>
<h2 id="vfs-file-caching-2">VFS File Caching</h2>
<p>These flags control the VFS file caching options. File caching is necessary to make the VFS layer appear compatible with a normal file system. It can be disabled at the cost of some compatibility.</p>
<p>For example you'll need to enable VFS caching if you want to read and write simultaneously to a file. See below for more details.</p>
<p>Note that the VFS cache is separate from the cache backend and you may find that you need one or the other or both.</p>
2019-02-09 11:42:57 +01:00
<pre><code>--cache-dir string Directory rclone will use for caching.
2020-09-02 17:59:04 +02:00
--vfs-cache-mode CacheMode Cache mode off|minimal|writes|full (default off)
2019-02-09 11:42:57 +01:00
--vfs-cache-max-age duration Max age of objects in the cache. (default 1h0m0s)
2020-09-02 17:59:04 +02:00
--vfs-cache-max-size SizeSuffix Max total size of objects in the cache. (default off)
2019-02-09 11:42:57 +01:00
--vfs-cache-poll-interval duration Interval to poll the cache for stale objects. (default 1m0s)
2020-09-02 17:59:04 +02:00
--vfs-write-back duration Time to writeback files after last use when using cache. (default 5s)</code></pre>
2019-02-09 11:42:57 +01:00
<p>If run with <code>-vv</code> rclone will print the location of the file cache. The files are stored in the user cache file area which is OS dependent but can be controlled with <code>--cache-dir</code> or setting the appropriate environment variable.</p>
<p>The cache has 4 different modes selected by <code>--vfs-cache-mode</code>. The higher the cache mode the more compatible rclone becomes at the cost of using disk space.</p>
2020-09-02 17:59:04 +02:00
<p>Note that files are written back to the remote only when they are closed and if they haven't been accessed for --vfs-write-back second. If rclone is quit or dies with files that haven't been uploaded, these will be uploaded next time rclone is run with the same flags.</p>
2021-02-02 14:42:35 +01:00
<p>If using <code>--vfs-cache-max-size</code> note that the cache may exceed this size for two reasons. Firstly because it is only checked every <code>--vfs-cache-poll-interval</code>. Secondly because open files cannot be evicted from the cache.</p>
2021-03-31 20:12:08 +02:00
<p>You <strong>should not</strong> run two copies of rclone using the same VFS cache with the same or overlapping remotes if using <code>--vfs-cache-mode &gt; off</code>. This can potentially cause data corruption if you do. You can work around this by giving each rclone its own cache hierarchy with <code>--cache-dir</code>. You don't need to worry about this if the remotes in use don't overlap.</p>
2020-09-02 17:59:04 +02:00
<h3 id="vfs-cache-mode-off-2">--vfs-cache-mode off</h3>
<p>In this mode (the default) the cache will read directly from the remote and write directly to the remote without caching anything on disk.</p>
2019-02-09 11:42:57 +01:00
<p>This will mean some operations are not possible</p>
<ul>
2020-09-02 17:59:04 +02:00
<li>Files can't be opened for both read AND write</li>
<li>Files opened for write can't be seeked</li>
2019-02-09 11:42:57 +01:00
<li>Existing files opened for write must have O_TRUNC set</li>
<li>Files open for read with O_TRUNC will be opened write only</li>
<li>Files open for write only will behave as if O_TRUNC was supplied</li>
<li>Open modes O_APPEND, O_TRUNC are ignored</li>
2020-09-02 17:59:04 +02:00
<li>If an upload fails it can't be retried</li>
2019-02-09 11:42:57 +01:00
</ul>
2020-09-02 17:59:04 +02:00
<h3 id="vfs-cache-mode-minimal-2">--vfs-cache-mode minimal</h3>
<p>This is very similar to "off" except that files opened for read AND write will be buffered to disk. This means that files opened for write will be a lot more compatible, but uses the minimal disk space.</p>
2019-02-09 11:42:57 +01:00
<p>These operations are not possible</p>
<ul>
2020-09-02 17:59:04 +02:00
<li>Files opened for write only can't be seeked</li>
2019-02-09 11:42:57 +01:00
<li>Existing files opened for write must have O_TRUNC set</li>
<li>Files opened for write only will ignore O_APPEND, O_TRUNC</li>
2020-09-02 17:59:04 +02:00
<li>If an upload fails it can't be retried</li>
2019-02-09 11:42:57 +01:00
</ul>
2020-09-02 17:59:04 +02:00
<h3 id="vfs-cache-mode-writes-2">--vfs-cache-mode writes</h3>
2019-02-09 11:42:57 +01:00
<p>In this mode files opened for read only are still read directly from the remote, write only and read/write files are buffered to disk first.</p>
<p>This mode should support all normal file system operations.</p>
2020-09-02 17:59:04 +02:00
<p>If an upload fails it will be retried at exponentially increasing intervals up to 1 minute.</p>
<h3 id="vfs-cache-mode-full-2">--vfs-cache-mode full</h3>
<p>In this mode all reads and writes are buffered to and from disk. When data is read from the remote this is buffered to disk as well.</p>
2021-02-02 14:42:35 +01:00
<p>In this mode the files in the cache will be sparse files and rclone will keep track of which bits of the files it has downloaded.</p>
2020-09-02 17:59:04 +02:00
<p>So if an application only reads the starts of each file, then rclone will only buffer the start of the file. These files will appear to be their full size in the cache, but they will be sparse files with only the data that has been downloaded present in them.</p>
<p>This mode should support all normal file system operations and is otherwise identical to --vfs-cache-mode writes.</p>
<p>When reading a file rclone will read --buffer-size plus --vfs-read-ahead bytes ahead. The --buffer-size is buffered in memory whereas the --vfs-read-ahead is buffered on disk.</p>
<p>When using this mode it is recommended that --buffer-size is not set too big and --vfs-read-ahead is set large if required.</p>
2021-02-02 14:42:35 +01:00
<p><strong>IMPORTANT</strong> not all file systems support sparse files. In particular FAT/exFAT do not. Rclone will perform very badly if the cache directory is on a filesystem which doesn't support sparse files and it will log an ERROR message if one is detected.</p>
2020-09-02 17:59:04 +02:00
<h2 id="vfs-performance-2">VFS Performance</h2>
<p>These flags may be used to enable/disable features of the VFS for performance or other reasons.</p>
<p>In particular S3 and Swift benefit hugely from the --no-modtime flag (or use --use-server-modtime for a slightly different effect) as each read of the modification time takes a transaction.</p>
<pre><code>--no-checksum Don&#39;t compare checksums on up/download.
--no-modtime Don&#39;t read/write the modification time (can speed things up).
--no-seek Don&#39;t allow seeking in files.
--read-only Mount read-only.</code></pre>
<p>When rclone reads files from a remote it reads them in chunks. This means that rather than requesting the whole file rclone reads the chunk specified. This is advantageous because some cloud providers account for reads being all the data requested, not all the data delivered.</p>
<p>Rclone will keep doubling the chunk size requested starting at --vfs-read-chunk-size with a maximum of --vfs-read-chunk-size-limit unless it is set to "off" in which case there will be no limit.</p>
<pre><code>--vfs-read-chunk-size SizeSuffix Read the source objects in chunks. (default 128M)
--vfs-read-chunk-size-limit SizeSuffix Max chunk doubling size (default &quot;off&quot;)</code></pre>
<p>Sometimes rclone is delivered reads or writes out of order. Rather than seeking rclone will wait a short time for the in sequence read or write to come in. These flags only come into effect when not using an on disk cache file.</p>
<pre><code>--vfs-read-wait duration Time to wait for in-sequence read before seeking. (default 20ms)
--vfs-write-wait duration Time to wait for in-sequence write before giving error. (default 1s)</code></pre>
2021-02-02 14:42:35 +01:00
<p>When using VFS write caching (--vfs-cache-mode with value writes or full), the global flag --transfers can be set to adjust the number of parallel uploads of modified files from cache (the related global flag --checkers have no effect on mount).</p>
<pre><code>--transfers int Number of file transfers to run in parallel. (default 4)</code></pre>
2020-09-02 17:59:04 +02:00
<h2 id="vfs-case-sensitivity-2">VFS Case Sensitivity</h2>
2020-05-27 17:11:47 +02:00
<p>Linux file systems are case-sensitive: two files can differ only by case, and the exact case must be used when opening a file.</p>
2020-09-02 17:59:04 +02:00
<p>File systems in modern Windows are case-insensitive but case-preserving: although existing files can be opened using any case, the exact case used to create the file is preserved and available for programs to query. It is not allowed for two files in the same directory to differ only by case.</p>
2020-05-27 17:11:47 +02:00
<p>Usually file systems on macOS are case-insensitive. It is possible to make macOS file systems case-sensitive but that is not the default</p>
2021-02-02 14:42:35 +01:00
<p>The <code>--vfs-case-insensitive</code> mount flag controls how rclone handles these two cases. If its value is "false", rclone passes file names to the mounted file system as-is. If the flag is "true" (or appears without a value on command line), rclone may perform a "fixup" as explained below.</p>
2020-05-27 17:11:47 +02:00
<p>The user may specify a file name to open/delete/rename/etc with a case different than what is stored on mounted file system. If an argument refers to an existing file with exactly the same name, then the case of the existing file on the disk will be used. However, if a file name with exactly the same name is not found but a name differing only by case exists, rclone will transparently fixup the name. This fixup happens only when an existing file is requested. Case sensitivity of file names created anew by rclone is controlled by an underlying mounted file system.</p>
2020-09-02 17:59:04 +02:00
<p>Note that case sensitivity of the operating system running rclone (the target) may differ from case sensitivity of a file system mounted by rclone (the source). The flag controls whether "fixup" is performed to satisfy the target.</p>
<p>If the flag is not provided on the command line, then its default value depends on the operating system where rclone runs: "true" on Windows and macOS, "false" otherwise. If the flag is provided without a value, then it is "true".</p>
2021-03-31 20:12:08 +02:00
<h2 id="alternate-report-of-used-bytes-2">Alternate report of used bytes</h2>
<p>Some backends, most notably S3, do not report the amount of bytes used. If you need this information to be available when running <code>df</code> on the filesystem, then pass the flag <code>--vfs-used-is-size</code> to rclone. With this flag set, instead of relying on the backend to report this information, rclone will scan the whole remote similar to <code>rclone size</code> and compute the total used space itself.</p>
<p><em>WARNING.</em> Contrary to <code>rclone size</code>, this flag ignores filters so that the result is accurate. However, this is very inefficient and may cost lots of API calls resulting in extra charges. Use it as a last resort and only with caching.</p>
2020-05-27 17:11:47 +02:00
<h2 id="auth-proxy">Auth Proxy</h2>
2021-02-02 14:42:35 +01:00
<p>If you supply the parameter <code>--auth-proxy /path/to/program</code> then rclone will use that program to generate backends on the fly which then are used to authenticate incoming requests. This uses a simple JSON based protocol with input on STDIN and output on STDOUT.</p>
2020-05-27 17:11:47 +02:00
<p><strong>PLEASE NOTE:</strong> <code>--auth-proxy</code> and <code>--authorized-keys</code> cannot be used together, if <code>--auth-proxy</code> is set the authorized keys option will be ignored.</p>
2019-08-26 16:25:20 +02:00
<p>There is an example program <a href="https://github.com/rclone/rclone/blob/master/test_proxy.py">bin/test_proxy.py</a> in the rclone source code.</p>
2020-09-02 17:59:04 +02:00
<p>The program's job is to take a <code>user</code> and <code>pass</code> on the input and turn those into the config for a backend on STDOUT in JSON format. This config will have any default parameters for the backend added, but it won't use configuration from environment variables or command line options - it is the job of the proxy program to make a complete config.</p>
2019-08-26 16:25:20 +02:00
<p>This config generated must have this extra parameter - <code>_root</code> - root to use for the backend</p>
<p>And it may have this parameter - <code>_obscure</code> - comma separated strings for parameters to obscure</p>
2020-05-27 17:11:47 +02:00
<p>If password authentication was used by the client, input to the proxy process (on STDIN) would look similar to this:</p>
2019-08-26 16:25:20 +02:00
<pre><code>{
&quot;user&quot;: &quot;me&quot;,
&quot;pass&quot;: &quot;mypassword&quot;
}</code></pre>
2020-05-27 17:11:47 +02:00
<p>If public-key authentication was used by the client, input to the proxy process (on STDIN) would look similar to this:</p>
<pre><code>{
&quot;user&quot;: &quot;me&quot;,
&quot;public_key&quot;: &quot;AAAAB3NzaC1yc2EAAAADAQABAAABAQDuwESFdAe14hVS6omeyX7edc...JQdf&quot;
}</code></pre>
<p>And as an example return this on STDOUT</p>
2019-08-26 16:25:20 +02:00
<pre><code>{
&quot;type&quot;: &quot;sftp&quot;,
&quot;_root&quot;: &quot;&quot;,
&quot;_obscure&quot;: &quot;pass&quot;,
&quot;user&quot;: &quot;me&quot;,
&quot;pass&quot;: &quot;mypassword&quot;,
&quot;host&quot;: &quot;sftp.example.com&quot;
}</code></pre>
2020-05-27 17:11:47 +02:00
<p>This would mean that an SFTP backend would be created on the fly for the <code>user</code> and <code>pass</code>/<code>public_key</code> returned in the output to the host given. Note that since <code>_obscure</code> is set to <code>pass</code>, rclone will obscure the <code>pass</code> parameter before creating the backend (which is required for sftp backends).</p>
2020-09-02 17:59:04 +02:00
<p>The program can manipulate the supplied <code>user</code> in any way, for example to make proxy to many different sftp backends, you could make the <code>user</code> be <code>user@example.com</code> and then set the <code>host</code> to <code>example.com</code> in the output and the user to <code>user</code>. For security you'd probably want to restrict the <code>host</code> to a limited list.</p>
<p>Note that an internal cache is keyed on <code>user</code> so only use that for configuration, don't use <code>pass</code> or <code>public_key</code>. This also means that if a user's password or public-key is changed the cache will need to expire (which takes 5 mins) before it takes effect.</p>
2019-08-26 16:25:20 +02:00
<p>This can be used to build general purpose proxies to any kind of backend that rclone supports.</p>
2019-02-09 11:42:57 +01:00
<pre><code>rclone serve ftp remote:path [flags]</code></pre>
2021-03-31 20:12:08 +02:00
<h2 id="options-60">Options</h2>
2019-02-09 11:42:57 +01:00
<pre><code> --addr string IPaddress:Port or :Port to bind server to. (default &quot;localhost:2121&quot;)
2019-08-26 16:25:20 +02:00
--auth-proxy string A program to use to create the backend from the auth.
2021-02-02 14:42:35 +01:00
--cert string TLS PEM key (concatenation of certificate and CA certificate)
2019-02-09 11:42:57 +01:00
--dir-cache-time duration Time to cache directory entries for. (default 5m0s)
--dir-perms FileMode Directory permissions (default 0777)
--file-perms FileMode File permissions (default 0666)
2021-02-02 14:42:35 +01:00
--gid uint32 Override the gid field set by the filesystem. Not supported on Windows. (default 1000)
2019-02-09 11:42:57 +01:00
-h, --help help for ftp
2021-02-02 14:42:35 +01:00
--key string TLS PEM Private key
2019-02-09 11:42:57 +01:00
--no-checksum Don&#39;t compare checksums on up/download.
--no-modtime Don&#39;t read/write the modification time (can speed things up).
--no-seek Don&#39;t allow seeking in files.
--pass string Password for authentication. (empty value allow every password)
--passive-port string Passive port range to use. (default &quot;30000-32000&quot;)
--poll-interval duration Time to wait between polling for changes. Must be smaller than dir-cache-time. Only on supported remotes. Set to 0 to disable. (default 1m0s)
2019-06-15 13:01:29 +02:00
--public-ip string Public IP address to advertise for passive connections.
2019-02-09 11:42:57 +01:00
--read-only Mount read-only.
2021-02-02 14:42:35 +01:00
--uid uint32 Override the uid field set by the filesystem. Not supported on Windows. (default 1000)
--umask int Override the permission bits set by the filesystem. Not supported on Windows. (default 2)
2019-02-09 11:42:57 +01:00
--user string User name for authentication. (default &quot;anonymous&quot;)
--vfs-cache-max-age duration Max age of objects in the cache. (default 1h0m0s)
--vfs-cache-max-size SizeSuffix Max total size of objects in the cache. (default off)
--vfs-cache-mode CacheMode Cache mode off|minimal|writes|full (default off)
--vfs-cache-poll-interval duration Interval to poll the cache for stale objects. (default 1m0s)
2019-10-26 12:04:54 +02:00
--vfs-case-insensitive If a file name not found, find a case insensitive match.
2020-09-02 17:59:04 +02:00
--vfs-read-ahead SizeSuffix Extra read ahead over --buffer-size when using cache-mode full.
2019-02-09 11:42:57 +01:00
--vfs-read-chunk-size SizeSuffix Read the source objects in chunks. (default 128M)
2020-05-27 17:11:47 +02:00
--vfs-read-chunk-size-limit SizeSuffix If greater than --vfs-read-chunk-size, double the chunk size after each chunk read, until the limit is reached. &#39;off&#39; is unlimited. (default off)
--vfs-read-wait duration Time to wait for in-sequence read before seeking. (default 20ms)
2021-03-31 20:12:08 +02:00
--vfs-used-is-size rclone size Use the rclone size algorithm for Used size.
2020-09-02 17:59:04 +02:00
--vfs-write-back duration Time to writeback files after last use when using cache. (default 5s)
2020-05-27 17:11:47 +02:00
--vfs-write-wait duration Time to wait for in-sequence write before giving error. (default 1s)</code></pre>
2019-08-26 16:25:20 +02:00
<p>See the <a href="https://rclone.org/flags/">global flags page</a> for global options not listed here.</p>
2021-03-31 20:12:08 +02:00
<h2 id="see-also-60">SEE ALSO</h2>
2019-06-15 13:01:29 +02:00
<ul>
<li><a href="https://rclone.org/commands/rclone_serve/">rclone serve</a> - Serve a remote over a protocol.</li>
</ul>
2020-05-27 17:11:47 +02:00
<h1 id="rclone-serve-http">rclone serve http</h1>
2017-12-23 14:07:45 +01:00
<p>Serve the remote over HTTP.</p>
2021-03-31 20:12:08 +02:00
<h2 id="synopsis-54">Synopsis</h2>
2017-12-23 14:07:45 +01:00
<p>rclone serve http implements a basic web server to serve the remote over HTTP. This can be viewed in a web browser or you can make a remote of type http read from it.</p>
2021-02-02 14:42:35 +01:00
<p>You can use the filter flags (e.g. --include, --exclude) to control what is served.</p>
2017-12-23 14:07:45 +01:00
<p>The server will log errors. Use -v to see access logs.</p>
2020-09-02 17:59:04 +02:00
<p>--bwlimit will be respected for file transfers. Use --stats to control the stats printing.</p>
2020-05-27 17:11:47 +02:00
<h2 id="server-options-2">Server options</h2>
2021-02-02 14:42:35 +01:00
<p>Use --addr to specify which IP address and port the server should listen on, e.g. --addr 1.2.3.4:8000 or --addr :8080 to listen to all IPs. By default it only listens on localhost. You can use port :0 to let the OS choose an available port.</p>
2020-09-02 17:59:04 +02:00
<p>If you set --addr to listen on a public or LAN accessible IP address then using Authentication is advised - see the next section for info.</p>
<p>--server-read-timeout and --server-write-timeout can be used to control the timeouts on the server. Note that this is the total time for a transfer.</p>
<p>--max-header-bytes controls the maximum number of bytes the server will accept in the HTTP header.</p>
<p>--baseurl controls the URL prefix that rclone serves from. By default rclone will serve from the root. If you used --baseurl "/rclone" then rclone would serve from a URL starting with "/rclone/". This is useful if you wish to proxy rclone serve. Rclone automatically inserts leading and trailing "/" on --baseurl, so --baseurl "rclone", --baseurl "/rclone" and --baseurl "/rclone/" are all treated identically.</p>
<p>--template allows a user to specify a custom markup template for http and webdav serve functions. The server exports the following markup to be used within the template to server pages:</p>
2020-05-27 17:11:47 +02:00
<table>
<colgroup>
<col style="width: 50%" />
<col style="width: 50%" />
</colgroup>
<thead>
<tr class="header">
<th style="text-align: left;">Parameter</th>
<th style="text-align: left;">Description</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td style="text-align: left;">.Name</td>
<td style="text-align: left;">The full path of a file/directory.</td>
</tr>
<tr class="even">
<td style="text-align: left;">.Title</td>
<td style="text-align: left;">Directory listing of .Name</td>
</tr>
<tr class="odd">
<td style="text-align: left;">.Sort</td>
<td style="text-align: left;">The current sort used. This is changeable via ?sort= parameter</td>
</tr>
<tr class="even">
<td style="text-align: left;"></td>
2021-02-02 14:42:35 +01:00
<td style="text-align: left;">Sort Options: namedirfirst,name,size,time (default namedirfirst)</td>
2020-05-27 17:11:47 +02:00
</tr>
<tr class="odd">
<td style="text-align: left;">.Order</td>
<td style="text-align: left;">The current ordering used. This is changeable via ?order= parameter</td>
</tr>
<tr class="even">
<td style="text-align: left;"></td>
<td style="text-align: left;">Order Options: asc,desc (default asc)</td>
</tr>
<tr class="odd">
<td style="text-align: left;">.Query</td>
<td style="text-align: left;">Currently unused.</td>
</tr>
<tr class="even">
<td style="text-align: left;">.Breadcrumb</td>
<td style="text-align: left;">Allows for creating a relative navigation</td>
</tr>
<tr class="odd">
2020-09-02 17:59:04 +02:00
<td style="text-align: left;">-- .Link</td>
2020-05-27 17:11:47 +02:00
<td style="text-align: left;">The relative to the root link of the Text.</td>
</tr>
<tr class="even">
2020-09-02 17:59:04 +02:00
<td style="text-align: left;">-- .Text</td>
2020-05-27 17:11:47 +02:00
<td style="text-align: left;">The Name of the directory.</td>
</tr>
<tr class="odd">
<td style="text-align: left;">.Entries</td>
<td style="text-align: left;">Information about a specific file/directory.</td>
</tr>
<tr class="even">
2020-09-02 17:59:04 +02:00
<td style="text-align: left;">-- .URL</td>
<td style="text-align: left;">The 'url' of an entry.</td>
2020-05-27 17:11:47 +02:00
</tr>
<tr class="odd">
2020-09-02 17:59:04 +02:00
<td style="text-align: left;">-- .Leaf</td>
<td style="text-align: left;">Currently same as 'URL' but intended to be 'just' the name.</td>
2020-05-27 17:11:47 +02:00
</tr>
<tr class="even">
2020-09-02 17:59:04 +02:00
<td style="text-align: left;">-- .IsDir</td>
2020-05-27 17:11:47 +02:00
<td style="text-align: left;">Boolean for if an entry is a directory or not.</td>
</tr>
<tr class="odd">
2020-09-02 17:59:04 +02:00
<td style="text-align: left;">-- .Size</td>
2020-05-27 17:11:47 +02:00
<td style="text-align: left;">Size in Bytes of the entry.</td>
</tr>
<tr class="even">
2020-09-02 17:59:04 +02:00
<td style="text-align: left;">-- .ModTime</td>
2020-05-27 17:11:47 +02:00
<td style="text-align: left;">The UTC timestamp of an entry.</td>
</tr>
</tbody>
</table>
<h3 id="authentication-1">Authentication</h3>
2018-03-19 11:06:13 +01:00
<p>By default this will serve files without needing a login.</p>
2020-09-02 17:59:04 +02:00
<p>You can either use an htpasswd file which can take lots of users, or set a single username and password with the --user and --pass flags.</p>
<p>Use --htpasswd /path/to/htpasswd to provide an htpasswd file. This is in standard apache format and supports MD5, SHA1 and BCrypt for basic authentication. Bcrypt is recommended.</p>
2018-03-19 11:06:13 +01:00
<p>To create an htpasswd file:</p>
<pre><code>touch htpasswd
htpasswd -B htpasswd user
htpasswd -B htpasswd anotherUser</code></pre>
<p>The password file can be updated while rclone is running.</p>
2020-09-02 17:59:04 +02:00
<p>Use --realm to set the authentication realm.</p>
2020-05-27 17:11:47 +02:00
<h3 id="ssltls">SSL/TLS</h3>
2020-09-02 17:59:04 +02:00
<p>By default this will serve over http. If you want you can serve over https. You will need to supply the --cert and --key flags. If you wish to do client side certificate validation then you will need to supply --client-ca also.</p>
<p>--cert should be either a PEM encoded certificate or a concatenation of that with the CA certificate. --key should be the PEM encoded private key and --client-ca should be the PEM encoded client certificate authority certificate.</p>
<h2 id="vfs---virtual-file-system-3">VFS - Virtual File System</h2>
<p>This command uses the VFS layer. This adapts the cloud storage objects that rclone uses into something which looks much more like a disk filing system.</p>
<p>Cloud storage objects have lots of properties which aren't like disk files - you can't extend them or write to the middle of them, so the VFS layer has to deal with that. Because there is no one right way of doing this there are various options explained below.</p>
<p>The VFS layer also implements a directory cache - this caches info about files and directories (but not the data) in memory.</p>
<h2 id="vfs-directory-cache-3">VFS Directory Cache</h2>
<p>Using the <code>--dir-cache-time</code> flag, you can control how long a directory should be considered up to date and not refreshed from the backend. Changes made through the mount will appear immediately or invalidate the cache.</p>
<pre><code>--dir-cache-time duration Time to cache directory entries for. (default 5m0s)
--poll-interval duration Time to wait between polling for changes.</code></pre>
<p>However, changes made directly on the cloud storage by the web interface or a different copy of rclone will only be picked up once the directory cache expires if the backend configured does not support polling for changes. If the backend supports polling, changes will be picked up within the polling interval.</p>
<p>You can send a <code>SIGHUP</code> signal to rclone for it to flush all directory caches, regardless of how old they are. Assuming only one rclone instance is running, you can reset the cache like this:</p>
2017-12-23 14:07:45 +01:00
<pre><code>kill -SIGHUP $(pidof rclone)</code></pre>
2018-03-19 11:06:13 +01:00
<p>If you configure rclone with a <a href="/rc">remote control</a> then you can use rclone rc to flush the whole directory cache:</p>
<pre><code>rclone rc vfs/forget</code></pre>
<p>Or individual files or directories:</p>
<pre><code>rclone rc vfs/forget file=path/to/file dir=path/to/dir</code></pre>
2020-09-02 17:59:04 +02:00
<h2 id="vfs-file-buffering-3">VFS File Buffering</h2>
2018-09-01 13:58:00 +02:00
<p>The <code>--buffer-size</code> flag determines the amount of memory, that will be used to buffer data in advance.</p>
2020-09-02 17:59:04 +02:00
<p>Each open file will try to keep the specified amount of data in memory at all times. The buffered data is bound to one open file and won't be shared.</p>
<p>This flag is a upper limit for the used memory per open file. The buffer will only use memory for data that is downloaded but not not yet read. If the buffer is empty, only a small amount of memory will be used.</p>
<p>The maximum memory used by rclone for buffering can be up to <code>--buffer-size * open files</code>.</p>
<h2 id="vfs-file-caching-3">VFS File Caching</h2>
<p>These flags control the VFS file caching options. File caching is necessary to make the VFS layer appear compatible with a normal file system. It can be disabled at the cost of some compatibility.</p>
<p>For example you'll need to enable VFS caching if you want to read and write simultaneously to a file. See below for more details.</p>
<p>Note that the VFS cache is separate from the cache backend and you may find that you need one or the other or both.</p>
2018-03-19 11:06:13 +01:00
<pre><code>--cache-dir string Directory rclone will use for caching.
2020-09-02 17:59:04 +02:00
--vfs-cache-mode CacheMode Cache mode off|minimal|writes|full (default off)
2017-12-23 14:07:45 +01:00
--vfs-cache-max-age duration Max age of objects in the cache. (default 1h0m0s)
2020-09-02 17:59:04 +02:00
--vfs-cache-max-size SizeSuffix Max total size of objects in the cache. (default off)
2019-02-09 11:42:57 +01:00
--vfs-cache-poll-interval duration Interval to poll the cache for stale objects. (default 1m0s)
2020-09-02 17:59:04 +02:00
--vfs-write-back duration Time to writeback files after last use when using cache. (default 5s)</code></pre>
2017-12-23 14:07:45 +01:00
<p>If run with <code>-vv</code> rclone will print the location of the file cache. The files are stored in the user cache file area which is OS dependent but can be controlled with <code>--cache-dir</code> or setting the appropriate environment variable.</p>
<p>The cache has 4 different modes selected by <code>--vfs-cache-mode</code>. The higher the cache mode the more compatible rclone becomes at the cost of using disk space.</p>
2020-09-02 17:59:04 +02:00
<p>Note that files are written back to the remote only when they are closed and if they haven't been accessed for --vfs-write-back second. If rclone is quit or dies with files that haven't been uploaded, these will be uploaded next time rclone is run with the same flags.</p>
2021-02-02 14:42:35 +01:00
<p>If using <code>--vfs-cache-max-size</code> note that the cache may exceed this size for two reasons. Firstly because it is only checked every <code>--vfs-cache-poll-interval</code>. Secondly because open files cannot be evicted from the cache.</p>
2021-03-31 20:12:08 +02:00
<p>You <strong>should not</strong> run two copies of rclone using the same VFS cache with the same or overlapping remotes if using <code>--vfs-cache-mode &gt; off</code>. This can potentially cause data corruption if you do. You can work around this by giving each rclone its own cache hierarchy with <code>--cache-dir</code>. You don't need to worry about this if the remotes in use don't overlap.</p>
2020-09-02 17:59:04 +02:00
<h3 id="vfs-cache-mode-off-3">--vfs-cache-mode off</h3>
<p>In this mode (the default) the cache will read directly from the remote and write directly to the remote without caching anything on disk.</p>
2017-12-23 14:07:45 +01:00
<p>This will mean some operations are not possible</p>
<ul>
2020-09-02 17:59:04 +02:00
<li>Files can't be opened for both read AND write</li>
<li>Files opened for write can't be seeked</li>
2017-12-23 14:07:45 +01:00
<li>Existing files opened for write must have O_TRUNC set</li>
<li>Files open for read with O_TRUNC will be opened write only</li>
<li>Files open for write only will behave as if O_TRUNC was supplied</li>
<li>Open modes O_APPEND, O_TRUNC are ignored</li>
2020-09-02 17:59:04 +02:00
<li>If an upload fails it can't be retried</li>
2017-12-23 14:07:45 +01:00
</ul>
2020-09-02 17:59:04 +02:00
<h3 id="vfs-cache-mode-minimal-3">--vfs-cache-mode minimal</h3>
<p>This is very similar to "off" except that files opened for read AND write will be buffered to disk. This means that files opened for write will be a lot more compatible, but uses the minimal disk space.</p>
2017-12-23 14:07:45 +01:00
<p>These operations are not possible</p>
<ul>
2020-09-02 17:59:04 +02:00
<li>Files opened for write only can't be seeked</li>
2017-12-23 14:07:45 +01:00
<li>Existing files opened for write must have O_TRUNC set</li>
<li>Files opened for write only will ignore O_APPEND, O_TRUNC</li>
2020-09-02 17:59:04 +02:00
<li>If an upload fails it can't be retried</li>
2017-12-23 14:07:45 +01:00
</ul>
2020-09-02 17:59:04 +02:00
<h3 id="vfs-cache-mode-writes-3">--vfs-cache-mode writes</h3>
2017-12-23 14:07:45 +01:00
<p>In this mode files opened for read only are still read directly from the remote, write only and read/write files are buffered to disk first.</p>
<p>This mode should support all normal file system operations.</p>
2020-09-02 17:59:04 +02:00
<p>If an upload fails it will be retried at exponentially increasing intervals up to 1 minute.</p>
<h3 id="vfs-cache-mode-full-3">--vfs-cache-mode full</h3>
<p>In this mode all reads and writes are buffered to and from disk. When data is read from the remote this is buffered to disk as well.</p>
2021-02-02 14:42:35 +01:00
<p>In this mode the files in the cache will be sparse files and rclone will keep track of which bits of the files it has downloaded.</p>
2020-09-02 17:59:04 +02:00
<p>So if an application only reads the starts of each file, then rclone will only buffer the start of the file. These files will appear to be their full size in the cache, but they will be sparse files with only the data that has been downloaded present in them.</p>
<p>This mode should support all normal file system operations and is otherwise identical to --vfs-cache-mode writes.</p>
<p>When reading a file rclone will read --buffer-size plus --vfs-read-ahead bytes ahead. The --buffer-size is buffered in memory whereas the --vfs-read-ahead is buffered on disk.</p>
<p>When using this mode it is recommended that --buffer-size is not set too big and --vfs-read-ahead is set large if required.</p>
2021-02-02 14:42:35 +01:00
<p><strong>IMPORTANT</strong> not all file systems support sparse files. In particular FAT/exFAT do not. Rclone will perform very badly if the cache directory is on a filesystem which doesn't support sparse files and it will log an ERROR message if one is detected.</p>
2020-09-02 17:59:04 +02:00
<h2 id="vfs-performance-3">VFS Performance</h2>
<p>These flags may be used to enable/disable features of the VFS for performance or other reasons.</p>
<p>In particular S3 and Swift benefit hugely from the --no-modtime flag (or use --use-server-modtime for a slightly different effect) as each read of the modification time takes a transaction.</p>
<pre><code>--no-checksum Don&#39;t compare checksums on up/download.
--no-modtime Don&#39;t read/write the modification time (can speed things up).
--no-seek Don&#39;t allow seeking in files.
--read-only Mount read-only.</code></pre>
<p>When rclone reads files from a remote it reads them in chunks. This means that rather than requesting the whole file rclone reads the chunk specified. This is advantageous because some cloud providers account for reads being all the data requested, not all the data delivered.</p>
<p>Rclone will keep doubling the chunk size requested starting at --vfs-read-chunk-size with a maximum of --vfs-read-chunk-size-limit unless it is set to "off" in which case there will be no limit.</p>
<pre><code>--vfs-read-chunk-size SizeSuffix Read the source objects in chunks. (default 128M)
--vfs-read-chunk-size-limit SizeSuffix Max chunk doubling size (default &quot;off&quot;)</code></pre>
<p>Sometimes rclone is delivered reads or writes out of order. Rather than seeking rclone will wait a short time for the in sequence read or write to come in. These flags only come into effect when not using an on disk cache file.</p>
<pre><code>--vfs-read-wait duration Time to wait for in-sequence read before seeking. (default 20ms)
--vfs-write-wait duration Time to wait for in-sequence write before giving error. (default 1s)</code></pre>
2021-02-02 14:42:35 +01:00
<p>When using VFS write caching (--vfs-cache-mode with value writes or full), the global flag --transfers can be set to adjust the number of parallel uploads of modified files from cache (the related global flag --checkers have no effect on mount).</p>
<pre><code>--transfers int Number of file transfers to run in parallel. (default 4)</code></pre>
2020-09-02 17:59:04 +02:00
<h2 id="vfs-case-sensitivity-3">VFS Case Sensitivity</h2>
2020-05-27 17:11:47 +02:00
<p>Linux file systems are case-sensitive: two files can differ only by case, and the exact case must be used when opening a file.</p>
2020-09-02 17:59:04 +02:00
<p>File systems in modern Windows are case-insensitive but case-preserving: although existing files can be opened using any case, the exact case used to create the file is preserved and available for programs to query. It is not allowed for two files in the same directory to differ only by case.</p>
2020-05-27 17:11:47 +02:00
<p>Usually file systems on macOS are case-insensitive. It is possible to make macOS file systems case-sensitive but that is not the default</p>
2021-02-02 14:42:35 +01:00
<p>The <code>--vfs-case-insensitive</code> mount flag controls how rclone handles these two cases. If its value is "false", rclone passes file names to the mounted file system as-is. If the flag is "true" (or appears without a value on command line), rclone may perform a "fixup" as explained below.</p>
2020-05-27 17:11:47 +02:00
<p>The user may specify a file name to open/delete/rename/etc with a case different than what is stored on mounted file system. If an argument refers to an existing file with exactly the same name, then the case of the existing file on the disk will be used. However, if a file name with exactly the same name is not found but a name differing only by case exists, rclone will transparently fixup the name. This fixup happens only when an existing file is requested. Case sensitivity of file names created anew by rclone is controlled by an underlying mounted file system.</p>
2020-09-02 17:59:04 +02:00
<p>Note that case sensitivity of the operating system running rclone (the target) may differ from case sensitivity of a file system mounted by rclone (the source). The flag controls whether "fixup" is performed to satisfy the target.</p>
<p>If the flag is not provided on the command line, then its default value depends on the operating system where rclone runs: "true" on Windows and macOS, "false" otherwise. If the flag is provided without a value, then it is "true".</p>
2021-03-31 20:12:08 +02:00
<h2 id="alternate-report-of-used-bytes-3">Alternate report of used bytes</h2>
<p>Some backends, most notably S3, do not report the amount of bytes used. If you need this information to be available when running <code>df</code> on the filesystem, then pass the flag <code>--vfs-used-is-size</code> to rclone. With this flag set, instead of relying on the backend to report this information, rclone will scan the whole remote similar to <code>rclone size</code> and compute the total used space itself.</p>
<p><em>WARNING.</em> Contrary to <code>rclone size</code>, this flag ignores filters so that the result is accurate. However, this is very inefficient and may cost lots of API calls resulting in extra charges. Use it as a last resort and only with caching.</p>
2017-12-23 14:07:45 +01:00
<pre><code>rclone serve http remote:path [flags]</code></pre>
2021-03-31 20:12:08 +02:00
<h2 id="options-61">Options</h2>
2019-02-09 11:42:57 +01:00
<pre><code> --addr string IPaddress:Port or :Port to bind server to. (default &quot;localhost:8080&quot;)
2019-08-26 16:25:20 +02:00
--baseurl string Prefix for URLs - leave blank for root.
2019-02-09 11:42:57 +01:00
--cert string SSL PEM key (concatenation of certificate and CA certificate)
--client-ca string Client certificate authority to verify clients with
--dir-cache-time duration Time to cache directory entries for. (default 5m0s)
--dir-perms FileMode Directory permissions (default 0777)
--file-perms FileMode File permissions (default 0666)
2021-02-02 14:42:35 +01:00
--gid uint32 Override the gid field set by the filesystem. Not supported on Windows. (default 1000)
2019-02-09 11:42:57 +01:00
-h, --help help for http
--htpasswd string htpasswd file - if not provided no authentication is done
--key string SSL PEM Private key
--max-header-bytes int Maximum size of request header (default 4096)
--no-checksum Don&#39;t compare checksums on up/download.
--no-modtime Don&#39;t read/write the modification time (can speed things up).
--no-seek Don&#39;t allow seeking in files.
--pass string Password for authentication.
--poll-interval duration Time to wait between polling for changes. Must be smaller than dir-cache-time. Only on supported remotes. Set to 0 to disable. (default 1m0s)
--read-only Mount read-only.
--realm string realm for authentication (default &quot;rclone&quot;)
--server-read-timeout duration Timeout for server reading data (default 1h0m0s)
--server-write-timeout duration Timeout for server writing data (default 1h0m0s)
2020-05-27 17:11:47 +02:00
--template string User Specified Template.
2021-02-02 14:42:35 +01:00
--uid uint32 Override the uid field set by the filesystem. Not supported on Windows. (default 1000)
--umask int Override the permission bits set by the filesystem. Not supported on Windows. (default 2)
2019-02-09 11:42:57 +01:00
--user string User name for authentication.
--vfs-cache-max-age duration Max age of objects in the cache. (default 1h0m0s)
--vfs-cache-max-size SizeSuffix Max total size of objects in the cache. (default off)
--vfs-cache-mode CacheMode Cache mode off|minimal|writes|full (default off)
--vfs-cache-poll-interval duration Interval to poll the cache for stale objects. (default 1m0s)
2019-10-26 12:04:54 +02:00
--vfs-case-insensitive If a file name not found, find a case insensitive match.
2020-09-02 17:59:04 +02:00
--vfs-read-ahead SizeSuffix Extra read ahead over --buffer-size when using cache-mode full.
2019-02-09 11:42:57 +01:00
--vfs-read-chunk-size SizeSuffix Read the source objects in chunks. (default 128M)
2020-05-27 17:11:47 +02:00
--vfs-read-chunk-size-limit SizeSuffix If greater than --vfs-read-chunk-size, double the chunk size after each chunk read, until the limit is reached. &#39;off&#39; is unlimited. (default off)
--vfs-read-wait duration Time to wait for in-sequence read before seeking. (default 20ms)
2021-03-31 20:12:08 +02:00
--vfs-used-is-size rclone size Use the rclone size algorithm for Used size.
2020-09-02 17:59:04 +02:00
--vfs-write-back duration Time to writeback files after last use when using cache. (default 5s)
2020-05-27 17:11:47 +02:00
--vfs-write-wait duration Time to wait for in-sequence write before giving error. (default 1s)</code></pre>
2019-08-26 16:25:20 +02:00
<p>See the <a href="https://rclone.org/flags/">global flags page</a> for global options not listed here.</p>
2021-03-31 20:12:08 +02:00
<h2 id="see-also-61">SEE ALSO</h2>
2019-06-15 13:01:29 +02:00
<ul>
<li><a href="https://rclone.org/commands/rclone_serve/">rclone serve</a> - Serve a remote over a protocol.</li>
</ul>
2020-05-27 17:11:47 +02:00
<h1 id="rclone-serve-restic">rclone serve restic</h1>
2020-09-02 17:59:04 +02:00
<p>Serve the remote for restic's REST API.</p>
2021-03-31 20:12:08 +02:00
<h2 id="synopsis-55">Synopsis</h2>
2020-09-02 17:59:04 +02:00
<p>rclone serve restic implements restic's REST backend API over HTTP. This allows restic to use rclone as a data storage mechanism for cloud providers that restic does not support directly.</p>
2018-03-19 11:06:13 +01:00
<p><a href="https://restic.net/">Restic</a> is a command line program for doing backups.</p>
<p>The server will log errors. Use -v to see access logs.</p>
2020-09-02 17:59:04 +02:00
<p>--bwlimit will be respected for file transfers. Use --stats to control the stats printing.</p>
2020-05-27 17:11:47 +02:00
<h2 id="setting-up-rclone-for-use-by-restic">Setting up rclone for use by restic</h2>
<p>First <a href="https://rclone.org/docs/#configure">set up a remote for your chosen cloud provider</a>.</p>
2020-09-02 17:59:04 +02:00
<p>Once you have set up the remote, check it is working with, for example "rclone lsd remote:". You may have called the remote something other than "remote:" - just substitute whatever you called it in the following instructions.</p>
2018-03-19 11:06:13 +01:00
<p>Now start the rclone restic server</p>
<pre><code>rclone serve restic -v remote:backup</code></pre>
2020-09-02 17:59:04 +02:00
<p>Where you can replace "backup" in the above by whatever path in the remote you wish to use.</p>
<p>By default this will serve on "localhost:8080" you can change this with use of the "--addr" flag.</p>
2018-03-19 11:06:13 +01:00
<p>You might wish to start this server on boot.</p>
2021-02-02 14:42:35 +01:00
<p>Adding --cache-objects=false will cause rclone to stop caching objects returned from the List call. Caching is normally desirable as it speeds up downloading objects, saves transactions and uses very little memory.</p>
2020-05-27 17:11:47 +02:00
<h2 id="setting-up-restic-to-use-rclone">Setting up restic to use rclone</h2>
2018-03-19 11:06:13 +01:00
<p>Now you can <a href="http://restic.readthedocs.io/en/latest/030_preparing_a_new_repo.html#rest-server">follow the restic instructions</a> on setting up restic.</p>
<p>Note that you will need restic 0.8.2 or later to interoperate with rclone.</p>
2020-09-02 17:59:04 +02:00
<p>For the example above you will want to use "http://localhost:8080/" as the URL for the REST server.</p>
2018-03-19 11:06:13 +01:00
<p>For example:</p>
<pre><code>$ export RESTIC_REPOSITORY=rest:http://localhost:8080/
$ export RESTIC_PASSWORD=yourpassword
$ restic init
created restic backend 8b1a4b56ae at rest:http://localhost:8080/
Please note that knowledge of your password is required to access
the repository. Losing your password means that your data is
irrecoverably lost.
$ restic backup /path/to/files/to/backup
scan [/path/to/files/to/backup]
scanned 189 directories, 312 files in 0:00
2019-06-15 13:01:29 +02:00
[0:00] 100.00% 38.128 MiB / 38.128 MiB 501 / 501 items 0 errors ETA 0:00
2018-03-19 11:06:13 +01:00
duration: 0:00
snapshot 45c8fdd8 saved</code></pre>
2020-05-27 17:11:47 +02:00
<h3 id="multiple-repositories">Multiple repositories</h3>
2018-03-19 11:06:13 +01:00
<p>Note that you can use the endpoint to host multiple repositories. Do this by adding a directory name or path after the URL. Note that these <strong>must</strong> end with /. Eg</p>
<pre><code>$ export RESTIC_REPOSITORY=rest:http://localhost:8080/user1repo/
# backup user1 stuff
$ export RESTIC_REPOSITORY=rest:http://localhost:8080/user2repo/
# backup user2 stuff</code></pre>
2020-05-27 17:11:47 +02:00
<h3 id="private-repositories">Private repositories</h3>
2020-09-02 17:59:04 +02:00
<p>The "--private-repos" flag can be used to limit users to repositories starting with a path of <code>/&lt;username&gt;/</code>.</p>
2020-05-27 17:11:47 +02:00
<h2 id="server-options-3">Server options</h2>
2021-02-02 14:42:35 +01:00
<p>Use --addr to specify which IP address and port the server should listen on, e.g. --addr 1.2.3.4:8000 or --addr :8080 to listen to all IPs. By default it only listens on localhost. You can use port :0 to let the OS choose an available port.</p>
2020-09-02 17:59:04 +02:00
<p>If you set --addr to listen on a public or LAN accessible IP address then using Authentication is advised - see the next section for info.</p>
<p>--server-read-timeout and --server-write-timeout can be used to control the timeouts on the server. Note that this is the total time for a transfer.</p>
<p>--max-header-bytes controls the maximum number of bytes the server will accept in the HTTP header.</p>
<p>--baseurl controls the URL prefix that rclone serves from. By default rclone will serve from the root. If you used --baseurl "/rclone" then rclone would serve from a URL starting with "/rclone/". This is useful if you wish to proxy rclone serve. Rclone automatically inserts leading and trailing "/" on --baseurl, so --baseurl "rclone", --baseurl "/rclone" and --baseurl "/rclone/" are all treated identically.</p>
<p>--template allows a user to specify a custom markup template for http and webdav serve functions. The server exports the following markup to be used within the template to server pages:</p>
2020-05-27 17:11:47 +02:00
<table>
<colgroup>
<col style="width: 50%" />
<col style="width: 50%" />
</colgroup>
<thead>
<tr class="header">
<th style="text-align: left;">Parameter</th>
<th style="text-align: left;">Description</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td style="text-align: left;">.Name</td>
<td style="text-align: left;">The full path of a file/directory.</td>
</tr>
<tr class="even">
<td style="text-align: left;">.Title</td>
<td style="text-align: left;">Directory listing of .Name</td>
</tr>
<tr class="odd">
<td style="text-align: left;">.Sort</td>
<td style="text-align: left;">The current sort used. This is changeable via ?sort= parameter</td>
</tr>
<tr class="even">
<td style="text-align: left;"></td>
2021-02-02 14:42:35 +01:00
<td style="text-align: left;">Sort Options: namedirfirst,name,size,time (default namedirfirst)</td>
2020-05-27 17:11:47 +02:00
</tr>
<tr class="odd">
<td style="text-align: left;">.Order</td>
<td style="text-align: left;">The current ordering used. This is changeable via ?order= parameter</td>
</tr>
<tr class="even">
<td style="text-align: left;"></td>
<td style="text-align: left;">Order Options: asc,desc (default asc)</td>
</tr>
<tr class="odd">
<td style="text-align: left;">.Query</td>
<td style="text-align: left;">Currently unused.</td>
</tr>
<tr class="even">
<td style="text-align: left;">.Breadcrumb</td>
<td style="text-align: left;">Allows for creating a relative navigation</td>
</tr>
<tr class="odd">
2020-09-02 17:59:04 +02:00
<td style="text-align: left;">-- .Link</td>
2020-05-27 17:11:47 +02:00
<td style="text-align: left;">The relative to the root link of the Text.</td>
</tr>
<tr class="even">
2020-09-02 17:59:04 +02:00
<td style="text-align: left;">-- .Text</td>
2020-05-27 17:11:47 +02:00
<td style="text-align: left;">The Name of the directory.</td>
</tr>
<tr class="odd">
<td style="text-align: left;">.Entries</td>
<td style="text-align: left;">Information about a specific file/directory.</td>
</tr>
<tr class="even">
2020-09-02 17:59:04 +02:00
<td style="text-align: left;">-- .URL</td>
<td style="text-align: left;">The 'url' of an entry.</td>
2020-05-27 17:11:47 +02:00
</tr>
<tr class="odd">
2020-09-02 17:59:04 +02:00
<td style="text-align: left;">-- .Leaf</td>
<td style="text-align: left;">Currently same as 'URL' but intended to be 'just' the name.</td>
2020-05-27 17:11:47 +02:00
</tr>
<tr class="even">
2020-09-02 17:59:04 +02:00
<td style="text-align: left;">-- .IsDir</td>
2020-05-27 17:11:47 +02:00
<td style="text-align: left;">Boolean for if an entry is a directory or not.</td>
</tr>
<tr class="odd">
2020-09-02 17:59:04 +02:00
<td style="text-align: left;">-- .Size</td>
2020-05-27 17:11:47 +02:00
<td style="text-align: left;">Size in Bytes of the entry.</td>
</tr>
<tr class="even">
2020-09-02 17:59:04 +02:00
<td style="text-align: left;">-- .ModTime</td>
2020-05-27 17:11:47 +02:00
<td style="text-align: left;">The UTC timestamp of an entry.</td>
</tr>
</tbody>
</table>
<h3 id="authentication-2">Authentication</h3>
2018-03-19 11:06:13 +01:00
<p>By default this will serve files without needing a login.</p>
2020-09-02 17:59:04 +02:00
<p>You can either use an htpasswd file which can take lots of users, or set a single username and password with the --user and --pass flags.</p>
<p>Use --htpasswd /path/to/htpasswd to provide an htpasswd file. This is in standard apache format and supports MD5, SHA1 and BCrypt for basic authentication. Bcrypt is recommended.</p>
2018-03-19 11:06:13 +01:00
<p>To create an htpasswd file:</p>
<pre><code>touch htpasswd
htpasswd -B htpasswd user
htpasswd -B htpasswd anotherUser</code></pre>
<p>The password file can be updated while rclone is running.</p>
2020-09-02 17:59:04 +02:00
<p>Use --realm to set the authentication realm.</p>
2020-05-27 17:11:47 +02:00
<h3 id="ssltls-1">SSL/TLS</h3>
2020-09-02 17:59:04 +02:00
<p>By default this will serve over http. If you want you can serve over https. You will need to supply the --cert and --key flags. If you wish to do client side certificate validation then you will need to supply --client-ca also.</p>
<p>--cert should be either a PEM encoded certificate or a concatenation of that with the CA certificate. --key should be the PEM encoded private key and --client-ca should be the PEM encoded client certificate authority certificate.</p>
2018-03-19 11:06:13 +01:00
<pre><code>rclone serve restic remote:path [flags]</code></pre>
2021-03-31 20:12:08 +02:00
<h2 id="options-62">Options</h2>
2018-03-19 11:06:13 +01:00
<pre><code> --addr string IPaddress:Port or :Port to bind server to. (default &quot;localhost:8080&quot;)
2018-04-28 12:46:27 +02:00
--append-only disallow deletion of repository data
2019-08-26 16:25:20 +02:00
--baseurl string Prefix for URLs - leave blank for root.
2021-02-02 14:42:35 +01:00
--cache-objects cache listed objects (default true)
2018-03-19 11:06:13 +01:00
--cert string SSL PEM key (concatenation of certificate and CA certificate)
--client-ca string Client certificate authority to verify clients with
-h, --help help for restic
--htpasswd string htpasswd file - if not provided no authentication is done
--key string SSL PEM Private key
--max-header-bytes int Maximum size of request header (default 4096)
--pass string Password for authentication.
2019-06-15 13:01:29 +02:00
--private-repos users can only access their private repo
2018-03-19 11:06:13 +01:00
--realm string realm for authentication (default &quot;rclone&quot;)
--server-read-timeout duration Timeout for server reading data (default 1h0m0s)
--server-write-timeout duration Timeout for server writing data (default 1h0m0s)
--stdio run an HTTP2 server on stdin/stdout
2020-05-27 17:11:47 +02:00
--template string User Specified Template.
2018-03-19 11:06:13 +01:00
--user string User name for authentication.</code></pre>
2019-08-26 16:25:20 +02:00
<p>See the <a href="https://rclone.org/flags/">global flags page</a> for global options not listed here.</p>
2021-03-31 20:12:08 +02:00
<h2 id="see-also-62">SEE ALSO</h2>
2019-06-15 13:01:29 +02:00
<ul>
<li><a href="https://rclone.org/commands/rclone_serve/">rclone serve</a> - Serve a remote over a protocol.</li>
</ul>
2020-05-27 17:11:47 +02:00
<h1 id="rclone-serve-sftp">rclone serve sftp</h1>
2019-06-15 13:01:29 +02:00
<p>Serve the remote over SFTP.</p>
2021-03-31 20:12:08 +02:00
<h2 id="synopsis-56">Synopsis</h2>
2019-06-15 13:01:29 +02:00
<p>rclone serve sftp implements an SFTP server to serve the remote over SFTP. This can be used with an SFTP client or you can make a remote of type sftp to use with it.</p>
2021-02-02 14:42:35 +01:00
<p>You can use the filter flags (e.g. --include, --exclude) to control what is served.</p>
2019-06-15 13:01:29 +02:00
<p>The server will log errors. Use -v to see access logs.</p>
2020-09-02 17:59:04 +02:00
<p>--bwlimit will be respected for file transfers. Use --stats to control the stats printing.</p>
<p>You must provide some means of authentication, either with --user/--pass, an authorized keys file (specify location with --authorized-keys - the default is the same as ssh), an --auth-proxy, or set the --no-auth flag for no authentication when logging in.</p>
2019-06-15 13:01:29 +02:00
<p>Note that this also implements a small number of shell commands so that it can provide md5sum/sha1sum/df information for the rclone sftp backend. This means that is can support SHA1SUMs, MD5SUMs and the about command when paired with the rclone sftp backend.</p>
2020-09-02 17:59:04 +02:00
<p>If you don't supply a --key then rclone will generate one and cache it for later use.</p>
<p>By default the server binds to localhost:2022 - if you want it to be reachable externally then supply "--addr :2022" for example.</p>
<p>Note that the default of "--vfs-cache-mode off" is fine for the rclone sftp backend, but it may not be with other SFTP clients.</p>
<h2 id="vfs---virtual-file-system-4">VFS - Virtual File System</h2>
<p>This command uses the VFS layer. This adapts the cloud storage objects that rclone uses into something which looks much more like a disk filing system.</p>
<p>Cloud storage objects have lots of properties which aren't like disk files - you can't extend them or write to the middle of them, so the VFS layer has to deal with that. Because there is no one right way of doing this there are various options explained below.</p>
<p>The VFS layer also implements a directory cache - this caches info about files and directories (but not the data) in memory.</p>
<h2 id="vfs-directory-cache-4">VFS Directory Cache</h2>
<p>Using the <code>--dir-cache-time</code> flag, you can control how long a directory should be considered up to date and not refreshed from the backend. Changes made through the mount will appear immediately or invalidate the cache.</p>
<pre><code>--dir-cache-time duration Time to cache directory entries for. (default 5m0s)
--poll-interval duration Time to wait between polling for changes.</code></pre>
<p>However, changes made directly on the cloud storage by the web interface or a different copy of rclone will only be picked up once the directory cache expires if the backend configured does not support polling for changes. If the backend supports polling, changes will be picked up within the polling interval.</p>
<p>You can send a <code>SIGHUP</code> signal to rclone for it to flush all directory caches, regardless of how old they are. Assuming only one rclone instance is running, you can reset the cache like this:</p>
2019-06-15 13:01:29 +02:00
<pre><code>kill -SIGHUP $(pidof rclone)</code></pre>
<p>If you configure rclone with a <a href="/rc">remote control</a> then you can use rclone rc to flush the whole directory cache:</p>
<pre><code>rclone rc vfs/forget</code></pre>
<p>Or individual files or directories:</p>
<pre><code>rclone rc vfs/forget file=path/to/file dir=path/to/dir</code></pre>
2020-09-02 17:59:04 +02:00
<h2 id="vfs-file-buffering-4">VFS File Buffering</h2>
2019-06-15 13:01:29 +02:00
<p>The <code>--buffer-size</code> flag determines the amount of memory, that will be used to buffer data in advance.</p>
2020-09-02 17:59:04 +02:00
<p>Each open file will try to keep the specified amount of data in memory at all times. The buffered data is bound to one open file and won't be shared.</p>
<p>This flag is a upper limit for the used memory per open file. The buffer will only use memory for data that is downloaded but not not yet read. If the buffer is empty, only a small amount of memory will be used.</p>
<p>The maximum memory used by rclone for buffering can be up to <code>--buffer-size * open files</code>.</p>
<h2 id="vfs-file-caching-4">VFS File Caching</h2>
<p>These flags control the VFS file caching options. File caching is necessary to make the VFS layer appear compatible with a normal file system. It can be disabled at the cost of some compatibility.</p>
<p>For example you'll need to enable VFS caching if you want to read and write simultaneously to a file. See below for more details.</p>
<p>Note that the VFS cache is separate from the cache backend and you may find that you need one or the other or both.</p>
2019-06-15 13:01:29 +02:00
<pre><code>--cache-dir string Directory rclone will use for caching.
2020-09-02 17:59:04 +02:00
--vfs-cache-mode CacheMode Cache mode off|minimal|writes|full (default off)
2019-06-15 13:01:29 +02:00
--vfs-cache-max-age duration Max age of objects in the cache. (default 1h0m0s)
2020-09-02 17:59:04 +02:00
--vfs-cache-max-size SizeSuffix Max total size of objects in the cache. (default off)
2019-06-15 13:01:29 +02:00
--vfs-cache-poll-interval duration Interval to poll the cache for stale objects. (default 1m0s)
2020-09-02 17:59:04 +02:00
--vfs-write-back duration Time to writeback files after last use when using cache. (default 5s)</code></pre>
2019-06-15 13:01:29 +02:00
<p>If run with <code>-vv</code> rclone will print the location of the file cache. The files are stored in the user cache file area which is OS dependent but can be controlled with <code>--cache-dir</code> or setting the appropriate environment variable.</p>
<p>The cache has 4 different modes selected by <code>--vfs-cache-mode</code>. The higher the cache mode the more compatible rclone becomes at the cost of using disk space.</p>
2020-09-02 17:59:04 +02:00
<p>Note that files are written back to the remote only when they are closed and if they haven't been accessed for --vfs-write-back second. If rclone is quit or dies with files that haven't been uploaded, these will be uploaded next time rclone is run with the same flags.</p>
2021-02-02 14:42:35 +01:00
<p>If using <code>--vfs-cache-max-size</code> note that the cache may exceed this size for two reasons. Firstly because it is only checked every <code>--vfs-cache-poll-interval</code>. Secondly because open files cannot be evicted from the cache.</p>
2021-03-31 20:12:08 +02:00
<p>You <strong>should not</strong> run two copies of rclone using the same VFS cache with the same or overlapping remotes if using <code>--vfs-cache-mode &gt; off</code>. This can potentially cause data corruption if you do. You can work around this by giving each rclone its own cache hierarchy with <code>--cache-dir</code>. You don't need to worry about this if the remotes in use don't overlap.</p>
2020-09-02 17:59:04 +02:00
<h3 id="vfs-cache-mode-off-4">--vfs-cache-mode off</h3>
<p>In this mode (the default) the cache will read directly from the remote and write directly to the remote without caching anything on disk.</p>
2019-06-15 13:01:29 +02:00
<p>This will mean some operations are not possible</p>
<ul>
2020-09-02 17:59:04 +02:00
<li>Files can't be opened for both read AND write</li>
<li>Files opened for write can't be seeked</li>
2019-06-15 13:01:29 +02:00
<li>Existing files opened for write must have O_TRUNC set</li>
<li>Files open for read with O_TRUNC will be opened write only</li>
<li>Files open for write only will behave as if O_TRUNC was supplied</li>
<li>Open modes O_APPEND, O_TRUNC are ignored</li>
2020-09-02 17:59:04 +02:00
<li>If an upload fails it can't be retried</li>
2019-06-15 13:01:29 +02:00
</ul>
2020-09-02 17:59:04 +02:00
<h3 id="vfs-cache-mode-minimal-4">--vfs-cache-mode minimal</h3>
<p>This is very similar to "off" except that files opened for read AND write will be buffered to disk. This means that files opened for write will be a lot more compatible, but uses the minimal disk space.</p>
2019-06-15 13:01:29 +02:00
<p>These operations are not possible</p>
<ul>
2020-09-02 17:59:04 +02:00
<li>Files opened for write only can't be seeked</li>
2019-06-15 13:01:29 +02:00
<li>Existing files opened for write must have O_TRUNC set</li>
<li>Files opened for write only will ignore O_APPEND, O_TRUNC</li>
2020-09-02 17:59:04 +02:00
<li>If an upload fails it can't be retried</li>
2019-06-15 13:01:29 +02:00
</ul>
2020-09-02 17:59:04 +02:00
<h3 id="vfs-cache-mode-writes-4">--vfs-cache-mode writes</h3>
2019-06-15 13:01:29 +02:00
<p>In this mode files opened for read only are still read directly from the remote, write only and read/write files are buffered to disk first.</p>
<p>This mode should support all normal file system operations.</p>
2020-09-02 17:59:04 +02:00
<p>If an upload fails it will be retried at exponentially increasing intervals up to 1 minute.</p>
<h3 id="vfs-cache-mode-full-4">--vfs-cache-mode full</h3>
<p>In this mode all reads and writes are buffered to and from disk. When data is read from the remote this is buffered to disk as well.</p>
2021-02-02 14:42:35 +01:00
<p>In this mode the files in the cache will be sparse files and rclone will keep track of which bits of the files it has downloaded.</p>
2020-09-02 17:59:04 +02:00
<p>So if an application only reads the starts of each file, then rclone will only buffer the start of the file. These files will appear to be their full size in the cache, but they will be sparse files with only the data that has been downloaded present in them.</p>
<p>This mode should support all normal file system operations and is otherwise identical to --vfs-cache-mode writes.</p>
<p>When reading a file rclone will read --buffer-size plus --vfs-read-ahead bytes ahead. The --buffer-size is buffered in memory whereas the --vfs-read-ahead is buffered on disk.</p>
<p>When using this mode it is recommended that --buffer-size is not set too big and --vfs-read-ahead is set large if required.</p>
2021-02-02 14:42:35 +01:00
<p><strong>IMPORTANT</strong> not all file systems support sparse files. In particular FAT/exFAT do not. Rclone will perform very badly if the cache directory is on a filesystem which doesn't support sparse files and it will log an ERROR message if one is detected.</p>
2020-09-02 17:59:04 +02:00
<h2 id="vfs-performance-4">VFS Performance</h2>
<p>These flags may be used to enable/disable features of the VFS for performance or other reasons.</p>
<p>In particular S3 and Swift benefit hugely from the --no-modtime flag (or use --use-server-modtime for a slightly different effect) as each read of the modification time takes a transaction.</p>
<pre><code>--no-checksum Don&#39;t compare checksums on up/download.
--no-modtime Don&#39;t read/write the modification time (can speed things up).
--no-seek Don&#39;t allow seeking in files.
--read-only Mount read-only.</code></pre>
<p>When rclone reads files from a remote it reads them in chunks. This means that rather than requesting the whole file rclone reads the chunk specified. This is advantageous because some cloud providers account for reads being all the data requested, not all the data delivered.</p>
<p>Rclone will keep doubling the chunk size requested starting at --vfs-read-chunk-size with a maximum of --vfs-read-chunk-size-limit unless it is set to "off" in which case there will be no limit.</p>
<pre><code>--vfs-read-chunk-size SizeSuffix Read the source objects in chunks. (default 128M)
--vfs-read-chunk-size-limit SizeSuffix Max chunk doubling size (default &quot;off&quot;)</code></pre>
<p>Sometimes rclone is delivered reads or writes out of order. Rather than seeking rclone will wait a short time for the in sequence read or write to come in. These flags only come into effect when not using an on disk cache file.</p>
<pre><code>--vfs-read-wait duration Time to wait for in-sequence read before seeking. (default 20ms)
--vfs-write-wait duration Time to wait for in-sequence write before giving error. (default 1s)</code></pre>
2021-02-02 14:42:35 +01:00
<p>When using VFS write caching (--vfs-cache-mode with value writes or full), the global flag --transfers can be set to adjust the number of parallel uploads of modified files from cache (the related global flag --checkers have no effect on mount).</p>
<pre><code>--transfers int Number of file transfers to run in parallel. (default 4)</code></pre>
2020-09-02 17:59:04 +02:00
<h2 id="vfs-case-sensitivity-4">VFS Case Sensitivity</h2>
2020-05-27 17:11:47 +02:00
<p>Linux file systems are case-sensitive: two files can differ only by case, and the exact case must be used when opening a file.</p>
2020-09-02 17:59:04 +02:00
<p>File systems in modern Windows are case-insensitive but case-preserving: although existing files can be opened using any case, the exact case used to create the file is preserved and available for programs to query. It is not allowed for two files in the same directory to differ only by case.</p>
2020-05-27 17:11:47 +02:00
<p>Usually file systems on macOS are case-insensitive. It is possible to make macOS file systems case-sensitive but that is not the default</p>
2021-02-02 14:42:35 +01:00
<p>The <code>--vfs-case-insensitive</code> mount flag controls how rclone handles these two cases. If its value is "false", rclone passes file names to the mounted file system as-is. If the flag is "true" (or appears without a value on command line), rclone may perform a "fixup" as explained below.</p>
2020-05-27 17:11:47 +02:00
<p>The user may specify a file name to open/delete/rename/etc with a case different than what is stored on mounted file system. If an argument refers to an existing file with exactly the same name, then the case of the existing file on the disk will be used. However, if a file name with exactly the same name is not found but a name differing only by case exists, rclone will transparently fixup the name. This fixup happens only when an existing file is requested. Case sensitivity of file names created anew by rclone is controlled by an underlying mounted file system.</p>
2020-09-02 17:59:04 +02:00
<p>Note that case sensitivity of the operating system running rclone (the target) may differ from case sensitivity of a file system mounted by rclone (the source). The flag controls whether "fixup" is performed to satisfy the target.</p>
<p>If the flag is not provided on the command line, then its default value depends on the operating system where rclone runs: "true" on Windows and macOS, "false" otherwise. If the flag is provided without a value, then it is "true".</p>
2021-03-31 20:12:08 +02:00
<h2 id="alternate-report-of-used-bytes-4">Alternate report of used bytes</h2>
<p>Some backends, most notably S3, do not report the amount of bytes used. If you need this information to be available when running <code>df</code> on the filesystem, then pass the flag <code>--vfs-used-is-size</code> to rclone. With this flag set, instead of relying on the backend to report this information, rclone will scan the whole remote similar to <code>rclone size</code> and compute the total used space itself.</p>
<p><em>WARNING.</em> Contrary to <code>rclone size</code>, this flag ignores filters so that the result is accurate. However, this is very inefficient and may cost lots of API calls resulting in extra charges. Use it as a last resort and only with caching.</p>
2020-05-27 17:11:47 +02:00
<h2 id="auth-proxy-1">Auth Proxy</h2>
2021-02-02 14:42:35 +01:00
<p>If you supply the parameter <code>--auth-proxy /path/to/program</code> then rclone will use that program to generate backends on the fly which then are used to authenticate incoming requests. This uses a simple JSON based protocol with input on STDIN and output on STDOUT.</p>
2020-05-27 17:11:47 +02:00
<p><strong>PLEASE NOTE:</strong> <code>--auth-proxy</code> and <code>--authorized-keys</code> cannot be used together, if <code>--auth-proxy</code> is set the authorized keys option will be ignored.</p>
2019-08-26 16:25:20 +02:00
<p>There is an example program <a href="https://github.com/rclone/rclone/blob/master/test_proxy.py">bin/test_proxy.py</a> in the rclone source code.</p>
2020-09-02 17:59:04 +02:00
<p>The program's job is to take a <code>user</code> and <code>pass</code> on the input and turn those into the config for a backend on STDOUT in JSON format. This config will have any default parameters for the backend added, but it won't use configuration from environment variables or command line options - it is the job of the proxy program to make a complete config.</p>
2019-08-26 16:25:20 +02:00
<p>This config generated must have this extra parameter - <code>_root</code> - root to use for the backend</p>
<p>And it may have this parameter - <code>_obscure</code> - comma separated strings for parameters to obscure</p>
2020-05-27 17:11:47 +02:00
<p>If password authentication was used by the client, input to the proxy process (on STDIN) would look similar to this:</p>
2019-08-26 16:25:20 +02:00
<pre><code>{
&quot;user&quot;: &quot;me&quot;,
&quot;pass&quot;: &quot;mypassword&quot;
}</code></pre>
2020-05-27 17:11:47 +02:00
<p>If public-key authentication was used by the client, input to the proxy process (on STDIN) would look similar to this:</p>
<pre><code>{
&quot;user&quot;: &quot;me&quot;,
&quot;public_key&quot;: &quot;AAAAB3NzaC1yc2EAAAADAQABAAABAQDuwESFdAe14hVS6omeyX7edc...JQdf&quot;
}</code></pre>
<p>And as an example return this on STDOUT</p>
2019-08-26 16:25:20 +02:00
<pre><code>{
&quot;type&quot;: &quot;sftp&quot;,
&quot;_root&quot;: &quot;&quot;,
&quot;_obscure&quot;: &quot;pass&quot;,
&quot;user&quot;: &quot;me&quot;,
&quot;pass&quot;: &quot;mypassword&quot;,
&quot;host&quot;: &quot;sftp.example.com&quot;
}</code></pre>
2020-05-27 17:11:47 +02:00
<p>This would mean that an SFTP backend would be created on the fly for the <code>user</code> and <code>pass</code>/<code>public_key</code> returned in the output to the host given. Note that since <code>_obscure</code> is set to <code>pass</code>, rclone will obscure the <code>pass</code> parameter before creating the backend (which is required for sftp backends).</p>
2020-09-02 17:59:04 +02:00
<p>The program can manipulate the supplied <code>user</code> in any way, for example to make proxy to many different sftp backends, you could make the <code>user</code> be <code>user@example.com</code> and then set the <code>host</code> to <code>example.com</code> in the output and the user to <code>user</code>. For security you'd probably want to restrict the <code>host</code> to a limited list.</p>
<p>Note that an internal cache is keyed on <code>user</code> so only use that for configuration, don't use <code>pass</code> or <code>public_key</code>. This also means that if a user's password or public-key is changed the cache will need to expire (which takes 5 mins) before it takes effect.</p>
2019-08-26 16:25:20 +02:00
<p>This can be used to build general purpose proxies to any kind of backend that rclone supports.</p>
2019-06-15 13:01:29 +02:00
<pre><code>rclone serve sftp remote:path [flags]</code></pre>
2021-03-31 20:12:08 +02:00
<h2 id="options-63">Options</h2>
2019-06-15 13:01:29 +02:00
<pre><code> --addr string IPaddress:Port or :Port to bind server to. (default &quot;localhost:2022&quot;)
2019-08-26 16:25:20 +02:00
--auth-proxy string A program to use to create the backend from the auth.
2019-06-15 13:01:29 +02:00
--authorized-keys string Authorized keys file (default &quot;~/.ssh/authorized_keys&quot;)
--dir-cache-time duration Time to cache directory entries for. (default 5m0s)
--dir-perms FileMode Directory permissions (default 0777)
--file-perms FileMode File permissions (default 0666)
2021-02-02 14:42:35 +01:00
--gid uint32 Override the gid field set by the filesystem. Not supported on Windows. (default 1000)
2019-06-15 13:01:29 +02:00
-h, --help help for sftp
2020-05-27 17:11:47 +02:00
--key stringArray SSH private host key file (Can be multi-valued, leave blank to auto generate)
2019-06-15 13:01:29 +02:00
--no-auth Allow connections with no authentication if set.
--no-checksum Don&#39;t compare checksums on up/download.
--no-modtime Don&#39;t read/write the modification time (can speed things up).
--no-seek Don&#39;t allow seeking in files.
--pass string Password for authentication.
--poll-interval duration Time to wait between polling for changes. Must be smaller than dir-cache-time. Only on supported remotes. Set to 0 to disable. (default 1m0s)
--read-only Mount read-only.
2021-02-02 14:42:35 +01:00
--uid uint32 Override the uid field set by the filesystem. Not supported on Windows. (default 1000)
--umask int Override the permission bits set by the filesystem. Not supported on Windows. (default 2)
2019-06-15 13:01:29 +02:00
--user string User name for authentication.
--vfs-cache-max-age duration Max age of objects in the cache. (default 1h0m0s)
--vfs-cache-max-size SizeSuffix Max total size of objects in the cache. (default off)
--vfs-cache-mode CacheMode Cache mode off|minimal|writes|full (default off)
--vfs-cache-poll-interval duration Interval to poll the cache for stale objects. (default 1m0s)
2019-10-26 12:04:54 +02:00
--vfs-case-insensitive If a file name not found, find a case insensitive match.
2020-09-02 17:59:04 +02:00
--vfs-read-ahead SizeSuffix Extra read ahead over --buffer-size when using cache-mode full.
2019-06-15 13:01:29 +02:00
--vfs-read-chunk-size SizeSuffix Read the source objects in chunks. (default 128M)
2020-05-27 17:11:47 +02:00
--vfs-read-chunk-size-limit SizeSuffix If greater than --vfs-read-chunk-size, double the chunk size after each chunk read, until the limit is reached. &#39;off&#39; is unlimited. (default off)
--vfs-read-wait duration Time to wait for in-sequence read before seeking. (default 20ms)
2021-03-31 20:12:08 +02:00
--vfs-used-is-size rclone size Use the rclone size algorithm for Used size.
2020-09-02 17:59:04 +02:00
--vfs-write-back duration Time to writeback files after last use when using cache. (default 5s)
2020-05-27 17:11:47 +02:00
--vfs-write-wait duration Time to wait for in-sequence write before giving error. (default 1s)</code></pre>
2019-08-26 16:25:20 +02:00
<p>See the <a href="https://rclone.org/flags/">global flags page</a> for global options not listed here.</p>
2021-03-31 20:12:08 +02:00
<h2 id="see-also-63">SEE ALSO</h2>
2019-06-15 13:01:29 +02:00
<ul>
<li><a href="https://rclone.org/commands/rclone_serve/">rclone serve</a> - Serve a remote over a protocol.</li>
</ul>
2020-05-27 17:11:47 +02:00
<h1 id="rclone-serve-webdav">rclone serve webdav</h1>
2017-12-23 14:07:45 +01:00
<p>Serve remote:path over webdav.</p>
2021-03-31 20:12:08 +02:00
<h2 id="synopsis-57">Synopsis</h2>
2019-06-15 13:01:29 +02:00
<p>rclone serve webdav implements a basic webdav server to serve the remote over HTTP via the webdav protocol. This can be viewed with a webdav client, through a web browser, or you can make a remote of type webdav to read and write it.</p>
2020-05-27 17:11:47 +02:00
<h2 id="webdav-options">Webdav options</h2>
2020-09-02 17:59:04 +02:00
<h3 id="etag-hash">--etag-hash</h3>
2018-09-01 13:58:00 +02:00
<p>This controls the ETag header. Without this flag the ETag will be based on the ModTime and Size of the object.</p>
2020-09-02 17:59:04 +02:00
<p>If this flag is set to "auto" then rclone will choose the first supported hash on the backend or you can use a named hash such as "MD5" or "SHA-1".</p>
<p>Use "rclone hashsum" to see the full list.</p>
2020-05-27 17:11:47 +02:00
<h2 id="server-options-4">Server options</h2>
2021-02-02 14:42:35 +01:00
<p>Use --addr to specify which IP address and port the server should listen on, e.g. --addr 1.2.3.4:8000 or --addr :8080 to listen to all IPs. By default it only listens on localhost. You can use port :0 to let the OS choose an available port.</p>
2020-09-02 17:59:04 +02:00
<p>If you set --addr to listen on a public or LAN accessible IP address then using Authentication is advised - see the next section for info.</p>
<p>--server-read-timeout and --server-write-timeout can be used to control the timeouts on the server. Note that this is the total time for a transfer.</p>
<p>--max-header-bytes controls the maximum number of bytes the server will accept in the HTTP header.</p>
<p>--baseurl controls the URL prefix that rclone serves from. By default rclone will serve from the root. If you used --baseurl "/rclone" then rclone would serve from a URL starting with "/rclone/". This is useful if you wish to proxy rclone serve. Rclone automatically inserts leading and trailing "/" on --baseurl, so --baseurl "rclone", --baseurl "/rclone" and --baseurl "/rclone/" are all treated identically.</p>
<p>--template allows a user to specify a custom markup template for http and webdav serve functions. The server exports the following markup to be used within the template to server pages:</p>
2020-05-27 17:11:47 +02:00
<table>
<colgroup>
<col style="width: 50%" />
<col style="width: 50%" />
</colgroup>
<thead>
<tr class="header">
<th style="text-align: left;">Parameter</th>
<th style="text-align: left;">Description</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td style="text-align: left;">.Name</td>
<td style="text-align: left;">The full path of a file/directory.</td>
</tr>
<tr class="even">
<td style="text-align: left;">.Title</td>
<td style="text-align: left;">Directory listing of .Name</td>
</tr>
<tr class="odd">
<td style="text-align: left;">.Sort</td>
<td style="text-align: left;">The current sort used. This is changeable via ?sort= parameter</td>
</tr>
<tr class="even">
<td style="text-align: left;"></td>
2021-02-02 14:42:35 +01:00
<td style="text-align: left;">Sort Options: namedirfirst,name,size,time (default namedirfirst)</td>
2020-05-27 17:11:47 +02:00
</tr>
<tr class="odd">
<td style="text-align: left;">.Order</td>
<td style="text-align: left;">The current ordering used. This is changeable via ?order= parameter</td>
</tr>
<tr class="even">
<td style="text-align: left;"></td>
<td style="text-align: left;">Order Options: asc,desc (default asc)</td>
</tr>
<tr class="odd">
<td style="text-align: left;">.Query</td>
<td style="text-align: left;">Currently unused.</td>
</tr>
<tr class="even">
<td style="text-align: left;">.Breadcrumb</td>
<td style="text-align: left;">Allows for creating a relative navigation</td>
</tr>
<tr class="odd">
2020-09-02 17:59:04 +02:00
<td style="text-align: left;">-- .Link</td>
2020-05-27 17:11:47 +02:00
<td style="text-align: left;">The relative to the root link of the Text.</td>
</tr>
<tr class="even">
2020-09-02 17:59:04 +02:00
<td style="text-align: left;">-- .Text</td>
2020-05-27 17:11:47 +02:00
<td style="text-align: left;">The Name of the directory.</td>
</tr>
<tr class="odd">
<td style="text-align: left;">.Entries</td>
<td style="text-align: left;">Information about a specific file/directory.</td>
</tr>
<tr class="even">
2020-09-02 17:59:04 +02:00
<td style="text-align: left;">-- .URL</td>
<td style="text-align: left;">The 'url' of an entry.</td>
2020-05-27 17:11:47 +02:00
</tr>
<tr class="odd">
2020-09-02 17:59:04 +02:00
<td style="text-align: left;">-- .Leaf</td>
<td style="text-align: left;">Currently same as 'URL' but intended to be 'just' the name.</td>
2020-05-27 17:11:47 +02:00
</tr>
<tr class="even">
2020-09-02 17:59:04 +02:00
<td style="text-align: left;">-- .IsDir</td>
2020-05-27 17:11:47 +02:00
<td style="text-align: left;">Boolean for if an entry is a directory or not.</td>
</tr>
<tr class="odd">
2020-09-02 17:59:04 +02:00
<td style="text-align: left;">-- .Size</td>
2020-05-27 17:11:47 +02:00
<td style="text-align: left;">Size in Bytes of the entry.</td>
</tr>
<tr class="even">
2020-09-02 17:59:04 +02:00
<td style="text-align: left;">-- .ModTime</td>
2020-05-27 17:11:47 +02:00
<td style="text-align: left;">The UTC timestamp of an entry.</td>
</tr>
</tbody>
</table>
<h3 id="authentication-3">Authentication</h3>
2018-03-19 11:06:13 +01:00
<p>By default this will serve files without needing a login.</p>
2020-09-02 17:59:04 +02:00
<p>You can either use an htpasswd file which can take lots of users, or set a single username and password with the --user and --pass flags.</p>
<p>Use --htpasswd /path/to/htpasswd to provide an htpasswd file. This is in standard apache format and supports MD5, SHA1 and BCrypt for basic authentication. Bcrypt is recommended.</p>
2018-03-19 11:06:13 +01:00
<p>To create an htpasswd file:</p>
<pre><code>touch htpasswd
htpasswd -B htpasswd user
htpasswd -B htpasswd anotherUser</code></pre>
<p>The password file can be updated while rclone is running.</p>
2020-09-02 17:59:04 +02:00
<p>Use --realm to set the authentication realm.</p>
2020-05-27 17:11:47 +02:00
<h3 id="ssltls-2">SSL/TLS</h3>
2020-09-02 17:59:04 +02:00
<p>By default this will serve over http. If you want you can serve over https. You will need to supply the --cert and --key flags. If you wish to do client side certificate validation then you will need to supply --client-ca also.</p>
<p>--cert should be either a PEM encoded certificate or a concatenation of that with the CA certificate. --key should be the PEM encoded private key and --client-ca should be the PEM encoded client certificate authority certificate.</p>
<h2 id="vfs---virtual-file-system-5">VFS - Virtual File System</h2>
<p>This command uses the VFS layer. This adapts the cloud storage objects that rclone uses into something which looks much more like a disk filing system.</p>
<p>Cloud storage objects have lots of properties which aren't like disk files - you can't extend them or write to the middle of them, so the VFS layer has to deal with that. Because there is no one right way of doing this there are various options explained below.</p>
<p>The VFS layer also implements a directory cache - this caches info about files and directories (but not the data) in memory.</p>
<h2 id="vfs-directory-cache-5">VFS Directory Cache</h2>
<p>Using the <code>--dir-cache-time</code> flag, you can control how long a directory should be considered up to date and not refreshed from the backend. Changes made through the mount will appear immediately or invalidate the cache.</p>
<pre><code>--dir-cache-time duration Time to cache directory entries for. (default 5m0s)
--poll-interval duration Time to wait between polling for changes.</code></pre>
<p>However, changes made directly on the cloud storage by the web interface or a different copy of rclone will only be picked up once the directory cache expires if the backend configured does not support polling for changes. If the backend supports polling, changes will be picked up within the polling interval.</p>
<p>You can send a <code>SIGHUP</code> signal to rclone for it to flush all directory caches, regardless of how old they are. Assuming only one rclone instance is running, you can reset the cache like this:</p>
2017-12-23 14:07:45 +01:00
<pre><code>kill -SIGHUP $(pidof rclone)</code></pre>
2018-03-19 11:06:13 +01:00
<p>If you configure rclone with a <a href="/rc">remote control</a> then you can use rclone rc to flush the whole directory cache:</p>
<pre><code>rclone rc vfs/forget</code></pre>
<p>Or individual files or directories:</p>
<pre><code>rclone rc vfs/forget file=path/to/file dir=path/to/dir</code></pre>
2020-09-02 17:59:04 +02:00
<h2 id="vfs-file-buffering-5">VFS File Buffering</h2>
2018-09-01 13:58:00 +02:00
<p>The <code>--buffer-size</code> flag determines the amount of memory, that will be used to buffer data in advance.</p>
2020-09-02 17:59:04 +02:00
<p>Each open file will try to keep the specified amount of data in memory at all times. The buffered data is bound to one open file and won't be shared.</p>
<p>This flag is a upper limit for the used memory per open file. The buffer will only use memory for data that is downloaded but not not yet read. If the buffer is empty, only a small amount of memory will be used.</p>
<p>The maximum memory used by rclone for buffering can be up to <code>--buffer-size * open files</code>.</p>
<h2 id="vfs-file-caching-5">VFS File Caching</h2>
<p>These flags control the VFS file caching options. File caching is necessary to make the VFS layer appear compatible with a normal file system. It can be disabled at the cost of some compatibility.</p>
<p>For example you'll need to enable VFS caching if you want to read and write simultaneously to a file. See below for more details.</p>
<p>Note that the VFS cache is separate from the cache backend and you may find that you need one or the other or both.</p>
2018-03-19 11:06:13 +01:00
<pre><code>--cache-dir string Directory rclone will use for caching.
2020-09-02 17:59:04 +02:00
--vfs-cache-mode CacheMode Cache mode off|minimal|writes|full (default off)
2017-12-23 14:07:45 +01:00
--vfs-cache-max-age duration Max age of objects in the cache. (default 1h0m0s)
2020-09-02 17:59:04 +02:00
--vfs-cache-max-size SizeSuffix Max total size of objects in the cache. (default off)
2019-02-09 11:42:57 +01:00
--vfs-cache-poll-interval duration Interval to poll the cache for stale objects. (default 1m0s)
2020-09-02 17:59:04 +02:00
--vfs-write-back duration Time to writeback files after last use when using cache. (default 5s)</code></pre>
2017-12-23 14:07:45 +01:00
<p>If run with <code>-vv</code> rclone will print the location of the file cache. The files are stored in the user cache file area which is OS dependent but can be controlled with <code>--cache-dir</code> or setting the appropriate environment variable.</p>
<p>The cache has 4 different modes selected by <code>--vfs-cache-mode</code>. The higher the cache mode the more compatible rclone becomes at the cost of using disk space.</p>
2020-09-02 17:59:04 +02:00
<p>Note that files are written back to the remote only when they are closed and if they haven't been accessed for --vfs-write-back second. If rclone is quit or dies with files that haven't been uploaded, these will be uploaded next time rclone is run with the same flags.</p>
2021-02-02 14:42:35 +01:00
<p>If using <code>--vfs-cache-max-size</code> note that the cache may exceed this size for two reasons. Firstly because it is only checked every <code>--vfs-cache-poll-interval</code>. Secondly because open files cannot be evicted from the cache.</p>
2021-03-31 20:12:08 +02:00
<p>You <strong>should not</strong> run two copies of rclone using the same VFS cache with the same or overlapping remotes if using <code>--vfs-cache-mode &gt; off</code>. This can potentially cause data corruption if you do. You can work around this by giving each rclone its own cache hierarchy with <code>--cache-dir</code>. You don't need to worry about this if the remotes in use don't overlap.</p>
2020-09-02 17:59:04 +02:00
<h3 id="vfs-cache-mode-off-5">--vfs-cache-mode off</h3>
<p>In this mode (the default) the cache will read directly from the remote and write directly to the remote without caching anything on disk.</p>
2017-12-23 14:07:45 +01:00
<p>This will mean some operations are not possible</p>
<ul>
2020-09-02 17:59:04 +02:00
<li>Files can't be opened for both read AND write</li>
<li>Files opened for write can't be seeked</li>
2017-12-23 14:07:45 +01:00
<li>Existing files opened for write must have O_TRUNC set</li>
<li>Files open for read with O_TRUNC will be opened write only</li>
<li>Files open for write only will behave as if O_TRUNC was supplied</li>
<li>Open modes O_APPEND, O_TRUNC are ignored</li>
2020-09-02 17:59:04 +02:00
<li>If an upload fails it can't be retried</li>
2017-12-23 14:07:45 +01:00
</ul>
2020-09-02 17:59:04 +02:00
<h3 id="vfs-cache-mode-minimal-5">--vfs-cache-mode minimal</h3>
<p>This is very similar to "off" except that files opened for read AND write will be buffered to disk. This means that files opened for write will be a lot more compatible, but uses the minimal disk space.</p>
2017-12-23 14:07:45 +01:00
<p>These operations are not possible</p>
<ul>
2020-09-02 17:59:04 +02:00
<li>Files opened for write only can't be seeked</li>
2017-12-23 14:07:45 +01:00
<li>Existing files opened for write must have O_TRUNC set</li>
<li>Files opened for write only will ignore O_APPEND, O_TRUNC</li>
2020-09-02 17:59:04 +02:00
<li>If an upload fails it can't be retried</li>
2017-12-23 14:07:45 +01:00
</ul>
2020-09-02 17:59:04 +02:00
<h3 id="vfs-cache-mode-writes-5">--vfs-cache-mode writes</h3>
2017-12-23 14:07:45 +01:00
<p>In this mode files opened for read only are still read directly from the remote, write only and read/write files are buffered to disk first.</p>
<p>This mode should support all normal file system operations.</p>
2020-09-02 17:59:04 +02:00
<p>If an upload fails it will be retried at exponentially increasing intervals up to 1 minute.</p>
<h3 id="vfs-cache-mode-full-5">--vfs-cache-mode full</h3>
<p>In this mode all reads and writes are buffered to and from disk. When data is read from the remote this is buffered to disk as well.</p>
2021-02-02 14:42:35 +01:00
<p>In this mode the files in the cache will be sparse files and rclone will keep track of which bits of the files it has downloaded.</p>
2020-09-02 17:59:04 +02:00
<p>So if an application only reads the starts of each file, then rclone will only buffer the start of the file. These files will appear to be their full size in the cache, but they will be sparse files with only the data that has been downloaded present in them.</p>
<p>This mode should support all normal file system operations and is otherwise identical to --vfs-cache-mode writes.</p>
<p>When reading a file rclone will read --buffer-size plus --vfs-read-ahead bytes ahead. The --buffer-size is buffered in memory whereas the --vfs-read-ahead is buffered on disk.</p>
<p>When using this mode it is recommended that --buffer-size is not set too big and --vfs-read-ahead is set large if required.</p>
2021-02-02 14:42:35 +01:00
<p><strong>IMPORTANT</strong> not all file systems support sparse files. In particular FAT/exFAT do not. Rclone will perform very badly if the cache directory is on a filesystem which doesn't support sparse files and it will log an ERROR message if one is detected.</p>
2020-09-02 17:59:04 +02:00
<h2 id="vfs-performance-5">VFS Performance</h2>
<p>These flags may be used to enable/disable features of the VFS for performance or other reasons.</p>
<p>In particular S3 and Swift benefit hugely from the --no-modtime flag (or use --use-server-modtime for a slightly different effect) as each read of the modification time takes a transaction.</p>
<pre><code>--no-checksum Don&#39;t compare checksums on up/download.
--no-modtime Don&#39;t read/write the modification time (can speed things up).
--no-seek Don&#39;t allow seeking in files.
--read-only Mount read-only.</code></pre>
<p>When rclone reads files from a remote it reads them in chunks. This means that rather than requesting the whole file rclone reads the chunk specified. This is advantageous because some cloud providers account for reads being all the data requested, not all the data delivered.</p>
<p>Rclone will keep doubling the chunk size requested starting at --vfs-read-chunk-size with a maximum of --vfs-read-chunk-size-limit unless it is set to "off" in which case there will be no limit.</p>
<pre><code>--vfs-read-chunk-size SizeSuffix Read the source objects in chunks. (default 128M)
--vfs-read-chunk-size-limit SizeSuffix Max chunk doubling size (default &quot;off&quot;)</code></pre>
<p>Sometimes rclone is delivered reads or writes out of order. Rather than seeking rclone will wait a short time for the in sequence read or write to come in. These flags only come into effect when not using an on disk cache file.</p>
<pre><code>--vfs-read-wait duration Time to wait for in-sequence read before seeking. (default 20ms)
--vfs-write-wait duration Time to wait for in-sequence write before giving error. (default 1s)</code></pre>
2021-02-02 14:42:35 +01:00
<p>When using VFS write caching (--vfs-cache-mode with value writes or full), the global flag --transfers can be set to adjust the number of parallel uploads of modified files from cache (the related global flag --checkers have no effect on mount).</p>
<pre><code>--transfers int Number of file transfers to run in parallel. (default 4)</code></pre>
2020-09-02 17:59:04 +02:00
<h2 id="vfs-case-sensitivity-5">VFS Case Sensitivity</h2>
2020-05-27 17:11:47 +02:00
<p>Linux file systems are case-sensitive: two files can differ only by case, and the exact case must be used when opening a file.</p>
2020-09-02 17:59:04 +02:00
<p>File systems in modern Windows are case-insensitive but case-preserving: although existing files can be opened using any case, the exact case used to create the file is preserved and available for programs to query. It is not allowed for two files in the same directory to differ only by case.</p>
2020-05-27 17:11:47 +02:00
<p>Usually file systems on macOS are case-insensitive. It is possible to make macOS file systems case-sensitive but that is not the default</p>
2021-02-02 14:42:35 +01:00
<p>The <code>--vfs-case-insensitive</code> mount flag controls how rclone handles these two cases. If its value is "false", rclone passes file names to the mounted file system as-is. If the flag is "true" (or appears without a value on command line), rclone may perform a "fixup" as explained below.</p>
2020-05-27 17:11:47 +02:00
<p>The user may specify a file name to open/delete/rename/etc with a case different than what is stored on mounted file system. If an argument refers to an existing file with exactly the same name, then the case of the existing file on the disk will be used. However, if a file name with exactly the same name is not found but a name differing only by case exists, rclone will transparently fixup the name. This fixup happens only when an existing file is requested. Case sensitivity of file names created anew by rclone is controlled by an underlying mounted file system.</p>
2020-09-02 17:59:04 +02:00
<p>Note that case sensitivity of the operating system running rclone (the target) may differ from case sensitivity of a file system mounted by rclone (the source). The flag controls whether "fixup" is performed to satisfy the target.</p>
<p>If the flag is not provided on the command line, then its default value depends on the operating system where rclone runs: "true" on Windows and macOS, "false" otherwise. If the flag is provided without a value, then it is "true".</p>
2021-03-31 20:12:08 +02:00
<h2 id="alternate-report-of-used-bytes-5">Alternate report of used bytes</h2>
<p>Some backends, most notably S3, do not report the amount of bytes used. If you need this information to be available when running <code>df</code> on the filesystem, then pass the flag <code>--vfs-used-is-size</code> to rclone. With this flag set, instead of relying on the backend to report this information, rclone will scan the whole remote similar to <code>rclone size</code> and compute the total used space itself.</p>
<p><em>WARNING.</em> Contrary to <code>rclone size</code>, this flag ignores filters so that the result is accurate. However, this is very inefficient and may cost lots of API calls resulting in extra charges. Use it as a last resort and only with caching.</p>
2020-05-27 17:11:47 +02:00
<h2 id="auth-proxy-2">Auth Proxy</h2>
2021-02-02 14:42:35 +01:00
<p>If you supply the parameter <code>--auth-proxy /path/to/program</code> then rclone will use that program to generate backends on the fly which then are used to authenticate incoming requests. This uses a simple JSON based protocol with input on STDIN and output on STDOUT.</p>
2020-05-27 17:11:47 +02:00
<p><strong>PLEASE NOTE:</strong> <code>--auth-proxy</code> and <code>--authorized-keys</code> cannot be used together, if <code>--auth-proxy</code> is set the authorized keys option will be ignored.</p>
2019-08-26 16:25:20 +02:00
<p>There is an example program <a href="https://github.com/rclone/rclone/blob/master/test_proxy.py">bin/test_proxy.py</a> in the rclone source code.</p>
2020-09-02 17:59:04 +02:00
<p>The program's job is to take a <code>user</code> and <code>pass</code> on the input and turn those into the config for a backend on STDOUT in JSON format. This config will have any default parameters for the backend added, but it won't use configuration from environment variables or command line options - it is the job of the proxy program to make a complete config.</p>
2019-08-26 16:25:20 +02:00
<p>This config generated must have this extra parameter - <code>_root</code> - root to use for the backend</p>
<p>And it may have this parameter - <code>_obscure</code> - comma separated strings for parameters to obscure</p>
2020-05-27 17:11:47 +02:00
<p>If password authentication was used by the client, input to the proxy process (on STDIN) would look similar to this:</p>
2019-08-26 16:25:20 +02:00
<pre><code>{
&quot;user&quot;: &quot;me&quot;,
&quot;pass&quot;: &quot;mypassword&quot;
}</code></pre>
2020-05-27 17:11:47 +02:00
<p>If public-key authentication was used by the client, input to the proxy process (on STDIN) would look similar to this:</p>
<pre><code>{
&quot;user&quot;: &quot;me&quot;,
&quot;public_key&quot;: &quot;AAAAB3NzaC1yc2EAAAADAQABAAABAQDuwESFdAe14hVS6omeyX7edc...JQdf&quot;
}</code></pre>
<p>And as an example return this on STDOUT</p>
2019-08-26 16:25:20 +02:00
<pre><code>{
&quot;type&quot;: &quot;sftp&quot;,
&quot;_root&quot;: &quot;&quot;,
&quot;_obscure&quot;: &quot;pass&quot;,
&quot;user&quot;: &quot;me&quot;,
&quot;pass&quot;: &quot;mypassword&quot;,
&quot;host&quot;: &quot;sftp.example.com&quot;
}</code></pre>
2020-05-27 17:11:47 +02:00
<p>This would mean that an SFTP backend would be created on the fly for the <code>user</code> and <code>pass</code>/<code>public_key</code> returned in the output to the host given. Note that since <code>_obscure</code> is set to <code>pass</code>, rclone will obscure the <code>pass</code> parameter before creating the backend (which is required for sftp backends).</p>
2020-09-02 17:59:04 +02:00
<p>The program can manipulate the supplied <code>user</code> in any way, for example to make proxy to many different sftp backends, you could make the <code>user</code> be <code>user@example.com</code> and then set the <code>host</code> to <code>example.com</code> in the output and the user to <code>user</code>. For security you'd probably want to restrict the <code>host</code> to a limited list.</p>
<p>Note that an internal cache is keyed on <code>user</code> so only use that for configuration, don't use <code>pass</code> or <code>public_key</code>. This also means that if a user's password or public-key is changed the cache will need to expire (which takes 5 mins) before it takes effect.</p>
2019-08-26 16:25:20 +02:00
<p>This can be used to build general purpose proxies to any kind of backend that rclone supports.</p>
2017-12-23 14:07:45 +01:00
<pre><code>rclone serve webdav remote:path [flags]</code></pre>
2021-03-31 20:12:08 +02:00
<h2 id="options-64">Options</h2>
2019-02-09 11:42:57 +01:00
<pre><code> --addr string IPaddress:Port or :Port to bind server to. (default &quot;localhost:8080&quot;)
2019-08-26 16:25:20 +02:00
--auth-proxy string A program to use to create the backend from the auth.
--baseurl string Prefix for URLs - leave blank for root.
2019-02-09 11:42:57 +01:00
--cert string SSL PEM key (concatenation of certificate and CA certificate)
--client-ca string Client certificate authority to verify clients with
--dir-cache-time duration Time to cache directory entries for. (default 5m0s)
--dir-perms FileMode Directory permissions (default 0777)
2019-06-15 13:01:29 +02:00
--disable-dir-list Disable HTML directory list on GET request for a directory
2019-02-09 11:42:57 +01:00
--etag-hash string Which hash to use for the ETag, or auto or blank for off
--file-perms FileMode File permissions (default 0666)
2021-02-02 14:42:35 +01:00
--gid uint32 Override the gid field set by the filesystem. Not supported on Windows. (default 1000)
2019-02-09 11:42:57 +01:00
-h, --help help for webdav
--htpasswd string htpasswd file - if not provided no authentication is done
--key string SSL PEM Private key
--max-header-bytes int Maximum size of request header (default 4096)
--no-checksum Don&#39;t compare checksums on up/download.
--no-modtime Don&#39;t read/write the modification time (can speed things up).
--no-seek Don&#39;t allow seeking in files.
--pass string Password for authentication.
--poll-interval duration Time to wait between polling for changes. Must be smaller than dir-cache-time. Only on supported remotes. Set to 0 to disable. (default 1m0s)
--read-only Mount read-only.
--realm string realm for authentication (default &quot;rclone&quot;)
--server-read-timeout duration Timeout for server reading data (default 1h0m0s)
--server-write-timeout duration Timeout for server writing data (default 1h0m0s)
2020-05-27 17:11:47 +02:00
--template string User Specified Template.
2021-02-02 14:42:35 +01:00
--uid uint32 Override the uid field set by the filesystem. Not supported on Windows. (default 1000)
--umask int Override the permission bits set by the filesystem. Not supported on Windows. (default 2)
2019-02-09 11:42:57 +01:00
--user string User name for authentication.
--vfs-cache-max-age duration Max age of objects in the cache. (default 1h0m0s)
--vfs-cache-max-size SizeSuffix Max total size of objects in the cache. (default off)
--vfs-cache-mode CacheMode Cache mode off|minimal|writes|full (default off)
--vfs-cache-poll-interval duration Interval to poll the cache for stale objects. (default 1m0s)
2019-10-26 12:04:54 +02:00
--vfs-case-insensitive If a file name not found, find a case insensitive match.
2020-09-02 17:59:04 +02:00
--vfs-read-ahead SizeSuffix Extra read ahead over --buffer-size when using cache-mode full.
2019-02-09 11:42:57 +01:00
--vfs-read-chunk-size SizeSuffix Read the source objects in chunks. (default 128M)
2020-05-27 17:11:47 +02:00
--vfs-read-chunk-size-limit SizeSuffix If greater than --vfs-read-chunk-size, double the chunk size after each chunk read, until the limit is reached. &#39;off&#39; is unlimited. (default off)
--vfs-read-wait duration Time to wait for in-sequence read before seeking. (default 20ms)
2021-03-31 20:12:08 +02:00
--vfs-used-is-size rclone size Use the rclone size algorithm for Used size.
2020-09-02 17:59:04 +02:00
--vfs-write-back duration Time to writeback files after last use when using cache. (default 5s)
2020-05-27 17:11:47 +02:00
--vfs-write-wait duration Time to wait for in-sequence write before giving error. (default 1s)</code></pre>
2019-08-26 16:25:20 +02:00
<p>See the <a href="https://rclone.org/flags/">global flags page</a> for global options not listed here.</p>
2021-03-31 20:12:08 +02:00
<h2 id="see-also-64">SEE ALSO</h2>
2019-06-15 13:01:29 +02:00
<ul>
<li><a href="https://rclone.org/commands/rclone_serve/">rclone serve</a> - Serve a remote over a protocol.</li>
</ul>
2020-05-27 17:11:47 +02:00
<h1 id="rclone-settier">rclone settier</h1>
2018-10-15 12:03:08 +02:00
<p>Changes storage class/tier of objects in remote.</p>
2021-03-31 20:12:08 +02:00
<h2 id="synopsis-58">Synopsis</h2>
2018-10-15 12:03:08 +02:00
<p>rclone settier changes storage tier or class at remote if supported. Few cloud storage services provides different storage classes on objects, for example AWS S3 and Glacier, Azure Blob storage - Hot, Cool and Archive, Google Cloud Storage, Regional Storage, Nearline, Coldline etc.</p>
2019-06-15 13:01:29 +02:00
<p>Note that, certain tier changes make objects not available to access immediately. For example tiering to archive in azure blob storage makes objects in frozen state, user can restore by setting tier to Hot/Cool, similarly S3 to Glacier makes object inaccessible.true</p>
2018-10-15 12:03:08 +02:00
<p>You can use it to tier single object</p>
<pre><code>rclone settier Cool remote:path/file</code></pre>
<p>Or use rclone filters to set tier on only specific files</p>
<pre><code>rclone --include &quot;*.txt&quot; settier Hot remote:path/dir</code></pre>
<p>Or just provide remote directory and all files in directory will be tiered</p>
<pre><code>rclone settier tier remote:path/dir</code></pre>
<pre><code>rclone settier tier remote:path [flags]</code></pre>
2021-03-31 20:12:08 +02:00
<h2 id="options-65">Options</h2>
2018-10-15 12:03:08 +02:00
<pre><code> -h, --help help for settier</code></pre>
2019-08-26 16:25:20 +02:00
<p>See the <a href="https://rclone.org/flags/">global flags page</a> for global options not listed here.</p>
2021-03-31 20:12:08 +02:00
<h2 id="see-also-65">SEE ALSO</h2>
<ul>
<li><a href="https://rclone.org/commands/rclone/">rclone</a> - Show help for rclone commands, flags and backends.</li>
</ul>
<h1 id="rclone-test">rclone test</h1>
<p>Run a test command</p>
<h2 id="synopsis-59">Synopsis</h2>
<p>Rclone test is used to run test commands.</p>
<p>Select which test comand you want with the subcommand, eg</p>
<pre><code>rclone test memory remote:</code></pre>
<p>Each subcommand has its own options which you can see in their help.</p>
<p><strong>NB</strong> Be careful running these commands, they may do strange things so reading their documentation first is recommended.</p>
<h2 id="options-66">Options</h2>
<pre><code> -h, --help help for test</code></pre>
<p>See the <a href="https://rclone.org/flags/">global flags page</a> for global options not listed here.</p>
<h2 id="see-also-66">SEE ALSO</h2>
2019-06-15 13:01:29 +02:00
<ul>
<li><a href="https://rclone.org/commands/rclone/">rclone</a> - Show help for rclone commands, flags and backends.</li>
2021-03-31 20:12:08 +02:00
<li><a href="https://rclone.org/commands/rclone_test_histogram/">rclone test histogram</a> - Makes a histogram of file name characters.</li>
<li><a href="https://rclone.org/commands/rclone_test_info/">rclone test info</a> - Discovers file name or other limitations for paths.</li>
<li><a href="https://rclone.org/commands/rclone_test_makefiles/">rclone test makefiles</a> - Make a random file hierarchy in
<dir></li>
<li><a href="https://rclone.org/commands/rclone_test_memory/">rclone test memory</a> - Load all the objects at remote:path into memory and report memory stats.</li>
</ul>
<h1 id="rclone-test-histogram">rclone test histogram</h1>
<p>Makes a histogram of file name characters.</p>
<h2 id="synopsis-60">Synopsis</h2>
<p>This command outputs JSON which shows the histogram of characters used in filenames in the remote:path specified.</p>
<p>The data doesn't contain any identifying information but is useful for the rclone developers when developing filename compression.</p>
<pre><code>rclone test histogram [remote:path] [flags]</code></pre>
<h2 id="options-67">Options</h2>
<pre><code> -h, --help help for histogram</code></pre>
<p>See the <a href="https://rclone.org/flags/">global flags page</a> for global options not listed here.</p>
<h2 id="see-also-67">SEE ALSO</h2>
<ul>
<li><a href="https://rclone.org/commands/rclone_test/">rclone test</a> - Run a test command</li>
</ul>
<h1 id="rclone-test-info">rclone test info</h1>
<p>Discovers file name or other limitations for paths.</p>
<h2 id="synopsis-61">Synopsis</h2>
<p>rclone info discovers what filenames and upload methods are possible to write to the paths passed in and how long they can be. It can take some time. It will write test files into the remote:path passed in. It outputs a bit of go code for each one.</p>
<p><strong>NB</strong> this can create undeletable files and other hazards - use with care</p>
<pre><code>rclone test info [remote:path]+ [flags]</code></pre>
<h2 id="options-68">Options</h2>
<pre><code> --all Run all tests.
--check-control Check control characters.
--check-length Check max filename length.
--check-normalization Check UTF-8 Normalization.
--check-streaming Check uploads with indeterminate file size.
-h, --help help for info
--upload-wait duration Wait after writing a file.
--write-json string Write results to file.</code></pre>
<p>See the <a href="https://rclone.org/flags/">global flags page</a> for global options not listed here.</p>
<h2 id="see-also-68">SEE ALSO</h2>
<ul>
<li><a href="https://rclone.org/commands/rclone_test/">rclone test</a> - Run a test command</li>
</ul>
<h1 id="rclone-test-makefiles">rclone test makefiles</h1>
Make a random file hierarchy in
<dir>
<pre><code>rclone test makefiles &lt;dir&gt; [flags]</code></pre>
<h2 id="options-69">Options</h2>
<pre><code> --files int Number of files to create (default 1000)
--files-per-directory int Average number of files per directory (default 10)
-h, --help help for makefiles
--max-file-size SizeSuffix Maximum size of files to create (default 100)
--max-name-length int Maximum size of file names (default 12)
--min-file-size SizeSuffix Minimum size of file to create
--min-name-length int Minimum size of file names (default 4)</code></pre>
<p>See the <a href="https://rclone.org/flags/">global flags page</a> for global options not listed here.</p>
<h2 id="see-also-69">SEE ALSO</h2>
<ul>
<li><a href="https://rclone.org/commands/rclone_test/">rclone test</a> - Run a test command</li>
</ul>
<h1 id="rclone-test-memory">rclone test memory</h1>
<p>Load all the objects at remote:path into memory and report memory stats.</p>
<pre><code>rclone test memory remote:path [flags]</code></pre>
<h2 id="options-70">Options</h2>
<pre><code> -h, --help help for memory</code></pre>
<p>See the <a href="https://rclone.org/flags/">global flags page</a> for global options not listed here.</p>
<h2 id="see-also-70">SEE ALSO</h2>
<ul>
<li><a href="https://rclone.org/commands/rclone_test/">rclone test</a> - Run a test command</li>
2019-06-15 13:01:29 +02:00
</ul>
2020-05-27 17:11:47 +02:00
<h1 id="rclone-touch">rclone touch</h1>
2017-12-23 14:07:45 +01:00
<p>Create new file or change file modification time.</p>
2021-03-31 20:12:08 +02:00
<h2 id="synopsis-62">Synopsis</h2>
2020-05-27 17:11:47 +02:00
<p>Set the modification time on object(s) as specified by remote:path to have the current time.</p>
2020-09-02 17:59:04 +02:00
<p>If remote:path does not exist then a zero sized object will be created unless the --no-create flag is provided.</p>
<p>If --timestamp is used then it will set the modification time to that time instead of the current time. Times may be specified as one of:</p>
2020-05-27 17:11:47 +02:00
<ul>
2021-02-02 14:42:35 +01:00
<li>'YYMMDD' - e.g. 17.10.30</li>
<li>'YYYY-MM-DDTHH:MM:SS' - e.g. 2006-01-02T15:04:05</li>
<li>'YYYY-MM-DDTHH:MM:SS.SSS' - e.g. 2006-01-02T15:04:05.123456789</li>
2020-05-27 17:11:47 +02:00
</ul>
2020-09-02 17:59:04 +02:00
<p>Note that --timestamp is in UTC if you want local time then add the --localtime flag.</p>
2017-12-23 14:07:45 +01:00
<pre><code>rclone touch remote:path [flags]</code></pre>
2021-03-31 20:12:08 +02:00
<h2 id="options-71">Options</h2>
2017-12-23 14:07:45 +01:00
<pre><code> -h, --help help for touch
2020-05-27 17:11:47 +02:00
--localtime Use localtime for timestamp, not UTC.
2017-12-23 14:07:45 +01:00
-C, --no-create Do not create the file if it does not exist.
2020-05-27 17:11:47 +02:00
-t, --timestamp string Use specified time instead of the current time of day.</code></pre>
2019-08-26 16:25:20 +02:00
<p>See the <a href="https://rclone.org/flags/">global flags page</a> for global options not listed here.</p>
2021-03-31 20:12:08 +02:00
<h2 id="see-also-71">SEE ALSO</h2>
2019-06-15 13:01:29 +02:00
<ul>
<li><a href="https://rclone.org/commands/rclone/">rclone</a> - Show help for rclone commands, flags and backends.</li>
</ul>
2020-05-27 17:11:47 +02:00
<h1 id="rclone-tree">rclone tree</h1>
2017-09-30 15:19:47 +02:00
<p>List the contents of the remote in a tree like fashion.</p>
2021-03-31 20:12:08 +02:00
<h2 id="synopsis-63">Synopsis</h2>
2017-09-30 15:19:47 +02:00
<p>rclone tree lists the contents of a remote in a similar way to the unix tree command.</p>
<p>For example</p>
<pre><code>$ rclone tree remote:path
/
├── file1
├── file2
├── file3
└── subdir
├── file4
└── file5
1 directories, 5 files</code></pre>
2021-02-02 14:42:35 +01:00
<p>You can use any of the filtering options with the tree command (e.g. --include and --exclude). You can also use --fast-list.</p>
2020-09-02 17:59:04 +02:00
<p>The tree command has many options for controlling the listing which are compatible with the tree command. Note that not all of them have short options as they conflict with rclone's short options.</p>
2017-09-30 15:19:47 +02:00
<pre><code>rclone tree remote:path [flags]</code></pre>
2021-03-31 20:12:08 +02:00
<h2 id="options-72">Options</h2>
2017-09-30 15:19:47 +02:00
<pre><code> -a, --all All files are listed (list . files too).
-C, --color Turn colorization on always.
-d, --dirs-only List directories only.
--dirsfirst List directories before files (-U disables).
--full-path Print the full path prefix for each file.
-h, --help help for tree
--human Print the size in a more human readable way.
--level int Descend only level directories deep.
-D, --modtime Print the date of last modification.
2020-09-02 17:59:04 +02:00
--noindent Don&#39;t print indentation lines.
2017-09-30 15:19:47 +02:00
--noreport Turn off file/directory count at end of tree listing.
-o, --output string Output to file instead of stdout.
-p, --protections Print the protections for each file.
-Q, --quote Quote filenames with double quotes.
-s, --size Print the size in bytes of each file.
--sort string Select sort: name,version,size,mtime,ctime.
--sort-ctime Sort files by last status change time.
-t, --sort-modtime Sort files by last modification time.
-r, --sort-reverse Reverse the order of the sort.
-U, --unsorted Leave files unsorted.
--version Sort files alphanumerically by version.</code></pre>
2019-08-26 16:25:20 +02:00
<p>See the <a href="https://rclone.org/flags/">global flags page</a> for global options not listed here.</p>
2021-03-31 20:12:08 +02:00
<h2 id="see-also-72">SEE ALSO</h2>
2019-06-15 13:01:29 +02:00
<ul>
<li><a href="https://rclone.org/commands/rclone/">rclone</a> - Show help for rclone commands, flags and backends.</li>
</ul>
2016-07-13 13:26:22 +02:00
<h2 id="copying-single-files">Copying single files</h2>
2020-09-02 17:59:04 +02:00
<p>rclone normally syncs or copies directories. However, if the source remote points to a file, rclone will just copy that file. The destination remote must point to a directory - rclone will give the error <code>Failed to create file system for "remote:file": is a file not a directory</code> if it isn't.</p>
2016-07-13 13:26:22 +02:00
<p>For example, suppose you have a remote with a file in called <code>test.jpg</code>, then you could copy just that file like this</p>
<pre><code>rclone copy remote:test.jpg /tmp/download</code></pre>
<p>The file <code>test.jpg</code> will be placed inside <code>/tmp/download</code>.</p>
<p>This is equivalent to specifying</p>
2018-03-19 11:06:13 +01:00
<pre><code>rclone copy --files-from /tmp/files remote: /tmp/download</code></pre>
2016-07-13 13:26:22 +02:00
<p>Where <code>/tmp/files</code> contains the single line</p>
<pre><code>test.jpg</code></pre>
2017-07-22 19:16:46 +02:00
<p>It is recommended to use <code>copy</code> when copying individual files, not <code>sync</code>. They have pretty much the same effect but <code>copy</code> will use a lot less memory.</p>
2018-09-01 13:58:00 +02:00
<h2 id="syntax-of-remote-paths">Syntax of remote paths</h2>
<p>The syntax of the paths passed to the rclone command are as follows.</p>
<h3 id="pathtodir">/path/to/dir</h3>
<p>This refers to the local file system.</p>
2021-03-31 20:12:08 +02:00
<p>On Windows <code>\</code> may be used instead of <code>/</code> in local paths <strong>only</strong>, non local paths must use <code>/</code>. See <a href="https://rclone.org/local/#windows-paths">local filesystem</a> documentation for more about Windows-specific paths.</p>
2020-09-02 17:59:04 +02:00
<p>These paths needn't start with a leading <code>/</code> - if they don't then they will be relative to the current directory.</p>
2018-09-01 13:58:00 +02:00
<h3 id="remotepathtodir">remote:path/to/dir</h3>
<p>This refers to a directory <code>path/to/dir</code> on <code>remote:</code> as defined in the config file (configured with <code>rclone config</code>).</p>
<h3 id="remotepathtodir-1">remote:/path/to/dir</h3>
2020-09-02 17:59:04 +02:00
<p>On most backends this is refers to the same directory as <code>remote:path/to/dir</code> and that format should be preferred. On a very small number of remotes (FTP, SFTP, Dropbox for business) this will refer to a different directory. On these, paths without a leading <code>/</code> will refer to your "home" directory and paths with a leading <code>/</code> will refer to the root.</p>
2018-09-01 13:58:00 +02:00
<h3 id="backendpathtodir">:backend:path/to/dir</h3>
<p>This is an advanced form for creating remotes on the fly. <code>backend</code> should be the name or prefix of a backend (the <code>type</code> in the config file) and all the configuration for the backend should be provided on the command line (or in environment variables).</p>
2019-04-13 12:01:58 +02:00
<p>Here are some examples:</p>
2018-09-01 13:58:00 +02:00
<pre><code>rclone lsd --http-url https://pub.rclone.org :http:</code></pre>
2019-04-13 12:01:58 +02:00
<p>To list all the directories in the root of <code>https://pub.rclone.org/</code>.</p>
<pre><code>rclone lsf --http-url https://example.com :http:path/to/dir</code></pre>
<p>To list files and directories in <code>https://example.com/path/to/dir/</code></p>
<pre><code>rclone copy --http-url https://example.com :http:path/to/dir /tmp/dir</code></pre>
<p>To copy files and directories in <code>https://example.com/path/to/dir</code> to <code>/tmp/dir</code>.</p>
<pre><code>rclone copy --sftp-host example.com :sftp:path/to/dir /tmp/dir</code></pre>
<p>To copy files and directories from <code>example.com</code> in the relative directory <code>path/to/dir</code> to <code>/tmp/dir</code> using sftp.</p>
2021-03-31 20:12:08 +02:00
<h3 id="connection-strings">Connection strings</h3>
<p>The above examples can also be written using a connection string syntax, so instead of providing the arguments as command line parameters <code>--http-url https://pub.rclone.org</code> they are provided as part of the remote specification as a kind of connection string.</p>
<pre><code>rclone lsd &quot;:http,url=&#39;https://pub.rclone.org&#39;:&quot;
rclone lsf &quot;:http,url=&#39;https://example.com&#39;:path/to/dir&quot;
rclone copy &quot;:http,url=&#39;https://example.com&#39;:path/to/dir&quot; /tmp/dir
rclone copy :sftp,host=example.com:path/to/dir /tmp/dir</code></pre>
<p>These can apply to modify existing remotes as well as create new remotes with the on the fly syntax. This example is equivalent to adding the <code>--drive-shared-with-me</code> parameter to the remote <code>gdrive:</code>.</p>
<pre><code>rclone lsf &quot;gdrive,shared_with_me:path/to/dir&quot;</code></pre>
<p>The major advantage to using the connection string style syntax is that it only applies the the remote, not to all the remotes of that type of the command line. A common confusion is this attempt to copy a file shared on google drive to the normal drive which <strong>does not work</strong> because the <code>--drive-shared-with-me</code> flag applies to both the source and the destination.</p>
<pre><code>rclone copy --drive-shared-with-me gdrive:shared-file.txt gdrive:</code></pre>
<p>However using the connection string syntax, this does work.</p>
<pre><code>rclone copy &quot;gdrive,shared_with_me:shared-file.txt&quot; gdrive:</code></pre>
<p>The connection strings have the following syntax</p>
<pre><code>remote,parameter=value,parameter2=value2:path/to/dir
:backend,parameter=value,parameter2=value2:path/to/dir</code></pre>
<p>If the <code>parameter</code> has a <code>:</code> or <code>,</code> then it must be placed in quotes <code>"</code> or <code>'</code>, so</p>
<pre><code>remote,parameter=&quot;colon:value&quot;,parameter2=&quot;comma,value&quot;:path/to/dir
:backend,parameter=&#39;colon:value&#39;,parameter2=&#39;comma,value&#39;:path/to/dir</code></pre>
<p>If a quoted value needs to include that quote, then it should be doubled, so</p>
<pre><code>remote,parameter=&quot;with&quot;&quot;quote&quot;,parameter2=&#39;with&#39;&#39;quote&#39;:path/to/dir</code></pre>
<p>This will make <code>parameter</code> be <code>with"quote</code> and <code>parameter2</code> be <code>with'quote</code>.</p>
<p>If you leave off the <code>=parameter</code> then rclone will substitute <code>=true</code> which works very well with flags. For example to use s3 configured in the environment you could use:</p>
<pre><code>rclone lsd :s3,env_auth:</code></pre>
<p>Which is equivalent to</p>
<pre><code>rclone lsd :s3,env_auth=true:</code></pre>
<p>Note that on the command line you might need to surround these connection strings with <code>"</code> or <code>'</code> to stop the shell interpreting any special characters within them.</p>
<p>If you are a shell master then you'll know which strings are OK and which aren't, but if you aren't sure then enclose them in <code>"</code> and use <code>'</code> as the inside quote. This syntax works on all OSes.</p>
<pre><code>rclone copy &quot;:http,url=&#39;https://example.com&#39;:path/to/dir&quot; /tmp/dir</code></pre>
<p>On Linux/macOS some characters are still interpreted inside <code>"</code> strings in the shell (notably <code>\</code> and <code>$</code> and <code>"</code>) so if your strings contain those you can swap the roles of <code>"</code> and <code>'</code> thus. (This syntax does not work on Windows.)</p>
<pre><code>rclone copy &#39;:http,url=&quot;https://example.com&quot;:path/to/dir&#39; /tmp/dir</code></pre>
<h4 id="connection-strings-config-and-logging">Connection strings, config and logging</h4>
<p>If you supply extra configuration to a backend by command line flag, environment variable or connection string then rclone will add a suffix based on the hash of the config to the name of the remote, eg</p>
<pre><code>rclone -vv lsf --s3-chunk-size 20M s3:</code></pre>
<p>Has the log message</p>
<pre><code>DEBUG : s3: detected overridden config - adding &quot;{Srj1p}&quot; suffix to name</code></pre>
<p>This is so rclone can tell the modified remote apart from the unmodified remote when caching the backends.</p>
<p>This should only be noticeable in the logs.</p>
<p>This means that on the fly backends such as</p>
<pre><code>rclone -vv lsf :s3,env_auth:</code></pre>
<p>Will get their own names</p>
<pre><code>DEBUG : :s3: detected overridden config - adding &quot;{YTu53}&quot; suffix to name</code></pre>
2020-09-02 17:59:04 +02:00
<h3 id="valid-remote-names">Valid remote names</h3>
<ul>
<li>Remote names may only contain 0-9, A-Z ,a-z ,_ , - and space.</li>
<li>Remote names may not start with -.</li>
</ul>
2016-06-18 17:29:53 +02:00
<h2 id="quoting-and-the-shell">Quoting and the shell</h2>
<p>When you are typing commands to your computer you are using something called the command line shell. This interprets various characters in an OS specific way.</p>
<p>Here are some gotchas which may help users unfamiliar with the shell rules</p>
<h3 id="linux-osx">Linux / OSX</h3>
2021-02-02 14:42:35 +01:00
<p>If your names have spaces or shell metacharacters (e.g. <code>*</code>, <code>?</code>, <code>$</code>, <code>'</code>, <code>"</code>, etc.) then you must quote them. Use single quotes <code>'</code> by default.</p>
2016-06-18 17:29:53 +02:00
<pre><code>rclone copy &#39;Important files?&#39; remote:backup</code></pre>
2021-02-02 14:42:35 +01:00
<p>If you want to send a <code>'</code> you will need to use <code>"</code>, e.g.</p>
2016-06-18 17:29:53 +02:00
<pre><code>rclone copy &quot;O&#39;Reilly Reviews&quot; remote:backup</code></pre>
2020-09-02 17:59:04 +02:00
<p>The rules for quoting metacharacters are complicated and if you want the full details you'll have to consult the manual page for your shell.</p>
2016-06-18 17:29:53 +02:00
<h3 id="windows">Windows</h3>
2021-02-02 14:42:35 +01:00
<p>If your names have spaces in you need to put them in <code>"</code>, e.g.</p>
2016-06-18 17:29:53 +02:00
<pre><code>rclone copy &quot;E:\folder name\folder name\folder name&quot; remote:backup</code></pre>
2021-02-02 14:42:35 +01:00
<p>If you are using the root directory on its own then don't quote it (see <a href="https://github.com/rclone/rclone/issues/464">#464</a> for why), e.g.</p>
2016-06-18 17:29:53 +02:00
<pre><code>rclone copy E:\ remote:backup</code></pre>
2017-07-22 19:16:46 +02:00
<h2 id="copying-files-or-directories-with-in-the-names">Copying files or directories with <code>:</code> in the names</h2>
<p>rclone uses <code>:</code> to mark a remote name. This is, however, a valid filename component in non-Windows OSes. The remote name parser will only search for a <code>:</code> up to the first <code>/</code> so if you need to act on a file or directory like this then use the full path starting with a <code>/</code>, or use <code>./</code> as a current directory prefix.</p>
<p>So to sync a directory called <code>sync:me</code> to a remote called <code>remote:</code> use</p>
2020-09-02 17:59:04 +02:00
<pre><code>rclone sync -i ./sync:me remote:path</code></pre>
2017-07-22 19:16:46 +02:00
<p>or</p>
2020-09-02 17:59:04 +02:00
<pre><code>rclone sync -i /full/path/to/sync:me remote:path</code></pre>
2016-01-31 17:33:20 +01:00
<h2 id="server-side-copy">Server Side Copy</h2>
2021-02-02 14:42:35 +01:00
<p>Most remotes (but not all - see <a href="https://rclone.org/overview/#optional-features">the overview</a>) support server-side copy.</p>
2020-09-02 17:59:04 +02:00
<p>This means if you want to copy one folder to another then rclone won't download all the files and re-upload them; it will instruct the server to copy them in place.</p>
2016-01-31 17:33:20 +01:00
<p>Eg</p>
<pre><code>rclone copy s3:oldbucket s3:newbucket</code></pre>
<p>Will copy the contents of <code>oldbucket</code> to <code>newbucket</code> without downloading and re-uploading.</p>
2021-02-02 14:42:35 +01:00
<p>Remotes which don't support server-side copy <strong>will</strong> download and re-upload in this case.</p>
<p>Server side copies are used with <code>sync</code> and <code>copy</code> and will be identified in the log when using the <code>-v</code> flag. The <code>move</code> command may also use them if remote doesn't support server-side move directly. This is done by issuing a server-side copy then a delete which is much quicker than a download and re-upload.</p>
2016-01-31 17:33:20 +01:00
<p>Server side copies will only be attempted if the remote names are the same.</p>
2021-02-02 14:42:35 +01:00
<p>This can be used when scripting to make aged backups efficiently, e.g.</p>
2020-09-02 17:59:04 +02:00
<pre><code>rclone sync -i remote:current-backup remote:previous-backup
rclone sync -i /path/to/files remote:current-backup</code></pre>
2021-03-31 20:12:08 +02:00
<h2 id="options-73">Options</h2>
2016-01-31 17:33:20 +01:00
<p>Rclone has a number of options to control its behaviour.</p>
2019-02-09 11:42:57 +01:00
<p>Options that take parameters can have the values passed in two ways, <code>--option=value</code> or <code>--option value</code>. However boolean (true/false) options behave slightly differently to the other options in that <code>--boolean</code> sets the option to <code>true</code> and the absence of the flag sets it to <code>false</code>. It is also possible to specify <code>--boolean=false</code> or <code>--boolean=true</code>. Note that <code>--boolean false</code> is not valid - this is parsed as <code>--boolean</code> and the <code>false</code> is parsed as an extra command line argument for rclone.</p>
2020-09-02 17:59:04 +02:00
<p>Options which use TIME use the go time parser. A duration string is a possibly signed sequence of decimal numbers, each with optional fraction and a unit suffix, such as "300ms", "-1.5h" or "2h45m". Valid time units are "ns", "us" (or "µs"), "ms", "s", "m", "h".</p>
2021-02-02 14:42:35 +01:00
<p>Options which use SIZE use kByte by default. However, a suffix of <code>b</code> for bytes, <code>k</code> for kBytes, <code>M</code> for MBytes, <code>G</code> for GBytes, <code>T</code> for TBytes and <code>P</code> for PBytes may be used. These are the binary units, e.g. 1, 2**10, 2**20, 2**30 respectively.</p>
2020-09-02 17:59:04 +02:00
<h3 id="backup-dirdir">--backup-dir=DIR</h3>
2017-03-18 12:16:43 +01:00
<p>When using <code>sync</code>, <code>copy</code> or <code>move</code> any files which would have been overwritten or deleted are moved in their original hierarchy into this directory.</p>
<p>If <code>--suffix</code> is set, then the moved files will have the suffix added to them. If there is a file with the same path (after the suffix has been added) in DIR, then it will be overwritten.</p>
2021-02-02 14:42:35 +01:00
<p>The remote in use must support server-side move or copy and you must use the same remote as the destination of the sync. The backup directory must not overlap the destination directory.</p>
2017-03-18 12:16:43 +01:00
<p>For example</p>
2020-09-02 17:59:04 +02:00
<pre><code>rclone sync -i /path/to/local remote:current --backup-dir remote:old</code></pre>
2017-03-18 12:16:43 +01:00
<p>will sync <code>/path/to/local</code> to <code>remote:current</code>, but for any files which would have been updated or deleted will be stored in <code>remote:old</code>.</p>
2020-09-02 17:59:04 +02:00
<p>If running rclone from a script you might want to use today's date as the directory name passed to <code>--backup-dir</code> to store the old files, or you might want to pass <code>--suffix</code> with today's date.</p>
2019-08-26 16:25:20 +02:00
<p>See <code>--compare-dest</code> and <code>--copy-dest</code>.</p>
2020-09-02 17:59:04 +02:00
<h3 id="bind-string">--bind string</h3>
<p>Local address to bind to for outgoing connections. This can be an IPv4 address (1.2.3.4), an IPv6 address (1234::789A) or host name. If the host name doesn't resolve or resolves to more than one IP address it will give an error.</p>
<h3 id="bwlimitbandwidth_spec">--bwlimit=BANDWIDTH_SPEC</h3>
2021-02-02 14:42:35 +01:00
<p>This option controls the bandwidth limit. For example</p>
<pre><code>--bwlimit 10M</code></pre>
2021-03-31 20:12:08 +02:00
<p>would mean limit the upload and download bandwidth to 10 MByte/s. <strong>NB</strong> this is <strong>bytes</strong> per second not <strong>bits</strong> per second. To use a single limit, specify the desired bandwidth in kBytes/s, or use a suffix b|k|M|G. The default is <code>0</code> which means to not limit bandwidth.</p>
2021-02-02 14:42:35 +01:00
<p>The upload and download bandwidth can be specified seperately, as <code>--bwlimit UP:DOWN</code>, so</p>
<pre><code>--bwlimit 10M:100k</code></pre>
2021-03-31 20:12:08 +02:00
<p>would mean limit the upload bandwidth to 10 MByte/s and the download bandwidth to 100 kByte/s. Either limit can be "off" meaning no limit, so to just limit the upload bandwidth you would use</p>
2021-02-02 14:42:35 +01:00
<pre><code>--bwlimit 10M:off</code></pre>
<p>this would limit the upload bandwidth to 10MByte/s but the download bandwidth would be unlimited.</p>
<p>When specified as above the bandwidth limits last for the duration of run of the rclone binary.</p>
<p>It is also possible to specify a "timetable" of limits, which will cause certain limits to be applied at certain times. To specify a timetable, format your entries as <code>WEEKDAY-HH:MM,BANDWIDTH WEEKDAY-HH:MM,BANDWIDTH...</code> where: <code>WEEKDAY</code> is optional element.</p>
<ul>
<li><code>BANDWIDTH</code> can be a single number, e.g.<code>100k</code> or a pair of numbers for upload:download, e.g.<code>10M:1M</code>.</li>
<li><code>WEEKDAY</code> can be written as the whole word or only using the first 3 characters. It is optional.</li>
<li><code>HH:MM</code> is an hour from 00:00 to 23:59.</li>
</ul>
2017-03-18 12:16:43 +01:00
<p>An example of a typical timetable to avoid link saturation during daytime working hours could be:</p>
2021-02-02 14:42:35 +01:00
<p><code>--bwlimit "08:00,512k 12:00,10M 13:00,512k 18:00,30M 23:00,off"</code></p>
2021-03-31 20:12:08 +02:00
<p>In this example, the transfer bandwidth will be set to 512kBytes/sec at 8am every day. At noon, it will rise to 10MByte/s, and drop back to 512kBytes/sec at 1pm. At 6pm, the bandwidth limit will be set to 30MByte/s, and at 11pm it will be completely disabled (full speed). Anything between 11pm and 8am will remain unlimited.</p>
2020-05-27 17:11:47 +02:00
<p>An example of timetable with <code>WEEKDAY</code> could be:</p>
2020-02-01 11:31:42 +01:00
<p><code>--bwlimit "Mon-00:00,512 Fri-23:59,10M Sat-10:00,1M Sun-20:00,off"</code></p>
2021-03-31 20:12:08 +02:00
<p>It means that, the transfer bandwidth will be set to 512kBytes/sec on Monday. It will rise to 10MByte/s before the end of Friday. At 10:00 on Saturday it will be set to 1MByte/s. From 20:00 on Sunday it will be unlimited.</p>
2021-02-02 14:42:35 +01:00
<p>Timeslots without <code>WEEKDAY</code> are extended to the whole week. So this example:</p>
2020-02-01 11:31:42 +01:00
<p><code>--bwlimit "Mon-00:00,512 12:00,1M Sun-20:00,off"</code></p>
2021-02-02 14:42:35 +01:00
<p>Is equivalent to this:</p>
2020-02-01 11:31:42 +01:00
<p><code>--bwlimit "Mon-00:00,512Mon-12:00,1M Tue-12:00,1M Wed-12:00,1M Thu-12:00,1M Fri-12:00,1M Sat-12:00,1M Sun-12:00,1M Sun-20:00,off"</code></p>
2021-02-02 14:42:35 +01:00
<p>Bandwidth limit apply to the data transfer for all backends. For most backends the directory listing bandwidth is also included (exceptions being the non HTTP backends, <code>ftp</code>, <code>sftp</code> and <code>tardigrade</code>).</p>
<p>Note that the units are <strong>Bytes/s</strong>, not <strong>Bits/s</strong>. Typically connections are measured in Bits/s - to convert divide by 8. For example, let's say you have a 10 Mbit/s connection and you wish rclone to use half of it - 5 Mbit/s. This is 5/8 = 0.625MByte/s so you would use a <code>--bwlimit 0.625M</code> parameter for rclone.</p>
2020-05-27 17:11:47 +02:00
<p>On Unix systems (Linux, macOS, …) the bandwidth limiter can be toggled by sending a <code>SIGUSR2</code> signal to rclone. This allows to remove the limitations of a long running rclone transfer and to restore it back to the value specified with <code>--bwlimit</code> quickly when needed. Assuming there is only one rclone instance running, you can toggle the limiter like this:</p>
2017-07-22 19:16:46 +02:00
<pre><code>kill -SIGUSR2 $(pidof rclone)</code></pre>
2018-03-19 11:06:13 +01:00
<p>If you configure rclone with a <a href="/rc">remote control</a> then you can use change the bwlimit dynamically:</p>
<pre><code>rclone rc core/bwlimit rate=1M</code></pre>
2020-09-02 17:59:04 +02:00
<h3 id="bwlimit-filebandwidth_spec">--bwlimit-file=BANDWIDTH_SPEC</h3>
<p>This option controls per file bandwidth limit. For the options see the <code>--bwlimit</code> flag.</p>
<p>For example use this to allow no transfers to be faster than 1MByte/s</p>
<pre><code>--bwlimit-file 1M</code></pre>
<p>This can be used in conjunction with <code>--bwlimit</code>.</p>
<p>Note that if a schedule is provided the file will use the schedule in effect at the start of the transfer.</p>
<h3 id="buffer-sizesize">--buffer-size=SIZE</h3>
2017-03-18 12:16:43 +01:00
<p>Use this sized buffer to speed up file transfers. Each <code>--transfer</code> will use this much memory for buffering.</p>
2020-05-27 17:11:47 +02:00
<p>When using <code>mount</code> or <code>cmount</code> each open file descriptor will use this much memory for buffering. See the <a href="https://rclone.org/commands/rclone_mount/#file-buffering">mount</a> documentation for more details.</p>
<p>Set to <code>0</code> to disable the buffering for the minimum memory usage.</p>
2020-09-02 17:59:04 +02:00
<p>Note that the memory allocation of the buffers is influenced by the <a href="#use-mmap">--use-mmap</a> flag.</p>
<h3 id="check-first">--check-first</h3>
2020-05-27 17:11:47 +02:00
<p>If this flag is set then in a <code>sync</code>, <code>copy</code> or <code>move</code>, rclone will do all the checks to see whether files need to be transferred before doing any of the transfers. Normally rclone would start running transfers as soon as possible.</p>
<p>This flag can be useful on IO limited systems where transfers interfere with checking.</p>
2021-02-02 14:42:35 +01:00
<p>It can also be useful to ensure perfect ordering when using <code>--order-by</code>.</p>
2020-05-27 17:11:47 +02:00
<p>Using this flag can use more memory as it effectively sets <code>--max-backlog</code> to infinite. This means that all the info on the objects to transfer is held in memory before the transfers start.</p>
2020-09-02 17:59:04 +02:00
<h3 id="checkersn">--checkers=N</h3>
2021-02-02 14:42:35 +01:00
<p>The number of checkers to run in parallel. Checkers do the equality checking of files during a sync. For some storage systems (e.g. S3, Swift, Dropbox) this can take a significant amount of time so they are run in parallel.</p>
2016-01-31 17:33:20 +01:00
<p>The default is to run 8 checkers in parallel.</p>
2020-09-02 17:59:04 +02:00
<h3 id="c---checksum">-c, --checksum</h3>
2016-01-31 17:33:20 +01:00
<p>Normally rclone will look at modification time and size of files to see if they are equal. If you set this flag then rclone will check the file hash and size to determine if files are equal.</p>
2020-09-02 17:59:04 +02:00
<p>This is useful when the remote doesn't support setting modified time and a more accurate sync is desired than just checking the file size.</p>
2021-02-02 14:42:35 +01:00
<p>This is very useful when transferring between remotes which store the same hash type on the object, e.g. Drive and Swift. For details of which remotes support which hash type see the table in the <a href="https://rclone.org/overview/">overview section</a>.</p>
2016-01-31 17:33:20 +01:00
<p>Eg <code>rclone --checksum sync s3:/bucket swift:/bucket</code> would run much quicker than without the <code>--checksum</code> flag.</p>
2020-09-02 17:59:04 +02:00
<p>When using this flag, rclone won't update mtimes of remote files if they are incorrect as it would normally.</p>
<h3 id="compare-destdir">--compare-dest=DIR</h3>
2019-08-26 16:25:20 +02:00
<p>When using <code>sync</code>, <code>copy</code> or <code>move</code> DIR is checked in addition to the destination for files. If a file identical to the source is found that file is NOT copied from source. This is useful to copy just files that have changed since the last backup.</p>
<p>You must use the same remote as the destination of the sync. The compare directory must not overlap the destination directory.</p>
<p>See <code>--copy-dest</code> and <code>--backup-dir</code>.</p>
2020-09-02 17:59:04 +02:00
<h3 id="configconfig_file">--config=CONFIG_FILE</h3>
2021-03-31 20:12:08 +02:00
<p>Specify the location of the rclone configuration file.</p>
2019-06-15 13:01:29 +02:00
<p>Normally the config file is in your home directory as a file called <code>.config/rclone/rclone.conf</code> (or <code>.rclone.conf</code> if created with an older version). If <code>$XDG_CONFIG_HOME</code> is set it will be at <code>$XDG_CONFIG_HOME/rclone/rclone.conf</code>.</p>
<p>If there is a file <code>rclone.conf</code> in the same directory as the rclone executable it will be preferred. This file must be created manually for Rclone to use it, it will never be created automatically.</p>
2019-02-09 11:42:57 +01:00
<p>If you run <code>rclone config file</code> you will see where the default location is for you.</p>
2021-02-02 14:42:35 +01:00
<p>Use this flag to override the config location, e.g. <code>rclone --config=".myconfig" .config</code>.</p>
2021-03-31 20:12:08 +02:00
<p>If the location is set to empty string <code>""</code> or the special value <code>/notfound</code>, or the os null device represented by value <code>NUL</code> on Windows and <code>/dev/null</code> on Unix systems, then rclone will keep the config file in memory only.</p>
<p>The file format is basic <a href="https://en.wikipedia.org/wiki/INI_file#Format">INI</a>: Sections of text, led by a <code>[section]</code> header and followed by <code>key=value</code> entries on separate lines. In rclone each remote is represented by its own section, where the section name defines the name of the remote. Options are specified as the <code>key=value</code> entries, where the key is the option name without the <code>--backend-</code> prefix, in lowercase and with <code>_</code> instead of <code>-</code>. E.g. option <code>--mega-hard-delete</code> corresponds to key <code>hard_delete</code>. Only backend options can be specified. A special, and required, key <code>type</code> identifies the <a href="https://rclone.org/overview/">storage system</a>, where the value is the internal lowercase name as returned by command <code>rclone help backends</code>. Comments are indicated by <code>;</code> or <code>#</code> at the beginning of a line.</p>
<p>Example:</p>
<pre><code>[megaremote]
type = mega
user = you@example.com
pass = PDPcQVVjVtzFY-GTdDFozqBhTdsPg3qH</code></pre>
<p>Note that passwords are in <a href="https://rclone.org/commands/rclone_obscure/">obscured</a> form. Also, many storage systems uses token-based authentication instead of passwords, and this requires additional steps. It is easier, and safer, to use the interactive command <code>rclone config</code> instead of manually editing the configuration file.</p>
<p>The configuration file will typically contain login information, and should therefore have restricted permissions so that only the current user can read it. Rclone tries to ensure this when it writes the file. You may also choose to <a href="#configuration-encryption">encrypt</a> the file.</p>
<p>When token-based authentication are used, the configuration file must be writable, because rclone needs to update the tokens inside it.</p>
2020-09-02 17:59:04 +02:00
<h3 id="contimeouttime">--contimeout=TIME</h3>
2016-01-31 17:33:20 +01:00
<p>Set the connection timeout. This should be in go time format which looks like <code>5s</code> for 5 seconds, <code>10m</code> for 10 minutes, or <code>3h30m</code>.</p>
<p>The connection timeout is the amount of time rclone will wait for a connection to go through to a remote object storage system. It is <code>1m</code> by default.</p>
2020-09-02 17:59:04 +02:00
<h3 id="copy-destdir">--copy-dest=DIR</h3>
2021-02-02 14:42:35 +01:00
<p>When using <code>sync</code>, <code>copy</code> or <code>move</code> DIR is checked in addition to the destination for files. If a file identical to the source is found that file is server-side copied from DIR to the destination. This is useful for incremental backup.</p>
<p>The remote in use must support server-side copy and you must use the same remote as the destination of the sync. The compare directory must not overlap the destination directory.</p>
2019-08-26 16:25:20 +02:00
<p>See <code>--compare-dest</code> and <code>--backup-dir</code>.</p>
2020-09-02 17:59:04 +02:00
<h3 id="dedupe-mode-mode">--dedupe-mode MODE</h3>
2016-04-18 19:30:29 +02:00
<p>Mode to run dedupe command in. One of <code>interactive</code>, <code>skip</code>, <code>first</code>, <code>newest</code>, <code>oldest</code>, <code>rename</code>. The default is <code>interactive</code>. See the dedupe command for more information as to what these options mean.</p>
2020-09-02 17:59:04 +02:00
<h3 id="disable-featurefeature...">--disable FEATURE,FEATURE,...</h3>
2021-02-02 14:42:35 +01:00
<p>This disables a comma separated list of optional features. For example to disable server-side move and server-side copy use:</p>
2017-09-30 15:19:47 +02:00
<pre><code>--disable move,copy</code></pre>
2020-05-27 17:11:47 +02:00
<p>The features can be put in any case.</p>
2017-09-30 15:19:47 +02:00
<p>To see a list of which features can be disabled use:</p>
<pre><code>--disable help</code></pre>
2020-05-27 17:11:47 +02:00
<p>See the overview <a href="https://rclone.org/overview/#features">features</a> and <a href="https://rclone.org/overview/#optional-features">optional features</a> to get an idea of which feature does what.</p>
2021-02-02 14:42:35 +01:00
<p>This flag can be useful for debugging and in exceptional circumstances (e.g. Google Drive limiting the total volume of Server Side Copies to 100GB/day).</p>
2021-03-31 20:12:08 +02:00
<h3 id="dscp-value">--dscp VALUE</h3>
<p>Specify a DSCP value or name to use in connections. This could help QoS system to identify traffic class. BE, EF, DF, LE, CSx and AFxx are allowed.</p>
<p>See the description of <a href="https://en.wikipedia.org/wiki/Differentiated_services">differentiated services</a> to get an idea of this field. Setting this to 1 (LE) to identify the flow to SCAVENGER class can avoid occupying too much bandwidth in a network with DiffServ support (<a href="https://tools.ietf.org/html/rfc8622">RFC 8622</a>).</p>
<p>For example, if you configured QoS on router to handle LE properly. Running:</p>
<pre><code>rclone copy --dscp LE from:/from to:/to</code></pre>
<p>would make the priority lower than usual internet flows.</p>
2020-09-02 17:59:04 +02:00
<h3 id="n---dry-run">-n, --dry-run</h3>
2016-01-31 17:33:20 +01:00
<p>Do a trial run with no permanent changes. Use this to see what rclone would do without actually doing it. Useful when setting up the <code>sync</code> command which deletes files in the destination.</p>
2020-09-02 17:59:04 +02:00
<h3 id="expect-continue-timeouttime">--expect-continue-timeout=TIME</h3>
<p>This specifies the amount of time to wait for a server's first response headers after fully writing the request headers if the request has an "Expect: 100-continue" header. Not all backends support using this.</p>
2020-02-01 11:31:42 +01:00
<p>Zero means no timeout and causes the body to be sent immediately, without waiting for the server to approve. This time does not include the time to send the request header.</p>
2020-05-27 17:11:47 +02:00
<p>The default is <code>1s</code>. Set to <code>0</code> to disable.</p>
2020-09-02 17:59:04 +02:00
<h3 id="error-on-no-transfer">--error-on-no-transfer</h3>
2020-05-27 17:11:47 +02:00
<p>By default, rclone will exit with return code 0 if there were no errors.</p>
<p>This option allows rclone to return exit code 9 if no files were transferred between the source and destination. This allows using rclone in scripts, and triggering follow-on actions if data was copied, or skipping if not.</p>
<p>NB: Enabling this option turns a usually non-fatal error into a potentially fatal one - please check and adjust your scripts accordingly!</p>
2021-03-31 20:12:08 +02:00
<h3 id="fs-cache-expire-durationtime">--fs-cache-expire-duration=TIME</h3>
<p>When using rclone via the API rclone caches created remotes for 5 minutes by default in the "fs cache". This means that if you do repeated actions on the same remote then rclone won't have to build it again from scratch, which makes it more efficient.</p>
<p>This flag sets the time that the remotes are cached for. If you set it to <code>0</code> (or negative) then rclone won't cache the remotes at all.</p>
<p>Note that if you use some flags, eg <code>--backup-dir</code> and if this is set to <code>0</code> rclone may build two remotes (one for the source or destination and one for the <code>--backup-dir</code> where it may have only built one before.</p>
<h3 id="fs-cache-expire-intervaltime">--fs-cache-expire-interval=TIME</h3>
<p>This controls how often rclone checks for cached remotes to expire. See the <code>--fs-cache-expire-duration</code> documentation above for more info. The default is 60s, set to 0 to disable expiry.</p>
2020-09-02 17:59:04 +02:00
<h3 id="header">--header</h3>
2020-05-27 17:11:47 +02:00
<p>Add an HTTP header for all transactions. The flag can be repeated to add multiple headers.</p>
<p>If you want to add headers only for uploads use <code>--header-upload</code> and if you want to add headers only for downloads use <code>--header-download</code>.</p>
<p>This flag is supported for all HTTP based backends even those not supported by <code>--header-upload</code> and <code>--header-download</code> so may be used as a workaround for those with care.</p>
<pre><code>rclone ls remote:test --header &quot;X-Rclone: Foo&quot; --header &quot;X-LetMeIn: Yes&quot;</code></pre>
2020-09-02 17:59:04 +02:00
<h3 id="header-download">--header-download</h3>
2020-05-27 17:11:47 +02:00
<p>Add an HTTP header for all download transactions. The flag can be repeated to add multiple headers.</p>
2020-09-02 17:59:04 +02:00
<pre><code>rclone sync -i s3:test/src ~/dst --header-download &quot;X-Amz-Meta-Test: Foo&quot; --header-download &quot;X-Amz-Meta-Test2: Bar&quot;</code></pre>
2020-05-27 17:11:47 +02:00
<p>See the GitHub issue <a href="https://github.com/rclone/rclone/issues/59">here</a> for currently supported backends.</p>
2020-09-02 17:59:04 +02:00
<h3 id="header-upload">--header-upload</h3>
2020-05-27 17:11:47 +02:00
<p>Add an HTTP header for all upload transactions. The flag can be repeated to add multiple headers.</p>
2020-09-02 17:59:04 +02:00
<pre><code>rclone sync -i ~/src s3:test/dst --header-upload &quot;Content-Disposition: attachment; filename=&#39;cool.html&#39;&quot; --header-upload &quot;X-Amz-Meta-Test: FooBar&quot;</code></pre>
2020-05-27 17:11:47 +02:00
<p>See the GitHub issue <a href="https://github.com/rclone/rclone/issues/59">here</a> for currently supported backends.</p>
2020-09-02 17:59:04 +02:00
<h3 id="ignore-case-sync">--ignore-case-sync</h3>
2019-06-15 13:01:29 +02:00
<p>Using this option will cause rclone to ignore the case of the files when synchronizing so files will not be copied/synced when the existing filenames are the same, even if the casing is different.</p>
2020-09-02 17:59:04 +02:00
<h3 id="ignore-checksum">--ignore-checksum</h3>
<p>Normally rclone will check that the checksums of transferred files match, and give an error "corrupted on transfer" if they don't.</p>
<p>You can use this option to skip that check. You should only use it if you have had the "corrupted on transfer" error message and you are sure you might want to transfer potentially corrupted data.</p>
<h3 id="ignore-existing">--ignore-existing</h3>
2016-01-31 17:33:20 +01:00
<p>Using this option will make rclone unconditionally skip all files that exist on the destination, no matter the content of these files.</p>
2020-09-02 17:59:04 +02:00
<p>While this isn't a generally recommended option, it can be useful in cases where your files change due to encryption. However, it cannot correct partial transfers in case a transfer was interrupted.</p>
<h3 id="ignore-size">--ignore-size</h3>
2016-06-18 17:29:53 +02:00
<p>Normally rclone will look at modification time and size of files to see if they are equal. If you set this flag then rclone will check only the modification time. If <code>--checksum</code> is set then it only checks the checksum.</p>
<p>It will also cause rclone to skip verifying the sizes are the same after transfer.</p>
<p>This can be useful for transferring files to and from OneDrive which occasionally misreports the size of image files (see <a href="https://github.com/rclone/rclone/issues/399">#399</a> for more info).</p>
2020-09-02 17:59:04 +02:00
<h3 id="i---ignore-times">-I, --ignore-times</h3>
2016-04-18 19:30:29 +02:00
<p>Using this option will cause rclone to unconditionally upload all files regardless of the state of files on the destination.</p>
<p>Normally rclone would skip any files that have the same modification time and are the same size (or have the same checksum if using <code>--checksum</code>).</p>
2020-09-02 17:59:04 +02:00
<h3 id="immutable">--immutable</h3>
2017-09-30 15:19:47 +02:00
<p>Treat source and destination files as immutable and disallow modification.</p>
<p>With this option set, files will be created and deleted as requested, but existing files will never be updated. If an existing file does not match between the source and destination, rclone will give the error <code>Source and destination exist but do not match: immutable file modified</code>.</p>
2020-09-02 17:59:04 +02:00
<p>Note that only commands which transfer files (e.g. <code>sync</code>, <code>copy</code>, <code>move</code>) are affected by this behavior, and only modification is disallowed. Files may still be deleted explicitly (e.g. <code>delete</code>, <code>purge</code>) or implicitly (e.g. <code>sync</code>, <code>move</code>). Use <code>copy --immutable</code> if it is desired to avoid deletion as well as modification.</p>
2017-09-30 15:19:47 +02:00
<p>This can be useful as an additional layer of protection for immutable or append-only data sets (notably backup archives), where modification implies corruption and should not be propagated.</p>
2020-09-02 17:59:04 +02:00
<h3 id="interactive">-i / --interactive</h3>
<p>This flag can be used to tell rclone that you wish a manual confirmation before destructive operations.</p>
<p>It is <strong>recommended</strong> that you use this flag while learning rclone especially with <code>rclone sync</code>.</p>
<p>For example</p>
<pre><code>$ rclone delete -i /tmp/dir
rclone: delete &quot;important-file.txt&quot;?
y) Yes, this is OK (default)
n) No, skip this
s) Skip all delete operations with no more questions
!) Do all delete operations with no more questions
q) Exit rclone now.
y/n/s/!/q&gt; n</code></pre>
<p>The options mean</p>
<ul>
<li><code>y</code>: <strong>Yes</strong>, this operation should go ahead. You can also press Return for this to happen. You'll be asked every time unless you choose <code>s</code> or <code>!</code>.</li>
<li><code>n</code>: <strong>No</strong>, do not do this operation. You'll be asked every time unless you choose <code>s</code> or <code>!</code>.</li>
<li><code>s</code>: <strong>Skip</strong> all the following operations of this type with no more questions. This takes effect until rclone exits. If there are any different kind of operations you'll be prompted for them.</li>
<li><code>!</code>: <strong>Do all</strong> the following operations with no more questions. Useful if you've decided that you don't mind rclone doing that kind of operation. This takes effect until rclone exits . If there are any different kind of operations you'll be prompted for them.</li>
<li><code>q</code>: <strong>Quit</strong> rclone now, just in case!</li>
</ul>
<h3 id="leave-root">--leave-root</h3>
<p>During rmdirs it will not remove root directory, even if it's empty.</p>
<h3 id="log-filefile">--log-file=FILE</h3>
<p>Log all of rclone's output to FILE. This is not active by default. This can be useful for tracking down problems with syncs in combination with the <code>-v</code> flag. See the <a href="#logging">Logging section</a> for more info.</p>
2021-02-02 14:42:35 +01:00
<p>If FILE exists then rclone will append to it.</p>
2020-09-02 17:59:04 +02:00
<p>Note that if you are using the <code>logrotate</code> program to manage rclone's logs, then you should use the <code>copytruncate</code> option as rclone doesn't have a signal to rotate logs.</p>
<h3 id="log-format-list">--log-format LIST</h3>
<p>Comma separated list of log format options. <code>date</code>, <code>time</code>, <code>microseconds</code>, <code>longfile</code>, <code>shortfile</code>, <code>UTC</code>. The default is "<code>date</code>,<code>time</code>".</p>
<h3 id="log-level-level">--log-level LEVEL</h3>
2017-12-23 14:07:45 +01:00
<p>This sets the log level for rclone. The default log level is <code>NOTICE</code>.</p>
2017-03-18 12:16:43 +01:00
<p><code>DEBUG</code> is equivalent to <code>-vv</code>. It outputs lots of debug info - useful for bug reports and really finding out what rclone is doing.</p>
<p><code>INFO</code> is equivalent to <code>-v</code>. It outputs information about each transfer and prints stats once a minute by default.</p>
<p><code>NOTICE</code> is the default log level if no logging flags are supplied. It outputs very little when things are working normally. It outputs warnings and significant events.</p>
2017-07-22 19:16:46 +02:00
<p><code>ERROR</code> is equivalent to <code>-q</code>. It only outputs error messages.</p>
2020-09-02 17:59:04 +02:00
<h3 id="use-json-log">--use-json-log</h3>
2019-08-26 16:25:20 +02:00
<p>This switches the log format to JSON for rclone. The fields of json log are level, msg, source, time.</p>
2020-09-02 17:59:04 +02:00
<h3 id="low-level-retries-number">--low-level-retries NUMBER</h3>
2016-03-01 10:00:01 +01:00
<p>This controls the number of low level retries rclone does.</p>
<p>A low level retry is used to retry a failing operation - typically one HTTP request. This might be uploading a chunk of a big file for example. You will see low level retries in the log with the <code>-v</code> flag.</p>
2020-09-02 17:59:04 +02:00
<p>This shouldn't need to be changed from the default in normal operations. However, if you get a lot of low level retries you may wish to reduce the value so rclone moves on to a high level retry (see the <code>--retries</code> flag) quicker.</p>
2016-03-01 10:00:01 +01:00
<p>Disable low level retries with <code>--low-level-retries 1</code>.</p>
2020-09-02 17:59:04 +02:00
<h3 id="max-backlogn">--max-backlog=N</h3>
2018-09-01 13:58:00 +02:00
<p>This is the maximum allowable backlog of files in a sync/copy/move queued for being checked or transferred.</p>
<p>This can be set arbitrarily large. It will only use memory when the queue is in use. Note that it will use in the order of N kB of memory when the backlog is in use.</p>
2020-02-01 11:31:42 +01:00
<p>Setting this large allows rclone to calculate how many files are pending more accurately, give a more accurate estimated finish time and make <code>--order-by</code> work more accurately.</p>
2018-09-01 13:58:00 +02:00
<p>Setting this small will make rclone more synchronous to the listings of the remote which may be desirable.</p>
2020-05-27 17:11:47 +02:00
<p>Setting this to a negative number will make the backlog as large as possible.</p>
2020-09-02 17:59:04 +02:00
<h3 id="max-deleten">--max-delete=N</h3>
2018-03-19 11:06:13 +01:00
<p>This tells rclone not to delete more than N files. If that limit is exceeded then a fatal error will be generated and rclone will stop the operation in progress.</p>
2020-09-02 17:59:04 +02:00
<h3 id="max-depthn">--max-depth=N</h3>
2016-06-18 17:29:53 +02:00
<p>This modifies the recursion depth for all the commands except purge.</p>
<p>So if you do <code>rclone --max-depth 1 ls remote:path</code> you will see only the files in the top level directory. Using <code>--max-depth 2</code> means you will see all the files in first two directory levels and so on.</p>
<p>For historical reasons the <code>lsd</code> command defaults to using a <code>--max-depth</code> of 1 - you can override this with the command line flag.</p>
<p>You can use this command to disable recursion (with <code>--max-depth 1</code>).</p>
<p>Note that if you use this with <code>sync</code> and <code>--delete-excluded</code> the files not recursed through are considered excluded and will be deleted on the destination. Test first with <code>--dry-run</code> if you are not sure what will happen.</p>
2020-09-02 17:59:04 +02:00
<h3 id="max-durationtime">--max-duration=TIME</h3>
2020-02-01 11:31:42 +01:00
<p>Rclone will stop scheduling new transfers when it has run for the duration specified.</p>
<p>Defaults to off.</p>
<p>When the limit is reached any existing transfers will complete.</p>
2020-09-02 17:59:04 +02:00
<p>Rclone won't exit with an error if the transfer limit is reached.</p>
<h3 id="max-transfersize">--max-transfer=SIZE</h3>
2018-06-16 19:21:09 +02:00
<p>Rclone will stop transferring when it has reached the size specified. Defaults to off.</p>
<p>When the limit is reached all transfers will stop immediately.</p>
<p>Rclone will exit with exit code 8 if the transfer limit is reached.</p>
2020-09-02 17:59:04 +02:00
<h3 id="cutoff-modehardsoftcautious">--cutoff-mode=hard|soft|cautious</h3>
2020-05-27 17:11:47 +02:00
<p>This modifies the behavior of <code>--max-transfer</code> Defaults to <code>--cutoff-mode=hard</code>.</p>
<p>Specifying <code>--cutoff-mode=hard</code> will stop transferring immediately when Rclone reaches the limit.</p>
<p>Specifying <code>--cutoff-mode=soft</code> will stop starting new transfers when Rclone reaches the limit.</p>
<p>Specifying <code>--cutoff-mode=cautious</code> will try to prevent Rclone from reaching the limit.</p>
2020-09-02 17:59:04 +02:00
<h3 id="modify-windowtime">--modify-window=TIME</h3>
2016-01-31 17:33:20 +01:00
<p>When checking whether a file has been modified, this is the maximum allowed time difference that a file can have and still be considered equivalent.</p>
<p>The default is <code>1ns</code> unless this is overridden by a remote. For example OS X only stores modification times to the nearest second so if you are reading and writing to an OS X filing system this will be <code>1s</code> by default.</p>
<p>This command line flag allows you to override that computed default.</p>
2020-09-02 17:59:04 +02:00
<h3 id="multi-thread-cutoffsize">--multi-thread-cutoff=SIZE</h3>
2020-05-27 17:11:47 +02:00
<p>When downloading files to the local backend above this size, rclone will use multiple threads to download the file (default 250M).</p>
2020-09-02 17:59:04 +02:00
<p>Rclone preallocates the file (using <code>fallocate(FALLOC_FL_KEEP_SIZE)</code> on unix or <code>NTSetInformationFile</code> on Windows both of which takes no time) then each thread writes directly into the file at the correct place. This means that rclone won't create fragmented or sparse files and there won't be any assembly time at the end of the transfer.</p>
2020-05-27 17:11:47 +02:00
<p>The number of threads used to download is controlled by <code>--multi-thread-streams</code>.</p>
2019-06-15 13:01:29 +02:00
<p>Use <code>-vv</code> if you wish to see info about the threads.</p>
<p>This will work with the <code>sync</code>/<code>copy</code>/<code>move</code> commands and friends <code>copyto</code>/<code>moveto</code>. Multi thread downloads will be used with <code>rclone mount</code> and <code>rclone serve</code> if <code>--vfs-cache-mode</code> is set to <code>writes</code> or above.</p>
<p><strong>NB</strong> that this <strong>only</strong> works for a local destination but will work with any source.</p>
2019-08-26 16:25:20 +02:00
<p><strong>NB</strong> that multi thread copies are disabled for local to local copies as they are faster without unless <code>--multi-thread-streams</code> is set explicitly.</p>
2020-05-27 17:11:47 +02:00
<p><strong>NB</strong> on Windows using multi-thread downloads will cause the resulting files to be <a href="https://en.wikipedia.org/wiki/Sparse_file">sparse</a>. Use <code>--local-no-sparse</code> to disable sparse files (which may cause long delays at the start of downloads) or disable multi-thread downloads with <code>--multi-thread-streams 0</code></p>
2020-09-02 17:59:04 +02:00
<h3 id="multi-thread-streamsn">--multi-thread-streams=N</h3>
2020-05-27 17:11:47 +02:00
<p>When using multi thread downloads (see above <code>--multi-thread-cutoff</code>) this sets the maximum number of streams to use. Set to <code>0</code> to disable multi thread downloads (Default 4).</p>
2019-06-15 13:01:29 +02:00
<p>Exactly how many streams rclone uses for the download depends on the size of the file. To calculate the number of download streams Rclone divides the size of the file by the <code>--multi-thread-cutoff</code> and rounds up, up to the maximum set with <code>--multi-thread-streams</code>.</p>
<p>So if <code>--multi-thread-cutoff 250MB</code> and <code>--multi-thread-streams 4</code> are in effect (the defaults):</p>
<ul>
2020-05-27 17:11:47 +02:00
<li>0MB..250MB files will be downloaded with 1 stream</li>
2019-06-15 13:01:29 +02:00
<li>250MB..500MB files will be downloaded with 2 streams</li>
<li>500MB..750MB files will be downloaded with 3 streams</li>
<li>750MB+ files will be downloaded with 4 streams</li>
</ul>
2020-09-02 17:59:04 +02:00
<h3 id="no-check-dest">--no-check-dest</h3>
2020-02-01 11:31:42 +01:00
<p>The <code>--no-check-dest</code> can be used with <code>move</code> or <code>copy</code> and it causes rclone not to check the destination at all when copying files.</p>
<p>This means that:</p>
<ul>
<li>the destination is not listed minimising the API calls</li>
<li>files are always transferred</li>
2021-02-02 14:42:35 +01:00
<li>this can cause duplicates on remotes which allow it (e.g. Google Drive)</li>
2020-09-02 17:59:04 +02:00
<li><code>--retries 1</code> is recommended otherwise you'll transfer everything again on a retry</li>
2020-02-01 11:31:42 +01:00
</ul>
<p>This flag is useful to minimise the transactions if you know that none of the files are on the destination.</p>
<p>This is a specialized flag which should be ignored by most users!</p>
2020-09-02 17:59:04 +02:00
<h3 id="no-gzip-encoding">--no-gzip-encoding</h3>
<p>Don't set <code>Accept-Encoding: gzip</code>. This means that rclone won't ask the server for compressed files automatically. Useful if you've set the server to return files with <code>Content-Encoding: gzip</code> but you uploaded compressed files.</p>
2016-03-01 10:00:01 +01:00
<p>There is no need to set this in normal operation, and doing so will decrease the network transfer efficiency of rclone.</p>
2020-09-02 17:59:04 +02:00
<h3 id="no-traverse">--no-traverse</h3>
2019-04-13 12:01:58 +02:00
<p>The <code>--no-traverse</code> flag controls whether the destination file system is traversed when using the <code>copy</code> or <code>move</code> commands. <code>--no-traverse</code> is not compatible with <code>sync</code> and will be ignored if you supply it with <code>sync</code>.</p>
<p>If you are only copying a small number of files (or are filtering most of the files) and/or have a large number of files on the destination then <code>--no-traverse</code> will stop rclone listing the destination and save time.</p>
2020-09-02 17:59:04 +02:00
<p>However, if you are copying a large number of files, especially if you are doing a copy where lots of the files under consideration haven't changed and won't need copying then you shouldn't use <code>--no-traverse</code>.</p>
2019-04-13 12:01:58 +02:00
<p>See <a href="https://rclone.org/commands/rclone_copy/">rclone copy</a> for an example of how to use it.</p>
2020-09-02 17:59:04 +02:00
<h3 id="no-unicode-normalization">--no-unicode-normalization</h3>
<p>Don't normalize unicode characters in filenames during the sync routine.</p>
2020-05-27 17:11:47 +02:00
<p>Sometimes, an operating system will store filenames containing unicode parts in their decomposed form (particularly macOS). Some cloud storage systems will then recompose the unicode, resulting in duplicate files if the data is ever copied back to a local filesystem.</p>
<p>Using this flag will disable that functionality, treating each unicode character as unique. For example, by default é and é will be normalized into the same character. With <code>--no-unicode-normalization</code> they will be treated as unique characters.</p>
2020-09-02 17:59:04 +02:00
<h3 id="no-update-modtime">--no-update-modtime</h3>
<p>When using this flag, rclone won't update modification times of remote files if they are incorrect as it would normally.</p>
2021-02-02 14:42:35 +01:00
<p>This can be used if the remote is being synced with another tool also (e.g. the Google Drive client).</p>
2020-09-02 17:59:04 +02:00
<h3 id="order-by-string">--order-by string</h3>
2020-02-01 11:31:42 +01:00
<p>The <code>--order-by</code> flag controls the order in which files in the backlog are processed in <code>rclone sync</code>, <code>rclone copy</code> and <code>rclone move</code>.</p>
<p>The order by string is constructed like this. The first part describes what aspect is being measured:</p>
<ul>
<li><code>size</code> - order by the size of the files</li>
<li><code>name</code> - order by the full path of the files</li>
<li><code>modtime</code> - order by the modification date of the files</li>
</ul>
<p>This can have a modifier appended with a comma:</p>
<ul>
<li><code>ascending</code> or <code>asc</code> - order so that the smallest (or oldest) is processed first</li>
<li><code>descending</code> or <code>desc</code> - order so that the largest (or newest) is processed first</li>
2020-05-27 17:11:47 +02:00
<li><code>mixed</code> - order so that the smallest is processed first for some threads and the largest for others</li>
2020-02-01 11:31:42 +01:00
</ul>
2021-02-02 14:42:35 +01:00
<p>If the modifier is <code>mixed</code> then it can have an optional percentage (which defaults to <code>50</code>), e.g. <code>size,mixed,25</code> which means that 25% of the threads should be taking the smallest items and 75% the largest. The threads which take the smallest first will always take the smallest first and likewise the largest first threads. The <code>mixed</code> mode can be useful to minimise the transfer time when you are transferring a mixture of large and small files - the large files are guaranteed upload threads and bandwidth and the small files will be processed continuously.</p>
2020-02-01 11:31:42 +01:00
<p>If no modifier is supplied then the order is <code>ascending</code>.</p>
<p>For example</p>
<ul>
<li><code>--order-by size,desc</code> - send the largest files first</li>
<li><code>--order-by modtime,ascending</code> - send the oldest files first</li>
<li><code>--order-by name</code> - send the files with alphabetically by path first</li>
</ul>
<p>If the <code>--order-by</code> flag is not supplied or it is supplied with an empty string then the default ordering will be used which is as scanned. With <code>--checkers 1</code> this is mostly alphabetical, however with the default <code>--checkers 8</code> it is somewhat random.</p>
<h4 id="limitations-1">Limitations</h4>
<p>The <code>--order-by</code> flag does not do a separate pass over the data. This means that it may transfer some files out of the order specified if</p>
<ul>
<li>there are no files in the backlog or the source has not been fully scanned yet</li>
2020-09-02 17:59:04 +02:00
<li>there are more than <a href="#max-backlog-n">--max-backlog</a> files in the backlog</li>
2020-02-01 11:31:42 +01:00
</ul>
<p>Rclone will do its best to transfer the best file it has so in practice this should not cause a problem. Think of <code>--order-by</code> as being more of a best efforts flag rather than a perfect ordering.</p>
2021-02-02 14:42:35 +01:00
<p>If you want perfect ordering then you will need to specify <a href="#check-first">--check-first</a> which will find all the files which need transferring first before transferring any.</p>
2020-09-02 17:59:04 +02:00
<h3 id="password-command-spaceseplist">--password-command SpaceSepList</h3>
2020-02-01 11:31:42 +01:00
<p>This flag supplies a program which should supply the config password when run. This is an alternative to rclone prompting for the password or setting the <code>RCLONE_CONFIG_PASS</code> variable.</p>
<p>The argument to this should be a command with a space separated list of arguments. If one of the arguments has a space in then enclose it in <code>"</code>, if you want a literal <code>"</code> in an argument then enclose the argument in <code>"</code> and double the <code>"</code>. See <a href="https://godoc.org/encoding/csv">CSV encoding</a> for more info.</p>
<p>Eg</p>
<pre><code>--password-command echo hello
--password-command echo &quot;hello with space&quot;
--password-command echo &quot;hello with &quot;&quot;quotes&quot;&quot; and space&quot;</code></pre>
<p>See the <a href="#configuration-encryption">Configuration Encryption</a> for more info.</p>
2020-05-27 17:11:47 +02:00
<p>See a <a href="https://github.com/rclone/rclone/wiki/Windows-Powershell-use-rclone-password-command-for-Config-file-password">Windows PowerShell example on the Wiki</a>.</p>
2020-09-02 17:59:04 +02:00
<h3 id="p---progress">-P, --progress</h3>
2018-09-01 13:58:00 +02:00
<p>This flag makes rclone update the stats in a static block in the terminal providing a realtime overview of the transfer.</p>
<p>Any log messages will scroll above the static block. Log messages will push the static block down to the bottom of the terminal where it will stay.</p>
<p>Normally this is updated every 500mS but this period can be overridden with the <code>--stats</code> flag.</p>
<p>This can be used with the <code>--stats-one-line</code> flag for a simpler display.</p>
2020-02-01 11:31:42 +01:00
<p>Note: On Windows until <a href="https://github.com/Azure/go-ansiterm/issues/26">this bug</a> is fixed all non-ASCII characters will be replaced with <code>.</code> when <code>--progress</code> is in use.</p>
2021-02-02 14:42:35 +01:00
<h3 id="progress-terminal-title">--progress-terminal-title</h3>
<p>This flag, when used with <code>-P/--progress</code>, will print the string <code>ETA: %s</code> to the terminal title.</p>
2020-09-02 17:59:04 +02:00
<h3 id="q---quiet">-q, --quiet</h3>
<p>This flag will limit rclone's output to error messages only.</p>
<h3 id="refresh-times">--refresh-times</h3>
<p>The <code>--refresh-times</code> flag can be used to update modification times of existing files when they are out of sync on backends which don't support hashes.</p>
<p>This is useful if you uploaded files with the incorrect timestamps and you now wish to correct them.</p>
2021-02-02 14:42:35 +01:00
<p>This flag is <strong>only</strong> useful for destinations which don't support hashes (e.g. <code>crypt</code>).</p>
2020-09-02 17:59:04 +02:00
<p>This can be used any of the sync commands <code>sync</code>, <code>copy</code> or <code>move</code>.</p>
<p>To use this flag you will need to be doing a modification time sync (so not using <code>--size-only</code> or <code>--checksum</code>). The flag will have no effect when using <code>--size-only</code> or <code>--checksum</code>.</p>
2021-02-02 14:42:35 +01:00
<p>If this flag is used when rclone comes to upload a file it will check to see if there is an existing file on the destination. If this file matches the source with size (and checksum if available) but has a differing timestamp then instead of re-uploading it, rclone will update the timestamp on the destination file. If the checksum does not match rclone will upload the new file. If the checksum is absent (e.g. on a <code>crypt</code> backend) then rclone will update the timestamp.</p>
2020-09-02 17:59:04 +02:00
<p>Note that some remotes can't set the modification time without re-uploading the file so this flag is less useful on them.</p>
<p>Normally if you are doing a modification time sync rclone will update modification times without <code>--refresh-times</code> provided that the remote supports checksums <strong>and</strong> the checksums match on the file. However if the checksums are absent then rclone will upload the file rather than setting the timestamp as this is the safe behaviour.</p>
<h3 id="retries-int">--retries int</h3>
2016-01-31 17:33:20 +01:00
<p>Retry the entire sync if it fails this many times it fails (default 3).</p>
2020-09-02 17:59:04 +02:00
<p>Some remotes can be unreliable and a few retries help pick up the files which didn't get transferred because of errors.</p>
2016-01-31 17:33:20 +01:00
<p>Disable retries with <code>--retries 1</code>.</p>
2020-09-02 17:59:04 +02:00
<h3 id="retries-sleeptime">--retries-sleep=TIME</h3>
2018-06-16 19:21:09 +02:00
<p>This sets the interval between each retry specified by <code>--retries</code></p>
2020-05-27 17:11:47 +02:00
<p>The default is <code>0</code>. Use <code>0</code> to disable.</p>
2020-09-02 17:59:04 +02:00
<h3 id="size-only">--size-only</h3>
2016-01-31 17:33:20 +01:00
<p>Normally rclone will look at modification time and size of files to see if they are equal. If you set this flag then rclone will check only the size.</p>
2020-09-02 17:59:04 +02:00
<p>This can be useful transferring files from Dropbox which have been modified by the desktop sync client which doesn't set checksums of modification times in the same way as rclone.</p>
<h3 id="statstime">--stats=TIME</h3>
2017-01-02 16:30:34 +01:00
<p>Commands which transfer data (<code>sync</code>, <code>copy</code>, <code>copyto</code>, <code>move</code>, <code>moveto</code>) will print data transfer stats at regular intervals to show their progress.</p>
2016-01-31 17:33:20 +01:00
<p>This sets the interval.</p>
2020-05-27 17:11:47 +02:00
<p>The default is <code>1m</code>. Use <code>0</code> to disable.</p>
2017-07-22 19:16:46 +02:00
<p>If you set the stats interval then all commands can show stats. This can be useful when running other commands, <code>check</code> or <code>mount</code> for example.</p>
2020-09-02 17:59:04 +02:00
<p>Stats are logged at <code>INFO</code> level by default which means they won't show at default log level <code>NOTICE</code>. Use <code>--stats-log-level NOTICE</code> or <code>-v</code> to make them show. See the <a href="#logging">Logging section</a> for more info on log levels.</p>
2018-06-16 19:21:09 +02:00
<p>Note that on macOS you can send a SIGINFO (which is normally ctrl-T in the terminal) to make the stats print immediately.</p>
2020-09-02 17:59:04 +02:00
<h3 id="stats-file-name-length-integer">--stats-file-name-length integer</h3>
2018-03-19 11:06:13 +01:00
<p>By default, the <code>--stats</code> output will truncate file names and paths longer than 40 characters. This is equivalent to providing <code>--stats-file-name-length 40</code>. Use <code>--stats-file-name-length 0</code> to disable any truncation of file names printed by stats.</p>
2020-09-02 17:59:04 +02:00
<h3 id="stats-log-level-string">--stats-log-level string</h3>
<p>Log level to show <code>--stats</code> output at. This can be <code>DEBUG</code>, <code>INFO</code>, <code>NOTICE</code>, or <code>ERROR</code>. The default is <code>INFO</code>. This means at the default level of logging which is <code>NOTICE</code> the stats won't show - if you want them to then use <code>--stats-log-level NOTICE</code>. See the <a href="#logging">Logging section</a> for more info on log levels.</p>
<h3 id="stats-one-line">--stats-one-line</h3>
2018-09-01 13:58:00 +02:00
<p>When this is specified, rclone condenses the stats into a single line showing the most important stats only.</p>
2020-09-02 17:59:04 +02:00
<h3 id="stats-one-line-date">--stats-one-line-date</h3>
2019-06-15 13:01:29 +02:00
<p>When this is specified, rclone enables the single-line stats and prepends the display with a date string. The default is <code>2006/01/02 15:04:05 -</code></p>
2020-09-02 17:59:04 +02:00
<h3 id="stats-one-line-date-format">--stats-one-line-date-format</h3>
2019-06-15 13:01:29 +02:00
<p>When this is specified, rclone enables the single-line stats and prepends the display with a user-supplied date string. The date string MUST be enclosed in quotes. Follow <a href="https://golang.org/pkg/time/#Time.Format">golang specs</a> for date formatting syntax.</p>
2020-09-02 17:59:04 +02:00
<h3 id="stats-unitbitsbytes">--stats-unit=bits|bytes</h3>
2017-07-22 19:16:46 +02:00
<p>By default, data transfer rates will be printed in bytes/second.</p>
2017-01-02 16:30:34 +01:00
<p>This option allows the data rate to be printed in bits/second.</p>
<p>Data transfer volume will still be reported in bytes.</p>
<p>The rate is reported as a binary unit, not SI unit. So 1 Mbit/s equals 1,048,576 bits/s and not 1,000,000 bits/s.</p>
<p>The default is <code>bytes</code>.</p>
2020-09-02 17:59:04 +02:00
<h3 id="suffixsuffix">--suffix=SUFFIX</h3>
2019-08-26 16:25:20 +02:00
<p>When using <code>sync</code>, <code>copy</code> or <code>move</code> any files which would have been overwritten or deleted will have the suffix added to them. If there is a file with the same path (after the suffix has been added), then it will be overwritten.</p>
2021-02-02 14:42:35 +01:00
<p>The remote in use must support server-side move or copy and you must use the same remote as the destination of the sync.</p>
2019-08-26 16:25:20 +02:00
<p>This is for use with files to add the suffix in the current directory or with <code>--backup-dir</code>. See <code>--backup-dir</code> for more info.</p>
<p>For example</p>
2021-02-02 14:42:35 +01:00
<pre><code>rclone copy -i /path/to/local/file remote:current --suffix .bak</code></pre>
<p>will copy <code>/path/to/local</code> to <code>remote:current</code>, but for any files which would have been updated or deleted have .bak added.</p>
<p>If using <code>rclone sync</code> with <code>--suffix</code> and without <code>--backup-dir</code> then it is recommended to put a filter rule in excluding the suffix otherwise the <code>sync</code> will delete the backup files.</p>
<pre><code>rclone sync -i /path/to/local/file remote:current --suffix .bak --exclude &quot;*.bak&quot;</code></pre>
2020-09-02 17:59:04 +02:00
<h3 id="suffix-keep-extension">--suffix-keep-extension</h3>
2019-04-13 12:01:58 +02:00
<p>When using <code>--suffix</code>, setting this causes rclone put the SUFFIX before the extension of the files that it backs up rather than after.</p>
2020-09-02 17:59:04 +02:00
<p>So let's say we had <code>--suffix -2019-01-01</code>, without the flag <code>file.txt</code> would be backed up to <code>file.txt-2019-01-01</code> and with the flag it would be backed up to <code>file-2019-01-01.txt</code>. This can be helpful to make sure the suffixed files can still be opened.</p>
<h3 id="syslog">--syslog</h3>
2017-03-18 12:16:43 +01:00
<p>On capable OSes (not Windows or Plan9) send all log output to syslog.</p>
2017-07-22 19:16:46 +02:00
<p>This can be useful for running rclone in a script or <code>rclone mount</code>.</p>
2020-09-02 17:59:04 +02:00
<h3 id="syslog-facility-string">--syslog-facility string</h3>
2021-02-02 14:42:35 +01:00
<p>If using <code>--syslog</code> this sets the syslog facility (e.g. <code>KERN</code>, <code>USER</code>). See <code>man syslog</code> for a list of possible facilities. The default facility is <code>DAEMON</code>.</p>
2020-09-02 17:59:04 +02:00
<h3 id="tpslimit-float">--tpslimit float</h3>
2021-02-02 14:42:35 +01:00
<p>Limit transactions per second to this number. Default is 0 which is used to mean unlimited transactions per second.</p>
<p>A transaction is roughly defined as an API call; its exact meaning will depend on the backend. For HTTP based backends it is an HTTP PUT/GET/POST/etc and its response. For FTP/SFTP it is a round trip transaction over TCP.</p>
<p>For example to limit rclone to 10 transactions per second use <code>--tpslimit 10</code>, or to 1 transaction every 2 seconds use <code>--tpslimit 0.5</code>.</p>
<p>Use this when the number of transactions per second from rclone is causing a problem with the cloud storage provider (e.g. getting you banned or rate limited).</p>
2017-07-22 19:16:46 +02:00
<p>This can be very useful for <code>rclone mount</code> to control the behaviour of applications using it.</p>
2021-02-02 14:42:35 +01:00
<p>This limit applies to all HTTP based backends and to the FTP and SFTP backends. It does not apply to the local backend or the Tardigrade backend.</p>
2017-07-22 19:16:46 +02:00
<p>See also <code>--tpslimit-burst</code>.</p>
2020-09-02 17:59:04 +02:00
<h3 id="tpslimit-burst-int">--tpslimit-burst int</h3>
2020-05-27 17:11:47 +02:00
<p>Max burst of transactions for <code>--tpslimit</code> (default <code>1</code>).</p>
2017-07-22 19:16:46 +02:00
<p>Normally <code>--tpslimit</code> will do exactly the number of transaction per second specified. However if you supply <code>--tps-burst</code> then rclone can save up some transactions from when it was idle giving a burst of up to the parameter supplied.</p>
<p>For example if you provide <code>--tpslimit-burst 10</code> then if rclone has been idle for more than 10*<code>--tpslimit</code> then it can do 10 transactions very quickly before they are limited again.</p>
<p>This may be used to increase performance of <code>--tpslimit</code> without changing the long term average number of transactions per second.</p>
2020-09-02 17:59:04 +02:00
<h3 id="track-renames">--track-renames</h3>
<p>By default, rclone doesn't keep track of renamed files, so if you rename a file locally then sync it to a remote, rclone will delete the old file on the remote and upload a new copy.</p>
2021-02-02 14:42:35 +01:00
<p>If you use this flag, and the remote supports server-side copy or server-side move, and the source and destination have a compatible hash, then this will track renames during <code>sync</code> operations and perform renaming server-side.</p>
2017-03-18 12:16:43 +01:00
<p>Files will be matched by size and hash - if both match then a rename will be considered.</p>
2020-09-02 17:59:04 +02:00
<p>If the destination does not support server-side copy or move, rclone will fall back to the default behaviour and log an error level message to the console.</p>
<p>Encrypted destinations are not currently supported by <code>--track-renames</code> if <code>--track-renames-strategy</code> includes <code>hash</code>.</p>
2019-02-09 11:42:57 +01:00
<p>Note that <code>--track-renames</code> is incompatible with <code>--no-traverse</code> and that it uses extra memory to keep track of all the rename candidates.</p>
2017-03-18 12:16:43 +01:00
<p>Note also that <code>--track-renames</code> is incompatible with <code>--delete-before</code> and will select <code>--delete-after</code> instead of <code>--delete-during</code>.</p>
2020-09-02 17:59:04 +02:00
<h3 id="track-renames-strategy-hashmodtimeleafsize">--track-renames-strategy (hash,modtime,leaf,size)</h3>
<p>This option changes the matching criteria for <code>--track-renames</code>.</p>
<p>The matching is controlled by a comma separated selection of these tokens:</p>
<ul>
<li><code>modtime</code> - the modification time of the file - not supported on all backends</li>
<li><code>hash</code> - the hash of the file contents - not supported on all backends</li>
<li><code>leaf</code> - the name of the file not including its directory name</li>
<li><code>size</code> - the size of the file (this is always enabled)</li>
</ul>
<p>So using <code>--track-renames-strategy modtime,leaf</code> would match files based on modification time, the leaf of the file name and the size only.</p>
<p>Using <code>--track-renames-strategy modtime</code> or <code>leaf</code> can enable <code>--track-renames</code> support for encrypted destinations.</p>
<p>If nothing is specified, the default option is matching by <code>hash</code>es.</p>
<p>Note that the <code>hash</code> strategy is not supported with encrypted destinations.</p>
<h3 id="delete-beforeduringafter">--delete-(before,during,after)</h3>
2016-01-31 17:33:20 +01:00
<p>This option allows you to specify when files on your destination are deleted when you sync folders.</p>
2017-03-18 12:16:43 +01:00
<p>Specifying the value <code>--delete-before</code> will delete all files present on the destination, but not on the source <em>before</em> starting the transfer of any new or updated files. This uses two passes through the file systems, one for the deletions and one for the copies.</p>
<p>Specifying <code>--delete-during</code> will delete files while checking and uploading files. This is the fastest option and uses the least memory.</p>
<p>Specifying <code>--delete-after</code> (the default value) will delay deletion of files until all new/updated files have been successfully transferred. The files to be deleted are collected in the copy pass then deleted after the copy pass has completed successfully. The files to be deleted are held in memory so this mode may use more memory. This is the safest mode as it will only delete files if there have been no errors subsequent to that. If there have been errors before the deletions start then you will get the message <code>not deleting files as there were IO errors</code>.</p>
2020-09-02 17:59:04 +02:00
<h3 id="fast-list">--fast-list</h3>
2021-02-02 14:42:35 +01:00
<p>When doing anything which involves a directory listing (e.g. <code>sync</code>, <code>copy</code>, <code>ls</code> - in fact nearly every command), rclone normally lists a directory and processes it before using more directory lists to process any subdirectories. This can be parallelised and works very quickly using the least amount of memory.</p>
<p>However, some remotes have a way of listing all files beneath a directory in one (or a small number) of transactions. These tend to be the bucket based remotes (e.g. S3, B2, GCS, Swift, Hubic).</p>
<p>If you use the <code>--fast-list</code> flag then rclone will use this method for listing directories. This will have the following consequences for the listing:</p>
<ul>
<li>It <strong>will</strong> use fewer transactions (important if you pay for them)</li>
<li>It <strong>will</strong> use more memory. Rclone has to load the whole listing into memory.</li>
<li>It <em>may</em> be faster because it uses fewer transactions</li>
2020-09-02 17:59:04 +02:00
<li>It <em>may</em> be slower because it can't be parallelized</li>
</ul>
<p>rclone should always give identical results with and without <code>--fast-list</code>.</p>
2020-09-02 17:59:04 +02:00
<p>If you pay for transactions and can fit your entire sync listing into memory then <code>--fast-list</code> is recommended. If you have a very big sync to do then don't use <code>--fast-list</code> otherwise you will run out of memory.</p>
<p>If you use <code>--fast-list</code> on a remote which doesn't support it, then rclone will just ignore it.</p>
<h3 id="timeouttime">--timeout=TIME</h3>
2016-01-31 17:33:20 +01:00
<p>This sets the IO idle timeout. If a transfer has started but then becomes idle for this long it is considered broken and disconnected.</p>
2020-05-27 17:11:47 +02:00
<p>The default is <code>5m</code>. Set to <code>0</code> to disable.</p>
2020-09-02 17:59:04 +02:00
<h3 id="transfersn">--transfers=N</h3>
2016-01-31 17:33:20 +01:00
<p>The number of file transfers to run in parallel. It can sometimes be useful to set this to a smaller number if the remote is giving a lot of timeouts or bigger if you have lots of bandwidth and a fast remote.</p>
<p>The default is to run 4 file transfers in parallel.</p>
2020-09-02 17:59:04 +02:00
<h3 id="u---update">-u, --update</h3>
2016-03-01 10:00:01 +01:00
<p>This forces rclone to skip any files which exist on the destination and have a modified time that is newer than the source file.</p>
2020-09-02 17:59:04 +02:00
<p>This can be useful when transferring to a remote which doesn't support mod times directly (or when using <code>--use-server-modtime</code> to avoid extra API calls) as it is more accurate than a <code>--size-only</code> check and faster than using <code>--checksum</code>.</p>
<p>If an existing destination file has a modification time equal (within the computed modify window precision) to the source file's, it will be updated if the sizes are different. If <code>--checksum</code> is set then rclone will update the destination if the checksums differ too.</p>
2019-10-26 12:04:54 +02:00
<p>If an existing destination file is older than the source file then it will be updated if the size or checksum differs from the source file.</p>
2020-09-02 17:59:04 +02:00
<p>On remotes which don't support mod time directly (or when using <code>--use-server-modtime</code>) the time checked will be the uploaded time. This means that if uploading to one of these remotes, rclone will skip any files which exist on the destination and have an uploaded time that is newer than the modification time of the source file.</p>
<h3 id="use-mmap">--use-mmap</h3>
2019-02-09 11:42:57 +01:00
<p>If this flag is set then rclone will use anonymous memory allocated by mmap on Unix based platforms and VirtualAlloc on Windows for its transfer buffers (size controlled by <code>--buffer-size</code>). Memory allocated like this does not go on the Go heap and can be returned to the OS immediately when it is finished with.</p>
<p>If this flag is not set then rclone will allocate and free the buffers using the Go memory allocator which may use more memory as memory pages are returned less aggressively to the OS.</p>
<p>It is possible this does not work well on all platforms so it is disabled by default; in the future it may be enabled by default.</p>
2020-09-02 17:59:04 +02:00
<h3 id="use-server-modtime">--use-server-modtime</h3>
2018-04-28 12:46:27 +02:00
<p>Some object-store backends (e.g, Swift, S3) do not preserve file modification times (modtime). On these backends, rclone stores the original modtime as additional metadata on the object. By default it will make an API call to retrieve the metadata when the modtime is needed by an operation.</p>
2020-09-02 17:59:04 +02:00
<p>Use this flag to disable the extra API call and rely instead on the server's modified time. In cases such as a local to remote sync using <code>--update</code>, knowing the local file is newer than the time it was last uploaded to the remote is sufficient. In those cases, this flag can speed up the process and reduce the number of API calls necessary.</p>
2019-08-26 16:25:20 +02:00
<p>Using this flag on a sync operation without also using <code>--update</code> would cause all files modified at any time other than the last upload time to be uploaded again, which is probably not what you want.</p>
2020-09-02 17:59:04 +02:00
<h3 id="v--vv---verbose">-v, -vv, --verbose</h3>
2017-03-18 12:16:43 +01:00
<p>With <code>-v</code> rclone will tell you about each file that is transferred and a small number of significant events.</p>
<p>With <code>-vv</code> rclone will become very verbose telling you about every file it considers and transfers. Please send bug reports with a log with this setting.</p>
2020-09-02 17:59:04 +02:00
<h3 id="v---version">-V, --version</h3>
2016-01-31 17:33:20 +01:00
<p>Prints the version number</p>
2019-04-13 12:01:58 +02:00
<h2 id="ssltls-options">SSL/TLS options</h2>
2020-05-27 17:11:47 +02:00
<p>The outgoing SSL/TLS connections rclone makes can be controlled with these options. For example this can be very useful with the HTTP or WebDAV backends. Rclone HTTP servers have their own set of configuration for SSL/TLS which you can find in their documentation.</p>
2020-09-02 17:59:04 +02:00
<h3 id="ca-cert-string">--ca-cert string</h3>
2019-04-13 12:01:58 +02:00
<p>This loads the PEM encoded certificate authority certificate and uses it to verify the certificates of the servers rclone connects to.</p>
<p>If you have generated certificates signed with a local CA then you will need this flag to connect to servers using those certificates.</p>
2020-09-02 17:59:04 +02:00
<h3 id="client-cert-string">--client-cert string</h3>
2019-04-13 12:01:58 +02:00
<p>This loads the PEM encoded client side certificate.</p>
<p>This is used for <a href="https://en.wikipedia.org/wiki/Mutual_authentication">mutual TLS authentication</a>.</p>
<p>The <code>--client-key</code> flag is required too when using this.</p>
2020-09-02 17:59:04 +02:00
<h3 id="client-key-string">--client-key string</h3>
2019-04-13 12:01:58 +02:00
<p>This loads the PEM encoded client side private key used for mutual TLS authentication. Used in conjunction with <code>--client-cert</code>.</p>
2020-09-02 17:59:04 +02:00
<h3 id="no-check-certificatetruefalse">--no-check-certificate=true/false</h3>
<p><code>--no-check-certificate</code> controls whether a client verifies the server's certificate chain and host name. If <code>--no-check-certificate</code> is true, TLS accepts any certificate presented by the server and any host name in that certificate. In this mode, TLS is susceptible to man-in-the-middle attacks.</p>
2019-04-13 12:01:58 +02:00
<p>This option defaults to <code>false</code>.</p>
<p><strong>This should be used only for testing.</strong></p>
2016-03-01 10:00:01 +01:00
<h2 id="configuration-encryption">Configuration Encryption</h2>
2021-03-31 20:12:08 +02:00
<p>Your configuration file contains information for logging in to your cloud services. This means that you should keep your <code>rclone.conf</code> file in a secure location.</p>
2020-09-02 17:59:04 +02:00
<p>If you are in an environment where that isn't possible, you can add a password to your configuration. This means that you will have to supply the password every time you start rclone.</p>
2016-03-01 10:00:01 +01:00
<p>To add a password to your rclone configuration, execute <code>rclone config</code>.</p>
<pre><code>&gt;rclone config
Current remotes:
e) Edit existing remote
n) New remote
d) Delete remote
s) Set configuration password
q) Quit config
e/n/d/s/q&gt;</code></pre>
<p>Go into <code>s</code>, Set configuration password:</p>
<pre><code>e/n/d/s/q&gt; s
Your configuration is not encrypted.
If you add a password, you will protect your login information to cloud services.
a) Add Password
q) Quit to main menu
a/q&gt; a
Enter NEW configuration password:
2016-06-18 17:29:53 +02:00
password:
2016-03-01 10:00:01 +01:00
Confirm NEW password:
2016-06-18 17:29:53 +02:00
password:
2016-03-01 10:00:01 +01:00
Password set
Your configuration is encrypted.
c) Change Password
u) Unencrypt configuration
q) Quit to main menu
c/u/q&gt;</code></pre>
2020-02-01 11:31:42 +01:00
<p>Your configuration is now encrypted, and every time you start rclone you will have to supply the password. See below for details. In the same menu, you can change the password or completely remove encryption from your configuration.</p>
2016-03-01 10:00:01 +01:00
<p>There is no way to recover the configuration if you lose your password.</p>
2016-06-18 17:29:53 +02:00
<p>rclone uses <a href="https://godoc.org/golang.org/x/crypto/nacl/secretbox">nacl secretbox</a> which in turn uses XSalsa20 and Poly1305 to encrypt and authenticate your configuration with secret-key cryptography. The password is SHA-256 hashed, which produces the key for secretbox. The hashed password is not stored.</p>
<p>While this provides very good security, we do not recommend storing your encrypted rclone configuration in public if it contains sensitive information, maybe except if you use a very strong password.</p>
2016-03-01 10:00:01 +01:00
<p>If it is safe in your environment, you can set the <code>RCLONE_CONFIG_PASS</code> environment variable to contain your password, in which case it will be used for decrypting the configuration.</p>
2017-01-02 16:30:34 +01:00
<p>You can set this for a session from a script. For unix like systems save this to a file called <code>set-rclone-password</code>:</p>
<pre><code>#!/bin/echo Source this file don&#39;t run it
read -s RCLONE_CONFIG_PASS
export RCLONE_CONFIG_PASS</code></pre>
<p>Then source the file when you want to use it. From the shell you would do <code>source set-rclone-password</code>. It will then ask you for the password and set it in the environment variable.</p>
2020-02-01 11:31:42 +01:00
<p>An alternate means of supplying the password is to provide a script which will retrieve the password and print on standard output. This script should have a fully specified path name and not rely on any environment variables. The script is supplied either via <code>--password-command="..."</code> command line argument or via the <code>RCLONE_PASSWORD_COMMAND</code> environment variable.</p>
<p>One useful example of this is using the <code>passwordstore</code> application to retrieve the password:</p>
<pre><code>export RCLONE_PASSWORD_COMMAND=&quot;pass rclone/config&quot;</code></pre>
<p>If the <code>passwordstore</code> password manager holds the password for the rclone configuration, using the script method means the password is primarily protected by the <code>passwordstore</code> system, and is never embedded in the clear in scripts, nor available for examination using the standard commands available. It is quite possible with long running rclone sessions for copies of passwords to be innocently captured in log files or terminal scroll buffers, etc. Using the script method of supplying the password enhances the security of the config password considerably.</p>
2020-09-02 17:59:04 +02:00
<p>If you are running rclone inside a script, unless you are using the <code>--password-command</code> method, you might want to disable password prompts. To do that, pass the parameter <code>--ask-password=false</code> to rclone. This will make rclone fail instead of asking for a password if <code>RCLONE_CONFIG_PASS</code> doesn't contain a valid password, and <code>--password-command</code> has not been supplied.</p>
2021-03-31 20:12:08 +02:00
<p>Some rclone commands, such as <code>genautocomplete</code>, do not require configuration. Nevertheless, rclone will read any configuration file found according to the rules described <a href="https://rclone.org/docs/#config-config-file">above</a>. If an encrypted configuration file is found, this means you will be prompted for password (unless using <code>--password-command</code>). To avoid this, you can bypass the loading of the configuration file by overriding the location with an empty string <code>""</code> or the special value <code>/notfound</code>, or the os null device represented by value <code>NUL</code> on Windows and <code>/dev/null</code> on Unix systems (before rclone version 1.55 only this null device alternative was supported). E.g. <code>rclone --config="" genautocomplete bash</code>.</p>
2016-01-31 17:33:20 +01:00
<h2 id="developer-options">Developer options</h2>
2021-02-02 14:42:35 +01:00
<p>These options are useful when developing or debugging rclone. There are also some more remote specific options which aren't documented here which are used for testing. These start with remote name e.g. <code>--drive-test-option</code> - see the docs for the remote in question.</p>
2020-09-02 17:59:04 +02:00
<h3 id="cpuprofilefile">--cpuprofile=FILE</h3>
2016-01-31 17:33:20 +01:00
<p>Write CPU profile to file. This can be analysed with <code>go tool pprof</code>.</p>
2020-09-02 17:59:04 +02:00
<h4 id="dump-flagflagflag">--dump flag,flag,flag</h4>
2020-02-01 11:31:42 +01:00
<p>The <code>--dump</code> flag takes a comma separated list of flags to dump info about.</p>
<p>Note that some headers including <code>Accept-Encoding</code> as shown may not be correct in the request and the response may not show <code>Content-Encoding</code> if the go standard libraries auto gzip encoding was in effect. In this case the body of the request will be gunzipped before showing it.</p>
<p>The available flags are:</p>
2020-09-02 17:59:04 +02:00
<h4 id="dump-headers">--dump headers</h4>
2017-12-23 14:07:45 +01:00
<p>Dump HTTP headers with <code>Authorization:</code> lines removed. May still contain sensitive info. Can be very verbose. Useful for debugging only.</p>
<p>Use <code>--dump auth</code> if you do want the <code>Authorization:</code> headers.</p>
2020-09-02 17:59:04 +02:00
<h4 id="dump-bodies">--dump bodies</h4>
2016-01-31 17:33:20 +01:00
<p>Dump HTTP headers and bodies - may contain sensitive info. Can be very verbose. Useful for debugging only.</p>
2020-09-02 17:59:04 +02:00
<p>Note that the bodies are buffered in memory so don't use this for enormous files.</p>
<h4 id="dump-requests">--dump requests</h4>
2017-12-23 14:07:45 +01:00
<p>Like <code>--dump bodies</code> but dumps the request bodies and the response headers. Useful for debugging download problems.</p>
2020-09-02 17:59:04 +02:00
<h4 id="dump-responses">--dump responses</h4>
2017-12-23 14:07:45 +01:00
<p>Like <code>--dump bodies</code> but dumps the response bodies and the request headers. Useful for debugging upload problems.</p>
2020-09-02 17:59:04 +02:00
<h4 id="dump-auth">--dump auth</h4>
2017-12-23 14:07:45 +01:00
<p>Dump HTTP headers - will contain sensitive info such as <code>Authorization:</code> headers - use <code>--dump headers</code> to dump without <code>Authorization:</code> headers. Can be very verbose. Useful for debugging only.</p>
2020-09-02 17:59:04 +02:00
<h4 id="dump-filters">--dump filters</h4>
2016-01-31 17:33:20 +01:00
<p>Dump the filters to the output. Useful to see exactly what include and exclude options are filtering on.</p>
2020-09-02 17:59:04 +02:00
<h4 id="dump-goroutines">--dump goroutines</h4>
2018-04-28 12:46:27 +02:00
<p>This dumps a list of the running go-routines at the end of the command to standard output.</p>
2020-09-02 17:59:04 +02:00
<h4 id="dump-openfiles">--dump openfiles</h4>
<p>This dumps a list of the open files at the end of the command. It uses the <code>lsof</code> command to do that so you'll need that installed to use it.</p>
<h3 id="memprofilefile">--memprofile=FILE</h3>
2016-01-31 17:33:20 +01:00
<p>Write memory profile to file. This can be analysed with <code>go tool pprof</code>.</p>
<h2 id="filtering">Filtering</h2>
<p>For the filtering options</p>
<ul>
<li><code>--delete-excluded</code></li>
<li><code>--filter</code></li>
<li><code>--filter-from</code></li>
<li><code>--exclude</code></li>
<li><code>--exclude-from</code></li>
<li><code>--include</code></li>
<li><code>--include-from</code></li>
<li><code>--files-from</code></li>
2020-05-27 17:11:47 +02:00
<li><code>--files-from-raw</code></li>
2016-01-31 17:33:20 +01:00
<li><code>--min-size</code></li>
<li><code>--max-size</code></li>
<li><code>--min-age</code></li>
<li><code>--max-age</code></li>
2017-12-23 14:07:45 +01:00
<li><code>--dump filters</code></li>
2016-01-31 17:33:20 +01:00
</ul>
<p>See the <a href="https://rclone.org/filtering/">filtering section</a>.</p>
2018-03-19 11:06:13 +01:00
<h2 id="remote-control">Remote control</h2>
<p>For the remote control options and for instructions on how to remote control rclone</p>
<ul>
<li><code>--rc</code></li>
<li>and anything starting with <code>--rc-</code></li>
</ul>
<p>See <a href="https://rclone.org/rc/">the remote control section</a>.</p>
2016-06-18 17:29:53 +02:00
<h2 id="logging">Logging</h2>
2018-03-19 11:06:13 +01:00
<p>rclone has 4 levels of logging, <code>ERROR</code>, <code>NOTICE</code>, <code>INFO</code> and <code>DEBUG</code>.</p>
2021-02-02 14:42:35 +01:00
<p>By default, rclone logs to standard error. This means you can redirect standard error and still see the normal output of rclone commands (e.g. <code>rclone ls</code>).</p>
2017-07-22 19:16:46 +02:00
<p>By default, rclone will produce <code>Error</code> and <code>Notice</code> level messages.</p>
2016-06-18 17:29:53 +02:00
<p>If you use the <code>-q</code> flag, rclone will only produce <code>Error</code> messages.</p>
2017-03-18 12:16:43 +01:00
<p>If you use the <code>-v</code> flag, rclone will produce <code>Error</code>, <code>Notice</code> and <code>Info</code> messages.</p>
<p>If you use the <code>-vv</code> flag, rclone will produce <code>Error</code>, <code>Notice</code>, <code>Info</code> and <code>Debug</code> messages.</p>
<p>You can also control the log levels with the <code>--log-level</code> flag.</p>
2016-06-18 17:29:53 +02:00
<p>If you use the <code>--log-file=FILE</code> option, rclone will redirect <code>Error</code>, <code>Info</code> and <code>Debug</code> messages along with standard error to FILE.</p>
2017-03-18 12:16:43 +01:00
<p>If you use the <code>--syslog</code> flag then rclone will log to syslog and the <code>--syslog-facility</code> control which facility it uses.</p>
2021-02-02 14:42:35 +01:00
<p>Rclone prefixes all log messages with their level in capitals, e.g. INFO which makes it easy to grep the log file for different kinds of information.</p>
2016-01-31 17:33:20 +01:00
<h2 id="exit-code">Exit Code</h2>
2017-07-22 19:16:46 +02:00
<p>If any errors occur during the command execution, rclone will exit with a non-zero exit code. This allows scripts to detect when rclone operations have failed.</p>
<p>During the startup phase, rclone will exit immediately if an error is detected in the configuration. There will always be a log message immediately before exiting.</p>
<p>When rclone is running it will accumulate errors as it goes along, and only exit with a non-zero exit code if (after retries) there were still failed transfers. For every error counted there will be a high priority log message (visible with <code>-q</code>) showing the message and which file caused the problem. A high priority message is also shown when starting a retry so the user can see that any previous error messages may not be valid after the retry. If rclone has done a retry it will log a high priority message if the retry was successful.</p>
2017-12-23 14:07:45 +01:00
<h3 id="list-of-exit-codes">List of exit codes</h3>
<ul>
<li><code>0</code> - success</li>
<li><code>1</code> - Syntax or usage error</li>
<li><code>2</code> - Error not otherwise categorised</li>
<li><code>3</code> - Directory not found</li>
<li><code>4</code> - File not found</li>
<li><code>5</code> - Temporary error (one that more retries might fix) (Retry errors)</li>
<li><code>6</code> - Less serious errors (like 461 errors from dropbox) (NoRetry errors)</li>
2020-09-02 17:59:04 +02:00
<li><code>7</code> - Fatal error (one that more retries won't fix, like account suspended) (Fatal errors)</li>
<li><code>8</code> - Transfer exceeded - limit set by --max-transfer reached</li>
2020-05-27 17:11:47 +02:00
<li><code>9</code> - Operation successful, but no files transferred</li>
2017-12-23 14:07:45 +01:00
</ul>
2017-03-18 12:16:43 +01:00
<h2 id="environment-variables">Environment Variables</h2>
<p>Rclone can be configured entirely using environment variables. These can be used to set defaults for options or config file entries.</p>
2021-03-31 20:12:08 +02:00
<h3 id="options-74">Options</h3>
2017-03-18 12:16:43 +01:00
<p>Every option in rclone can have its default set by environment variable.</p>
2017-07-22 19:16:46 +02:00
<p>To find the name of the environment variable, first, take the long option name, strip the leading <code>--</code>, change <code>-</code> to <code>_</code>, make upper case and prepend <code>RCLONE_</code>.</p>
<p>For example, to always set <code>--stats 5s</code>, set the environment variable <code>RCLONE_STATS=5s</code>. If you set stats on the command line this will override the environment variable setting.</p>
2017-03-18 12:16:43 +01:00
<p>Or to always use the trash in drive <code>--drive-use-trash</code>, set <code>RCLONE_DRIVE_USE_TRASH=true</code>.</p>
<p>The same parser is used for the options and the environment variables so they take exactly the same form.</p>
<h3 id="config-file">Config file</h3>
2021-03-31 20:12:08 +02:00
<p>You can set defaults for values in the config file on an individual remote basis. The names of the config items are documented in the page for each backend.</p>
2017-12-23 14:07:45 +01:00
<p>To find the name of the environment variable, you need to set, take <code>RCLONE_CONFIG_</code> + name of remote + <code>_</code> + name of config file option and make it all uppercase.</p>
2017-07-22 19:16:46 +02:00
<p>For example, to configure an S3 remote named <code>mys3:</code> without a config file (using unix ways of setting environment variables):</p>
2017-03-18 12:16:43 +01:00
<pre><code>$ export RCLONE_CONFIG_MYS3_TYPE=s3
$ export RCLONE_CONFIG_MYS3_ACCESS_KEY_ID=XXX
$ export RCLONE_CONFIG_MYS3_SECRET_ACCESS_KEY=XXX
$ rclone lsd MYS3:
-1 2016-09-21 12:54:21 -1 my-bucket
$ rclone listremotes | grep mys3
mys3:</code></pre>
<p>Note that if you want to create a remote using environment variables you must create the <code>..._TYPE</code> variable as above.</p>
2021-03-31 20:12:08 +02:00
<p>Note also that now rclone has <a href="#connection-strings">connectionstrings</a>, it is probably easier to use those instead which makes the above example</p>
<pre><code>rclone lsd :s3,access_key_id=XXX,secret_access_key=XXX:</code></pre>
2020-09-02 17:59:04 +02:00
<h3 id="precedence">Precedence</h3>
<p>The various different methods of backend configuration are read in this order and the first one with a value is used.</p>
<ul>
2021-02-02 14:42:35 +01:00
<li>Flag values as supplied on the command line, e.g. <code>--drive-use-trash</code>.</li>
<li>Remote specific environment vars, e.g. <code>RCLONE_CONFIG_MYREMOTE_USE_TRASH</code> (see above).</li>
<li>Backend specific environment vars, e.g. <code>RCLONE_DRIVE_USE_TRASH</code>.</li>
<li>Config file, e.g. <code>use_trash = false</code>.</li>
<li>Default values, e.g. <code>true</code> - these can't be changed.</li>
2020-09-02 17:59:04 +02:00
</ul>
<p>So if both <code>--drive-use-trash</code> is supplied on the config line and an environment variable <code>RCLONE_DRIVE_USE_TRASH</code> is set, the command line flag will take preference.</p>
<p>For non backend configuration the order is as follows:</p>
<ul>
2021-02-02 14:42:35 +01:00
<li>Flag values as supplied on the command line, e.g. <code>--stats 5s</code>.</li>
<li>Environment vars, e.g. <code>RCLONE_STATS=5s</code>.</li>
<li>Default values, e.g. <code>1m</code> - these can't be changed.</li>
2020-09-02 17:59:04 +02:00
</ul>
2017-03-18 12:16:43 +01:00
<h3 id="other-environment-variables">Other environment variables</h3>
<ul>
2020-05-27 17:11:47 +02:00
<li><code>RCLONE_CONFIG_PASS</code> set to contain your config file password (see <a href="#configuration-encryption">Configuration Encryption</a> section)</li>
<li><code>HTTP_PROXY</code>, <code>HTTPS_PROXY</code> and <code>NO_PROXY</code> (or the lowercase versions thereof).
2017-03-18 12:16:43 +01:00
<ul>
2020-05-27 17:11:47 +02:00
<li><code>HTTPS_PROXY</code> takes precedence over <code>HTTP_PROXY</code> for https requests.</li>
2020-09-02 17:59:04 +02:00
<li>The environment values may be either a complete URL or a "host[:port]" for, in which case the "http" scheme is assumed.</li>
2017-03-18 12:16:43 +01:00
</ul></li>
2020-09-02 17:59:04 +02:00
<li><code>RCLONE_CONFIG_DIR</code> - rclone <strong>sets</strong> this variable for use in config files and sub processes to point to the directory holding the config file.</li>
2017-03-18 12:16:43 +01:00
</ul>
2016-01-31 17:33:20 +01:00
<h1 id="configuring-rclone-on-a-remote-headless-machine">Configuring rclone on a remote / headless machine</h1>
<p>Some of the configurations (those involving oauth2) require an Internet connected web browser.</p>
2021-02-02 14:42:35 +01:00
<p>If you are trying to set rclone up on a remote or headless box with no browser available on it (e.g. a NAS or a server in a datacenter) then you will need to use an alternative means of configuration. There are two ways of doing it, described below.</p>
2016-01-31 17:33:20 +01:00
<h2 id="configuring-using-rclone-authorize">Configuring using rclone authorize</h2>
2020-05-27 17:11:47 +02:00
<p>On the headless box run <code>rclone</code> config but answer <code>N</code> to the <code>Use auto config?</code> question.</p>
2016-01-31 17:33:20 +01:00
<pre><code>...
Remote config
Use auto config?
* Say Y if not sure
* Say N if you are working on a remote or headless machine
2020-05-27 17:11:47 +02:00
y) Yes (default)
2016-01-31 17:33:20 +01:00
n) No
y/n&gt; n
2020-05-27 17:11:47 +02:00
For this to work, you will need rclone available on a machine that has
a web browser available.
For more help and alternate methods see: https://rclone.org/remote_setup/
Execute the following on the machine with the web browser (same rclone
version recommended):
2016-01-31 17:33:20 +01:00
rclone authorize &quot;amazon cloud drive&quot;
2020-05-27 17:11:47 +02:00
2016-01-31 17:33:20 +01:00
Then paste the result below:
result&gt;</code></pre>
<p>Then on your main desktop machine</p>
<pre><code>rclone authorize &quot;amazon cloud drive&quot;
If your browser doesn&#39;t open automatically go to the following link: http://127.0.0.1:53682/auth
Log in and authorize rclone for access
Waiting for code...
Got code
Paste the following into your remote machine ---&gt;
SECRET_TOKEN
&lt;---End paste</code></pre>
<p>Then back to the headless box, paste in the code</p>
<pre><code>result&gt; SECRET_TOKEN
--------------------
[acd12]
client_id =
client_secret =
token = SECRET_TOKEN
--------------------
y) Yes this is OK
e) Edit this remote
d) Delete this remote
y/e/d&gt;</code></pre>
<h2 id="configuring-by-copying-the-config-file">Configuring by copying the config file</h2>
<p>Rclone stores all of its config in a single configuration file. This can easily be copied to configure a remote rclone.</p>
2020-05-27 17:11:47 +02:00
<p>So first configure rclone on your desktop machine with</p>
2016-01-31 17:33:20 +01:00
<pre><code>rclone config</code></pre>
<p>to set up the config file.</p>
2019-02-09 11:42:57 +01:00
<p>Find the config file by running <code>rclone config file</code>, for example</p>
<pre><code>$ rclone config file
Configuration file is stored at:
/home/user/.rclone.conf</code></pre>
2021-02-02 14:42:35 +01:00
<p>Now transfer it to the remote box (scp, cut paste, ftp, sftp, etc.) and place it in the correct place (use <code>rclone config file</code> on the remote box to find out where).</p>
2016-01-31 17:33:20 +01:00
<h1 id="filtering-includes-and-excludes">Filtering, includes and excludes</h1>
2021-02-02 14:42:35 +01:00
<p>Filter flags determine which files rclone <code>sync</code>, <code>move</code>, <code>ls</code>, <code>lsl</code>, <code>md5sum</code>, <code>sha1sum</code>, <code>size</code>, <code>delete</code>, <code>check</code> and similar commands apply to.</p>
<p>They are specified in terms of path/file name patterns; path/file lists; file age and size, or presence of a file in a directory. Bucket based remotes without the concept of directory apply filters to object key, age and size in an analogous way.</p>
<p>Rclone <code>purge</code> does not obey filters.</p>
<p>To test filters without risk of damage to data, apply them to <code>rclone ls</code>, or with the <code>--dry-run</code> and <code>-vv</code> flags.</p>
<p>Rclone filter patterns can only be used in filter command line options, not in the specification of a remote.</p>
<p>E.g. <code>rclone copy "remote:dir*.jpg" /path/to/dir</code> does not have a filter effect. <code>rclone copy remote:dir /path/to/dir --include "*.jpg"</code> does.</p>
<p><strong>Important</strong> Avoid mixing any two of <code>--include...</code>, <code>--exclude...</code> or <code>--filter...</code> flags in an rclone command. The results may not be what you expect. Instead use a <code>--filter...</code> flag.</p>
<h2 id="patterns-for-matching-pathfile-names">Patterns for matching path/file names</h2>
<h3 id="pattern-syntax">Pattern syntax</h3>
<p>Rclone matching rules follow a glob style:</p>
<pre><code>`*` matches any sequence of non-separator (`/`) characters
`**` matches any sequence of characters including `/` separators
`?` matches any single non-separator (`/`) character
`[` [ `!` ] { character-range } `]`
character class (must be non-empty)
`{` pattern-list `}`
pattern alternatives
c matches character c (c != `*`, `**`, `?`, `\`, `[`, `{`, `}`)
`\` c matches character c</code></pre>
<p>character-range:</p>
<pre><code>c matches character c (c != `\\`, `-`, `]`)
`\` c matches character c
lo `-` hi matches character c for lo &lt;= c &lt;= hi</code></pre>
<p>pattern-list:</p>
<pre><code>pattern { `,` pattern }
comma-separated (without spaces) patterns</code></pre>
<p>character classes (see <a href="https://golang.org/pkg/regexp/syntax/">Go regular expression reference</a>) include:</p>
<pre><code>Named character classes (e.g. [\d], [^\d], [\D], [^\D])
Perl character classes (e.g. \s, \S, \w, \W)
ASCII character classes (e.g. [[:alnum:]], [[:alpha:]], [[:punct:]], [[:xdigit:]])</code></pre>
<p>If the filter pattern starts with a <code>/</code> then it only matches at the top level of the directory tree, <strong>relative to the root of the remote</strong> (not necessarily the root of the drive). If it does not start with <code>/</code> then it is matched starting at the <strong>end of the path/file name</strong> but it only matches a complete path element - it must match from a <code>/</code> separator or the beginning of the path/file.</p>
<pre><code>file.jpg - matches &quot;file.jpg&quot;
- matches &quot;directory/file.jpg&quot;
- doesn&#39;t match &quot;afile.jpg&quot;
- doesn&#39;t match &quot;directory/afile.jpg&quot;
/file.jpg - matches &quot;file.jpg&quot; in the root directory of the remote
- doesn&#39;t match &quot;afile.jpg&quot;
- doesn&#39;t match &quot;directory/file.jpg&quot;</code></pre>
2021-03-31 20:12:08 +02:00
<p>The top level of the remote may not be the top level of the drive.</p>
<p>E.g. for a Microsoft Windows local directory structure</p>
<pre><code>F:
├── bkp
├── data
│ ├── excl
│ │ ├── 123.jpg
│ │ └── 456.jpg
│ ├── incl
│ │ └── document.pdf</code></pre>
<p>To copy the contents of folder <code>data</code> into folder <code>bkp</code> excluding the contents of subfolder <code>excl</code>the following command treats <code>F:\data</code> and <code>F:\bkp</code> as top level for filtering.</p>
<p><code>rclone copy F:\data\ F:\bkp\ --exclude=/excl/**</code></p>
2021-02-02 14:42:35 +01:00
<p><strong>Important</strong> Use <code>/</code> in path/file name patterns and not <code>\</code> even if running on Microsoft Windows.</p>
<p>Simple patterns are case sensitive unless the <code>--ignore-case</code> flag is used.</p>
2018-11-24 14:44:25 +01:00
<p>Without <code>--ignore-case</code> (default)</p>
<pre><code>potato - matches &quot;potato&quot;
- doesn&#39;t match &quot;POTATO&quot;</code></pre>
<p>With <code>--ignore-case</code></p>
<pre><code>potato - matches &quot;potato&quot;
- matches &quot;POTATO&quot;</code></pre>
2021-02-02 14:42:35 +01:00
<h2 id="how-filter-rules-are-applied-to-files">How filter rules are applied to files</h2>
2021-03-31 20:12:08 +02:00
<p>Rclone path/file name filters are made up of one or more of the following flags:</p>
2017-01-02 16:30:34 +01:00
<ul>
<li><code>--include</code></li>
<li><code>--include-from</code></li>
<li><code>--exclude</code></li>
<li><code>--exclude-from</code></li>
<li><code>--filter</code></li>
<li><code>--filter-from</code></li>
</ul>
2021-02-02 14:42:35 +01:00
<p>There can be more than one instance of individual flags.</p>
<p>Rclone internally uses a combined list of all the include and exclude rules. The order in which rules are processed can influence the result of the filter.</p>
<p>All flags of the same type are processed together in the order above, regardless of what order the different types of flags are included on the command line.</p>
<p>Multiple instances of the same flag are processed from left to right according to their position in the command line.</p>
<p>To mix up the order of processing includes and excludes use <code>--filter...</code> flags.</p>
2021-03-31 20:12:08 +02:00
<p>Within <code>--include-from</code>, <code>--exclude-from</code> and <code>--filter-from</code> flags rules are processed from top to bottom of the referenced file.</p>
2021-02-02 14:42:35 +01:00
<p>If there is an <code>--include</code> or <code>--include-from</code> flag specified, rclone implies a <code>- **</code> rule which it adds to the bottom of the internal rule list. Specifying a <code>+</code> rule with a <code>--filter...</code> flag does not imply that rule.</p>
<p>Each path/file name passed through rclone is matched against the combined filter list. At first match to a rule the path/file name is included or excluded and no further filter rules are processed for that path/file.</p>
<p>If rclone does not find a match, after testing against all rules (including the implied rule if appropriate), the path/file name is included.</p>
<p>Any path/file included at that stage is processed by the rclone command.</p>
<p><code>--files-from</code> and <code>--files-from-raw</code> flags over-ride and cannot be combined with other filter options.</p>
<p>To see the internal combined rule list, in regular expression form, for a command add the <code>--dump filters</code> flag. Running an rclone command with <code>--dump filters</code> and <code>-vv</code> flags lists the internal filter elements and shows how they are applied to each source path/file. There is not currently a means provided to pass regular expression filter options into rclone directly though character class filter rules contain character classes. <a href="https://golang.org/pkg/regexp/syntax/">Go regular expression reference</a></p>
<h3 id="how-filter-rules-are-applied-to-directories">How filter rules are applied to directories</h3>
2021-03-31 20:12:08 +02:00
<p>Rclone commands are applied to path/file names not directories. The entire contents of a directory can be matched to a filter by the pattern <code>directory/*</code> or recursively by <code>directory/**</code>.</p>
2021-02-02 14:42:35 +01:00
<p>Directory filter rules are defined with a closing <code>/</code> separator.</p>
<p>E.g. <code>/directory/subdirectory/</code> is an rclone directory filter rule.</p>
<p>Rclone commands can use directory filter rules to determine whether they recurse into subdirectories. This potentially optimises access to a remote by avoiding listing unnecessary directories. Whether optimisation is desirable depends on the specific filter rules and source remote content.</p>
2021-03-31 20:12:08 +02:00
<p>Directory recursion optimisation occurs if either:</p>
2021-02-02 14:42:35 +01:00
<ul>
2021-03-31 20:12:08 +02:00
<li><p>A source remote does not support the rclone <code>ListR</code> primitive. local, sftp, Microsoft OneDrive and WebDav do not support <code>ListR</code>. Google Drive and most bucket type storage do. <a href="https://rclone.org/overview/#optional-features">Full list</a></p></li>
<li><p>On other remotes (those that support <code>ListR</code>), if the rclone command is not naturally recursive, and provided it is not run with the <code>--fast-list</code> flag. <code>ls</code>, <code>lsf -R</code> and <code>size</code> are naturally recursive but <code>sync</code>, <code>copy</code> and <code>move</code> are not.</p></li>
2021-02-02 14:42:35 +01:00
<li><p>Whenever the <code>--disable ListR</code> flag is applied to an rclone command.</p></li>
</ul>
<p>Rclone commands imply directory filter rules from path/file filter rules. To view the directory filter rules rclone has implied for a command specify the <code>--dump filters</code> flag.</p>
<p>E.g. for an include rule</p>
<pre><code>/a/*.jpg</code></pre>
<p>Rclone implies the directory include rule</p>
<pre><code>/a/</code></pre>
<p>Directory filter rules specified in an rclone command can limit the scope of an rclone command but path/file filters still have to be specified.</p>
2021-03-31 20:12:08 +02:00
<p>E.g. <code>rclone ls remote: --include /directory/</code> will not match any files. Because it is an <code>--include</code> option the <code>--exclude **</code> rule is implied, and the <code>/directory/</code> pattern serves only to optimise access to the remote by ignoring everything outside of that directory.</p>
2021-02-02 14:42:35 +01:00
<p>E.g. <code>rclone ls remote: --filter-from filter-list.txt</code> with a file <code>filter-list.txt</code>:</p>
<pre><code>- /dir1/
- /dir2/
+ *.pdf
- **</code></pre>
2021-03-31 20:12:08 +02:00
<p>All files in directories <code>dir1</code> or <code>dir2</code> or their subdirectories are completely excluded from the listing. Only files of suffix <code>pdf</code> in the root of <code>remote:</code> or its subdirectories are listed. The <code>- **</code> rule prevents listing of any path/files not previously matched by the rules above.</p>
2021-02-02 14:42:35 +01:00
<p>Option <code>exclude-if-present</code> creates a directory exclude rule based on the presence of a file in a directory and takes precedence over other rclone directory filter rules.</p>
2021-03-31 20:12:08 +02:00
<p>When using pattern list syntax, if a pattern item contains either <code>/</code> or <code>**</code>, then rclone will not able to imply a directory filter rule from this pattern list.</p>
<p>E.g. for an include rule</p>
<pre><code>{dir1/**,dir2/**}</code></pre>
<p>Rclone will match files below directories <code>dir1</code> or <code>dir2</code> only, but will not be able to use this filter to exclude a directory <code>dir3</code> from being traversed.</p>
<p>Directory recursion optimisation may affect performance, but normally not the result. One exception to this is sync operations with option <code>--create-empty-src-dirs</code>, where any traversed empty directories will be created. With the pattern list example <code>{dir1/**,dir2/**}</code> above, this would create an empty directory <code>dir3</code> on destination (when it exists on source). Changing the filter to <code>{dir1,dir2}/**</code>, or splitting it into two include rules <code>--include dir1/** --include dir2/**</code>, will match the same files while also filtering directories, with the result that an empty directory <code>dir3</code> will no longer be created.</p>
2016-01-31 17:33:20 +01:00
<h3 id="exclude---exclude-files-matching-pattern"><code>--exclude</code> - Exclude files matching pattern</h3>
2021-02-02 14:42:35 +01:00
<p>Excludes path/file names from an rclone command based on a single exclude rule.</p>
<p>This flag can be repeated. See above for the order filter flags are processed in.</p>
<p><code>--exclude</code> should not be used with <code>--include</code>, <code>--include-from</code>, <code>--filter</code> or <code>--filter-from</code> flags.</p>
<p><code>--exclude</code> has no effect when combined with <code>--files-from</code> or <code>--files-from-raw</code> flags.</p>
<p>E.g. <code>rclone ls remote: --exclude *.bak</code> excludes all .bak files from listing.</p>
<p>E.g. <code>rclone size remote: "--exclude /dir/**"</code> returns the total size of all files on <code>remote:</code> excluding those in root directory <code>dir</code> and sub directories.</p>
2021-03-31 20:12:08 +02:00
<p>E.g. on Microsoft Windows <code>rclone ls remote: --exclude "*\[{JP,KR,HK}\]*"</code> lists the files in <code>remote:</code> with <code>[JP]</code> or <code>[KR]</code> or <code>[HK]</code> in their name. Quotes prevent the shell from interpreting the <code>\</code> characters.<code>\</code> characters escape the <code>[</code> and <code>]</code> so an rclone filter treats them literally rather than as a character-range. The <code>{</code> and <code>}</code> define an rclone pattern list. For other operating systems single quotes are required ie <code>rclone ls remote: --exclude '*\[{JP,KR,HK}\]*'</code></p>
2016-01-31 17:33:20 +01:00
<h3 id="exclude-from---read-exclude-patterns-from-file"><code>--exclude-from</code> - Read exclude patterns from file</h3>
2021-02-02 14:42:35 +01:00
<p>Excludes path/file names from an rclone command based on rules in a named file. The file contains a list of remarks and pattern rules.</p>
<p>For an example <code>exclude-file.txt</code>:</p>
2016-01-31 17:33:20 +01:00
<pre><code># a sample exclude rule file
*.bak
file2.jpg</code></pre>
2021-02-02 14:42:35 +01:00
<p><code>rclone ls remote: --exclude-from exclude-file.txt</code> lists the files on <code>remote:</code> except those named <code>file2.jpg</code> or with a suffix <code>.bak</code>. That is equivalent to <code>rclone ls remote: --exclude file2.jpg --exclude "*.bak"</code>.</p>
<p>This flag can be repeated. See above for the order filter flags are processed in.</p>
<p>The <code>--exclude-from</code> flag is useful where multiple exclude filter rules are applied to an rclone command.</p>
<p><code>--exclude-from</code> should not be used with <code>--include</code>, <code>--include-from</code>, <code>--filter</code> or <code>--filter-from</code> flags.</p>
<p><code>--exclude-from</code> has no effect when combined with <code>--files-from</code> or <code>--files-from-raw</code> flags.</p>
<p><code>--exclude-from</code> followed by <code>-</code> reads filter rules from standard input.</p>
2016-01-31 17:33:20 +01:00
<h3 id="include---include-files-matching-pattern"><code>--include</code> - Include files matching pattern</h3>
2021-02-02 14:42:35 +01:00
<p>Adds a single include rule based on path/file names to an rclone command.</p>
<p>This flag can be repeated. See above for the order filter flags are processed in.</p>
<p><code>--include</code> has no effect when combined with <code>--files-from</code> or <code>--files-from-raw</code> flags.</p>
<p><code>--include</code> implies <code>--exclude **</code> at the end of an rclone internal filter list. Therefore if you mix <code>--include</code> and <code>--include-from</code> flags with <code>--exclude</code>, <code>--exclude-from</code>, <code>--filter</code> or <code>--filter-from</code>, you must use include rules for all the files you want in the include statement. For more flexibility use the <code>--filter-from</code> flag.</p>
<p>E.g. <code>rclone ls remote: --include "*.{png,jpg}"</code> lists the files on <code>remote:</code> with suffix <code>.png</code> and <code>.jpg</code>. All other files are excluded.</p>
<p>E.g. multiple rclone copy commands can be combined with <code>--include</code> and a pattern-list.</p>
<pre><code>rclone copy /vol1/A remote:A
rclone copy /vol1/B remote:B</code></pre>
<p>is equivalent to:</p>
<pre><code>rclone copy /vol1 remote: --include &quot;{A,B}/**&quot;</code></pre>
<p>E.g. <code>rclone ls remote:/wheat --include "??[^[:punct:]]*"</code> lists the files <code>remote:</code> directory <code>wheat</code> (and subdirectories) whose third character is not punctuation. This example uses an <a href="https://golang.org/pkg/regexp/syntax/">ASCII character class</a>.</p>
2016-01-31 17:33:20 +01:00
<h3 id="include-from---read-include-patterns-from-file"><code>--include-from</code> - Read include patterns from file</h3>
2021-02-02 14:42:35 +01:00
<p>Adds path/file names to an rclone command based on rules in a named file. The file contains a list of remarks and pattern rules.</p>
<p>For an example <code>include-file.txt</code>:</p>
2016-01-31 17:33:20 +01:00
<pre><code># a sample include rule file
*.jpg
file2.avi</code></pre>
2021-02-02 14:42:35 +01:00
<p><code>rclone ls remote: --include-from include-file.txt</code> lists the files on <code>remote:</code> with name <code>file2.avi</code> or suffix <code>.jpg</code>. That is equivalent to <code>rclone ls remote: --include file2.avi --include "*.jpg"</code>.</p>
<p>This flag can be repeated. See above for the order filter flags are processed in.</p>
<p>The <code>--include-from</code> flag is useful where multiple include filter rules are applied to an rclone command.</p>
<p><code>--include-from</code> implies <code>--exclude **</code> at the end of an rclone internal filter list. Therefore if you mix <code>--include</code> and <code>--include-from</code> flags with <code>--exclude</code>, <code>--exclude-from</code>, <code>--filter</code> or <code>--filter-from</code>, you must use include rules for all the files you want in the include statement. For more flexibility use the <code>--filter-from</code> flag.</p>
<p><code>--exclude-from</code> has no effect when combined with <code>--files-from</code> or <code>--files-from-raw</code> flags.</p>
<p><code>--exclude-from</code> followed by <code>-</code> reads filter rules from standard input.</p>
2016-01-31 17:33:20 +01:00
<h3 id="filter---add-a-file-filtering-rule"><code>--filter</code> - Add a file-filtering rule</h3>
2021-02-02 14:42:35 +01:00
<p>Specifies path/file names to an rclone command, based on a single include or exclude rule, in <code>+</code> or <code>-</code> format.</p>
<p>This flag can be repeated. See above for the order filter flags are processed in.</p>
<p><code>--filter +</code> differs from <code>--include</code>. In the case of <code>--include</code> rclone implies an <code>--exclude *</code> rule which it adds to the bottom of the internal rule list. <code>--filter...+</code> does not imply that rule.</p>
<p><code>--filter</code> has no effect when combined with <code>--files-from</code> or <code>--files-from-raw</code> flags.</p>
<p><code>--filter</code> should not be used with <code>--include</code>, <code>--include-from</code>, <code>--exclude</code> or <code>--exclude-from</code> flags.</p>
<p>E.g. <code>rclone ls remote: --filter "- *.bak"</code> excludes all <code>.bak</code> files from a list of <code>remote:</code>.</p>
2016-01-31 17:33:20 +01:00
<h3 id="filter-from---read-filtering-patterns-from-a-file"><code>--filter-from</code> - Read filtering patterns from a file</h3>
2021-02-02 14:42:35 +01:00
<p>Adds path/file names to an rclone command based on rules in a named file. The file contains a list of remarks and pattern rules. Include rules start with <code>+</code> and exclude rules with <code>-</code>. <code>!</code> clears existing rules. Rules are processed in the order they are defined.</p>
<p>This flag can be repeated. See above for the order filter flags are processed in.</p>
<p>Arrange the order of filter rules with the most restrictive first and work down.</p>
2021-03-31 20:12:08 +02:00
<p>E.g. for <code>filter-file.txt</code>:</p>
2017-09-30 15:19:47 +02:00
<pre><code># a sample filter rule file
2016-01-31 17:33:20 +01:00
- secret*.jpg
+ *.jpg
+ *.png
+ file2.avi
2017-09-30 15:19:47 +02:00
- /dir/Trash/**
+ /dir/**
2016-01-31 17:33:20 +01:00
# exclude everything else
- *</code></pre>
2021-02-02 14:42:35 +01:00
<p><code>rclone ls remote: --filter-from filter-file.txt</code> lists the path/files on <code>remote:</code> including all <code>jpg</code> and <code>png</code> files, excluding any matching <code>secret*.jpg</code> and including <code>file2.avi</code>. It also includes everything in the directory <code>dir</code> at the root of <code>remote</code>, except <code>remote:dir/Trash</code> which it excludes. Everything else is excluded.</p>
<p>E.g. for an alternative <code>filter-file.txt</code>:</p>
<pre><code>- secret*.jpg
+ *.jpg
+ *.png
+ file2.avi
- *</code></pre>
<p>Files <code>file1.jpg</code>, <code>file3.png</code> and <code>file2.avi</code> are listed whilst <code>secret17.jpg</code> and files without the suffix .jpg<code>or</code>.png` are excluded.</p>
<p>E.g. for an alternative <code>filter-file.txt</code>:</p>
<pre><code>+ *.jpg
+ *.gif
!
+ 42.doc
- *</code></pre>
<p>Only file 42.doc is listed. Prior rules are cleared by the <code>!</code>.</p>
2016-01-31 17:33:20 +01:00
<h3 id="files-from---read-list-of-source-file-names"><code>--files-from</code> - Read list of source-file names</h3>
2021-02-02 14:42:35 +01:00
<p>Adds path/files to an rclone command from a list in a named file. Rclone processes the path/file names in the order of the list, and no others.</p>
<p>Other filter flags (<code>--include</code>, <code>--include-from</code>, <code>--exclude</code>, <code>--exclude-from</code>, <code>--filter</code> and <code>--filter-from</code>) are ignored when <code>--files-from</code> is used.</p>
<p><code>--files-from</code> expects a list of files as its input. Leading or trailing whitespace is stripped from the input lines. Lines starting with <code>#</code> or <code>;</code> are ignored.</p>
<p>Rclone commands with a <code>--files-from</code> flag traverse the remote, treating the names in <code>--files-from</code> as a set of filters.</p>
<p>If the <code>--no-traverse</code> and <code>--files-from</code> flags are used together an rclone command does not traverse the remote. Instead it addresses each path/file named in the file individually. For each path/file name, that requires typically 1 API call. This can be efficient for a short <code>--files-from</code> list and a remote containing many files.</p>
<p>Rclone commands do not error if any names in the <code>--files-from</code> file are missing from the source remote.</p>
<p>The <code>--files-from</code> flag can be repeated in a single rclone command to read path/file names from more than one file. The files are read from left to right along the command line.</p>
<p>Paths within the <code>--files-from</code> file are interpreted as starting with the root specified in the rclone command. Leading <code>/</code> separators are ignored. See <a href="#files-from-raw-read-list-of-source-file-names-without-any-processing">--files-from-raw</a> if you need the input to be processed in a raw manner.</p>
<p>E.g. for a file <code>files-from.txt</code>:</p>
2016-01-31 17:33:20 +01:00
<pre><code># comment
file1.jpg
2018-03-19 11:06:13 +01:00
subdir/file2.jpg</code></pre>
2021-02-02 14:42:35 +01:00
<p><code>rclone copy --files-from files-from.txt /home/me/pics remote:pics</code> copies the following, if they exist, and only those files.</p>
2018-03-19 11:06:13 +01:00
<pre><code>/home/me/pics/file1.jpg → remote:pics/file1.jpg
2019-08-26 16:25:20 +02:00
/home/me/pics/subdir/file2.jpg → remote:pics/subdir/file2.jpg</code></pre>
2021-02-02 14:42:35 +01:00
<p>E.g. to copy the following files referenced by their absolute paths:</p>
<pre><code>/home/user1/42
/home/user1/dir/ford
/home/user2/prefect</code></pre>
<p>First find a common subdirectory - in this case <code>/home</code> and put the remaining files in <code>files-from.txt</code> with or without leading <code>/</code>, e.g.</p>
<pre><code>user1/42
user1/dir/ford
user2/prefect</code></pre>
<p>Then copy these to a remote:</p>
2016-07-13 13:26:22 +02:00
<pre><code>rclone copy --files-from files-from.txt /home remote:backup</code></pre>
2021-02-02 14:42:35 +01:00
<p>The three files are transferred as follows:</p>
<pre><code>/home/user1/42 → remote:backup/user1/important
/home/user1/dir/ford → remote:backup/user1/dir/file
/home/user2/prefect → remote:backup/user2/stuff</code></pre>
2021-03-31 20:12:08 +02:00
<p>Alternatively if <code>/</code> is chosen as root <code>files-from.txt</code> will be:</p>
2021-02-02 14:42:35 +01:00
<pre><code>/home/user1/42
/home/user1/dir/ford
/home/user2/prefect</code></pre>
2021-03-31 20:12:08 +02:00
<p>The copy command will be:</p>
2016-07-13 13:26:22 +02:00
<pre><code>rclone copy --files-from files-from.txt / remote:backup</code></pre>
2021-02-02 14:42:35 +01:00
<p>Then there will be an extra <code>home</code> directory on the remote:</p>
<pre><code>/home/user1/42 → remote:backup/home/user1/42
/home/user1/dir/ford → remote:backup/home/user1/dir/ford
/home/user2/prefect → remote:backup/home/user2/prefect</code></pre>
2020-05-27 17:11:47 +02:00
<h3 id="files-from-raw---read-list-of-source-file-names-without-any-processing"><code>--files-from-raw</code> - Read list of source-file names without any processing</h3>
2021-02-02 14:42:35 +01:00
<p>This flag is the same as <code>--files-from</code> except that input is read in a raw manner. Lines with leading / trailing whitespace, and lines starting with <code>;</code> or <code>#</code> are read without any processing. <a href="https://rclone.org/commands/rclone_lsf/">rclone lsf</a> has a compatible format that can be used to export file lists from remotes for input to <code>--files-from-raw</code>.</p>
<h3 id="ignore-case---make-searches-case-insensitive"><code>--ignore-case</code> - make searches case insensitive</h3>
<p>By default rclone filter patterns are case sensitive. The <code>--ignore-case</code> flag makes all of the filters patterns on the command line case insensitive.</p>
<p>E.g. <code>--include "zaphod.txt"</code> does not match a file <code>Zaphod.txt</code>. With <code>--ignore-case</code> a match is made.</p>
<h2 id="quoting-shell-metacharacters">Quoting shell metacharacters</h2>
<p>Rclone commands with filter patterns containing shell metacharacters may not as work as expected in your shell and may require quoting.</p>
<p>E.g. linux, OSX (<code>*</code> metacharacter)</p>
<ul>
<li><code>--include \*.jpg</code></li>
<li><code>--include '*.jpg'</code></li>
<li><code>--include='*.jpg'</code></li>
</ul>
<p>Microsoft Windows expansion is done by the command, not shell, so <code>--include *.jpg</code> does not require quoting.</p>
<p>If the rclone error <code>Command .... needs .... arguments maximum: you provided .... non flag arguments:</code> is encountered, the cause is commonly spaces within the name of a remote or flag value. The fix then is to quote values containing spaces.</p>
<h2 id="other-filters">Other filters</h2>
2020-09-02 17:59:04 +02:00
<h3 id="min-size---dont-transfer-any-file-smaller-than-this"><code>--min-size</code> - Don't transfer any file smaller than this</h3>
2021-02-02 14:42:35 +01:00
<p>Controls the minimum size file within the scope of an rclone command. Default units are <code>kBytes</code> but abbreviations <code>k</code>, <code>M</code>, or <code>G</code> are valid.</p>
<p>E.g. <code>rclone ls remote: --min-size 50k</code> lists files on <code>remote:</code> of 50kByte size or larger.</p>
2020-09-02 17:59:04 +02:00
<h3 id="max-size---dont-transfer-any-file-larger-than-this"><code>--max-size</code> - Don't transfer any file larger than this</h3>
2021-02-02 14:42:35 +01:00
<p>Controls the maximum size file within the scope of an rclone command. Default units are <code>kBytes</code> but abbreviations <code>k</code>, <code>M</code>, or <code>G</code> are valid.</p>
<p>E.g. <code>rclone ls remote: --max-size 1G</code> lists files on <code>remote:</code> of 1GByte size or smaller.</p>
2020-09-02 17:59:04 +02:00
<h3 id="max-age---dont-transfer-any-file-older-than-this"><code>--max-age</code> - Don't transfer any file older than this</h3>
2021-02-02 14:42:35 +01:00
<p>Controls the maximum age of files within the scope of an rclone command. Default units are seconds or the following abbreviations are valid:</p>
2016-01-31 17:33:20 +01:00
<ul>
<li><code>ms</code> - Milliseconds</li>
<li><code>s</code> - Seconds</li>
<li><code>m</code> - Minutes</li>
<li><code>h</code> - Hours</li>
<li><code>d</code> - Days</li>
<li><code>w</code> - Weeks</li>
<li><code>M</code> - Months</li>
<li><code>y</code> - Years</li>
</ul>
2021-02-02 14:42:35 +01:00
<p><code>--max-age</code> can also be specified as an absolute time in the following formats:</p>
2020-05-27 17:11:47 +02:00
<ul>
2021-03-31 20:12:08 +02:00
<li>RFC3339 - e.g. <code>2006-01-02T15:04:05Z</code> or <code>2006-01-02T15:04:05+07:00</code></li>
<li>ISO8601 Date and time, local timezone - <code>2006-01-02T15:04:05</code></li>
<li>ISO8601 Date and time, local timezone - <code>2006-01-02 15:04:05</code></li>
<li>ISO8601 Date - <code>2006-01-02</code> (YYYY-MM-DD)</li>
2020-05-27 17:11:47 +02:00
</ul>
2021-02-02 14:42:35 +01:00
<p><code>--max-age</code> applies only to files and not to directories.</p>
<p>E.g. <code>rclone ls remote: --max-age 2d</code> lists files on <code>remote:</code> of 2 days old or less.</p>
2020-09-02 17:59:04 +02:00
<h3 id="min-age---dont-transfer-any-file-younger-than-this"><code>--min-age</code> - Don't transfer any file younger than this</h3>
2021-02-02 14:42:35 +01:00
<p>Controls the minimum age of files within the scope of an rclone command. (see <code>--max-age</code> for valid formats)</p>
<p><code>--min-age</code> applies only to files and not to directories.</p>
<p>E.g. <code>rclone ls remote: --min-age 2d</code> lists files on <code>remote:</code> of 2 days old or more.</p>
<h2 id="other-flags">Other flags</h2>
2016-01-31 17:33:20 +01:00
<h3 id="delete-excluded---delete-files-on-dest-excluded-from-sync"><code>--delete-excluded</code> - Delete files on dest excluded from sync</h3>
2021-02-02 14:42:35 +01:00
<p><strong>Important</strong> this flag is dangerous to your data - use with <code>--dry-run</code> and <code>-v</code> first.</p>
2021-03-31 20:12:08 +02:00
<p>In conjunction with <code>rclone sync</code>, <code>--delete-excluded</code> deletes any files on the destination which are excluded from the command.</p>
2021-02-02 14:42:35 +01:00
<p>E.g. the scope of <code>rclone sync -i A: B:</code> can be restricted:</p>
2016-01-31 17:33:20 +01:00
<pre><code>rclone --min-size 50k --delete-excluded sync A: B:</code></pre>
2021-02-02 14:42:35 +01:00
<p>All files on <code>B:</code> which are less than 50 kBytes are deleted because they are excluded from the rclone sync command.</p>
2017-12-23 14:07:45 +01:00
<h3 id="dump-filters---dump-the-filters-to-the-output"><code>--dump filters</code> - dump the filters to the output</h3>
2021-02-02 14:42:35 +01:00
<p>Dumps the defined filters to standard output in regular expression format.</p>
2016-01-31 17:33:20 +01:00
<p>Useful for debugging.</p>
2017-12-23 14:07:45 +01:00
<h2 id="exclude-directory-based-on-a-file">Exclude directory based on a file</h2>
2021-02-02 14:42:35 +01:00
<p>The <code>--exclude-if-present</code> flag controls whether a directory is within the scope of an rclone command based on the presence of a named file within it.</p>
<p>This flag has a priority over other filter flags.</p>
<p>E.g. for the following directory structure:</p>
2017-12-23 14:07:45 +01:00
<pre><code>dir1/file1
dir1/dir2/file2
dir1/dir2/dir3/file3
dir1/dir2/dir3/.ignore</code></pre>
2021-02-02 14:42:35 +01:00
<p>The command <code>rclone ls --exclude-if-present .ignore dir1</code> does not list <code>dir3</code>, <code>file3</code> or <code>.ignore</code>.</p>
<p><code>--exclude-if-present</code> can only be used once in an rclone command.</p>
<h2 id="common-pitfalls">Common pitfalls</h2>
2021-03-31 20:12:08 +02:00
<p>The most frequent filter support issues on the <a href="https://forum.rclone.org/">rclone forum</a> are:</p>
2021-02-02 14:42:35 +01:00
<ul>
<li>Not using paths relative to the root of the remote</li>
<li>Not using <code>/</code> to match from the root of a remote</li>
<li>Not using <code>**</code> to match the contents of a directory</li>
</ul>
2019-08-26 16:25:20 +02:00
<h1 id="gui-experimental">GUI (Experimental)</h1>
<p>Rclone can serve a web based GUI (graphical user interface). This is somewhat experimental at the moment so things may be subject to change.</p>
<p>Run this command in a terminal and rclone will download and then display the GUI in a web browser.</p>
<pre><code>rclone rcd --rc-web-gui</code></pre>
<p>This will produce logs like this and rclone needs to continue to run to serve the GUI:</p>
<pre><code>2019/08/25 11:40:14 NOTICE: A new release for gui is present at https://github.com/rclone/rclone-webui-react/releases/download/v0.0.6/currentbuild.zip
2019/08/25 11:40:14 NOTICE: Downloading webgui binary. Please wait. [Size: 3813937, Path : /home/USER/.cache/rclone/webgui/v0.0.6.zip]
2019/08/25 11:40:16 NOTICE: Unzipping
2019/08/25 11:40:16 NOTICE: Serving remote control on http://127.0.0.1:5572/</code></pre>
<p>This assumes you are running rclone locally on your machine. It is possible to separate the rclone and the GUI - see below for details.</p>
2020-02-01 11:31:42 +01:00
<p>If you wish to check for updates then you can add <code>--rc-web-gui-update</code> to the command line.</p>
<p>If you find your GUI broken, you may force it to update by add <code>--rc-web-gui-force-update</code>.</p>
<p>By default, rclone will open your browser. Add <code>--rc-web-gui-no-open-browser</code> to disable this feature.</p>
2019-08-26 16:25:20 +02:00
<h2 id="using-the-gui">Using the GUI</h2>
<p>Once the GUI opens, you will be looking at the dashboard which has an overall overview.</p>
<p>On the left hand side you will see a series of view buttons you can click on:</p>
<ul>
<li>Dashboard - main overview</li>
<li>Configs - examine and create new configurations</li>
<li>Explorer - view, download and upload files to the cloud storage systems</li>
<li>Backend - view or alter the backend config</li>
<li>Log out</li>
</ul>
<p>(More docs and walkthrough video to come!)</p>
<h2 id="how-it-works">How it works</h2>
<p>When you run the <code>rclone rcd --rc-web-gui</code> this is what happens</p>
<ul>
2020-09-02 17:59:04 +02:00
<li>Rclone starts but only runs the remote control API ("rc").</li>
2019-08-26 16:25:20 +02:00
<li>The API is bound to localhost with an auto generated username and password.</li>
<li>If the API bundle is missing then rclone will download it.</li>
<li>rclone will start serving the files from the API bundle over the same port as the API</li>
<li>rclone will open the browser with a <code>login_token</code> so it can log straight in.</li>
</ul>
<h2 id="advanced-use">Advanced use</h2>
<p>The <code>rclone rcd</code> may use any of the <a href="https://rclone.org/rc/#supported-parameters">flags documented on the rc page</a>.</p>
<p>The flag <code>--rc-web-gui</code> is shorthand for</p>
<ul>
<li>Download the web GUI if necessary</li>
<li>Check we are using some authentication</li>
<li><code>--rc-user gui</code></li>
<li><code>--rc-pass &lt;random password&gt;</code></li>
<li><code>--rc-serve</code></li>
</ul>
2020-05-27 17:11:47 +02:00
<p>These flags can be overridden as desired.</p>
2019-08-26 16:25:20 +02:00
<p>See also the <a href="https://rclone.org/commands/rclone_rcd/">rclone rcd documentation</a>.</p>
<h3 id="example-running-a-public-gui">Example: Running a public GUI</h3>
<p>For example the GUI could be served on a public port over SSL using an htpasswd file using the following flags:</p>
<ul>
<li><code>--rc-web-gui</code></li>
<li><code>--rc-addr :443</code></li>
<li><code>--rc-htpasswd /path/to/htpasswd</code></li>
<li><code>--rc-cert /path/to/ssl.crt</code></li>
<li><code>--rc-key /path/to/ssl.key</code></li>
</ul>
<h3 id="example-running-a-gui-behind-a-proxy">Example: Running a GUI behind a proxy</h3>
<p>If you want to run the GUI behind a proxy at <code>/rclone</code> you could use these flags:</p>
<ul>
<li><code>--rc-web-gui</code></li>
<li><code>--rc-baseurl rclone</code></li>
<li><code>--rc-htpasswd /path/to/htpasswd</code></li>
</ul>
2020-05-27 17:11:47 +02:00
<p>Or instead of htpasswd if you just want a single user and password:</p>
2019-08-26 16:25:20 +02:00
<ul>
<li><code>--rc-user me</code></li>
<li><code>--rc-pass mypassword</code></li>
</ul>
<h2 id="project">Project</h2>
2020-05-27 17:11:47 +02:00
<p>The GUI is being developed in the: <a href="https://github.com/rclone/rclone-webui-react">rclone/rclone-webui-react repository</a>.</p>
2020-02-01 11:31:42 +01:00
<p>Bug reports and contributions are very welcome :-)</p>
2019-08-26 16:25:20 +02:00
<p>If you have questions then please ask them on the <a href="https://forum.rclone.org/">rclone forum</a>.</p>
2020-05-27 17:11:47 +02:00
<h1 id="remote-controlling-rclone-with-its-api">Remote controlling rclone with its API</h1>
2021-02-02 14:42:35 +01:00
<p>If rclone is run with the <code>--rc</code> flag then it starts an HTTP server which can be used to remote control rclone using its API.</p>
<p>You can either use the <a href="#api-rc">rclone rc</a> command to access the API or <a href="#api-http">use HTTP directly</a>.</p>
2018-11-24 14:44:25 +01:00
<p>If you just want to run a remote control then see the <a href="https://rclone.org/commands/rclone_rcd/">rcd command</a>.</p>
2018-03-19 11:06:13 +01:00
<h2 id="supported-parameters">Supported parameters</h2>
2020-09-02 17:59:04 +02:00
<h3 id="rc">--rc</h3>
2018-03-19 11:06:13 +01:00
<p>Flag to start the http server listen on remote requests</p>
2020-09-02 17:59:04 +02:00
<h3 id="rc-addrip">--rc-addr=IP</h3>
<p>IPaddress:Port or :Port to bind server to. (default "localhost:5572")</p>
<h3 id="rc-certkey">--rc-cert=KEY</h3>
2018-03-19 11:06:13 +01:00
<p>SSL PEM key (concatenation of certificate and CA certificate)</p>
2020-09-02 17:59:04 +02:00
<h3 id="rc-client-capath">--rc-client-ca=PATH</h3>
2018-03-19 11:06:13 +01:00
<p>Client certificate authority to verify clients with</p>
2020-09-02 17:59:04 +02:00
<h3 id="rc-htpasswdpath">--rc-htpasswd=PATH</h3>
2018-03-19 11:06:13 +01:00
<p>htpasswd file - if not provided no authentication is done</p>
2020-09-02 17:59:04 +02:00
<h3 id="rc-keypath">--rc-key=PATH</h3>
2018-03-19 11:06:13 +01:00
<p>SSL PEM Private key</p>
2020-09-02 17:59:04 +02:00
<h3 id="rc-max-header-bytesvalue">--rc-max-header-bytes=VALUE</h3>
2018-03-19 11:06:13 +01:00
<p>Maximum size of request header (default 4096)</p>
2020-09-02 17:59:04 +02:00
<h3 id="rc-uservalue">--rc-user=VALUE</h3>
2018-03-19 11:06:13 +01:00
<p>User name for authentication.</p>
2020-09-02 17:59:04 +02:00
<h3 id="rc-passvalue">--rc-pass=VALUE</h3>
2018-03-19 11:06:13 +01:00
<p>Password for authentication.</p>
2020-09-02 17:59:04 +02:00
<h3 id="rc-realmvalue">--rc-realm=VALUE</h3>
<p>Realm for authentication (default "rclone")</p>
<h3 id="rc-server-read-timeoutduration">--rc-server-read-timeout=DURATION</h3>
2018-03-19 11:06:13 +01:00
<p>Timeout for server reading data (default 1h0m0s)</p>
2020-09-02 17:59:04 +02:00
<h3 id="rc-server-write-timeoutduration">--rc-server-write-timeout=DURATION</h3>
2018-03-19 11:06:13 +01:00
<p>Timeout for server writing data (default 1h0m0s)</p>
2020-09-02 17:59:04 +02:00
<h3 id="rc-serve">--rc-serve</h3>
2018-11-24 14:44:25 +01:00
<p>Enable the serving of remote objects via the HTTP interface. This means objects will be accessible at http://127.0.0.1:5572/ by default, so you can browse to http://127.0.0.1:5572/ or http://127.0.0.1:5572/* to see a listing of the remotes. Objects may be requested from remotes using this syntax http://127.0.0.1:5572/[remote:path]/path/to/object</p>
<p>Default Off.</p>
2020-09-02 17:59:04 +02:00
<h3 id="rc-files-pathtodirectory">--rc-files /path/to/directory</h3>
2018-11-24 14:44:25 +01:00
<p>Path to local files to serve on the HTTP server.</p>
<p>If this is set then rclone will serve the files in that directory. It will also open the root in the web browser if specified. This is for implementing browser based GUIs for rclone functions.</p>
<p>If <code>--rc-user</code> or <code>--rc-pass</code> is set then the URL that is opened will have the authorization in the URL in the <code>http://user:pass@localhost/</code> style.</p>
<p>Default Off.</p>
2020-09-02 17:59:04 +02:00
<h3 id="rc-enable-metrics">--rc-enable-metrics</h3>
2020-05-27 17:11:47 +02:00
<p>Enable OpenMetrics/Prometheus compatible endpoint at <code>/metrics</code>.</p>
<p>Default Off.</p>
2020-09-02 17:59:04 +02:00
<h3 id="rc-web-gui">--rc-web-gui</h3>
2019-08-26 16:25:20 +02:00
<p>Set this flag to serve the default web gui on the same port as rclone.</p>
<p>Default Off.</p>
2020-09-02 17:59:04 +02:00
<h3 id="rc-allow-origin">--rc-allow-origin</h3>
2019-08-26 16:25:20 +02:00
<p>Set the allowed Access-Control-Allow-Origin for rc requests.</p>
2020-09-02 17:59:04 +02:00
<p>Can be used with --rc-web-gui if the rclone is running on different IP than the web-gui.</p>
2019-08-26 16:25:20 +02:00
<p>Default is IP address on which rc is running.</p>
2020-09-02 17:59:04 +02:00
<h3 id="rc-web-fetch-url">--rc-web-fetch-url</h3>
2019-08-26 16:25:20 +02:00
<p>Set the URL to fetch the rclone-web-gui files from.</p>
<p>Default https://api.github.com/repos/rclone/rclone-webui-react/releases/latest.</p>
2020-09-02 17:59:04 +02:00
<h3 id="rc-web-gui-update">--rc-web-gui-update</h3>
<p>Set this flag to check and update rclone-webui-react from the rc-web-fetch-url.</p>
2019-08-26 16:25:20 +02:00
<p>Default Off.</p>
2020-09-02 17:59:04 +02:00
<h3 id="rc-web-gui-force-update">--rc-web-gui-force-update</h3>
2020-02-01 11:31:42 +01:00
<p>Set this flag to force update rclone-webui-react from the rc-web-fetch-url.</p>
<p>Default Off.</p>
2020-09-02 17:59:04 +02:00
<h3 id="rc-web-gui-no-open-browser">--rc-web-gui-no-open-browser</h3>
2020-02-01 11:31:42 +01:00
<p>Set this flag to disable opening browser automatically when using web-gui.</p>
<p>Default Off.</p>
2020-09-02 17:59:04 +02:00
<h3 id="rc-job-expire-durationduration">--rc-job-expire-duration=DURATION</h3>
2019-06-15 13:01:29 +02:00
<p>Expire finished async jobs older than DURATION (default 60s).</p>
2020-09-02 17:59:04 +02:00
<h3 id="rc-job-expire-intervalduration">--rc-job-expire-interval=DURATION</h3>
2019-06-15 13:01:29 +02:00
<p>Interval duration to check for expired async jobs (default 10s).</p>
2020-09-02 17:59:04 +02:00
<h3 id="rc-no-auth">--rc-no-auth</h3>
2018-11-24 14:44:25 +01:00
<p>By default rclone will require authorisation to have been set up on the rc interface in order to use any methods which access any rclone remotes. Eg <code>operations/list</code> is denied as it involved creating a remote as is <code>sync/copy</code>.</p>
<p>If this is set then no authorisation will be required on the server to use these methods. The alternative is to use <code>--rc-user</code> and <code>--rc-pass</code> and use these credentials in the request.</p>
<p>Default Off.</p>
2021-02-02 14:42:35 +01:00
<h2 id="api-rc">Accessing the remote control via the rclone rc command</h2>
2018-03-19 11:06:13 +01:00
<p>Rclone itself implements the remote control protocol in its <code>rclone rc</code> command.</p>
<p>You can use it like this</p>
<pre><code>$ rclone rc rc/noop param1=one param2=two
{
&quot;param1&quot;: &quot;one&quot;,
&quot;param2&quot;: &quot;two&quot;
}</code></pre>
<p>Run <code>rclone rc</code> on its own to see the help for the installed remote control commands.</p>
2020-09-02 17:59:04 +02:00
<h2 id="json-input">JSON input</h2>
2018-11-24 14:44:25 +01:00
<p><code>rclone rc</code> also supports a <code>--json</code> flag which can be used to send more complicated input parameters.</p>
<pre><code>$ rclone rc --json &#39;{ &quot;p1&quot;: [1,&quot;2&quot;,null,4], &quot;p2&quot;: { &quot;a&quot;:1, &quot;b&quot;:2 } }&#39; rc/noop
{
&quot;p1&quot;: [
1,
&quot;2&quot;,
null,
4
],
&quot;p2&quot;: {
&quot;a&quot;: 1,
&quot;b&quot;: 2
}
}</code></pre>
2020-09-02 17:59:04 +02:00
<p>If the parameter being passed is an object then it can be passed as a JSON string rather than using the <code>--json</code> flag which simplifies the command line.</p>
<pre><code>rclone rc operations/list fs=/tmp remote=test opt=&#39;{&quot;showHash&quot;: true}&#39;</code></pre>
<p>Rather than</p>
<pre><code>rclone rc operations/list --json &#39;{&quot;fs&quot;: &quot;/tmp&quot;, &quot;remote&quot;: &quot;test&quot;, &quot;opt&quot;: {&quot;showHash&quot;: true}}&#39;</code></pre>
2018-11-24 14:44:25 +01:00
<h2 id="special-parameters">Special parameters</h2>
<p>The rc interface supports some special parameters which apply to <strong>all</strong> commands. These start with <code>_</code> to show they are different.</p>
<h3 id="running-asynchronous-jobs-with-_async-true">Running asynchronous jobs with _async = true</h3>
2019-08-26 16:25:20 +02:00
<p>Each rc call is classified as a job and it is assigned its own id. By default jobs are executed immediately as they are created or synchronously.</p>
2018-11-24 14:44:25 +01:00
<p>If <code>_async</code> has a true value when supplied to an rc call then it will return immediately with a job id and the task will be run in the background. The <code>job/status</code> call can be used to get information of the background job. The job can be queried for up to 1 minute after it has finished.</p>
2021-02-02 14:42:35 +01:00
<p>It is recommended that potentially long running jobs, e.g. <code>sync/sync</code>, <code>sync/copy</code>, <code>sync/move</code>, <code>operations/purge</code> are run with the <code>_async</code> flag to avoid any potential problems with the HTTP request and response timing out.</p>
2018-11-24 14:44:25 +01:00
<p>Starting a job with the <code>_async</code> flag:</p>
<pre><code>$ rclone rc --json &#39;{ &quot;p1&quot;: [1,&quot;2&quot;,null,4], &quot;p2&quot;: { &quot;a&quot;:1, &quot;b&quot;:2 }, &quot;_async&quot;: true }&#39; rc/noop
{
&quot;jobid&quot;: 2
}</code></pre>
<p>Query the status to see if the job has finished. For more information on the meaning of these return parameters see the <code>job/status</code> call.</p>
<pre><code>$ rclone rc --json &#39;{ &quot;jobid&quot;:2 }&#39; job/status
{
&quot;duration&quot;: 0.000124163,
&quot;endTime&quot;: &quot;2018-10-27T11:38:07.911245881+01:00&quot;,
&quot;error&quot;: &quot;&quot;,
&quot;finished&quot;: true,
&quot;id&quot;: 2,
&quot;output&quot;: {
&quot;_async&quot;: true,
&quot;p1&quot;: [
1,
&quot;2&quot;,
null,
4
],
&quot;p2&quot;: {
&quot;a&quot;: 1,
&quot;b&quot;: 2
}
},
&quot;startTime&quot;: &quot;2018-10-27T11:38:07.911121728+01:00&quot;,
&quot;success&quot;: true
}</code></pre>
<p><code>job/list</code> can be used to show the running or recently completed jobs</p>
<pre><code>$ rclone rc job/list
{
&quot;jobids&quot;: [
2
]
}</code></pre>
2021-03-31 20:12:08 +02:00
<h3 id="setting-config-flags-with-_config">Setting config flags with _config</h3>
<p>If you wish to set config (the equivalent of the global flags) for the duration of an rc call only then pass in the <code>_config</code> parameter.</p>
<p>This should be in the same format as the <code>config</code> key returned by <a href="#options-get">options/get</a>.</p>
<p>For example, if you wished to run a sync with the <code>--checksum</code> parameter, you would pass this parameter in your JSON blob.</p>
<pre><code>&quot;_config&quot;:{&quot;CheckSum&quot;: true}</code></pre>
<p>If using <code>rclone rc</code> this could be passed as</p>
<pre><code>rclone rc operations/sync ... _config=&#39;{&quot;CheckSum&quot;: true}&#39;</code></pre>
<p>Any config parameters you don't set will inherit the global defaults which were set with command line flags or environment variables.</p>
<p>Note that it is possible to set some values as strings or integers - see <a href="/#data-types">data types</a> for more info. Here is an example setting the equivalent of <code>--buffer-size</code> in string or integer format.</p>
<pre><code>&quot;_config&quot;:{&quot;BufferSize&quot;: &quot;42M&quot;}
&quot;_config&quot;:{&quot;BufferSize&quot;: 44040192}</code></pre>
<p>If you wish to check the <code>_config</code> assignment has worked properly then calling <code>options/local</code> will show what the value got set to.</p>
<h3 id="setting-filter-flags-with-_filter">Setting filter flags with _filter</h3>
<p>If you wish to set filters for the duration of an rc call only then pass in the <code>_filter</code> parameter.</p>
<p>This should be in the same format as the <code>filter</code> key returned by <a href="#options-get">options/get</a>.</p>
<p>For example, if you wished to run a sync with these flags</p>
<pre><code>--max-size 1M --max-age 42s --include &quot;a&quot; --include &quot;b&quot;</code></pre>
<p>you would pass this parameter in your JSON blob.</p>
<pre><code>&quot;_filter&quot;:{&quot;MaxSize&quot;:&quot;1M&quot;, &quot;IncludeRule&quot;:[&quot;a&quot;,&quot;b&quot;], &quot;MaxAge&quot;:&quot;42s&quot;}</code></pre>
<p>If using <code>rclone rc</code> this could be passed as</p>
<pre><code>rclone rc ... _filter=&#39;{&quot;MaxSize&quot;:&quot;1M&quot;, &quot;IncludeRule&quot;:[&quot;a&quot;,&quot;b&quot;], &quot;MaxAge&quot;:&quot;42s&quot;}&#39;</code></pre>
<p>Any filter parameters you don't set will inherit the global defaults which were set with command line flags or environment variables.</p>
<p>Note that it is possible to set some values as strings or integers - see <a href="/#data-types">data types</a> for more info. Here is an example setting the equivalent of <code>--buffer-size</code> in string or integer format.</p>
<pre><code>&quot;_filter&quot;:{&quot;MinSize&quot;: &quot;42M&quot;}
&quot;_filter&quot;:{&quot;MinSize&quot;: 44040192}</code></pre>
<p>If you wish to check the <code>_filter</code> assignment has worked properly then calling <code>options/local</code> will show what the value got set to.</p>
2020-05-27 17:11:47 +02:00
<h3 id="assigning-operations-to-groups-with-_group-value">Assigning operations to groups with _group = value</h3>
<p>Each rc call has its own stats group for tracking its metrics. By default grouping is done by the composite group name from prefix <code>job/</code> and id of the job like so <code>job/1</code>.</p>
2019-08-26 16:25:20 +02:00
<p>If <code>_group</code> has a value then stats for that request will be grouped under that value. This allows caller to group stats under their own name.</p>
<p>Stats for specific group can be accessed by passing <code>group</code> to <code>core/stats</code>:</p>
<pre><code>$ rclone rc --json &#39;{ &quot;group&quot;: &quot;job/1&quot; }&#39; core/stats
{
&quot;speed&quot;: 12345
...
}</code></pre>
2021-03-31 20:12:08 +02:00
<h2 id="data-types">Data types</h2>
<p>When the API returns types, these will mostly be straight forward integer, string or boolean types.</p>
<p>However some of the types returned by the <a href="#options-get">options/get</a> call and taken by the <a href="#options-set">options/set</a> calls as well as the <code>vfsOpt</code>, <code>mountOpt</code> and the <code>_config</code> parameters.</p>
<ul>
<li><code>Duration</code> - these are returned as an integer duration in nanoseconds. They may be set as an integer, or they may be set with time string, eg "5s". See the <a href="https://rclone.org/docs/#options">options section</a> for more info.</li>
<li><code>Size</code> - these are returned as an integer number of bytes. They may be set as an integer or they may be set with a size suffix string, eg "10M". See the <a href="https://rclone.org/docs/#options">options section</a> for more info.</li>
<li>Enumerated type (such as <code>CutoffMode</code>, <code>DumpFlags</code>, <code>LogLevel</code>, <code>VfsCacheMode</code> - these will be returned as an integer and may be set as an integer but more conveniently they can be set as a string, eg "HARD" for <code>CutoffMode</code> or <code>DEBUG</code> for <code>LogLevel</code>.</li>
<li><code>BandwidthSpec</code> - this will be set and returned as a string, eg "1M".</li>
</ul>
<h2 id="specifying-remotes-to-work-on">Specifying remotes to work on</h2>
<p>Remotes are specified with the <code>fs=</code>, <code>srcFs=</code>, <code>dstFs=</code> parameters depending on the command being used.</p>
<p>The parameters can be a string as per the rest of rclone, eg <code>s3:bucket/path</code> or <code>:sftp:/my/dir</code>. They can also be specified as JSON blobs.</p>
<p>If specifyng a JSON blob it should be a object mapping strings to strings. These values will be used to configure the remote. There are 3 special values which may be set:</p>
<ul>
<li><code>type</code> - set to <code>type</code> to specify a remote called <code>:type:</code></li>
<li><code>_name</code> - set to <code>name</code> to specify a remote called <code>name:</code></li>
<li><code>_root</code> - sets the root of the remote - may be empty</li>
</ul>
<p>One of <code>_name</code> or <code>type</code> should normally be set. If the <code>local</code> backend is desired then <code>type</code> should be set to <code>local</code>. If <code>_root</code> isn't specified then it defaults to the root of the remote.</p>
<p>For example this JSON is equivalent to <code>remote:/tmp</code></p>
<pre><code>{
&quot;_name&quot;: &quot;remote&quot;,
&quot;_path&quot;: &quot;/tmp&quot;
}</code></pre>
<p>And this is equivalent to <code>:sftp,host='example.com':/tmp</code></p>
<pre><code>{
&quot;type&quot;: &quot;sftp&quot;,
&quot;host&quot;: &quot;example.com&quot;,
&quot;_path&quot;: &quot;/tmp&quot;
}</code></pre>
<p>And this is equivalent to <code>/tmp/dir</code></p>
<pre><code>{
type = &quot;local&quot;,
_ path = &quot;/tmp/dir&quot;
}</code></pre>
2018-03-19 11:06:13 +01:00
<h2 id="supported-commands">Supported commands</h2>
2020-05-27 17:11:47 +02:00
<h3 id="backend-command">backend/command: Runs a backend command.</h3>
<p>This takes the following parameters</p>
<ul>
<li>command - a string with the command name</li>
2021-02-02 14:42:35 +01:00
<li>fs - a remote name string e.g. "drive:"</li>
2020-05-27 17:11:47 +02:00
<li>arg - a list of arguments for the backend command</li>
<li>opt - a map of string to string of options</li>
</ul>
<p>Returns</p>
<ul>
<li>result - result from the backend command</li>
</ul>
<p>For example</p>
<pre><code>rclone rc backend/command command=noop fs=. -o echo=yes -o blue -a path1 -a path2</code></pre>
<p>Returns</p>
<pre><code>{
&quot;result&quot;: {
&quot;arg&quot;: [
&quot;path1&quot;,
&quot;path2&quot;
],
&quot;name&quot;: &quot;noop&quot;,
&quot;opt&quot;: {
&quot;blue&quot;: &quot;&quot;,
&quot;echo&quot;: &quot;yes&quot;
}
}
}</code></pre>
2020-09-02 17:59:04 +02:00
<p>Note that this is the direct equivalent of using this "backend" command:</p>
2020-05-27 17:11:47 +02:00
<pre><code>rclone backend noop . -o echo=yes -o blue path1 path2</code></pre>
2020-09-02 17:59:04 +02:00
<p>Note that arguments must be preceded by the "-a" flag</p>
2020-05-27 17:11:47 +02:00
<p>See the <a href="https://rclone.org/commands/rclone_backend/">backend</a> command for more information.</p>
<p><strong>Authentication is required for this call.</strong></p>
<h3 id="cache-expire">cache/expire: Purge a remote from cache</h3>
2018-04-28 12:46:27 +02:00
<p>Purge a remote from the cache backend. Supports either a directory or a file. Params: - remote = path to remote (required) - withData = true/false to delete cached data (chunks) as well (optional)</p>
<p>Eg</p>
<pre><code>rclone rc cache/expire remote=path/to/sub/folder/
rclone rc cache/expire remote=/ withData=true</code></pre>
2020-05-27 17:11:47 +02:00
<h3 id="cache-fetch">cache/fetch: Fetch file chunks</h3>
2018-10-15 12:03:08 +02:00
<p>Ensure the specified file chunks are cached on disk.</p>
<p>The chunks= parameter specifies the file chunks to check. It takes a comma separated list of array slice indices. The slice indices are similar to Python slices: start[:end]</p>
2020-09-02 17:59:04 +02:00
<p>start is the 0 based chunk number from the beginning of the file to fetch inclusive. end is 0 based chunk number from the beginning of the file to fetch exclusive. Both values can be negative, in which case they count from the back of the file. The value "-5:" represents the last 5 chunks of a file.</p>
<p>Some valid examples are: ":5,-5:" -&gt; the first and last five chunks "0,-2" -&gt; the first and the second last chunk "0:10" -&gt; the first ten chunks</p>
2021-02-02 14:42:35 +01:00
<p>Any parameter with a key that starts with "file" can be used to specify files to fetch, e.g.</p>
2018-10-15 12:03:08 +02:00
<pre><code>rclone rc cache/fetch chunks=0 file=hello file2=home/goodbye</code></pre>
<p>File names will automatically be encrypted when the a crypt remote is used on top of the cache.</p>
2020-05-27 17:11:47 +02:00
<h3 id="cache-stats">cache/stats: Get cache stats</h3>
2018-04-28 12:46:27 +02:00
<p>Show statistics for the cache remote.</p>
2020-05-27 17:11:47 +02:00
<h3 id="config-create">config/create: create the config for a remote.</h3>
2018-11-24 14:44:25 +01:00
<p>This takes the following parameters</p>
<ul>
<li>name - name of remote</li>
2020-09-02 17:59:04 +02:00
<li>parameters - a map of { "key": "value" } pairs</li>
2018-11-24 14:44:25 +01:00
<li>type - type of the new remote</li>
2020-05-27 17:11:47 +02:00
<li>obscure - optional bool - forces obscuring of passwords</li>
<li>noObscure - optional bool - forces passwords not to be obscured</li>
2018-11-24 14:44:25 +01:00
</ul>
<p>See the <a href="https://rclone.org/commands/rclone_config_create/">config create command</a> command for more information on the above.</p>
2020-05-27 17:11:47 +02:00
<p><strong>Authentication is required for this call.</strong></p>
<h3 id="config-delete">config/delete: Delete a remote in the config file.</h3>
2019-10-26 12:04:54 +02:00
<p>Parameters:</p>
<ul>
<li>name - name of remote to delete</li>
</ul>
2018-11-24 14:44:25 +01:00
<p>See the <a href="https://rclone.org/commands/rclone_config_delete/">config delete command</a> command for more information on the above.</p>
2020-05-27 17:11:47 +02:00
<p><strong>Authentication is required for this call.</strong></p>
<h3 id="config-dump">config/dump: Dumps the config file.</h3>
2018-11-24 14:44:25 +01:00
<p>Returns a JSON object: - key: value</p>
<p>Where keys are remote names and values are the config parameters.</p>
<p>See the <a href="https://rclone.org/commands/rclone_config_dump/">config dump command</a> command for more information on the above.</p>
2020-05-27 17:11:47 +02:00
<p><strong>Authentication is required for this call.</strong></p>
<h3 id="config-get">config/get: Get a remote in the config file.</h3>
2020-02-01 11:31:42 +01:00
<p>Parameters:</p>
<ul>
<li>name - name of remote to get</li>
</ul>
2018-11-24 14:44:25 +01:00
<p>See the <a href="https://rclone.org/commands/rclone_config_dump/">config dump command</a> command for more information on the above.</p>
2020-05-27 17:11:47 +02:00
<p><strong>Authentication is required for this call.</strong></p>
<h3 id="config-listremotes">config/listremotes: Lists the remotes in the config file.</h3>
2018-11-24 14:44:25 +01:00
<p>Returns - remotes - array of remote names</p>
<p>See the <a href="https://rclone.org/commands/rclone_listremotes/">listremotes command</a> command for more information on the above.</p>
2020-05-27 17:11:47 +02:00
<p><strong>Authentication is required for this call.</strong></p>
<h3 id="config-password">config/password: password the config for a remote.</h3>
2018-11-24 14:44:25 +01:00
<p>This takes the following parameters</p>
<ul>
<li>name - name of remote</li>
2020-09-02 17:59:04 +02:00
<li>parameters - a map of { "key": "value" } pairs</li>
2018-11-24 14:44:25 +01:00
</ul>
<p>See the <a href="https://rclone.org/commands/rclone_config_password/">config password command</a> command for more information on the above.</p>
2020-05-27 17:11:47 +02:00
<p><strong>Authentication is required for this call.</strong></p>
<h3 id="config-providers">config/providers: Shows how providers are configured in the config file.</h3>
2018-11-24 14:44:25 +01:00
<p>Returns a JSON object: - providers - array of objects</p>
<p>See the <a href="https://rclone.org/commands/rclone_config_providers/">config providers command</a> command for more information on the above.</p>
2020-05-27 17:11:47 +02:00
<p><strong>Authentication is required for this call.</strong></p>
<h3 id="config-update">config/update: update the config for a remote.</h3>
2018-11-24 14:44:25 +01:00
<p>This takes the following parameters</p>
<ul>
<li>name - name of remote</li>
2020-09-02 17:59:04 +02:00
<li>parameters - a map of { "key": "value" } pairs</li>
2020-05-27 17:11:47 +02:00
<li>obscure - optional bool - forces obscuring of passwords</li>
<li>noObscure - optional bool - forces passwords not to be obscured</li>
2018-11-24 14:44:25 +01:00
</ul>
<p>See the <a href="https://rclone.org/commands/rclone_config_update/">config update command</a> command for more information on the above.</p>
2020-05-27 17:11:47 +02:00
<p><strong>Authentication is required for this call.</strong></p>
<h3 id="core-bwlimit">core/bwlimit: Set the bandwidth limit.</h3>
2021-02-02 14:42:35 +01:00
<p>This sets the bandwidth limit to the string passed in. This should be a single bandwidth limit entry or a pair of upload:download bandwidth.</p>
2018-03-19 11:06:13 +01:00
<p>Eg</p>
2019-08-26 16:25:20 +02:00
<pre><code>rclone rc core/bwlimit rate=off
{
&quot;bytesPerSecond&quot;: -1,
2021-02-02 14:42:35 +01:00
&quot;bytesPerSecondTx&quot;: -1,
&quot;bytesPerSecondRx&quot;: -1,
2019-08-26 16:25:20 +02:00
&quot;rate&quot;: &quot;off&quot;
}
rclone rc core/bwlimit rate=1M
{
&quot;bytesPerSecond&quot;: 1048576,
2021-02-02 14:42:35 +01:00
&quot;bytesPerSecondTx&quot;: 1048576,
&quot;bytesPerSecondRx&quot;: 1048576,
&quot;rate&quot;: &quot;1M&quot;
}
rclone rc core/bwlimit rate=1M:100k
{
&quot;bytesPerSecond&quot;: 1048576,
&quot;bytesPerSecondTx&quot;: 1048576,
&quot;bytesPerSecondRx&quot;: 131072,
2019-08-26 16:25:20 +02:00
&quot;rate&quot;: &quot;1M&quot;
}</code></pre>
2020-05-27 17:11:47 +02:00
<p>If the rate parameter is not supplied then the bandwidth is queried</p>
2019-08-26 16:25:20 +02:00
<pre><code>rclone rc core/bwlimit
{
&quot;bytesPerSecond&quot;: 1048576,
2021-02-02 14:42:35 +01:00
&quot;bytesPerSecondTx&quot;: 1048576,
&quot;bytesPerSecondRx&quot;: 1048576,
2019-08-26 16:25:20 +02:00
&quot;rate&quot;: &quot;1M&quot;
}</code></pre>
2020-09-02 17:59:04 +02:00
<p>The format of the parameter is exactly the same as passed to --bwlimit except only one bandwidth may be specified.</p>
<p>In either case "rate" is returned as a human readable string, and "bytesPerSecond" is returned as a number.</p>
<h3 id="core-command">core/command: Run a rclone terminal command over rc.</h3>
2020-02-01 11:31:42 +01:00
<p>This takes the following parameters</p>
<ul>
2020-09-02 17:59:04 +02:00
<li>command - a string with the command name</li>
<li>arg - a list of arguments for the backend command</li>
<li>opt - a map of string to string of options</li>
2021-02-02 14:42:35 +01:00
<li>returnType - one of ("COMBINED_OUTPUT", "STREAM", "STREAM_ONLY_STDOUT", "STREAM_ONLY_STDERR")
<ul>
<li>defaults to "COMBINED_OUTPUT" if not set</li>
<li>the STREAM returnTypes will write the output to the body of the HTTP message</li>
<li>the COMBINED_OUTPUT will write the output to the "result" parameter</li>
</ul></li>
2020-02-01 11:31:42 +01:00
</ul>
<p>Returns</p>
<ul>
2021-02-02 14:42:35 +01:00
<li>result - result from the backend command
<ul>
<li>only set when using returnType "COMBINED_OUTPUT"</li>
</ul></li>
2020-09-02 17:59:04 +02:00
<li>error - set if rclone exits with an error code</li>
2021-02-02 14:42:35 +01:00
<li>returnType - one of ("COMBINED_OUTPUT", "STREAM", "STREAM_ONLY_STDOUT", "STREAM_ONLY_STDERR")</li>
2020-02-01 11:31:42 +01:00
</ul>
2020-09-02 17:59:04 +02:00
<p>For example</p>
<pre><code>rclone rc core/command command=ls -a mydrive:/ -o max-depth=1
rclone rc core/command -a ls -a mydrive:/ -o max-depth=1</code></pre>
2020-02-01 11:31:42 +01:00
<p>Returns</p>
<pre><code>{
2020-09-02 17:59:04 +02:00
&quot;error&quot;: false,
&quot;result&quot;: &quot;&lt;Raw command line output&gt;&quot;
}
OR
{
&quot;error&quot;: true,
&quot;result&quot;: &quot;&lt;Raw command line output&gt;&quot;
2020-02-01 11:31:42 +01:00
}
2019-08-26 16:25:20 +02:00
</code></pre>
2021-02-02 14:42:35 +01:00
<p><strong>Authentication is required for this call.</strong></p>
<h3 id="core-gc">core/gc: Runs a garbage collection.</h3>
<p>This tells the go runtime to do a garbage collection run. It isn't necessary to call this normally, but it can be useful for debugging memory problems.</p>
<h3 id="core-group-list">core/group-list: Returns list of stats.</h3>
<p>This returns list of stats groups currently in memory.</p>
<p>Returns the following values:</p>
<pre><code>{
&quot;groups&quot;: an array of group names:
[
&quot;group1&quot;,
&quot;group2&quot;,
...
]
}</code></pre>
<h3 id="core-memstats">core/memstats: Returns the memory statistics</h3>
<p>This returns the memory statistics of the running program. What the values mean are explained in the go docs: https://golang.org/pkg/runtime/#MemStats</p>
<p>The most interesting values for most people are:</p>
<ul>
<li>HeapAlloc: This is the amount of memory rclone is actually using</li>
<li>HeapSys: This is the amount of memory rclone has obtained from the OS</li>
<li>Sys: this is the total amount of memory requested from the OS
<ul>
<li>It is virtual memory so may include unused memory</li>
</ul></li>
</ul>
<h3 id="core-obscure">core/obscure: Obscures a string passed in.</h3>
<p>Pass a clear string and rclone will obscure it for the config file: - clear - string</p>
<p>Returns - obscured - string</p>
<h3 id="core-pid">core/pid: Return PID of current process</h3>
<p>This returns PID of current process. Useful for stopping rclone process.</p>
<h3 id="core-quit">core/quit: Terminates the app.</h3>
<p>(optional) Pass an exit code to be used for terminating the app: - exitCode - int</p>
<h3 id="core-stats">core/stats: Returns stats about current transfers.</h3>
<p>This returns all available stats:</p>
<pre><code>rclone rc core/stats</code></pre>
<p>If group is not provided then summed up stats for all groups will be returned.</p>
<p>Parameters</p>
<ul>
<li>group - name of the stats group (string)</li>
</ul>
<p>Returns the following values:</p>
<pre><code>{
2021-03-31 20:12:08 +02:00
&quot;bytes&quot;: total transferred bytes since the start of the group,
&quot;checks&quot;: number of files checked,
&quot;deletes&quot; : number of files deleted,
&quot;elapsedTime&quot;: time in floating point seconds since rclone was started,
2021-02-02 14:42:35 +01:00
&quot;errors&quot;: number of errors,
2021-03-31 20:12:08 +02:00
&quot;eta&quot;: estimated time in seconds until the group completes,
&quot;fatalError&quot;: boolean whether there has been at least one fatal error,
&quot;lastError&quot;: last error string,
&quot;renames&quot; : number of files renamed,
&quot;retryError&quot;: boolean showing whether there has been at least one non-NoRetryError,
&quot;speed&quot;: average speed in bytes/sec since start of the group,
&quot;totalBytes&quot;: total number of bytes in the group,
&quot;totalChecks&quot;: total number of checks in the group,
&quot;totalTransfers&quot;: total number of transfers in the group,
2021-02-02 14:42:35 +01:00
&quot;transferTime&quot; : total time spent on running jobs,
2021-03-31 20:12:08 +02:00
&quot;transfers&quot;: number of transferred files,
2021-02-02 14:42:35 +01:00
&quot;transferring&quot;: an array of currently active file transfers:
[
{
&quot;bytes&quot;: total transferred bytes for this file,
&quot;eta&quot;: estimated time in seconds until file transfer completion
&quot;name&quot;: name of the file,
&quot;percentage&quot;: progress of the file transfer in percent,
&quot;speed&quot;: average speed over the whole transfer in bytes/sec,
&quot;speedAvg&quot;: current speed in bytes/sec as an exponentially weighted moving average,
&quot;size&quot;: size of the file in bytes
}
],
&quot;checking&quot;: an array of names of currently active file checks
[]
}</code></pre>
<p>Values for "transferring", "checking" and "lastError" are only assigned if data is available. The value for "eta" is null if an eta cannot be determined.</p>
<h3 id="core-stats-delete">core/stats-delete: Delete stats group.</h3>
<p>This deletes entire stats group</p>
<p>Parameters</p>
<ul>
<li>group - name of the stats group (string)</li>
</ul>
<h3 id="core-stats-reset">core/stats-reset: Reset stats.</h3>
<p>This clears counters, errors and finished transfers for all stats or specific stats group if group is provided.</p>
<p>Parameters</p>
<ul>
<li>group - name of the stats group (string)</li>
</ul>
<h3 id="core-transferred">core/transferred: Returns stats about completed transfers.</h3>
<p>This returns stats about completed transfers:</p>
<pre><code>rclone rc core/transferred</code></pre>
<p>If group is not provided then completed transfers for all groups will be returned.</p>
<p>Note only the last 100 completed transfers are returned.</p>
<p>Parameters</p>
<ul>
<li>group - name of the stats group (string)</li>
</ul>
<p>Returns the following values:</p>
<pre><code>{
&quot;transferred&quot;: an array of completed transfers (including failed ones):
[
{
&quot;name&quot;: name of the file,
&quot;size&quot;: size of the file in bytes,
&quot;bytes&quot;: total transferred bytes for this file,
&quot;checked&quot;: if the transfer is only checked (skipped, deleted),
&quot;timestamp&quot;: integer representing millisecond unix epoch,
&quot;error&quot;: string description of the error (empty if successful),
&quot;jobid&quot;: id of the job that this transfer belongs to
}
]
}</code></pre>
<h3 id="core-version">core/version: Shows the current version of rclone and the go runtime.</h3>
<p>This shows the current version of go and the go runtime</p>
<ul>
<li>version - rclone version, e.g. "v1.53.0"</li>
<li>decomposed - version number as [major, minor, patch]</li>
<li>isGit - boolean - true if this was compiled from the git version</li>
<li>isBeta - boolean - true if this is a beta version</li>
<li>os - OS in use as according to Go</li>
<li>arch - cpu architecture in use according to Go</li>
<li>goVersion - version of Go runtime in use</li>
2021-03-31 20:12:08 +02:00
<li>linking - type of rclone executable (static or dynamic)</li>
<li>goTags - space separated build tags or "none"</li>
2021-02-02 14:42:35 +01:00
</ul>
<h3 id="debug-set-block-profile-rate">debug/set-block-profile-rate: Set runtime.SetBlockProfileRate for blocking profiling.</h3>
<p>SetBlockProfileRate controls the fraction of goroutine blocking events that are reported in the blocking profile. The profiler aims to sample an average of one blocking event per rate nanoseconds spent blocked.</p>
<p>To include every blocking event in the profile, pass rate = 1. To turn off profiling entirely, pass rate &lt;= 0.</p>
<p>After calling this you can use this to see the blocking profile:</p>
<pre><code>go tool pprof http://localhost:5572/debug/pprof/block</code></pre>
<p>Parameters</p>
<ul>
<li>rate - int</li>
</ul>
<h3 id="debug-set-mutex-profile-fraction">debug/set-mutex-profile-fraction: Set runtime.SetMutexProfileFraction for mutex profiling.</h3>
<p>SetMutexProfileFraction controls the fraction of mutex contention events that are reported in the mutex profile. On average 1/rate events are reported. The previous rate is returned.</p>
<p>To turn off profiling entirely, pass rate 0. To just read the current rate, pass rate &lt; 0. (For n&gt;1 the details of sampling may change.)</p>
<p>Once this is set you can look use this to profile the mutex contention:</p>
<pre><code>go tool pprof http://localhost:5572/debug/pprof/mutex</code></pre>
<p>Parameters</p>
<ul>
<li>rate - int</li>
</ul>
<p>Results</p>
<ul>
<li>previousRate - int</li>
</ul>
2021-03-31 20:12:08 +02:00
<h3 id="fscache-clear">fscache/clear: Clear the Fs cache.</h3>
<p>This clears the fs cache. This is where remotes created from backends are cached for a short while to make repeated rc calls more efficient.</p>
<p>If you change the parameters of a backend then you may want to call this to clear an existing remote out of the cache before re-creating it.</p>
<p><strong>Authentication is required for this call.</strong></p>
<h3 id="fscache-entries">fscache/entries: Returns the number of entries in the fs cache.</h3>
<p>This returns the number of entries in the fs cache.</p>
<p>Returns - entries - number of items in the cache</p>
<p><strong>Authentication is required for this call.</strong></p>
2021-02-02 14:42:35 +01:00
<h3 id="job-list">job/list: Lists the IDs of the running jobs</h3>
<p>Parameters - None</p>
<p>Results</p>
<ul>
<li>jobids - array of integer job ids</li>
</ul>
<h3 id="job-status">job/status: Reads the status of the job ID</h3>
<p>Parameters</p>
<ul>
<li>jobid - id of the job (integer)</li>
</ul>
<p>Results</p>
<ul>
<li>finished - boolean</li>
<li>duration - time in seconds that the job ran for</li>
<li>endTime - time the job finished (e.g. "2018-10-26T18:50:20.528746884+01:00")</li>
<li>error - error from the job or empty string for no error</li>
<li>finished - boolean whether the job has finished or not</li>
<li>id - as passed in above</li>
<li>startTime - time the job started (e.g. "2018-10-26T18:50:20.528336039+01:00")</li>
<li>success - boolean - true for success false otherwise</li>
<li>output - output of the job as would have been returned if called synchronously</li>
<li>progress - output of the progress related to the underlying job</li>
</ul>
<h3 id="job-stop">job/stop: Stop the running job</h3>
<p>Parameters</p>
<ul>
<li>jobid - id of the job (integer)</li>
</ul>
<h3 id="mount-listmounts">mount/listmounts: Show current mount points</h3>
<p>This shows currently mounted points, which can be used for performing an unmount</p>
<p>This takes no parameters and returns</p>
<ul>
<li>mountPoints: list of current mount points</li>
</ul>
<p>Eg</p>
<pre><code>rclone rc mount/listmounts</code></pre>
<p><strong>Authentication is required for this call.</strong></p>
<h3 id="mount-mount">mount/mount: Create a new mount point</h3>
<p>rclone allows Linux, FreeBSD, macOS and Windows to mount any of Rclone's cloud storage systems as a file system with FUSE.</p>
<p>If no mountType is provided, the priority is given as follows: 1. mount 2.cmount 3.mount2</p>
<p>This takes the following parameters</p>
<ul>
<li>fs - a remote path to be mounted (required)</li>
<li>mountPoint: valid path on the local machine (required)</li>
<li>mountType: One of the values (mount, cmount, mount2) specifies the mount implementation to use</li>
<li>mountOpt: a JSON object with Mount options in.</li>
<li>vfsOpt: a JSON object with VFS options in.</li>
</ul>
<p>Eg</p>
<pre><code>rclone rc mount/mount fs=mydrive: mountPoint=/home/&lt;user&gt;/mountPoint
rclone rc mount/mount fs=mydrive: mountPoint=/home/&lt;user&gt;/mountPoint mountType=mount
rclone rc mount/mount fs=TestDrive: mountPoint=/mnt/tmp vfsOpt=&#39;{&quot;CacheMode&quot;: 2}&#39; mountOpt=&#39;{&quot;AllowOther&quot;: true}&#39;</code></pre>
<p>The vfsOpt are as described in options/get and can be seen in the the "vfs" section when running and the mountOpt can be seen in the "mount" section.</p>
<pre><code>rclone rc options/get</code></pre>
<p><strong>Authentication is required for this call.</strong></p>
<h3 id="mount-types">mount/types: Show all possible mount types</h3>
<p>This shows all possible mount types and returns them as a list.</p>
<p>This takes no parameters and returns</p>
<ul>
<li>mountTypes: list of mount types</li>
</ul>
<p>The mount types are strings like "mount", "mount2", "cmount" and can be passed to mount/mount as the mountType parameter.</p>
<p>Eg</p>
<pre><code>rclone rc mount/types</code></pre>
<p><strong>Authentication is required for this call.</strong></p>
<h3 id="mount-unmount">mount/unmount: Unmount selected active mount</h3>
<p>rclone allows Linux, FreeBSD, macOS and Windows to mount any of Rclone's cloud storage systems as a file system with FUSE.</p>
<p>This takes the following parameters</p>
<ul>
<li>mountPoint: valid path on the local machine where the mount was created (required)</li>
</ul>
<p>Eg</p>
<pre><code>rclone rc mount/unmount mountPoint=/home/&lt;user&gt;/mountPoint</code></pre>
<p><strong>Authentication is required for this call.</strong></p>
<h3 id="mount-unmountall">mount/unmountall: Show current mount points</h3>
<p>This shows currently mounted points, which can be used for performing an unmount</p>
<p>This takes no parameters and returns error if unmount does not succeed.</p>
<p>Eg</p>
<pre><code>rclone rc mount/unmountall</code></pre>
<p><strong>Authentication is required for this call.</strong></p>
<h3 id="operations-about">operations/about: Return the space used on the remote</h3>
<p>This takes the following parameters</p>
<ul>
<li>fs - a remote name string e.g. "drive:"</li>
</ul>
<p>The result is as returned from rclone about --json</p>
<p>See the <a href="https://rclone.org/commands/rclone_size/">about command</a> command for more information on the above.</p>
<p><strong>Authentication is required for this call.</strong></p>
<h3 id="operations-cleanup">operations/cleanup: Remove trashed files in the remote or path</h3>
<p>This takes the following parameters</p>
<ul>
<li>fs - a remote name string e.g. "drive:"</li>
</ul>
<p>See the <a href="https://rclone.org/commands/rclone_cleanup/">cleanup command</a> command for more information on the above.</p>
<p><strong>Authentication is required for this call.</strong></p>
<h3 id="operations-copyfile">operations/copyfile: Copy a file from source remote to destination remote</h3>
<p>This takes the following parameters</p>
<ul>
<li>srcFs - a remote name string e.g. "drive:" for the source</li>
<li>srcRemote - a path within that remote e.g. "file.txt" for the source</li>
<li>dstFs - a remote name string e.g. "drive2:" for the destination</li>
<li>dstRemote - a path within that remote e.g. "file2.txt" for the destination</li>
</ul>
<p><strong>Authentication is required for this call.</strong></p>
<h3 id="operations-copyurl">operations/copyurl: Copy the URL to the object</h3>
<p>This takes the following parameters</p>
<ul>
<li>fs - a remote name string e.g. "drive:"</li>
<li>remote - a path within that remote e.g. "dir"</li>
<li>url - string, URL to read from</li>
<li>autoFilename - boolean, set to true to retrieve destination file name from url See the <a href="https://rclone.org/commands/rclone_copyurl/">copyurl command</a> command for more information on the above.</li>
</ul>
<p><strong>Authentication is required for this call.</strong></p>
<h3 id="operations-delete">operations/delete: Remove files in the path</h3>
<p>This takes the following parameters</p>
<ul>
<li>fs - a remote name string e.g. "drive:"</li>
</ul>
<p>See the <a href="https://rclone.org/commands/rclone_delete/">delete command</a> command for more information on the above.</p>
<p><strong>Authentication is required for this call.</strong></p>
<h3 id="operations-deletefile">operations/deletefile: Remove the single file pointed to</h3>
<p>This takes the following parameters</p>
<ul>
<li>fs - a remote name string e.g. "drive:"</li>
<li>remote - a path within that remote e.g. "dir"</li>
</ul>
<p>See the <a href="https://rclone.org/commands/rclone_deletefile/">deletefile command</a> command for more information on the above.</p>
<p><strong>Authentication is required for this call.</strong></p>
<h3 id="operations-fsinfo">operations/fsinfo: Return information about the remote</h3>
<p>This takes the following parameters</p>
<ul>
<li>fs - a remote name string e.g. "drive:"</li>
</ul>
<p>This returns info about the remote passed in;</p>
<pre><code>{
// optional features and whether they are available or not
&quot;Features&quot;: {
&quot;About&quot;: true,
&quot;BucketBased&quot;: false,
&quot;CanHaveEmptyDirectories&quot;: true,
&quot;CaseInsensitive&quot;: false,
&quot;ChangeNotify&quot;: false,
&quot;CleanUp&quot;: false,
&quot;Copy&quot;: false,
&quot;DirCacheFlush&quot;: false,
&quot;DirMove&quot;: true,
&quot;DuplicateFiles&quot;: false,
&quot;GetTier&quot;: false,
&quot;ListR&quot;: false,
&quot;MergeDirs&quot;: false,
&quot;Move&quot;: true,
&quot;OpenWriterAt&quot;: true,
&quot;PublicLink&quot;: false,
&quot;Purge&quot;: true,
&quot;PutStream&quot;: true,
&quot;PutUnchecked&quot;: false,
&quot;ReadMimeType&quot;: false,
&quot;ServerSideAcrossConfigs&quot;: false,
&quot;SetTier&quot;: false,
&quot;SetWrapper&quot;: false,
&quot;UnWrap&quot;: false,
&quot;WrapFs&quot;: false,
&quot;WriteMimeType&quot;: false
},
// Names of hashes available
&quot;Hashes&quot;: [
&quot;MD5&quot;,
&quot;SHA-1&quot;,
&quot;DropboxHash&quot;,
&quot;QuickXorHash&quot;
],
&quot;Name&quot;: &quot;local&quot;, // Name as created
&quot;Precision&quot;: 1, // Precision of timestamps in ns
&quot;Root&quot;: &quot;/&quot;, // Path as created
&quot;String&quot;: &quot;Local file system at /&quot; // how the remote will appear in logs
}</code></pre>
<p>This command does not have a command line equivalent so use this instead:</p>
<pre><code>rclone rc --loopback operations/fsinfo fs=remote:</code></pre>
<h3 id="operations-list">operations/list: List the given remote and path in JSON format</h3>
<p>This takes the following parameters</p>
<ul>
<li>fs - a remote name string e.g. "drive:"</li>
<li>remote - a path within that remote e.g. "dir"</li>
<li>opt - a dictionary of options to control the listing (optional)
<ul>
<li>recurse - If set recurse directories</li>
<li>noModTime - If set return modification time</li>
<li>showEncrypted - If set show decrypted names</li>
<li>showOrigIDs - If set show the IDs for each item if known</li>
<li>showHash - If set return a dictionary of hashes</li>
</ul></li>
</ul>
<p>The result is</p>
<ul>
<li>list
<ul>
<li>This is an array of objects as described in the lsjson command</li>
</ul></li>
</ul>
<p>See the <a href="https://rclone.org/commands/rclone_lsjson/">lsjson command</a> for more information on the above and examples.</p>
<p><strong>Authentication is required for this call.</strong></p>
<h3 id="operations-mkdir">operations/mkdir: Make a destination directory or container</h3>
<p>This takes the following parameters</p>
<ul>
<li>fs - a remote name string e.g. "drive:"</li>
<li>remote - a path within that remote e.g. "dir"</li>
</ul>
<p>See the <a href="https://rclone.org/commands/rclone_mkdir/">mkdir command</a> command for more information on the above.</p>
<p><strong>Authentication is required for this call.</strong></p>
<h3 id="operations-movefile">operations/movefile: Move a file from source remote to destination remote</h3>
<p>This takes the following parameters</p>
<ul>
<li>srcFs - a remote name string e.g. "drive:" for the source</li>
<li>srcRemote - a path within that remote e.g. "file.txt" for the source</li>
<li>dstFs - a remote name string e.g. "drive2:" for the destination</li>
<li>dstRemote - a path within that remote e.g. "file2.txt" for the destination</li>
</ul>
<p><strong>Authentication is required for this call.</strong></p>
<h3 id="operations-publiclink">operations/publiclink: Create or retrieve a public link to the given file or folder.</h3>
<p>This takes the following parameters</p>
<ul>
<li>fs - a remote name string e.g. "drive:"</li>
<li>remote - a path within that remote e.g. "dir"</li>
<li>unlink - boolean - if set removes the link rather than adding it (optional)</li>
<li>expire - string - the expiry time of the link e.g. "1d" (optional)</li>
</ul>
<p>Returns</p>
<ul>
<li>url - URL of the resource</li>
</ul>
<p>See the <a href="https://rclone.org/commands/rclone_link/">link command</a> command for more information on the above.</p>
<p><strong>Authentication is required for this call.</strong></p>
<h3 id="operations-purge">operations/purge: Remove a directory or container and all of its contents</h3>
<p>This takes the following parameters</p>
<ul>
<li>fs - a remote name string e.g. "drive:"</li>
<li>remote - a path within that remote e.g. "dir"</li>
</ul>
<p>See the <a href="https://rclone.org/commands/rclone_purge/">purge command</a> command for more information on the above.</p>
<p><strong>Authentication is required for this call.</strong></p>
<h3 id="operations-rmdir">operations/rmdir: Remove an empty directory or container</h3>
<p>This takes the following parameters</p>
<ul>
<li>fs - a remote name string e.g. "drive:"</li>
<li>remote - a path within that remote e.g. "dir"</li>
</ul>
<p>See the <a href="https://rclone.org/commands/rclone_rmdir/">rmdir command</a> command for more information on the above.</p>
<p><strong>Authentication is required for this call.</strong></p>
<h3 id="operations-rmdirs">operations/rmdirs: Remove all the empty directories in the path</h3>
<p>This takes the following parameters</p>
<ul>
<li>fs - a remote name string e.g. "drive:"</li>
<li>remote - a path within that remote e.g. "dir"</li>
<li>leaveRoot - boolean, set to true not to delete the root</li>
</ul>
<p>See the <a href="https://rclone.org/commands/rclone_rmdirs/">rmdirs command</a> command for more information on the above.</p>
<p><strong>Authentication is required for this call.</strong></p>
<h3 id="operations-size">operations/size: Count the number of bytes and files in remote</h3>
<p>This takes the following parameters</p>
<ul>
<li>fs - a remote name string e.g. "drive:path/to/dir"</li>
</ul>
<p>Returns</p>
<ul>
<li>count - number of files</li>
<li>bytes - number of bytes in those files</li>
</ul>
<p>See the <a href="https://rclone.org/commands/rclone_size/">size command</a> command for more information on the above.</p>
<p><strong>Authentication is required for this call.</strong></p>
<h3 id="operations-uploadfile">operations/uploadfile: Upload file using multiform/form-data</h3>
<p>This takes the following parameters</p>
<ul>
<li>fs - a remote name string e.g. "drive:"</li>
<li>remote - a path within that remote e.g. "dir"</li>
<li>each part in body represents a file to be uploaded See the <a href="https://rclone.org/commands/rclone_uploadfile/">uploadfile command</a> command for more information on the above.</li>
</ul>
<p><strong>Authentication is required for this call.</strong></p>
<h3 id="options-blocks">options/blocks: List all the option blocks</h3>
<p>Returns - options - a list of the options block names</p>
2021-03-31 20:12:08 +02:00
<h3 id="options-get">options/get: Get all the global options</h3>
2021-02-02 14:42:35 +01:00
<p>Returns an object where keys are option block names and values are an object with the current option values in.</p>
2021-03-31 20:12:08 +02:00
<p>Note that these are the global options which are unaffected by use of the _config and _filter parameters. If you wish to read the parameters set in _config then use options/config and for _filter use options/filter.</p>
<p>This shows the internal names of the option within rclone which should map to the external options very easily with a few exceptions.</p>
<h3 id="options-local">options/local: Get the currently active config for this call</h3>
<p>Returns an object with the keys "config" and "filter". The "config" key contains the local config and the "filter" key contains the local filters.</p>
<p>Note that these are the local options specific to this rc call. If _config was not supplied then they will be the global options. Likewise with "_filter".</p>
<p>This call is mostly useful for seeing if _config and _filter passing is working.</p>
2021-02-02 14:42:35 +01:00
<p>This shows the internal names of the option within rclone which should map to the external options very easily with a few exceptions.</p>
<h3 id="options-set">options/set: Set an option</h3>
<p>Parameters</p>
<ul>
<li>option block name containing an object with
<ul>
<li>key: value</li>
</ul></li>
</ul>
<p>Repeated as often as required.</p>
<p>Only supply the options you wish to change. If an option is unknown it will be silently ignored. Not all options will have an effect when changed like this.</p>
<p>For example:</p>
2021-03-31 20:12:08 +02:00
<p>This sets DEBUG level logs (-vv) (these can be set by number or string)</p>
<pre><code>rclone rc options/set --json &#39;{&quot;main&quot;: {&quot;LogLevel&quot;: &quot;DEBUG&quot;}}&#39;
rclone rc options/set --json &#39;{&quot;main&quot;: {&quot;LogLevel&quot;: 8}}&#39;</code></pre>
2021-02-02 14:42:35 +01:00
<p>And this sets INFO level logs (-v)</p>
2021-03-31 20:12:08 +02:00
<pre><code>rclone rc options/set --json &#39;{&quot;main&quot;: {&quot;LogLevel&quot;: &quot;INFO&quot;}}&#39;</code></pre>
2021-02-02 14:42:35 +01:00
<p>And this sets NOTICE level logs (normal without -v)</p>
2021-03-31 20:12:08 +02:00
<pre><code>rclone rc options/set --json &#39;{&quot;main&quot;: {&quot;LogLevel&quot;: &quot;NOTICE&quot;}}&#39;</code></pre>
2021-02-02 14:42:35 +01:00
<h3 id="pluginsctl-addPlugin">pluginsctl/addPlugin: Add a plugin using url</h3>
<p>used for adding a plugin to the webgui</p>
<p>This takes the following parameters</p>
<ul>
<li>url: http url of the github repo where the plugin is hosted (http://github.com/rclone/rclone-webui-react)</li>
</ul>
<p>Eg</p>
<p>rclone rc pluginsctl/addPlugin</p>
<p><strong>Authentication is required for this call.</strong></p>
<h3 id="pluginsctl-getPluginsForType">pluginsctl/getPluginsForType: Get plugins with type criteria</h3>
<p>This shows all possible plugins by a mime type</p>
<p>This takes the following parameters</p>
<ul>
<li>type: supported mime type by a loaded plugin e.g. (video/mp4, audio/mp3)</li>
<li>pluginType: filter plugins based on their type e.g. (DASHBOARD, FILE_HANDLER, TERMINAL)</li>
</ul>
<p>and returns</p>
<ul>
<li>loadedPlugins: list of current production plugins</li>
<li>testPlugins: list of temporarily loaded development plugins, usually running on a different server.</li>
</ul>
<p>Eg</p>
<p>rclone rc pluginsctl/getPluginsForType type=video/mp4</p>
<p><strong>Authentication is required for this call.</strong></p>
<h3 id="pluginsctl-listPlugins">pluginsctl/listPlugins: Get the list of currently loaded plugins</h3>
<p>This allows you to get the currently enabled plugins and their details.</p>
<p>This takes no parameters and returns</p>
<ul>
<li>loadedPlugins: list of current production plugins</li>
<li>testPlugins: list of temporarily loaded development plugins, usually running on a different server.</li>
</ul>
<p>Eg</p>
<p>rclone rc pluginsctl/listPlugins</p>
<p><strong>Authentication is required for this call.</strong></p>
<h3 id="pluginsctl-listTestPlugins">pluginsctl/listTestPlugins: Show currently loaded test plugins</h3>
<p>allows listing of test plugins with the rclone.test set to true in package.json of the plugin</p>
<p>This takes no parameters and returns</p>
<ul>
<li>loadedTestPlugins: list of currently available test plugins</li>
</ul>
<p>Eg</p>
<pre><code>rclone rc pluginsctl/listTestPlugins</code></pre>
<p><strong>Authentication is required for this call.</strong></p>
<h3 id="pluginsctl-removePlugin">pluginsctl/removePlugin: Remove a loaded plugin</h3>
<p>This allows you to remove a plugin using it's name</p>
<p>This takes parameters</p>
<ul>
<li>name: name of the plugin in the format <code>author</code>/<code>plugin_name</code></li>
</ul>
<p>Eg</p>
<p>rclone rc pluginsctl/removePlugin name=rclone/video-plugin</p>
<p><strong>Authentication is required for this call.</strong></p>
<h3 id="pluginsctl-removeTestPlugin">pluginsctl/removeTestPlugin: Remove a test plugin</h3>
<p>This allows you to remove a plugin using it's name</p>
<p>This takes the following parameters</p>
<ul>
<li>name: name of the plugin in the format <code>author</code>/<code>plugin_name</code></li>
</ul>
<p>Eg</p>
<pre><code>rclone rc pluginsctl/removeTestPlugin name=rclone/rclone-webui-react</code></pre>
<p><strong>Authentication is required for this call.</strong></p>
<h3 id="rc-error">rc/error: This returns an error</h3>
<p>This returns an error with the input as part of its error string. Useful for testing error handling.</p>
<h3 id="rc-list">rc/list: List all the registered remote control commands</h3>
<p>This lists all the registered remote control commands as a JSON map in the commands response.</p>
<h3 id="rc-noop">rc/noop: Echo the input to the output parameters</h3>
<p>This echoes the input parameters to the output parameters for testing purposes. It can be used to check that rclone is still alive and to check that parameter passing is working properly.</p>
<h3 id="rc-noopauth">rc/noopauth: Echo the input to the output parameters requiring auth</h3>
<p>This echoes the input parameters to the output parameters for testing purposes. It can be used to check that rclone is still alive and to check that parameter passing is working properly.</p>
<p><strong>Authentication is required for this call.</strong></p>
<h3 id="sync-copy">sync/copy: copy a directory from source remote to destination remote</h3>
<p>This takes the following parameters</p>
<ul>
<li>srcFs - a remote name string e.g. "drive:src" for the source</li>
<li>dstFs - a remote name string e.g. "drive:dst" for the destination</li>
2021-03-31 20:12:08 +02:00
<li>createEmptySrcDirs - create empty src directories on destination if set</li>
2021-02-02 14:42:35 +01:00
</ul>
<p>See the <a href="https://rclone.org/commands/rclone_copy/">copy command</a> command for more information on the above.</p>
<p><strong>Authentication is required for this call.</strong></p>
<h3 id="sync-move">sync/move: move a directory from source remote to destination remote</h3>
<p>This takes the following parameters</p>
<ul>
<li>srcFs - a remote name string e.g. "drive:src" for the source</li>
<li>dstFs - a remote name string e.g. "drive:dst" for the destination</li>
2021-03-31 20:12:08 +02:00
<li>createEmptySrcDirs - create empty src directories on destination if set</li>
2021-02-02 14:42:35 +01:00
<li>deleteEmptySrcDirs - delete empty src directories if set</li>
</ul>
<p>See the <a href="https://rclone.org/commands/rclone_move/">move command</a> command for more information on the above.</p>
<p><strong>Authentication is required for this call.</strong></p>
<h3 id="sync-sync">sync/sync: sync a directory from source remote to destination remote</h3>
<p>This takes the following parameters</p>
<ul>
<li>srcFs - a remote name string e.g. "drive:src" for the source</li>
<li>dstFs - a remote name string e.g. "drive:dst" for the destination</li>
2021-03-31 20:12:08 +02:00
<li>createEmptySrcDirs - create empty src directories on destination if set</li>
2021-02-02 14:42:35 +01:00
</ul>
<p>See the <a href="https://rclone.org/commands/rclone_sync/">sync command</a> command for more information on the above.</p>
<p><strong>Authentication is required for this call.</strong></p>
<h3 id="vfs-forget">vfs/forget: Forget files or directories in the directory cache.</h3>
<p>This forgets the paths in the directory cache causing them to be re-read from the remote when needed.</p>
<p>If no paths are passed in then it will forget all the paths in the directory cache.</p>
<pre><code>rclone rc vfs/forget</code></pre>
<p>Otherwise pass files or dirs in as file=path or dir=path. Any parameter key starting with file will forget that file and any starting with dir will forget that dir, e.g.</p>
<pre><code>rclone rc vfs/forget file=hello file2=goodbye dir=home/junk</code></pre>
<p>This command takes an "fs" parameter. If this parameter is not supplied and if there is only one VFS in use then that VFS will be used. If there is more than one VFS in use then the "fs" parameter must be supplied.</p>
<h3 id="vfs-list">vfs/list: List active VFSes.</h3>
<p>This lists the active VFSes.</p>
<p>It returns a list under the key "vfses" where the values are the VFS names that could be passed to the other VFS commands in the "fs" parameter.</p>
<h3 id="vfs-poll-interval">vfs/poll-interval: Get the status or update the value of the poll-interval option.</h3>
<p>Without any parameter given this returns the current status of the poll-interval setting.</p>
<p>When the interval=duration parameter is set, the poll-interval value is updated and the polling function is notified. Setting interval=0 disables poll-interval.</p>
<pre><code>rclone rc vfs/poll-interval interval=5m</code></pre>
<p>The timeout=duration parameter can be used to specify a time to wait for the current poll function to apply the new value. If timeout is less or equal 0, which is the default, wait indefinitely.</p>
<p>The new poll-interval value will only be active when the timeout is not reached.</p>
<p>If poll-interval is updated or disabled temporarily, some changes might not get picked up by the polling function, depending on the used remote.</p>
<p>This command takes an "fs" parameter. If this parameter is not supplied and if there is only one VFS in use then that VFS will be used. If there is more than one VFS in use then the "fs" parameter must be supplied.</p>
<h3 id="vfs-refresh">vfs/refresh: Refresh the directory cache.</h3>
<p>This reads the directories for the specified paths and freshens the directory cache.</p>
<p>If no paths are passed in then it will refresh the root directory.</p>
<pre><code>rclone rc vfs/refresh</code></pre>
<p>Otherwise pass directories in as dir=path. Any parameter key starting with dir will refresh that directory, e.g.</p>
<pre><code>rclone rc vfs/refresh dir=home/junk dir2=data/misc</code></pre>
<p>If the parameter recursive=true is given the whole directory tree will get refreshed. This refresh will use --fast-list if enabled.</p>
<p>This command takes an "fs" parameter. If this parameter is not supplied and if there is only one VFS in use then that VFS will be used. If there is more than one VFS in use then the "fs" parameter must be supplied.</p>
<h2 id="api-http">Accessing the remote control via HTTP</h2>
<p>Rclone implements a simple HTTP based protocol.</p>
<p>Each endpoint takes an JSON object and returns a JSON object or an error. The JSON objects are essentially a map of string names to values.</p>
<p>All calls must made using POST.</p>
<p>The input objects can be supplied using URL parameters, POST parameters or by supplying "Content-Type: application/json" and a JSON blob in the body. There are examples of these below using <code>curl</code>.</p>
<p>The response will be a JSON blob in the body of the response. This is formatted to be reasonably human readable.</p>
<h3 id="error-returns">Error returns</h3>
<p>If an error occurs then there will be an HTTP error status (e.g. 500) and the body of the response will contain a JSON encoded error object, e.g.</p>
<pre><code>{
&quot;error&quot;: &quot;Expecting string value for key \&quot;remote\&quot; (was float64)&quot;,
&quot;input&quot;: {
&quot;fs&quot;: &quot;/tmp&quot;,
&quot;remote&quot;: 3
},
&quot;status&quot;: 400
&quot;path&quot;: &quot;operations/rmdir&quot;,
}</code></pre>
<p>The keys in the error response are - error - error string - input - the input parameters to the call - status - the HTTP status code - path - the path of the call</p>
<h3 id="cors">CORS</h3>
<p>The sever implements basic CORS support and allows all origins for that. The response to a preflight OPTIONS request will echo the requested "Access-Control-Request-Headers" back.</p>
<h3 id="using-post-with-url-parameters-only">Using POST with URL parameters only</h3>
<pre><code>curl -X POST &#39;http://localhost:5572/rc/noop?potato=1&amp;sausage=2&#39;</code></pre>
<p>Response</p>
<pre><code>{
&quot;potato&quot;: &quot;1&quot;,
&quot;sausage&quot;: &quot;2&quot;
}</code></pre>
<p>Here is what an error response looks like:</p>
<pre><code>curl -X POST &#39;http://localhost:5572/rc/error?potato=1&amp;sausage=2&#39;</code></pre>
<pre><code>{
&quot;error&quot;: &quot;arbitrary error on input map[potato:1 sausage:2]&quot;,
&quot;input&quot;: {
&quot;potato&quot;: &quot;1&quot;,
&quot;sausage&quot;: &quot;2&quot;
}
}</code></pre>
<p>Note that curl doesn't return errors to the shell unless you use the <code>-f</code> option</p>
<pre><code>$ curl -f -X POST &#39;http://localhost:5572/rc/error?potato=1&amp;sausage=2&#39;
curl: (22) The requested URL returned error: 400 Bad Request
$ echo $?
22</code></pre>
<h3 id="using-post-with-a-form">Using POST with a form</h3>
<pre><code>curl --data &quot;potato=1&quot; --data &quot;sausage=2&quot; http://localhost:5572/rc/noop</code></pre>
<p>Response</p>
<pre><code>{
&quot;potato&quot;: &quot;1&quot;,
&quot;sausage&quot;: &quot;2&quot;
}</code></pre>
<p>Note that you can combine these with URL parameters too with the POST parameters taking precedence.</p>
<pre><code>curl --data &quot;potato=1&quot; --data &quot;sausage=2&quot; &quot;http://localhost:5572/rc/noop?rutabaga=3&amp;sausage=4&quot;</code></pre>
<p>Response</p>
<pre><code>{
&quot;potato&quot;: &quot;1&quot;,
&quot;rutabaga&quot;: &quot;3&quot;,
&quot;sausage&quot;: &quot;4&quot;
}
2020-09-02 17:59:04 +02:00
</code></pre>
2021-02-02 14:42:35 +01:00
<h3 id="using-post-with-a-json-blob">Using POST with a JSON blob</h3>
<pre><code>curl -H &quot;Content-Type: application/json&quot; -X POST -d &#39;{&quot;potato&quot;:2,&quot;sausage&quot;:1}&#39; http://localhost:5572/rc/noop</code></pre>
<p>response</p>
<pre><code>{
&quot;password&quot;: &quot;xyz&quot;,
&quot;username&quot;: &quot;xyz&quot;
}</code></pre>
<p>This can be combined with URL parameters too if required. The JSON blob takes precedence.</p>
<pre><code>curl -H &quot;Content-Type: application/json&quot; -X POST -d &#39;{&quot;potato&quot;:2,&quot;sausage&quot;:1}&#39; &#39;http://localhost:5572/rc/noop?rutabaga=3&amp;potato=4&#39;</code></pre>
<pre><code>{
&quot;potato&quot;: 2,
&quot;rutabaga&quot;: &quot;3&quot;,
&quot;sausage&quot;: 1
}</code></pre>
<h2 id="debugging-rclone-with-pprof">Debugging rclone with pprof</h2>
<p>If you use the <code>--rc</code> flag this will also enable the use of the go profiling tools on the same port.</p>
<p>To use these, first <a href="https://golang.org/doc/install">install go</a>.</p>
<h3 id="debugging-memory-use">Debugging memory use</h3>
<p>To profile rclone's memory use you can run:</p>
<pre><code>go tool pprof -web http://localhost:5572/debug/pprof/heap</code></pre>
<p>This should open a page in your browser showing what is using what memory.</p>
<p>You can also use the <code>-text</code> flag to produce a textual summary</p>
<pre><code>$ go tool pprof -text http://localhost:5572/debug/pprof/heap
Showing nodes accounting for 1537.03kB, 100% of 1537.03kB total
flat flat% sum% cum cum%
1024.03kB 66.62% 66.62% 1024.03kB 66.62% github.com/rclone/rclone/vendor/golang.org/x/net/http2/hpack.addDecoderNode
513kB 33.38% 100% 513kB 33.38% net/http.newBufioWriterSize
0 0% 100% 1024.03kB 66.62% github.com/rclone/rclone/cmd/all.init
0 0% 100% 1024.03kB 66.62% github.com/rclone/rclone/cmd/serve.init
0 0% 100% 1024.03kB 66.62% github.com/rclone/rclone/cmd/serve/restic.init
0 0% 100% 1024.03kB 66.62% github.com/rclone/rclone/vendor/golang.org/x/net/http2.init
0 0% 100% 1024.03kB 66.62% github.com/rclone/rclone/vendor/golang.org/x/net/http2/hpack.init
0 0% 100% 1024.03kB 66.62% github.com/rclone/rclone/vendor/golang.org/x/net/http2/hpack.init.0
0 0% 100% 1024.03kB 66.62% main.init
0 0% 100% 513kB 33.38% net/http.(*conn).readRequest
0 0% 100% 513kB 33.38% net/http.(*conn).serve
0 0% 100% 1024.03kB 66.62% runtime.main</code></pre>
<h3 id="debugging-go-routine-leaks">Debugging go routine leaks</h3>
<p>Memory leaks are most often caused by go routine leaks keeping memory alive which should have been garbage collected.</p>
<p>See all active go routines using</p>
<pre><code>curl http://localhost:5572/debug/pprof/goroutine?debug=1</code></pre>
<p>Or go to http://localhost:5572/debug/pprof/goroutine?debug=1 in your browser.</p>
<h3 id="other-profiles-to-look-at">Other profiles to look at</h3>
<p>You can see a summary of profiles available at http://localhost:5572/debug/pprof/</p>
<p>Here is how to use some of them:</p>
<ul>
<li>Memory: <code>go tool pprof http://localhost:5572/debug/pprof/heap</code></li>
<li>Go routines: <code>curl http://localhost:5572/debug/pprof/goroutine?debug=1</code></li>
<li>30-second CPU profile: <code>go tool pprof http://localhost:5572/debug/pprof/profile</code></li>
<li>5-second execution trace: <code>wget http://localhost:5572/debug/pprof/trace?seconds=5</code></li>
<li>Goroutine blocking profile
<ul>
<li>Enable first with: <code>rclone rc debug/set-block-profile-rate rate=1</code> (<a href="#debug/set-block-profile-rate">docs</a>)</li>
<li><code>go tool pprof http://localhost:5572/debug/pprof/block</code></li>
</ul></li>
<li>Contended mutexes:
<ul>
<li>Enable first with: <code>rclone rc debug/set-mutex-profile-fraction rate=1</code> (<a href="#debug/set-mutex-profile-fraction">docs</a>)</li>
<li><code>go tool pprof http://localhost:5572/debug/pprof/mutex</code></li>
</ul></li>
</ul>
<p>See the <a href="https://golang.org/pkg/net/http/pprof/">net/http/pprof docs</a> for more info on how to use the profiling and for a general overview see <a href="https://blog.golang.org/profiling-go-programs">the Go team's blog post on profiling go programs</a>.</p>
<p>The profiling hook is <a href="https://stackoverflow.com/q/26545159/164234">zero overhead unless it is used</a>.</p>
<h1 id="overview-of-cloud-storage-systems">Overview of cloud storage systems</h1>
<p>Each cloud storage system is slightly different. Rclone attempts to provide a unified interface to them, but some underlying differences show through.</p>
<h2 id="features-1">Features</h2>
<p>Here is an overview of the major features of each cloud storage system.</p>
<table>
<thead>
<tr class="header">
<th>Name</th>
<th style="text-align: center;">Hash</th>
<th style="text-align: center;">ModTime</th>
<th style="text-align: center;">Case Insensitive</th>
<th style="text-align: center;">Duplicate Files</th>
<th style="text-align: center;">MIME Type</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td>1Fichier</td>
<td style="text-align: center;">Whirlpool</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">R</td>
</tr>
<tr class="even">
<td>Amazon Drive</td>
<td style="text-align: center;">MD5</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">R</td>
</tr>
<tr class="odd">
<td>Amazon S3</td>
<td style="text-align: center;">MD5</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">R/W</td>
</tr>
<tr class="even">
<td>Backblaze B2</td>
<td style="text-align: center;">SHA1</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">R/W</td>
</tr>
<tr class="odd">
<td>Box</td>
<td style="text-align: center;">SHA1</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">-</td>
</tr>
<tr class="even">
<td>Citrix ShareFile</td>
<td style="text-align: center;">MD5</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">-</td>
</tr>
<tr class="odd">
<td>Dropbox</td>
<td style="text-align: center;">DBHASH ¹</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">-</td>
</tr>
<tr class="even">
<td>Enterprise File Fabric</td>
<td style="text-align: center;">-</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">R/W</td>
</tr>
<tr class="odd">
<td>FTP</td>
<td style="text-align: center;">-</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">-</td>
</tr>
<tr class="even">
<td>Google Cloud Storage</td>
<td style="text-align: center;">MD5</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">R/W</td>
</tr>
<tr class="odd">
<td>Google Drive</td>
<td style="text-align: center;">MD5</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">R/W</td>
</tr>
<tr class="even">
<td>Google Photos</td>
<td style="text-align: center;">-</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">R</td>
</tr>
<tr class="odd">
<td>HDFS</td>
<td style="text-align: center;">-</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">-</td>
</tr>
<tr class="even">
<td>HTTP</td>
<td style="text-align: center;">-</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">R</td>
</tr>
<tr class="odd">
<td>Hubic</td>
<td style="text-align: center;">MD5</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">R/W</td>
</tr>
<tr class="even">
<td>Jottacloud</td>
<td style="text-align: center;">MD5</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">R</td>
</tr>
<tr class="odd">
<td>Koofr</td>
<td style="text-align: center;">MD5</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">-</td>
</tr>
<tr class="even">
<td>Mail.ru Cloud</td>
<td style="text-align: center;">Mailru ⁶</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">-</td>
</tr>
<tr class="odd">
<td>Mega</td>
<td style="text-align: center;">-</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">-</td>
</tr>
<tr class="even">
<td>Memory</td>
<td style="text-align: center;">MD5</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">-</td>
</tr>
<tr class="odd">
<td>Microsoft Azure Blob Storage</td>
<td style="text-align: center;">MD5</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">R/W</td>
</tr>
<tr class="even">
<td>Microsoft OneDrive</td>
<td style="text-align: center;">SHA1 ⁵</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">R</td>
</tr>
<tr class="odd">
<td>OpenDrive</td>
<td style="text-align: center;">MD5</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">Partial ⁸</td>
<td style="text-align: center;">-</td>
</tr>
<tr class="even">
<td>OpenStack Swift</td>
<td style="text-align: center;">MD5</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">R/W</td>
</tr>
<tr class="odd">
<td>pCloud</td>
<td style="text-align: center;">MD5, SHA1 ⁷</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">W</td>
</tr>
<tr class="even">
<td>premiumize.me</td>
<td style="text-align: center;">-</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">R</td>
</tr>
<tr class="odd">
<td>put.io</td>
<td style="text-align: center;">CRC-32</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">R</td>
</tr>
<tr class="even">
<td>QingStor</td>
<td style="text-align: center;">MD5</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">R/W</td>
</tr>
<tr class="odd">
<td>Seafile</td>
<td style="text-align: center;">-</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">-</td>
</tr>
<tr class="even">
<td>SFTP</td>
<td style="text-align: center;">MD5, SHA1 ²</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">Depends</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">-</td>
</tr>
<tr class="odd">
<td>SugarSync</td>
<td style="text-align: center;">-</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">-</td>
</tr>
<tr class="even">
<td>Tardigrade</td>
<td style="text-align: center;">-</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">-</td>
</tr>
<tr class="odd">
<td>WebDAV</td>
<td style="text-align: center;">MD5, SHA1 ³</td>
<td style="text-align: center;">Yes ⁴</td>
<td style="text-align: center;">Depends</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">-</td>
</tr>
<tr class="even">
<td>Yandex Disk</td>
<td style="text-align: center;">MD5</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">R</td>
</tr>
<tr class="odd">
<td>Zoho WorkDrive</td>
<td style="text-align: center;">-</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">-</td>
</tr>
<tr class="even">
<td>The local filesystem</td>
<td style="text-align: center;">All</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">Depends</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">-</td>
</tr>
</tbody>
</table>
<h3 id="notes">Notes</h3>
<p>¹ Dropbox supports <a href="https://www.dropbox.com/developers/reference/content-hash">its own custom hash</a>. This is an SHA256 sum of all the 4MB block SHA256s.</p>
<p>² SFTP supports checksums if the same login has shell access and <code>md5sum</code> or <code>sha1sum</code> as well as <code>echo</code> are in the remote's PATH.</p>
<p>³ WebDAV supports hashes when used with Owncloud and Nextcloud only.</p>
<p>⁴ WebDAV supports modtimes when used with Owncloud and Nextcloud only.</p>
<p>⁵ Microsoft OneDrive Personal supports SHA1 hashes, whereas OneDrive for business and SharePoint server support Microsoft's own <a href="https://docs.microsoft.com/en-us/onedrive/developer/code-snippets/quickxorhash">QuickXorHash</a>.</p>
<p>⁶ Mail.ru uses its own modified SHA1 hash</p>
<p>⁷ pCloud only supports SHA1 (not MD5) in its EU region</p>
<p>⁸ Opendrive does not support creation of duplicate files using their web client interface or other stock clients, but the underlying storage platform has been determined to allow duplicate files, and it is possible to create them with <code>rclone</code>. It may be that this is a mistake or an unsupported feature.</p>
<h3 id="hash">Hash</h3>
<p>The cloud storage system supports various hash types of the objects. The hashes are used when transferring data as an integrity check and can be specifically used with the <code>--checksum</code> flag in syncs and in the <code>check</code> command.</p>
<p>To use the verify checksums when transferring between cloud storage systems they must support a common hash type.</p>
<h3 id="modtime">ModTime</h3>
<p>The cloud storage system supports setting modification times on objects. If it does then this enables a using the modification times as part of the sync. If not then only the size will be checked by default, though the MD5SUM can be checked with the <code>--checksum</code> flag.</p>
<p>All cloud storage systems support some kind of date on the object and these will be set when transferring from the cloud storage system.</p>
<h3 id="case-insensitive">Case Insensitive</h3>
<p>If a cloud storage systems is case sensitive then it is possible to have two files which differ only in case, e.g. <code>file.txt</code> and <code>FILE.txt</code>. If a cloud storage system is case insensitive then that isn't possible.</p>
<p>This can cause problems when syncing between a case insensitive system and a case sensitive system. The symptom of this is that no matter how many times you run the sync it never completes fully.</p>
<p>The local filesystem and SFTP may or may not be case sensitive depending on OS.</p>
<ul>
<li>Windows - usually case insensitive, though case is preserved</li>
<li>OSX - usually case insensitive, though it is possible to format case sensitive</li>
<li>Linux - usually case sensitive, but there are case insensitive file systems (e.g. FAT formatted USB keys)</li>
</ul>
<p>Most of the time this doesn't cause any problems as people tend to avoid files whose name differs only by case even on case sensitive systems.</p>
<h3 id="duplicate-files">Duplicate files</h3>
<p>If a cloud storage system allows duplicate files then it can have two objects with the same name.</p>
<p>This confuses rclone greatly when syncing - use the <code>rclone dedupe</code> command to rename or remove duplicates.</p>
<h3 id="restricted-filenames">Restricted filenames</h3>
<p>Some cloud storage systems might have restrictions on the characters that are usable in file or directory names. When <code>rclone</code> detects such a name during a file upload, it will transparently replace the restricted characters with similar looking Unicode characters.</p>
<p>This process is designed to avoid ambiguous file names as much as possible and allow to move files between many cloud storage systems transparently.</p>
<p>The name shown by <code>rclone</code> to the user or during log output will only contain a minimal set of <a href="#restricted-characters">replaced characters</a> to ensure correct formatting and not necessarily the actual name used on the cloud storage.</p>
<p>This transformation is reversed when downloading a file or parsing <code>rclone</code> arguments. For example, when uploading a file named <code>my file?.txt</code> to Onedrive will be displayed as <code>my file?.txt</code> on the console, but stored as <code>my file.txt</code> (the <code>?</code> gets replaced by the similar looking <code></code> character) to Onedrive. The reverse transformation allows to read a file<code>unusual/name.txt</code> from Google Drive, by passing the name <code>unusualname.txt</code> (the <code>/</code> needs to be replaced by the similar looking <code></code> character) on the command line.</p>
<h4 id="restricted-characters">Default restricted characters</h4>
<p>The table below shows the characters that are replaced by default.</p>
<p>When a replacement character is found in a filename, this character will be escaped with the <code></code> character to avoid ambiguous file names. (e.g. a file named <code>␀.txt</code> would shown as <code>‛␀.txt</code>)</p>
<p>Each cloud storage backend can use a different set of characters, which will be specified in the documentation for each backend.</p>
<table>
<thead>
<tr class="header">
<th>Character</th>
<th style="text-align: center;">Value</th>
<th style="text-align: center;">Replacement</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td>NUL</td>
<td style="text-align: center;">0x00</td>
<td style="text-align: center;"></td>
</tr>
<tr class="even">
<td>SOH</td>
<td style="text-align: center;">0x01</td>
<td style="text-align: center;"></td>
</tr>
<tr class="odd">
<td>STX</td>
<td style="text-align: center;">0x02</td>
<td style="text-align: center;"></td>
</tr>
<tr class="even">
<td>ETX</td>
<td style="text-align: center;">0x03</td>
<td style="text-align: center;"></td>
</tr>
<tr class="odd">
<td>EOT</td>
<td style="text-align: center;">0x04</td>
<td style="text-align: center;"></td>
</tr>
<tr class="even">
<td>ENQ</td>
<td style="text-align: center;">0x05</td>
<td style="text-align: center;"></td>
</tr>
<tr class="odd">
<td>ACK</td>
<td style="text-align: center;">0x06</td>
<td style="text-align: center;"></td>
</tr>
<tr class="even">
<td>BEL</td>
<td style="text-align: center;">0x07</td>
<td style="text-align: center;"></td>
</tr>
<tr class="odd">
<td>BS</td>
<td style="text-align: center;">0x08</td>
<td style="text-align: center;"></td>
</tr>
<tr class="even">
<td>HT</td>
<td style="text-align: center;">0x09</td>
<td style="text-align: center;"></td>
</tr>
<tr class="odd">
<td>LF</td>
<td style="text-align: center;">0x0A</td>
<td style="text-align: center;"></td>
</tr>
<tr class="even">
<td>VT</td>
<td style="text-align: center;">0x0B</td>
<td style="text-align: center;"></td>
</tr>
<tr class="odd">
<td>FF</td>
<td style="text-align: center;">0x0C</td>
<td style="text-align: center;"></td>
</tr>
<tr class="even">
<td>CR</td>
<td style="text-align: center;">0x0D</td>
<td style="text-align: center;"></td>
</tr>
<tr class="odd">
<td>SO</td>
<td style="text-align: center;">0x0E</td>
<td style="text-align: center;"></td>
</tr>
<tr class="even">
<td>SI</td>
<td style="text-align: center;">0x0F</td>
<td style="text-align: center;"></td>
</tr>
<tr class="odd">
<td>DLE</td>
<td style="text-align: center;">0x10</td>
<td style="text-align: center;"></td>
</tr>
<tr class="even">
<td>DC1</td>
<td style="text-align: center;">0x11</td>
<td style="text-align: center;"></td>
</tr>
<tr class="odd">
<td>DC2</td>
<td style="text-align: center;">0x12</td>
<td style="text-align: center;"></td>
</tr>
<tr class="even">
<td>DC3</td>
<td style="text-align: center;">0x13</td>
<td style="text-align: center;"></td>
</tr>
<tr class="odd">
<td>DC4</td>
<td style="text-align: center;">0x14</td>
<td style="text-align: center;"></td>
</tr>
<tr class="even">
<td>NAK</td>
<td style="text-align: center;">0x15</td>
<td style="text-align: center;"></td>
</tr>
<tr class="odd">
<td>SYN</td>
<td style="text-align: center;">0x16</td>
<td style="text-align: center;"></td>
</tr>
<tr class="even">
<td>ETB</td>
<td style="text-align: center;">0x17</td>
<td style="text-align: center;"></td>
</tr>
<tr class="odd">
<td>CAN</td>
<td style="text-align: center;">0x18</td>
<td style="text-align: center;"></td>
</tr>
<tr class="even">
<td>EM</td>
<td style="text-align: center;">0x19</td>
<td style="text-align: center;"></td>
</tr>
<tr class="odd">
<td>SUB</td>
<td style="text-align: center;">0x1A</td>
<td style="text-align: center;"></td>
</tr>
<tr class="even">
<td>ESC</td>
<td style="text-align: center;">0x1B</td>
<td style="text-align: center;"></td>
</tr>
<tr class="odd">
<td>FS</td>
<td style="text-align: center;">0x1C</td>
<td style="text-align: center;"></td>
</tr>
<tr class="even">
<td>GS</td>
<td style="text-align: center;">0x1D</td>
<td style="text-align: center;"></td>
</tr>
<tr class="odd">
<td>RS</td>
<td style="text-align: center;">0x1E</td>
<td style="text-align: center;"></td>
</tr>
<tr class="even">
<td>US</td>
<td style="text-align: center;">0x1F</td>
<td style="text-align: center;"></td>
</tr>
<tr class="odd">
<td>/</td>
<td style="text-align: center;">0x2F</td>
<td style="text-align: center;"></td>
</tr>
<tr class="even">
<td>DEL</td>
<td style="text-align: center;">0x7F</td>
<td style="text-align: center;"></td>
</tr>
</tbody>
</table>
<p>The default encoding will also encode these file names as they are problematic with many cloud storage systems.</p>
<table>
<thead>
<tr class="header">
<th>File name</th>
<th style="text-align: center;">Replacement</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td>.</td>
<td style="text-align: center;"></td>
</tr>
<tr class="even">
<td>..</td>
<td style="text-align: center;"></td>
</tr>
</tbody>
</table>
<h4 id="invalid-utf8">Invalid UTF-8 bytes</h4>
<p>Some backends only support a sequence of well formed UTF-8 bytes as file or directory names.</p>
<p>In this case all invalid UTF-8 bytes will be replaced with a quoted representation of the byte value to allow uploading a file to such a backend. For example, the invalid byte <code>0xFE</code> will be encoded as <code>FE</code>.</p>
<p>A common source of invalid UTF-8 bytes are local filesystems, that store names in a different encoding than UTF-8 or UTF-16, like latin1. See the <a href="https://rclone.org/local/#filenames">local filenames</a> section for details.</p>
<h4 id="encoding">Encoding option</h4>
<p>Most backends have an encoding options, specified as a flag <code>--backend-encoding</code> where <code>backend</code> is the name of the backend, or as a config parameter <code>encoding</code> (you'll need to select the Advanced config in <code>rclone config</code> to see it).</p>
<p>This will have default value which encodes and decodes characters in such a way as to preserve the maximum number of characters (see above).</p>
<p>However this can be incorrect in some scenarios, for example if you have a Windows file system with characters such as <code></code> and <code></code> that you want to remain as those characters on the remote rather than being translated to <code>*</code> and <code>?</code>.</p>
<p>The <code>--backend-encoding</code> flags allow you to change that. You can disable the encoding completely with <code>--backend-encoding None</code> or set <code>encoding = None</code> in the config file.</p>
<p>Encoding takes a comma separated list of encodings. You can see the list of all available characters by passing an invalid value to this flag, e.g. <code>--local-encoding "help"</code> and <code>rclone help flags encoding</code> will show you the defaults for the backends.</p>
<table>
<thead>
<tr class="header">
<th>Encoding</th>
<th>Characters</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td>Asterisk</td>
<td><code>*</code></td>
</tr>
<tr class="even">
<td>BackQuote</td>
<td><code>`</code></td>
</tr>
<tr class="odd">
<td>BackSlash</td>
<td><code>\</code></td>
</tr>
<tr class="even">
<td>Colon</td>
<td><code>:</code></td>
</tr>
<tr class="odd">
<td>CrLf</td>
<td>CR 0x0D, LF 0x0A</td>
</tr>
<tr class="even">
<td>Ctl</td>
<td>All control characters 0x00-0x1F</td>
</tr>
<tr class="odd">
<td>Del</td>
<td>DEL 0x7F</td>
</tr>
<tr class="even">
<td>Dollar</td>
<td><code>$</code></td>
</tr>
<tr class="odd">
<td>Dot</td>
<td><code>.</code></td>
</tr>
<tr class="even">
<td>DoubleQuote</td>
<td><code>"</code></td>
</tr>
<tr class="odd">
<td>Hash</td>
<td><code>#</code></td>
</tr>
<tr class="even">
<td>InvalidUtf8</td>
<td>An invalid UTF-8 character (e.g. latin1)</td>
</tr>
<tr class="odd">
<td>LeftCrLfHtVt</td>
<td>CR 0x0D, LF 0x0A,HT 0x09, VT 0x0B on the left of a string</td>
</tr>
<tr class="even">
<td>LeftPeriod</td>
<td><code>.</code> on the left of a string</td>
</tr>
<tr class="odd">
<td>LeftSpace</td>
<td>SPACE on the left of a string</td>
</tr>
<tr class="even">
<td>LeftTilde</td>
<td><code>~</code> on the left of a string</td>
</tr>
<tr class="odd">
<td>LtGt</td>
<td><code>&lt;</code>, <code>&gt;</code></td>
</tr>
<tr class="even">
<td>None</td>
<td>No characters are encoded</td>
</tr>
<tr class="odd">
<td>Percent</td>
<td><code>%</code></td>
</tr>
<tr class="even">
<td>Pipe</td>
<td>|</td>
</tr>
<tr class="odd">
<td>Question</td>
<td><code>?</code></td>
</tr>
<tr class="even">
<td>RightCrLfHtVt</td>
<td>CR 0x0D, LF 0x0A, HT 0x09, VT 0x0B on the right of a string</td>
</tr>
<tr class="odd">
<td>RightPeriod</td>
<td><code>.</code> on the right of a string</td>
</tr>
<tr class="even">
<td>RightSpace</td>
<td>SPACE on the right of a string</td>
</tr>
<tr class="odd">
<td>SingleQuote</td>
<td><code>'</code></td>
</tr>
<tr class="even">
<td>Slash</td>
<td><code>/</code></td>
</tr>
</tbody>
</table>
<p>To take a specific example, the FTP backend's default encoding is</p>
<pre><code>--ftp-encoding &quot;Slash,Del,Ctl,RightSpace,Dot&quot;</code></pre>
<p>However, let's say the FTP server is running on Windows and can't have any of the invalid Windows characters in file names. You are backing up Linux servers to this FTP server which do have those characters in file names. So you would add the Windows set which are</p>
<pre><code>Slash,LtGt,DoubleQuote,Colon,Question,Asterisk,Pipe,BackSlash,Ctl,RightSpace,RightPeriod,InvalidUtf8,Dot</code></pre>
<p>to the existing ones, giving:</p>
<pre><code>Slash,LtGt,DoubleQuote,Colon,Question,Asterisk,Pipe,BackSlash,Ctl,RightSpace,RightPeriod,InvalidUtf8,Dot,Del,RightSpace</code></pre>
<p>This can be specified using the <code>--ftp-encoding</code> flag or using an <code>encoding</code> parameter in the config file.</p>
<p>Or let's say you have a Windows server but you want to preserve <code></code> and <code></code>, you would then have this as the encoding (the Windows encoding minus <code>Asterisk</code> and <code>Question</code>).</p>
<pre><code>Slash,LtGt,DoubleQuote,Colon,Pipe,BackSlash,Ctl,RightSpace,RightPeriod,InvalidUtf8,Dot</code></pre>
<p>This can be specified using the <code>--local-encoding</code> flag or using an <code>encoding</code> parameter in the config file.</p>
<h3 id="mime-type">MIME Type</h3>
<p>MIME types (also known as media types) classify types of documents using a simple text classification, e.g. <code>text/html</code> or <code>application/pdf</code>.</p>
<p>Some cloud storage systems support reading (<code>R</code>) the MIME type of objects and some support writing (<code>W</code>) the MIME type of objects.</p>
<p>The MIME type can be important if you are serving files directly to HTTP from the storage system.</p>
<p>If you are copying from a remote which supports reading (<code>R</code>) to a remote which supports writing (<code>W</code>) then rclone will preserve the MIME types. Otherwise they will be guessed from the extension, or the remote itself may assign the MIME type.</p>
<h2 id="optional-features">Optional Features</h2>
<p>All rclone remotes support a base command set. Other features depend upon backend specific capabilities.</p>
<table>
<thead>
<tr class="header">
<th>Name</th>
<th style="text-align: center;">Purge</th>
<th style="text-align: center;">Copy</th>
<th style="text-align: center;">Move</th>
<th style="text-align: center;">DirMove</th>
<th style="text-align: center;">CleanUp</th>
<th style="text-align: center;">ListR</th>
<th style="text-align: center;">StreamUpload</th>
<th style="text-align: center;">LinkSharing</th>
<th style="text-align: center;">About</th>
<th style="text-align: center;">EmptyDir</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td>1Fichier</td>
<td style="text-align: center;">No</td>
2021-03-31 20:12:08 +02:00
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">Yes</td>
2021-02-02 14:42:35 +01:00
<td style="text-align: center;">No</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">No</td>
2021-03-31 20:12:08 +02:00
<td style="text-align: center;">Yes</td>
2021-02-02 14:42:35 +01:00
<td style="text-align: center;">No</td>
<td style="text-align: center;">Yes</td>
</tr>
<tr class="even">
<td>Amazon Drive</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">No</td>
2021-03-31 20:12:08 +02:00
<td style="text-align: center;">No</td>
<td style="text-align: center;">No</td>
2021-02-02 14:42:35 +01:00
<td style="text-align: center;">No</td>
<td style="text-align: center;">Yes</td>
</tr>
<tr class="odd">
<td>Amazon S3</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">Yes</td>
2021-03-31 20:12:08 +02:00
<td style="text-align: center;">Yes</td>
2021-02-02 14:42:35 +01:00
<td style="text-align: center;">No</td>
<td style="text-align: center;">No</td>
</tr>
<tr class="even">
<td>Backblaze B2</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">No</td>
</tr>
<tr class="odd">
<td>Box</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">Yes ‡‡</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">Yes</td>
2021-03-31 20:12:08 +02:00
<td style="text-align: center;">Yes</td>
2021-02-02 14:42:35 +01:00
<td style="text-align: center;">Yes</td>
</tr>
<tr class="even">
<td>Citrix ShareFile</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">Yes</td>
</tr>
<tr class="odd">
<td>Dropbox</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">Yes</td>
2021-03-31 20:12:08 +02:00
<td style="text-align: center;">No</td>
2021-02-02 14:42:35 +01:00
<td style="text-align: center;">No</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">Yes</td>
</tr>
<tr class="even">
<td>Enterprise File Fabric</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">Yes</td>
2021-03-31 20:12:08 +02:00
<td style="text-align: center;">Yes</td>
2021-02-02 14:42:35 +01:00
<td style="text-align: center;">No</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">Yes</td>
</tr>
<tr class="odd">
<td>FTP</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">Yes</td>
2021-03-31 20:12:08 +02:00
<td style="text-align: center;">No</td>
2021-02-02 14:42:35 +01:00
<td style="text-align: center;">No</td>
<td style="text-align: center;">Yes</td>
</tr>
<tr class="even">
<td>Google Cloud Storage</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">Yes</td>
2021-03-31 20:12:08 +02:00
<td style="text-align: center;">No</td>
2021-02-02 14:42:35 +01:00
<td style="text-align: center;">No</td>
<td style="text-align: center;">No</td>
</tr>
<tr class="odd">
<td>Google Drive</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">Yes</td>
</tr>
<tr class="even">
<td>Google Photos</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">No</td>
</tr>
<tr class="odd">
<td>HDFS</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">Yes</td>
</tr>
<tr class="even">
<td>HTTP</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">No</td>
2021-03-31 20:12:08 +02:00
<td style="text-align: center;">No</td>
2021-02-02 14:42:35 +01:00
<td style="text-align: center;">No</td>
<td style="text-align: center;">Yes</td>
</tr>
<tr class="odd">
<td>Hubic</td>
<td style="text-align: center;">Yes †</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">Yes</td>
2021-03-31 20:12:08 +02:00
<td style="text-align: center;">No</td>
2021-02-02 14:42:35 +01:00
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">No</td>
</tr>
<tr class="even">
<td>Jottacloud</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">Yes</td>
</tr>
<tr class="odd">
<td>Mail.ru Cloud</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">Yes</td>
</tr>
<tr class="even">
<td>Mega</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">No</td>
2021-03-31 20:12:08 +02:00
<td style="text-align: center;">Yes</td>
2021-02-02 14:42:35 +01:00
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">Yes</td>
</tr>
<tr class="odd">
<td>Memory</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">No</td>
</tr>
<tr class="even">
<td>Microsoft Azure Blob Storage</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">Yes</td>
2021-03-31 20:12:08 +02:00
<td style="text-align: center;">No</td>
2021-02-02 14:42:35 +01:00
<td style="text-align: center;">No</td>
<td style="text-align: center;">No</td>
</tr>
<tr class="odd">
<td>Microsoft OneDrive</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">Yes</td>
</tr>
<tr class="even">
<td>OpenDrive</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">Yes</td>
</tr>
<tr class="odd">
<td>OpenStack Swift</td>
<td style="text-align: center;">Yes †</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">Yes</td>
2021-03-31 20:12:08 +02:00
<td style="text-align: center;">No</td>
2021-02-02 14:42:35 +01:00
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">No</td>
</tr>
<tr class="even">
<td>pCloud</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">Yes</td>
</tr>
<tr class="odd">
<td>premiumize.me</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">Yes</td>
</tr>
<tr class="even">
<td>put.io</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">Yes</td>
2021-03-31 20:12:08 +02:00
<td style="text-align: center;">No</td>
2021-02-02 14:42:35 +01:00
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">Yes</td>
</tr>
<tr class="odd">
<td>QingStor</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">No</td>
2021-03-31 20:12:08 +02:00
<td style="text-align: center;">No</td>
2021-02-02 14:42:35 +01:00
<td style="text-align: center;">No</td>
<td style="text-align: center;">No</td>
</tr>
<tr class="even">
<td>Seafile</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">Yes</td>
</tr>
<tr class="odd">
<td>SFTP</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">Yes</td>
2021-03-31 20:12:08 +02:00
<td style="text-align: center;">No</td>
2021-02-02 14:42:35 +01:00
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">Yes</td>
</tr>
<tr class="even">
<td>SugarSync</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">Yes</td>
</tr>
<tr class="odd">
<td>Tardigrade</td>
<td style="text-align: center;">Yes †</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">No</td>
</tr>
<tr class="even">
<td>WebDAV</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">Yes ‡</td>
2021-03-31 20:12:08 +02:00
<td style="text-align: center;">No</td>
2021-02-02 14:42:35 +01:00
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">Yes</td>
</tr>
<tr class="odd">
<td>Yandex Disk</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">Yes</td>
</tr>
<tr class="even">
<td>Zoho WorkDrive</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">Yes</td>
</tr>
<tr class="odd">
<td>The local filesystem</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">Yes</td>
</tr>
</tbody>
</table>
<h3 id="purge">Purge</h3>
<p>This deletes a directory quicker than just deleting all the files in the directory.</p>
<p>† Note Swift, Hubic, and Tardigrade implement this in order to delete directory markers but they don't actually have a quicker way of deleting files other than deleting them individually.</p>
<p>‡ StreamUpload is not supported with Nextcloud</p>
<h3 id="copy">Copy</h3>
<p>Used when copying an object to and from the same remote. This known as a server-side copy so you can copy a file without downloading it and uploading it again. It is used if you use <code>rclone copy</code> or <code>rclone move</code> if the remote doesn't support <code>Move</code> directly.</p>
<p>If the server doesn't support <code>Copy</code> directly then for copy operations the file is downloaded then re-uploaded.</p>
<h3 id="move">Move</h3>
<p>Used when moving/renaming an object on the same remote. This is known as a server-side move of a file. This is used in <code>rclone move</code> if the server doesn't support <code>DirMove</code>.</p>
<p>If the server isn't capable of <code>Move</code> then rclone simulates it with <code>Copy</code> then delete. If the server doesn't support <code>Copy</code> then rclone will download the file and re-upload it.</p>
<h3 id="dirmove">DirMove</h3>
<p>This is used to implement <code>rclone move</code> to move a directory if possible. If it isn't then it will use <code>Move</code> on each file (which falls back to <code>Copy</code> then download and upload - see <code>Move</code> section).</p>
<h3 id="cleanup">CleanUp</h3>
<p>This is used for emptying the trash for a remote by <code>rclone cleanup</code>.</p>
<p>If the server can't do <code>CleanUp</code> then <code>rclone cleanup</code> will return an error.</p>
<p>‡‡ Note that while Box implements this it has to delete every file individually so it will be slower than emptying the trash via the WebUI</p>
<h3 id="listr">ListR</h3>
<p>The remote supports a recursive list to list all the contents beneath a directory quickly. This enables the <code>--fast-list</code> flag to work. See the <a href="https://rclone.org/docs/#fast-list">rclone docs</a> for more details.</p>
<h3 id="streamupload">StreamUpload</h3>
<p>Some remotes allow files to be uploaded without knowing the file size in advance. This allows certain operations to work without spooling the file to local disk first, e.g. <code>rclone rcat</code>.</p>
<h3 id="linksharing">LinkSharing</h3>
<p>Sets the necessary permissions on a file or folder and prints a link that allows others to access them, even if they don't have an account on the particular cloud provider.</p>
<h3 id="about-1">About</h3>
<p>Rclone <code>about</code> prints quota information for a remote. Typical output includes bytes used, free, quota and in trash.</p>
<p>If a remote lacks about capability <code>rclone about remote:</code>returns an error.</p>
<p>Backends without about capability cannot determine free space for an rclone mount, or use policy <code>mfs</code> (most free space) as a member of an rclone union remote.</p>
<p>See <a href="https://rclone.org/commands/rclone_about/">rclone about command</a></p>
<h3 id="emptydir">EmptyDir</h3>
<p>The remote supports empty directories. See <a href="https://rclone.org/bugs/#limitations">Limitations</a> for details. Most Object/Bucket based remotes do not support this.</p>
<h1 id="global-flags">Global Flags</h1>
<p>This describes the global flags available to every rclone command split into two groups, non backend and backend flags.</p>
<h2 id="non-backend-flags">Non Backend Flags</h2>
<p>These flags are available for every command.</p>
<pre><code> --ask-password Allow prompt for password for encrypted configuration. (default true)
--auto-confirm If enabled, do not request console confirmation.
--backup-dir string Make backups into hierarchy based in DIR.
--bind string Local address to bind to for outgoing connections, IPv4, IPv6 or name.
--buffer-size SizeSuffix In memory buffer size when reading files for each --transfer. (default 16M)
--bwlimit BwTimetable Bandwidth limit in kBytes/s, or use suffix b|k|M|G or a full timetable.
--bwlimit-file BwTimetable Bandwidth limit per file in kBytes/s, or use suffix b|k|M|G or a full timetable.
--ca-cert string CA certificate used to verify servers
--cache-dir string Directory rclone will use for caching. (default &quot;$HOME/.cache/rclone&quot;)
--check-first Do all the checks before starting transfers.
--checkers int Number of checkers to run in parallel. (default 8)
-c, --checksum Skip based on checksum (if available) &amp; size, not mod-time &amp; size
--client-cert string Client SSL certificate (PEM) for mutual TLS auth
--client-key string Client SSL private key (PEM) for mutual TLS auth
2021-03-31 20:12:08 +02:00
--compare-dest stringArray Include additional comma separated server-side paths during comparison.
2021-02-02 14:42:35 +01:00
--config string Config file. (default &quot;$HOME/.config/rclone/rclone.conf&quot;)
--contimeout duration Connect timeout (default 1m0s)
2021-03-31 20:12:08 +02:00
--copy-dest stringArray Implies --compare-dest but also copies files from paths into destination.
2021-02-02 14:42:35 +01:00
--cpuprofile string Write cpu profile to file
--cutoff-mode string Mode to stop transfers when reaching the max transfer limit HARD|SOFT|CAUTIOUS (default &quot;HARD&quot;)
--delete-after When synchronizing, delete files on destination after transferring (default)
--delete-before When synchronizing, delete files on destination before transferring
--delete-during When synchronizing, delete files during transfer
--delete-excluded Delete files on dest excluded from sync
--disable string Disable a comma separated list of features. Use help to see a list.
-n, --dry-run Do a trial run with no permanent changes
2021-03-31 20:12:08 +02:00
--dscp string Set DSCP value to connections. Can be value or names, eg. CS1, LE, DF, AF21.
2021-02-02 14:42:35 +01:00
--dump DumpFlags List of items to dump from: headers,bodies,requests,responses,auth,filters,goroutines,openfiles
--dump-bodies Dump HTTP headers and bodies - may contain sensitive info
--dump-headers Dump HTTP headers - may contain sensitive info
--error-on-no-transfer Sets exit code 9 if no files are transferred, useful in scripts
--exclude stringArray Exclude files matching pattern
--exclude-from stringArray Read exclude patterns from file (use - to read from stdin)
--exclude-if-present string Exclude directories if filename is present
--expect-continue-timeout duration Timeout when using expect / 100-continue in HTTP (default 1s)
--fast-list Use recursive list if available. Uses more memory but fewer transactions.
--files-from stringArray Read list of source-file names from file (use - to read from stdin)
--files-from-raw stringArray Read list of source-file names from file without any processing of lines (use - to read from stdin)
-f, --filter stringArray Add a file-filtering rule
--filter-from stringArray Read filtering patterns from a file (use - to read from stdin)
2021-03-31 20:12:08 +02:00
--fs-cache-expire-duration duration cache remotes for this long (0 to disable caching) (default 5m0s)
--fs-cache-expire-interval duration interval to check for expired remotes (default 1m0s)
2021-02-02 14:42:35 +01:00
--header stringArray Set HTTP header for all transactions
--header-download stringArray Set HTTP header for download transactions
--header-upload stringArray Set HTTP header for upload transactions
--ignore-case Ignore case in filters (case insensitive)
--ignore-case-sync Ignore case when synchronizing
--ignore-checksum Skip post copy check of checksums.
--ignore-errors delete even if there are I/O errors
--ignore-existing Skip all files that exist on destination
--ignore-size Ignore size when skipping use mod-time or checksum.
-I, --ignore-times Don&#39;t skip files that match size and time - transfer all files
--immutable Do not modify files. Fail if existing files have been modified.
--include stringArray Include files matching pattern
--include-from stringArray Read include patterns from file (use - to read from stdin)
-i, --interactive Enable interactive mode
--log-file string Log everything to this file
--log-format string Comma separated list of log format options (default &quot;date,time&quot;)
--log-level string Log level DEBUG|INFO|NOTICE|ERROR (default &quot;NOTICE&quot;)
--log-systemd Activate systemd integration for the logger.
--low-level-retries int Number of low level retries to do. (default 10)
--max-age Duration Only transfer files younger than this in s or suffix ms|s|m|h|d|w|M|y (default off)
--max-backlog int Maximum number of objects in sync or check backlog. (default 10000)
--max-delete int When synchronizing, limit the number of deletes (default -1)
--max-depth int If set limits the recursion depth to this. (default -1)
--max-duration duration Maximum duration rclone will transfer data for.
--max-size SizeSuffix Only transfer files smaller than this in k or suffix b|k|M|G (default off)
--max-stats-groups int Maximum number of stats groups to keep in memory. On max oldest is discarded. (default 1000)
--max-transfer SizeSuffix Maximum size of data to transfer. (default off)
--memprofile string Write memory profile to file
--min-age Duration Only transfer files older than this in s or suffix ms|s|m|h|d|w|M|y (default off)
--min-size SizeSuffix Only transfer files bigger than this in k or suffix b|k|M|G (default off)
--modify-window duration Max time diff to be considered the same (default 1ns)
--multi-thread-cutoff SizeSuffix Use multi-thread downloads for files above this size. (default 250M)
--multi-thread-streams int Max number of streams to use for multi-thread downloads. (default 4)
--no-check-certificate Do not verify the server SSL certificate. Insecure.
--no-check-dest Don&#39;t check the destination, copy regardless.
--no-console Hide console window. Supported on Windows only.
--no-gzip-encoding Don&#39;t set Accept-Encoding: gzip.
--no-traverse Don&#39;t traverse destination file system on copy.
--no-unicode-normalization Don&#39;t normalize unicode characters in filenames.
--no-update-modtime Don&#39;t update destination mod-time if files identical.
--order-by string Instructions on how to order the transfers, e.g. &#39;size,descending&#39;
--password-command SpaceSepList Command for supplying password for encrypted configuration.
-P, --progress Show progress during transfer.
--progress-terminal-title Show progress on the terminal title. Requires -P/--progress.
-q, --quiet Print as little stuff as possible
--rc Enable the remote control server.
--rc-addr string IPaddress:Port or :Port to bind server to. (default &quot;localhost:5572&quot;)
--rc-allow-origin string Set the allowed origin for CORS.
--rc-baseurl string Prefix for URLs - leave blank for root.
--rc-cert string SSL PEM key (concatenation of certificate and CA certificate)
--rc-client-ca string Client certificate authority to verify clients with
--rc-enable-metrics Enable prometheus metrics on /metrics
--rc-files string Path to local files to serve on the HTTP server.
--rc-htpasswd string htpasswd file - if not provided no authentication is done
--rc-job-expire-duration duration expire finished async jobs older than this value (default 1m0s)
--rc-job-expire-interval duration interval to check for expired async jobs (default 10s)
--rc-key string SSL PEM Private key
--rc-max-header-bytes int Maximum size of request header (default 4096)
--rc-no-auth Don&#39;t require auth for certain methods.
--rc-pass string Password for authentication.
--rc-realm string realm for authentication (default &quot;rclone&quot;)
--rc-serve Enable the serving of remote objects.
--rc-server-read-timeout duration Timeout for server reading data (default 1h0m0s)
--rc-server-write-timeout duration Timeout for server writing data (default 1h0m0s)
--rc-template string User Specified Template.
--rc-user string User name for authentication.
--rc-web-fetch-url string URL to fetch the releases for webgui. (default &quot;https://api.github.com/repos/rclone/rclone-webui-react/releases/latest&quot;)
--rc-web-gui Launch WebGUI on localhost
--rc-web-gui-force-update Force update to latest version of web gui
--rc-web-gui-no-open-browser Don&#39;t open the browser automatically
--rc-web-gui-update Check and update to latest version of web gui
--refresh-times Refresh the modtime of remote files.
--retries int Retry operations this many times if they fail (default 3)
--retries-sleep duration Interval between retrying operations if they fail, e.g 500ms, 60s, 5m. (0 to disable)
--size-only Skip based on size only, not mod-time or checksum
--stats duration Interval between printing stats, e.g 500ms, 60s, 5m. (0 to disable) (default 1m0s)
--stats-file-name-length int Max file name length in stats. 0 for no limit (default 45)
--stats-log-level string Log level to show --stats output DEBUG|INFO|NOTICE|ERROR (default &quot;INFO&quot;)
--stats-one-line Make the stats fit on one line.
--stats-one-line-date Enables --stats-one-line and add current date/time prefix.
--stats-one-line-date-format string Enables --stats-one-line-date and uses custom formatted date. Enclose date string in double quotes (&quot;). See https://golang.org/pkg/time/#Time.Format
--stats-unit string Show data rate in stats as either &#39;bits&#39; or &#39;bytes&#39;/s (default &quot;bytes&quot;)
--streaming-upload-cutoff SizeSuffix Cutoff for switching to chunked upload if file size is unknown. Upload starts after reaching cutoff or when file ends. (default 100k)
--suffix string Suffix to add to changed files.
--suffix-keep-extension Preserve the extension when using --suffix.
--syslog Use Syslog for logging
--syslog-facility string Facility for syslog, e.g. KERN,USER,... (default &quot;DAEMON&quot;)
--timeout duration IO idle timeout (default 5m0s)
--tpslimit float Limit HTTP transactions per second to this.
--tpslimit-burst int Max burst of transactions for --tpslimit. (default 1)
--track-renames When synchronizing, track file renames and do a server-side move if possible
--track-renames-strategy string Strategies to use when synchronizing using track-renames hash|modtime|leaf (default &quot;hash&quot;)
--transfers int Number of file transfers to run in parallel. (default 4)
-u, --update Skip files that are newer on the destination.
--use-cookies Enable session cookiejar.
--use-json-log Use json log format.
--use-mmap Use mmap allocator (see docs).
--use-server-modtime Use server modified time instead of object metadata
2021-03-31 20:12:08 +02:00
--user-agent string Set the user-agent to a specified string. The default is rclone/ version (default &quot;rclone/v1.55.0&quot;)
2021-02-02 14:42:35 +01:00
-v, --verbose count Print lots more stuff (repeat for more)</code></pre>
<h2 id="backend-flags">Backend Flags</h2>
<p>These flags are available for every command. They control the backends and may be set in the config file.</p>
<pre><code> --acd-auth-url string Auth server URL.
--acd-client-id string OAuth Client Id
--acd-client-secret string OAuth Client Secret
--acd-encoding MultiEncoder This sets the encoding for the backend. (default Slash,InvalidUtf8,Dot)
--acd-templink-threshold SizeSuffix Files &gt;= this size will be downloaded via their tempLink. (default 9G)
--acd-token string OAuth Access Token as a JSON blob.
--acd-token-url string Token server url.
--acd-upload-wait-per-gb Duration Additional time per GB to wait after a failed complete upload to see if it appears. (default 3m0s)
--alias-remote string Remote or path to alias.
--azureblob-access-tier string Access tier of blob: hot, cool or archive.
--azureblob-account string Storage Account Name (leave blank to use SAS URL or Emulator)
--azureblob-archive-tier-delete Delete archive tier blobs before overwriting.
--azureblob-chunk-size SizeSuffix Upload chunk size (&lt;= 100MB). (default 4M)
--azureblob-disable-checksum Don&#39;t store MD5 checksum with object metadata.
--azureblob-encoding MultiEncoder This sets the encoding for the backend. (default Slash,BackSlash,Del,Ctl,RightPeriod,InvalidUtf8)
--azureblob-endpoint string Endpoint for the service
--azureblob-key string Storage Account Key (leave blank to use SAS URL or Emulator)
--azureblob-list-chunk int Size of blob list. (default 5000)
--azureblob-memory-pool-flush-time Duration How often internal memory buffer pools will be flushed. (default 1m0s)
--azureblob-memory-pool-use-mmap Whether to use mmap buffers in internal memory pool.
--azureblob-msi-client-id string Object ID of the user-assigned MSI to use, if any. Leave blank if msi_object_id or msi_mi_res_id specified.
--azureblob-msi-mi-res-id string Azure resource ID of the user-assigned MSI to use, if any. Leave blank if msi_client_id or msi_object_id specified.
--azureblob-msi-object-id string Object ID of the user-assigned MSI to use, if any. Leave blank if msi_client_id or msi_mi_res_id specified.
2021-03-31 20:12:08 +02:00
--azureblob-public-access string Public access level of a container: blob, container.
2021-02-02 14:42:35 +01:00
--azureblob-sas-url string SAS URL for container level access only
--azureblob-service-principal-file string Path to file containing credentials for use with a service principal.
--azureblob-upload-cutoff string Cutoff for switching to chunked upload (&lt;= 256MB). (Deprecated)
--azureblob-use-emulator Uses local storage emulator if provided as &#39;true&#39; (leave blank if using real azure storage endpoint)
--azureblob-use-msi Use a managed service identity to authenticate (only works in Azure)
--b2-account string Account ID or Application Key ID
--b2-chunk-size SizeSuffix Upload chunk size. Must fit in memory. (default 96M)
--b2-copy-cutoff SizeSuffix Cutoff for switching to multipart copy (default 4G)
--b2-disable-checksum Disable checksums for large (&gt; upload cutoff) files
--b2-download-auth-duration Duration Time before the authorization token will expire in s or suffix ms|s|m|h|d. (default 1w)
--b2-download-url string Custom endpoint for downloads.
--b2-encoding MultiEncoder This sets the encoding for the backend. (default Slash,BackSlash,Del,Ctl,InvalidUtf8,Dot)
--b2-endpoint string Endpoint for the service.
--b2-hard-delete Permanently delete files on remote removal, otherwise hide files.
--b2-key string Application Key
--b2-memory-pool-flush-time Duration How often internal memory buffer pools will be flushed. (default 1m0s)
--b2-memory-pool-use-mmap Whether to use mmap buffers in internal memory pool.
--b2-test-mode string A flag string for X-Bz-Test-Mode header for debugging.
--b2-upload-cutoff SizeSuffix Cutoff for switching to chunked upload. (default 200M)
--b2-versions Include old versions in directory listings.
--box-access-token string Box App Primary Access Token
--box-auth-url string Auth server URL.
--box-box-config-file string Box App config.json location
--box-box-sub-type string (default &quot;user&quot;)
--box-client-id string OAuth Client Id
--box-client-secret string OAuth Client Secret
--box-commit-retries int Max number of times to try committing a multipart file. (default 100)
--box-encoding MultiEncoder This sets the encoding for the backend. (default Slash,BackSlash,Del,Ctl,RightSpace,InvalidUtf8,Dot)
--box-root-folder-id string Fill in for rclone to use a non root folder as its starting point.
--box-token string OAuth Access Token as a JSON blob.
--box-token-url string Token server url.
--box-upload-cutoff SizeSuffix Cutoff for switching to multipart upload (&gt;= 50MB). (default 50M)
--cache-chunk-clean-interval Duration How often should the cache perform cleanups of the chunk storage. (default 1m0s)
--cache-chunk-no-memory Disable the in-memory cache for storing chunks during streaming.
--cache-chunk-path string Directory to cache chunk files. (default &quot;$HOME/.cache/rclone/cache-backend&quot;)
--cache-chunk-size SizeSuffix The size of a chunk (partial file data). (default 5M)
--cache-chunk-total-size SizeSuffix The total size that the chunks can take up on the local disk. (default 10G)
--cache-db-path string Directory to store file structure metadata DB. (default &quot;$HOME/.cache/rclone/cache-backend&quot;)
--cache-db-purge Clear all the cached data for this remote on start.
--cache-db-wait-time Duration How long to wait for the DB to be available - 0 is unlimited (default 1s)
--cache-info-age Duration How long to cache file structure information (directory listings, file size, times, etc.). (default 6h0m0s)
--cache-plex-insecure string Skip all certificate verification when connecting to the Plex server
--cache-plex-password string The password of the Plex user (obscured)
--cache-plex-url string The URL of the Plex server
--cache-plex-username string The username of the Plex user
--cache-read-retries int How many times to retry a read from a cache storage. (default 10)
--cache-remote string Remote to cache.
--cache-rps int Limits the number of requests per second to the source FS (-1 to disable) (default -1)
--cache-tmp-upload-path string Directory to keep temporary files until they are uploaded.
--cache-tmp-wait-time Duration How long should files be stored in local cache before being uploaded (default 15s)
--cache-workers int How many workers should run in parallel to download chunks. (default 4)
--cache-writes Cache file data on writes through the FS
--chunker-chunk-size SizeSuffix Files larger than chunk size will be split in chunks. (default 2G)
--chunker-fail-hard Choose how chunker should handle files with missing or invalid chunks.
--chunker-hash-type string Choose how chunker handles hash sums. All modes but &quot;none&quot; require metadata. (default &quot;md5&quot;)
--chunker-remote string Remote to chunk/unchunk.
--compress-level int GZIP compression level (-2 to 9). (default -1)
--compress-mode string Compression mode. (default &quot;gzip&quot;)
--compress-ram-cache-limit SizeSuffix Some remotes don&#39;t allow the upload of files with unknown size. (default 20M)
--compress-remote string Remote to compress.
-L, --copy-links Follow symlinks and copy the pointed to item.
--crypt-directory-name-encryption Option to either encrypt directory names or leave them intact. (default true)
--crypt-filename-encryption string How to encrypt the filenames. (default &quot;standard&quot;)
2021-03-31 20:12:08 +02:00
--crypt-no-data-encryption Option to either encrypt file data or leave it unencrypted.
2021-02-02 14:42:35 +01:00
--crypt-password string Password or pass phrase for encryption. (obscured)
--crypt-password2 string Password or pass phrase for salt. Optional but recommended. (obscured)
--crypt-remote string Remote to encrypt/decrypt.
--crypt-server-side-across-configs Allow server-side operations (e.g. copy) to work across different crypt configs.
--crypt-show-mapping For all files listed show how the names encrypt.
--drive-acknowledge-abuse Set to allow files which return cannotDownloadAbusiveFile to be downloaded.
--drive-allow-import-name-change Allow the filetype to change when uploading Google docs (e.g. file.doc to file.docx). This will confuse sync and reupload every time.
--drive-auth-owner-only Only consider files owned by the authenticated user.
--drive-auth-url string Auth server URL.
--drive-chunk-size SizeSuffix Upload chunk size. Must a power of 2 &gt;= 256k. (default 8M)
--drive-client-id string Google Application Client Id
--drive-client-secret string OAuth Client Secret
--drive-disable-http2 Disable drive using http2 (default true)
--drive-encoding MultiEncoder This sets the encoding for the backend. (default InvalidUtf8)
--drive-export-formats string Comma separated list of preferred formats for downloading Google docs. (default &quot;docx,xlsx,pptx,svg&quot;)
--drive-formats string Deprecated: see export_formats
--drive-impersonate string Impersonate this user when using a service account.
--drive-import-formats string Comma separated list of preferred formats for uploading Google docs.
--drive-keep-revision-forever Keep new head revision of each file forever.
--drive-list-chunk int Size of listing chunk 100-1000. 0 to disable. (default 1000)
--drive-pacer-burst int Number of API calls to allow without sleeping. (default 100)
--drive-pacer-min-sleep Duration Minimum time to sleep between API calls. (default 100ms)
--drive-root-folder-id string ID of the root folder
--drive-scope string Scope that rclone should use when requesting access from drive.
--drive-server-side-across-configs Allow server-side operations (e.g. copy) to work across different drive configs.
--drive-service-account-credentials string Service Account Credentials JSON blob
--drive-service-account-file string Service Account Credentials JSON file path
--drive-shared-with-me Only show files that are shared with me.
--drive-size-as-quota Show sizes as storage quota usage, not actual size.
--drive-skip-checksum-gphotos Skip MD5 checksum on Google photos and videos only.
--drive-skip-gdocs Skip google documents in all listings.
--drive-skip-shortcuts If set skip shortcut files
--drive-starred-only Only show files that are starred.
--drive-stop-on-download-limit Make download limit errors be fatal
--drive-stop-on-upload-limit Make upload limit errors be fatal
2021-03-31 20:12:08 +02:00
--drive-team-drive string ID of the Shared Drive (Team Drive)
2021-02-02 14:42:35 +01:00
--drive-token string OAuth Access Token as a JSON blob.
--drive-token-url string Token server url.
--drive-trashed-only Only show files that are in the trash.
--drive-upload-cutoff SizeSuffix Cutoff for switching to chunked upload (default 8M)
--drive-use-created-date Use file created date instead of modified date.,
--drive-use-shared-date Use date file was shared instead of modified date.
--drive-use-trash Send files to the trash instead of deleting permanently. (default true)
--drive-v2-download-min-size SizeSuffix If Object&#39;s are greater, use drive v2 API to download. (default off)
--dropbox-auth-url string Auth server URL.
--dropbox-chunk-size SizeSuffix Upload chunk size. (&lt; 150M). (default 48M)
--dropbox-client-id string OAuth Client Id
--dropbox-client-secret string OAuth Client Secret
--dropbox-encoding MultiEncoder This sets the encoding for the backend. (default Slash,BackSlash,Del,RightSpace,InvalidUtf8,Dot)
--dropbox-impersonate string Impersonate this user when using a business account.
--dropbox-shared-files Instructs rclone to work on individual shared files.
--dropbox-shared-folders Instructs rclone to work on shared folders.
--dropbox-token string OAuth Access Token as a JSON blob.
--dropbox-token-url string Token server url.
--fichier-api-key string Your API Key, get it from https://1fichier.com/console/params.pl
--fichier-encoding MultiEncoder This sets the encoding for the backend. (default Slash,LtGt,DoubleQuote,SingleQuote,BackQuote,Dollar,BackSlash,Del,Ctl,LeftSpace,RightSpace,InvalidUtf8,Dot)
--fichier-shared-folder string If you want to download a shared folder, add this parameter
--filefabric-encoding MultiEncoder This sets the encoding for the backend. (default Slash,Del,Ctl,InvalidUtf8,Dot)
--filefabric-permanent-token string Permanent Authentication Token
--filefabric-root-folder-id string ID of the root folder
--filefabric-token string Session Token
--filefabric-token-expiry string Token expiry time
--filefabric-url string URL of the Enterprise File Fabric to connect to
--filefabric-version string Version read from the file fabric
2021-03-31 20:12:08 +02:00
--ftp-close-timeout Duration Maximum time to wait for a response to close. (default 1m0s)
2021-02-02 14:42:35 +01:00
--ftp-concurrency int Maximum number of FTP simultaneous connections, 0 for unlimited
--ftp-disable-epsv Disable using EPSV even if server advertises support
--ftp-disable-mlsd Disable using MLSD even if server advertises support
--ftp-encoding MultiEncoder This sets the encoding for the backend. (default Slash,Del,Ctl,RightSpace,Dot)
--ftp-explicit-tls Use Explicit FTPS (FTP over TLS)
--ftp-host string FTP host to connect to
2021-03-31 20:12:08 +02:00
--ftp-idle-timeout Duration Max time before closing idle connections (default 1m0s)
2021-02-02 14:42:35 +01:00
--ftp-no-check-certificate Do not verify the TLS certificate of the server
--ftp-pass string FTP password (obscured)
--ftp-port string FTP port, leave blank to use default (21)
--ftp-tls Use Implicit FTPS (FTP over TLS)
--ftp-user string FTP username, leave blank for current username, $USER
--gcs-anonymous Access public buckets and objects without credentials
--gcs-auth-url string Auth server URL.
--gcs-bucket-acl string Access Control List for new buckets.
--gcs-bucket-policy-only Access checks should use bucket-level IAM policies.
--gcs-client-id string OAuth Client Id
--gcs-client-secret string OAuth Client Secret
--gcs-encoding MultiEncoder This sets the encoding for the backend. (default Slash,CrLf,InvalidUtf8,Dot)
--gcs-location string Location for the newly created buckets.
--gcs-object-acl string Access Control List for new objects.
--gcs-project-number string Project number.
--gcs-service-account-file string Service Account Credentials JSON file path
--gcs-storage-class string The storage class to use when storing objects in Google Cloud Storage.
--gcs-token string OAuth Access Token as a JSON blob.
--gcs-token-url string Token server url.
--gphotos-auth-url string Auth server URL.
--gphotos-client-id string OAuth Client Id
--gphotos-client-secret string OAuth Client Secret
--gphotos-include-archived Also view and download archived media.
--gphotos-read-only Set to make the Google Photos backend read only.
--gphotos-read-size Set to read the size of media items.
--gphotos-start-year int Year limits the photos to be downloaded to those which are uploaded after the given year (default 2000)
--gphotos-token string OAuth Access Token as a JSON blob.
--gphotos-token-url string Token server url.
--hdfs-data-transfer-protection string Kerberos data transfer protection: authentication|integrity|privacy
--hdfs-encoding MultiEncoder This sets the encoding for the backend. (default Slash,Colon,Del,Ctl,InvalidUtf8,Dot)
--hdfs-namenode string hadoop name node and port
--hdfs-service-principal-name string Kerberos service principal name for the namenode
--hdfs-username string hadoop user name
--http-headers CommaSepList Set HTTP headers for all transactions
--http-no-head Don&#39;t use HEAD requests to find file sizes in dir listing
--http-no-slash Set this if the site doesn&#39;t end directories with /
--http-url string URL of http host to connect to
--hubic-auth-url string Auth server URL.
--hubic-chunk-size SizeSuffix Above this size files will be chunked into a _segments container. (default 5G)
--hubic-client-id string OAuth Client Id
--hubic-client-secret string OAuth Client Secret
--hubic-encoding MultiEncoder This sets the encoding for the backend. (default Slash,InvalidUtf8)
--hubic-no-chunk Don&#39;t chunk files during streaming upload.
--hubic-token string OAuth Access Token as a JSON blob.
--hubic-token-url string Token server url.
--jottacloud-encoding MultiEncoder This sets the encoding for the backend. (default Slash,LtGt,DoubleQuote,Colon,Question,Asterisk,Pipe,Del,Ctl,InvalidUtf8,Dot)
--jottacloud-hard-delete Delete files permanently rather than putting them into the trash.
--jottacloud-md5-memory-limit SizeSuffix Files bigger than this will be cached on disk to calculate the MD5 if required. (default 10M)
--jottacloud-trashed-only Only show files that are in the trash.
--jottacloud-upload-resume-limit SizeSuffix Files bigger than this can be resumed if the upload fail&#39;s. (default 10M)
--koofr-encoding MultiEncoder This sets the encoding for the backend. (default Slash,BackSlash,Del,Ctl,InvalidUtf8,Dot)
--koofr-endpoint string The Koofr API endpoint to use (default &quot;https://app.koofr.net&quot;)
--koofr-mountid string Mount ID of the mount to use. If omitted, the primary mount is used.
--koofr-password string Your Koofr password for rclone (generate one at https://app.koofr.net/app/admin/preferences/password) (obscured)
--koofr-setmtime Does the backend support setting modification time. Set this to false if you use a mount ID that points to a Dropbox or Amazon Drive backend. (default true)
--koofr-user string Your Koofr user name
-l, --links Translate symlinks to/from regular files with a &#39;.rclonelink&#39; extension
--local-case-insensitive Force the filesystem to report itself as case insensitive
--local-case-sensitive Force the filesystem to report itself as case sensitive.
--local-encoding MultiEncoder This sets the encoding for the backend. (default Slash,Dot)
--local-no-check-updated Don&#39;t check to see if the files change during upload
2021-03-31 20:12:08 +02:00
--local-no-preallocate Disable preallocation of disk space for transferred files
2021-02-02 14:42:35 +01:00
--local-no-set-modtime Disable setting modtime
--local-no-sparse Disable sparse files for multi-thread downloads
--local-no-unicode-normalization Don&#39;t apply unicode normalization to paths and filenames (Deprecated)
--local-nounc string Disable UNC (long path names) conversion on Windows
--local-zero-size-links Assume the Stat size of links is zero (and read them instead)
--mailru-check-hash What should copy do if file checksum is mismatched or invalid (default true)
--mailru-encoding MultiEncoder This sets the encoding for the backend. (default Slash,LtGt,DoubleQuote,Colon,Question,Asterisk,Pipe,BackSlash,Del,Ctl,InvalidUtf8,Dot)
--mailru-pass string Password (obscured)
--mailru-speedup-enable Skip full upload if there is another file with same data hash. (default true)
--mailru-speedup-file-patterns string Comma separated list of file name patterns eligible for speedup (put by hash). (default &quot;*.mkv,*.avi,*.mp4,*.mp3,*.zip,*.gz,*.rar,*.pdf&quot;)
--mailru-speedup-max-disk SizeSuffix This option allows you to disable speedup (put by hash) for large files (default 3G)
--mailru-speedup-max-memory SizeSuffix Files larger than the size given below will always be hashed on disk. (default 32M)
--mailru-user string User name (usually email)
--mega-debug Output more debug from Mega.
--mega-encoding MultiEncoder This sets the encoding for the backend. (default Slash,InvalidUtf8,Dot)
--mega-hard-delete Delete files permanently rather than putting them into the trash.
--mega-pass string Password. (obscured)
--mega-user string User name
-x, --one-file-system Don&#39;t cross filesystem boundaries (unix/macOS only).
--onedrive-auth-url string Auth server URL.
--onedrive-chunk-size SizeSuffix Chunk size to upload files with - must be multiple of 320k (327,680 bytes). (default 10M)
--onedrive-client-id string OAuth Client Id
--onedrive-client-secret string OAuth Client Secret
--onedrive-drive-id string The ID of the drive to use
--onedrive-drive-type string The type of the drive ( personal | business | documentLibrary )
--onedrive-encoding MultiEncoder This sets the encoding for the backend. (default Slash,LtGt,DoubleQuote,Colon,Question,Asterisk,Pipe,BackSlash,Del,Ctl,LeftSpace,LeftTilde,RightSpace,RightPeriod,InvalidUtf8,Dot)
--onedrive-expose-onenote-files Set to make OneNote files show up in directory listings.
--onedrive-link-password string Set the password for links created by the link command.
--onedrive-link-scope string Set the scope of the links created by the link command. (default &quot;anonymous&quot;)
--onedrive-link-type string Set the type of the links created by the link command. (default &quot;view&quot;)
--onedrive-no-versions Remove all versions on modifying operations
--onedrive-region string Choose national cloud region for OneDrive. (default &quot;global&quot;)
--onedrive-server-side-across-configs Allow server-side operations (e.g. copy) to work across different onedrive configs.
--onedrive-token string OAuth Access Token as a JSON blob.
--onedrive-token-url string Token server url.
--opendrive-chunk-size SizeSuffix Files will be uploaded in chunks this size. (default 10M)
--opendrive-encoding MultiEncoder This sets the encoding for the backend. (default Slash,LtGt,DoubleQuote,Colon,Question,Asterisk,Pipe,BackSlash,LeftSpace,LeftCrLfHtVt,RightSpace,RightCrLfHtVt,InvalidUtf8,Dot)
--opendrive-password string Password. (obscured)
--opendrive-username string Username
--pcloud-auth-url string Auth server URL.
--pcloud-client-id string OAuth Client Id
--pcloud-client-secret string OAuth Client Secret
--pcloud-encoding MultiEncoder This sets the encoding for the backend. (default Slash,BackSlash,Del,Ctl,InvalidUtf8,Dot)
--pcloud-hostname string Hostname to connect to. (default &quot;api.pcloud.com&quot;)
--pcloud-root-folder-id string Fill in for rclone to use a non root folder as its starting point. (default &quot;d0&quot;)
--pcloud-token string OAuth Access Token as a JSON blob.
--pcloud-token-url string Token server url.
--premiumizeme-encoding MultiEncoder This sets the encoding for the backend. (default Slash,DoubleQuote,BackSlash,Del,Ctl,InvalidUtf8,Dot)
--putio-encoding MultiEncoder This sets the encoding for the backend. (default Slash,BackSlash,Del,Ctl,InvalidUtf8,Dot)
--qingstor-access-key-id string QingStor Access Key ID
--qingstor-chunk-size SizeSuffix Chunk size to use for uploading. (default 4M)
--qingstor-connection-retries int Number of connection retries. (default 3)
--qingstor-encoding MultiEncoder This sets the encoding for the backend. (default Slash,Ctl,InvalidUtf8)
--qingstor-endpoint string Enter an endpoint URL to connection QingStor API.
--qingstor-env-auth Get QingStor credentials from runtime. Only applies if access_key_id and secret_access_key is blank.
--qingstor-secret-access-key string QingStor Secret Access Key (password)
--qingstor-upload-concurrency int Concurrency for multipart uploads. (default 1)
--qingstor-upload-cutoff SizeSuffix Cutoff for switching to chunked upload (default 200M)
--qingstor-zone string Zone to connect to.
--s3-access-key-id string AWS Access Key ID.
--s3-acl string Canned ACL used when creating buckets and storing or copying objects.
--s3-bucket-acl string Canned ACL used when creating buckets.
--s3-chunk-size SizeSuffix Chunk size to use for uploading. (default 5M)
--s3-copy-cutoff SizeSuffix Cutoff for switching to multipart copy (default 4.656G)
--s3-disable-checksum Don&#39;t store MD5 checksum with object metadata
--s3-disable-http2 Disable usage of http2 for S3 backends
--s3-encoding MultiEncoder This sets the encoding for the backend. (default Slash,InvalidUtf8,Dot)
--s3-endpoint string Endpoint for S3 API.
--s3-env-auth Get AWS credentials from runtime (environment variables or EC2/ECS meta data if no env vars).
--s3-force-path-style If true use path style access if false use virtual hosted style. (default true)
--s3-leave-parts-on-error If true avoid calling abort upload on a failure, leaving all successfully uploaded parts on S3 for manual recovery.
--s3-list-chunk int Size of listing chunk (response list for each ListObject S3 request). (default 1000)
--s3-location-constraint string Location constraint - must be set to match the Region.
--s3-max-upload-parts int Maximum number of parts in a multipart upload. (default 10000)
--s3-memory-pool-flush-time Duration How often internal memory buffer pools will be flushed. (default 1m0s)
--s3-memory-pool-use-mmap Whether to use mmap buffers in internal memory pool.
--s3-no-check-bucket If set, don&#39;t attempt to check the bucket exists or create it
--s3-no-head If set, don&#39;t HEAD uploaded objects to check integrity
--s3-profile string Profile to use in the shared credentials file
--s3-provider string Choose your S3 provider.
--s3-region string Region to connect to.
--s3-requester-pays Enables requester pays option when interacting with S3 bucket.
--s3-secret-access-key string AWS Secret Access Key (password)
--s3-server-side-encryption string The server-side encryption algorithm used when storing this object in S3.
--s3-session-token string An AWS session token
--s3-shared-credentials-file string Path to the shared credentials file
--s3-sse-customer-algorithm string If using SSE-C, the server-side encryption algorithm used when storing this object in S3.
--s3-sse-customer-key string If using SSE-C you must provide the secret encryption key used to encrypt/decrypt your data.
--s3-sse-customer-key-md5 string If using SSE-C you may provide the secret encryption key MD5 checksum (optional).
--s3-sse-kms-key-id string If using KMS ID you must provide the ARN of Key.
--s3-storage-class string The storage class to use when storing new objects in S3.
--s3-upload-concurrency int Concurrency for multipart uploads. (default 4)
--s3-upload-cutoff SizeSuffix Cutoff for switching to chunked upload (default 200M)
--s3-use-accelerate-endpoint If true use the AWS S3 accelerated endpoint.
--s3-v2-auth If true use v2 authentication.
--seafile-2fa Two-factor authentication (&#39;true&#39; if the account has 2FA enabled)
--seafile-create-library Should rclone create a library if it doesn&#39;t exist
--seafile-encoding MultiEncoder This sets the encoding for the backend. (default Slash,DoubleQuote,BackSlash,Ctl,InvalidUtf8)
--seafile-library string Name of the library. Leave blank to access all non-encrypted libraries.
--seafile-library-key string Library password (for encrypted libraries only). Leave blank if you pass it through the command line. (obscured)
--seafile-pass string Password (obscured)
--seafile-url string URL of seafile host to connect to
--seafile-user string User name (usually email address)
--sftp-ask-password Allow asking for SFTP password when needed.
2021-03-31 20:12:08 +02:00
--sftp-disable-concurrent-reads If set don&#39;t use concurrent reads
2021-02-02 14:42:35 +01:00
--sftp-disable-hashcheck Disable the execution of SSH commands to determine if remote file hashing is available.
--sftp-host string SSH host to connect to
2021-03-31 20:12:08 +02:00
--sftp-idle-timeout Duration Max time before closing idle connections (default 1m0s)
2021-02-02 14:42:35 +01:00
--sftp-key-file string Path to PEM-encoded private key file, leave blank or set key-use-agent to use ssh-agent.
--sftp-key-file-pass string The passphrase to decrypt the PEM-encoded private key file. (obscured)
--sftp-key-pem string Raw PEM-encoded private key, If specified, will override key_file parameter.
--sftp-key-use-agent When set forces the usage of the ssh-agent.
--sftp-known-hosts-file string Optional path to known_hosts file.
--sftp-md5sum-command string The command used to read md5 hashes. Leave blank for autodetect.
--sftp-pass string SSH password, leave blank to use ssh-agent. (obscured)
--sftp-path-override string Override path used by SSH connection.
--sftp-port string SSH port, leave blank to use default (22)
--sftp-pubkey-file string Optional path to public key file.
--sftp-server-command string Specifies the path or command to run a sftp server on the remote host.
--sftp-set-modtime Set the modified time on the remote if set. (default true)
--sftp-sha1sum-command string The command used to read sha1 hashes. Leave blank for autodetect.
--sftp-skip-links Set to skip any symlinks and any other non regular files.
--sftp-subsystem string Specifies the SSH2 subsystem on the remote host. (default &quot;sftp&quot;)
--sftp-use-fstat If set use fstat instead of stat
--sftp-use-insecure-cipher Enable the use of insecure ciphers and key exchange methods.
--sftp-user string SSH username, leave blank for current username, $USER
--sharefile-chunk-size SizeSuffix Upload chunk size. Must a power of 2 &gt;= 256k. (default 64M)
--sharefile-encoding MultiEncoder This sets the encoding for the backend. (default Slash,LtGt,DoubleQuote,Colon,Question,Asterisk,Pipe,BackSlash,Ctl,LeftSpace,LeftPeriod,RightSpace,RightPeriod,InvalidUtf8,Dot)
--sharefile-endpoint string Endpoint for API calls.
--sharefile-root-folder-id string ID of the root folder
--sharefile-upload-cutoff SizeSuffix Cutoff for switching to multipart upload. (default 128M)
--skip-links Don&#39;t warn about skipped symlinks.
--sugarsync-access-key-id string Sugarsync Access Key ID.
--sugarsync-app-id string Sugarsync App ID.
--sugarsync-authorization string Sugarsync authorization
--sugarsync-authorization-expiry string Sugarsync authorization expiry
--sugarsync-deleted-id string Sugarsync deleted folder id
--sugarsync-encoding MultiEncoder This sets the encoding for the backend. (default Slash,Ctl,InvalidUtf8,Dot)
--sugarsync-hard-delete Permanently delete files if true
--sugarsync-private-access-key string Sugarsync Private Access Key
--sugarsync-refresh-token string Sugarsync refresh token
--sugarsync-root-id string Sugarsync root id
--sugarsync-user string Sugarsync user
--swift-application-credential-id string Application Credential ID (OS_APPLICATION_CREDENTIAL_ID)
--swift-application-credential-name string Application Credential Name (OS_APPLICATION_CREDENTIAL_NAME)
--swift-application-credential-secret string Application Credential Secret (OS_APPLICATION_CREDENTIAL_SECRET)
--swift-auth string Authentication URL for server (OS_AUTH_URL).
--swift-auth-token string Auth Token from alternate authentication - optional (OS_AUTH_TOKEN)
--swift-auth-version int AuthVersion - optional - set to (1,2,3) if your auth URL has no version (ST_AUTH_VERSION)
--swift-chunk-size SizeSuffix Above this size files will be chunked into a _segments container. (default 5G)
--swift-domain string User domain - optional (v3 auth) (OS_USER_DOMAIN_NAME)
--swift-encoding MultiEncoder This sets the encoding for the backend. (default Slash,InvalidUtf8)
--swift-endpoint-type string Endpoint type to choose from the service catalogue (OS_ENDPOINT_TYPE) (default &quot;public&quot;)
--swift-env-auth Get swift credentials from environment variables in standard OpenStack form.
--swift-key string API key or password (OS_PASSWORD).
--swift-leave-parts-on-error If true avoid calling abort upload on a failure. It should be set to true for resuming uploads across different sessions.
--swift-no-chunk Don&#39;t chunk files during streaming upload.
--swift-region string Region name - optional (OS_REGION_NAME)
--swift-storage-policy string The storage policy to use when creating a new container
--swift-storage-url string Storage URL - optional (OS_STORAGE_URL)
--swift-tenant string Tenant name - optional for v1 auth, this or tenant_id required otherwise (OS_TENANT_NAME or OS_PROJECT_NAME)
--swift-tenant-domain string Tenant domain - optional (v3 auth) (OS_PROJECT_DOMAIN_NAME)
--swift-tenant-id string Tenant ID - optional for v1 auth, this or tenant required otherwise (OS_TENANT_ID)
--swift-user string User name to log in (OS_USERNAME).
--swift-user-id string User ID to log in - optional - most swift systems use user and leave this blank (v3 auth) (OS_USER_ID).
--tardigrade-access-grant string Access Grant.
--tardigrade-api-key string API Key.
--tardigrade-passphrase string Encryption Passphrase. To access existing objects enter passphrase used for uploading.
--tardigrade-provider string Choose an authentication method. (default &quot;existing&quot;)
--tardigrade-satellite-address &lt;nodeid&gt;@&lt;address&gt;:&lt;port&gt; Satellite Address. Custom satellite address should match the format: &lt;nodeid&gt;@&lt;address&gt;:&lt;port&gt;. (default &quot;us-central-1.tardigrade.io&quot;)
--union-action-policy string Policy to choose upstream on ACTION category. (default &quot;epall&quot;)
--union-cache-time int Cache time of usage and free space (in seconds). This option is only useful when a path preserving policy is used. (default 120)
--union-create-policy string Policy to choose upstream on CREATE category. (default &quot;epmfs&quot;)
--union-search-policy string Policy to choose upstream on SEARCH category. (default &quot;ff&quot;)
--union-upstreams string List of space separated upstreams.
--webdav-bearer-token string Bearer token instead of user/pass (e.g. a Macaroon)
--webdav-bearer-token-command string Command to run to get a bearer token
2021-03-31 20:12:08 +02:00
--webdav-encoding string This sets the encoding for the backend.
2021-02-02 14:42:35 +01:00
--webdav-pass string Password. (obscured)
--webdav-url string URL of http host to connect to
2021-03-31 20:12:08 +02:00
--webdav-user string User name. In case NTLM authentication is used, the username should be in the format &#39;Domain\User&#39;.
2021-02-02 14:42:35 +01:00
--webdav-vendor string Name of the Webdav site/service/software you are using
--yandex-auth-url string Auth server URL.
--yandex-client-id string OAuth Client Id
--yandex-client-secret string OAuth Client Secret
--yandex-encoding MultiEncoder This sets the encoding for the backend. (default Slash,Del,Ctl,InvalidUtf8,Dot)
--yandex-token string OAuth Access Token as a JSON blob.
--yandex-token-url string Token server url.
2021-03-31 20:12:08 +02:00
--zoho-auth-url string Auth server URL.
--zoho-client-id string OAuth Client Id
--zoho-client-secret string OAuth Client Secret
2021-02-02 14:42:35 +01:00
--zoho-encoding MultiEncoder This sets the encoding for the backend. (default Del,Ctl,InvalidUtf8)
2021-03-31 20:12:08 +02:00
--zoho-region string Zoho region to connect to. You&#39;ll have to use the region you organization is registered in.
--zoho-token string OAuth Access Token as a JSON blob.
--zoho-token-url string Token server url.</code></pre>
2021-02-02 14:42:35 +01:00
<h2 id="fichier">1Fichier</h2>
<p>This is a backend for the <a href="https://1fichier.com">1fichier</a> cloud storage service. Note that a Premium subscription is required to use the API.</p>
<p>Paths are specified as <code>remote:path</code></p>
<p>Paths may be as deep as required, e.g. <code>remote:directory/subdirectory</code>.</p>
<p>The initial setup for 1Fichier involves getting the API key from the website which you need to do in your browser.</p>
<p>Here is an example of how to make a remote called <code>remote</code>. First run:</p>
<pre><code> rclone config</code></pre>
<p>This will guide you through an interactive setup process:</p>
<pre><code>No remotes found - make a new one
n) New remote
s) Set configuration password
q) Quit config
n/s/q&gt; n
name&gt; remote
Type of storage to configure.
Enter a string value. Press Enter for the default (&quot;&quot;).
Choose a number from below, or type in your own value
[snip]
XX / 1Fichier
\ &quot;fichier&quot;
[snip]
Storage&gt; fichier
** See help for fichier backend at: https://rclone.org/fichier/ **
2020-09-02 17:59:04 +02:00
2021-02-02 14:42:35 +01:00
Your API Key, get it from https://1fichier.com/console/params.pl
Enter a string value. Press Enter for the default (&quot;&quot;).
api_key&gt; example_key
2020-09-02 17:59:04 +02:00
2021-02-02 14:42:35 +01:00
Edit advanced config? (y/n)
y) Yes
n) No
y/n&gt;
Remote config
--------------------
[remote]
type = fichier
api_key = example_key
--------------------
y) Yes this is OK
e) Edit this remote
d) Delete this remote
y/e/d&gt; y</code></pre>
<p>Once configured you can then use <code>rclone</code> like this,</p>
<p>List directories in top level of your 1Fichier account</p>
<pre><code>rclone lsd remote:</code></pre>
<p>List all the files in your 1Fichier account</p>
<pre><code>rclone ls remote:</code></pre>
<p>To copy a local directory to a 1Fichier directory called backup</p>
<pre><code>rclone copy /home/source remote:backup</code></pre>
<h3 id="modified-time-and-hashes">Modified time and hashes</h3>
<p>1Fichier does not support modification times. It supports the Whirlpool hash algorithm.</p>
<h3 id="duplicated-files">Duplicated files</h3>
<p>1Fichier can have two files with exactly the same name and path (unlike a normal file system).</p>
<p>Duplicated files cause problems with the syncing and you will see messages in the log about duplicates.</p>
<h4 id="restricted-filename-characters">Restricted filename characters</h4>
<p>In addition to the <a href="https://rclone.org/overview/#restricted-characters">default restricted characters set</a> the following characters are also replaced:</p>
<table>
<thead>
<tr class="header">
<th>Character</th>
<th style="text-align: center;">Value</th>
<th style="text-align: center;">Replacement</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td>\</td>
<td style="text-align: center;">0x5C</td>
<td style="text-align: center;"></td>
</tr>
<tr class="even">
<td>&lt;</td>
<td style="text-align: center;">0x3C</td>
<td style="text-align: center;"></td>
</tr>
<tr class="odd">
<td>&gt;</td>
<td style="text-align: center;">0x3E</td>
<td style="text-align: center;"></td>
</tr>
<tr class="even">
<td>"</td>
<td style="text-align: center;">0x22</td>
<td style="text-align: center;"></td>
</tr>
<tr class="odd">
<td>$</td>
<td style="text-align: center;">0x24</td>
<td style="text-align: center;"></td>
</tr>
<tr class="even">
<td>`</td>
<td style="text-align: center;">0x60</td>
<td style="text-align: center;"></td>
</tr>
<tr class="odd">
<td>'</td>
<td style="text-align: center;">0x27</td>
<td style="text-align: center;"></td>
</tr>
</tbody>
</table>
<p>File names can also not start or end with the following characters. These only get replaced if they are the first or last character in the name:</p>
<table>
<thead>
<tr class="header">
<th>Character</th>
<th style="text-align: center;">Value</th>
<th style="text-align: center;">Replacement</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td>SP</td>
<td style="text-align: center;">0x20</td>
<td style="text-align: center;"></td>
</tr>
</tbody>
</table>
<p>Invalid UTF-8 bytes will also be <a href="https://rclone.org/overview/#invalid-utf8">replaced</a>, as they can't be used in JSON strings.</p>
<h3 id="standard-options">Standard Options</h3>
<p>Here are the standard options specific to fichier (1Fichier).</p>
<h4 id="fichier-api-key">--fichier-api-key</h4>
<p>Your API Key, get it from https://1fichier.com/console/params.pl</p>
<ul>
<li>Config: api_key</li>
<li>Env Var: RCLONE_FICHIER_API_KEY</li>
<li>Type: string</li>
<li>Default: ""</li>
</ul>
<h3 id="advanced-options">Advanced Options</h3>
<p>Here are the advanced options specific to fichier (1Fichier).</p>
<h4 id="fichier-shared-folder">--fichier-shared-folder</h4>
<p>If you want to download a shared folder, add this parameter</p>
<ul>
<li>Config: shared_folder</li>
<li>Env Var: RCLONE_FICHIER_SHARED_FOLDER</li>
<li>Type: string</li>
<li>Default: ""</li>
</ul>
<h4 id="fichier-encoding">--fichier-encoding</h4>
<p>This sets the encoding for the backend.</p>
<p>See: the <a href="https://rclone.org/overview/#encoding">encoding section in the overview</a> for more info.</p>
<ul>
<li>Config: encoding</li>
<li>Env Var: RCLONE_FICHIER_ENCODING</li>
<li>Type: MultiEncoder</li>
<li>Default: Slash,LtGt,DoubleQuote,SingleQuote,BackQuote,Dollar,BackSlash,Del,Ctl,LeftSpace,RightSpace,InvalidUtf8,Dot</li>
</ul>
<h3 id="limitations-2">Limitations</h3>
<p><code>rclone about</code> is not supported by the 1Fichier backend. Backends without this capability cannot determine free space for an rclone mount or use policy <code>mfs</code> (most free space) as a member of an rclone union remote.</p>
<p>See <a href="https://rclone.org/overview/#optional-features">List of backends that do not support rclone about</a> See <a href="https://rclone.org/commands/rclone_about/">rclone about</a></p>
<h2 id="alias">Alias</h2>
<p>The <code>alias</code> remote provides a new name for another remote.</p>
<p>Paths may be as deep as required or a local path, e.g. <code>remote:directory/subdirectory</code> or <code>/directory/subdirectory</code>.</p>
<p>During the initial setup with <code>rclone config</code> you will specify the target remote. The target remote can either be a local path or another remote.</p>
<p>Subfolders can be used in target remote. Assume an alias remote named <code>backup</code> with the target <code>mydrive:private/backup</code>. Invoking <code>rclone mkdir backup:desktop</code> is exactly the same as invoking <code>rclone mkdir mydrive:private/backup/desktop</code>.</p>
<p>There will be no special handling of paths containing <code>..</code> segments. Invoking <code>rclone mkdir backup:../desktop</code> is exactly the same as invoking <code>rclone mkdir mydrive:private/backup/../desktop</code>. The empty path is not allowed as a remote. To alias the current directory use <code>.</code> instead.</p>
<p>Here is an example of how to make an alias called <code>remote</code> for local folder. First run:</p>
<pre><code> rclone config</code></pre>
<p>This will guide you through an interactive setup process:</p>
<pre><code>No remotes found - make a new one
n) New remote
s) Set configuration password
q) Quit config
n/s/q&gt; n
name&gt; remote
Type of storage to configure.
Choose a number from below, or type in your own value
[snip]
XX / Alias for an existing remote
\ &quot;alias&quot;
[snip]
Storage&gt; alias
Remote or path to alias.
Can be &quot;myremote:path/to/dir&quot;, &quot;myremote:bucket&quot;, &quot;myremote:&quot; or &quot;/local/path&quot;.
remote&gt; /mnt/storage/backup
Remote config
--------------------
[remote]
remote = /mnt/storage/backup
--------------------
y) Yes this is OK
e) Edit this remote
d) Delete this remote
y/e/d&gt; y
Current remotes:
2020-09-02 17:59:04 +02:00
2021-02-02 14:42:35 +01:00
Name Type
==== ====
remote alias
2020-09-02 17:59:04 +02:00
2021-02-02 14:42:35 +01:00
e) Edit existing remote
n) New remote
d) Delete remote
r) Rename remote
c) Copy remote
s) Set configuration password
q) Quit config
e/n/d/r/c/s/q&gt; q</code></pre>
<p>Once configured you can then use <code>rclone</code> like this,</p>
<p>List directories in top level in <code>/mnt/storage/backup</code></p>
<pre><code>rclone lsd remote:</code></pre>
<p>List all the files in <code>/mnt/storage/backup</code></p>
<pre><code>rclone ls remote:</code></pre>
<p>Copy another local directory to the alias directory called source</p>
<pre><code>rclone copy /home/source remote:source</code></pre>
<h3 id="standard-options-1">Standard Options</h3>
<p>Here are the standard options specific to alias (Alias for an existing remote).</p>
<h4 id="alias-remote">--alias-remote</h4>
<p>Remote or path to alias. Can be "myremote:path/to/dir", "myremote:bucket", "myremote:" or "/local/path".</p>
<ul>
<li>Config: remote</li>
<li>Env Var: RCLONE_ALIAS_REMOTE</li>
<li>Type: string</li>
<li>Default: ""</li>
</ul>
<h2 id="amazon-drive">Amazon Drive</h2>
<p>Amazon Drive, formerly known as Amazon Cloud Drive, is a cloud storage service run by Amazon for consumers.</p>
<h2 id="status">Status</h2>
<p><strong>Important:</strong> rclone supports Amazon Drive only if you have your own set of API keys. Unfortunately the <a href="https://developer.amazon.com/amazon-drive">Amazon Drive developer program</a> is now closed to new entries so if you don't already have your own set of keys you will not be able to use rclone with Amazon Drive.</p>
<p>For the history on why rclone no longer has a set of Amazon Drive API keys see <a href="https://forum.rclone.org/t/rclone-has-been-banned-from-amazon-drive/2314">the forum</a>.</p>
<p>If you happen to know anyone who works at Amazon then please ask them to re-instate rclone into the Amazon Drive developer program - thanks!</p>
<h2 id="setup">Setup</h2>
<p>The initial setup for Amazon Drive involves getting a token from Amazon which you need to do in your browser. <code>rclone config</code> walks you through it.</p>
<p>The configuration process for Amazon Drive may involve using an <a href="https://github.com/ncw/oauthproxy">oauth proxy</a>. This is used to keep the Amazon credentials out of the source code. The proxy runs in Google's very secure App Engine environment and doesn't store any credentials which pass through it.</p>
<p>Since rclone doesn't currently have its own Amazon Drive credentials so you will either need to have your own <code>client_id</code> and <code>client_secret</code> with Amazon Drive, or use a third party oauth proxy in which case you will need to enter <code>client_id</code>, <code>client_secret</code>, <code>auth_url</code> and <code>token_url</code>.</p>
<p>Note also if you are not using Amazon's <code>auth_url</code> and <code>token_url</code>, (ie you filled in something for those) then if setting up on a remote machine you can only use the <a href="https://rclone.org/remote_setup/#configuring-by-copying-the-config-file">copying the config method of configuration</a> - <code>rclone authorize</code> will not work.</p>
<p>Here is an example of how to make a remote called <code>remote</code>. First run:</p>
<pre><code> rclone config</code></pre>
<p>This will guide you through an interactive setup process:</p>
<pre><code>No remotes found - make a new one
n) New remote
r) Rename remote
c) Copy remote
s) Set configuration password
q) Quit config
n/r/c/s/q&gt; n
name&gt; remote
Type of storage to configure.
Choose a number from below, or type in your own value
[snip]
XX / Amazon Drive
\ &quot;amazon cloud drive&quot;
[snip]
Storage&gt; amazon cloud drive
Amazon Application Client Id - required.
client_id&gt; your client ID goes here
Amazon Application Client Secret - required.
client_secret&gt; your client secret goes here
Auth server URL - leave blank to use Amazon&#39;s.
auth_url&gt; Optional auth URL
Token server url - leave blank to use Amazon&#39;s.
token_url&gt; Optional token URL
Remote config
Make sure your Redirect URL is set to &quot;http://127.0.0.1:53682/&quot; in your custom config.
Use auto config?
* Say Y if not sure
* Say N if you are working on a remote or headless machine
y) Yes
n) No
y/n&gt; y
If your browser doesn&#39;t open automatically go to the following link: http://127.0.0.1:53682/auth
Log in and authorize rclone for access
Waiting for code...
Got code
--------------------
[remote]
client_id = your client ID goes here
client_secret = your client secret goes here
auth_url = Optional auth URL
token_url = Optional token URL
token = {&quot;access_token&quot;:&quot;xxxxxxxxxxxxxxxxxxxxxxx&quot;,&quot;token_type&quot;:&quot;bearer&quot;,&quot;refresh_token&quot;:&quot;xxxxxxxxxxxxxxxxxx&quot;,&quot;expiry&quot;:&quot;2015-09-06T16:07:39.658438471+01:00&quot;}
--------------------
y) Yes this is OK
e) Edit this remote
d) Delete this remote
y/e/d&gt; y</code></pre>
<p>See the <a href="https://rclone.org/remote_setup/">remote setup docs</a> for how to set it up on a machine with no Internet browser available.</p>
<p>Note that rclone runs a webserver on your local machine to collect the token as returned from Amazon. This only runs from the moment it opens your browser to the moment you get back the verification code. This is on <code>http://127.0.0.1:53682/</code> and this it may require you to unblock it temporarily if you are running a host firewall.</p>
<p>Once configured you can then use <code>rclone</code> like this,</p>
<p>List directories in top level of your Amazon Drive</p>
<pre><code>rclone lsd remote:</code></pre>
<p>List all the files in your Amazon Drive</p>
<pre><code>rclone ls remote:</code></pre>
<p>To copy a local directory to an Amazon Drive directory called backup</p>
<pre><code>rclone copy /home/source remote:backup</code></pre>
<h3 id="modified-time-and-md5sums">Modified time and MD5SUMs</h3>
<p>Amazon Drive doesn't allow modification times to be changed via the API so these won't be accurate or used for syncing.</p>
<p>It does store MD5SUMs so for a more accurate sync, you can use the <code>--checksum</code> flag.</p>
<h4 id="restricted-filename-characters-1">Restricted filename characters</h4>
<table>
<thead>
<tr class="header">
<th>Character</th>
<th style="text-align: center;">Value</th>
<th style="text-align: center;">Replacement</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td>NUL</td>
<td style="text-align: center;">0x00</td>
<td style="text-align: center;"></td>
</tr>
<tr class="even">
<td>/</td>
<td style="text-align: center;">0x2F</td>
<td style="text-align: center;"></td>
</tr>
</tbody>
</table>
<p>Invalid UTF-8 bytes will also be <a href="https://rclone.org/overview/#invalid-utf8">replaced</a>, as they can't be used in JSON strings.</p>
<h3 id="deleting-files">Deleting files</h3>
<p>Any files you delete with rclone will end up in the trash. Amazon don't provide an API to permanently delete files, nor to empty the trash, so you will have to do that with one of Amazon's apps or via the Amazon Drive website. As of November 17, 2016, files are automatically deleted by Amazon from the trash after 30 days.</p>
<h3 id="using-with-non-.com-amazon-accounts">Using with non <code>.com</code> Amazon accounts</h3>
<p>Let's say you usually use <code>amazon.co.uk</code>. When you authenticate with rclone it will take you to an <code>amazon.com</code> page to log in. Your <code>amazon.co.uk</code> email and password should work here just fine.</p>
<h3 id="standard-options-2">Standard Options</h3>
<p>Here are the standard options specific to amazon cloud drive (Amazon Drive).</p>
<h4 id="acd-client-id">--acd-client-id</h4>
<p>OAuth Client Id Leave blank normally.</p>
<ul>
<li>Config: client_id</li>
<li>Env Var: RCLONE_ACD_CLIENT_ID</li>
<li>Type: string</li>
<li>Default: ""</li>
</ul>
<h4 id="acd-client-secret">--acd-client-secret</h4>
<p>OAuth Client Secret Leave blank normally.</p>
<ul>
<li>Config: client_secret</li>
<li>Env Var: RCLONE_ACD_CLIENT_SECRET</li>
<li>Type: string</li>
<li>Default: ""</li>
</ul>
<h3 id="advanced-options-1">Advanced Options</h3>
<p>Here are the advanced options specific to amazon cloud drive (Amazon Drive).</p>
<h4 id="acd-token">--acd-token</h4>
<p>OAuth Access Token as a JSON blob.</p>
<ul>
<li>Config: token</li>
<li>Env Var: RCLONE_ACD_TOKEN</li>
<li>Type: string</li>
<li>Default: ""</li>
</ul>
<h4 id="acd-auth-url">--acd-auth-url</h4>
<p>Auth server URL. Leave blank to use the provider defaults.</p>
<ul>
<li>Config: auth_url</li>
<li>Env Var: RCLONE_ACD_AUTH_URL</li>
<li>Type: string</li>
<li>Default: ""</li>
</ul>
<h4 id="acd-token-url">--acd-token-url</h4>
<p>Token server url. Leave blank to use the provider defaults.</p>
<ul>
<li>Config: token_url</li>
<li>Env Var: RCLONE_ACD_TOKEN_URL</li>
<li>Type: string</li>
<li>Default: ""</li>
</ul>
<h4 id="acd-checkpoint">--acd-checkpoint</h4>
<p>Checkpoint for internal polling (debug).</p>
<ul>
<li>Config: checkpoint</li>
<li>Env Var: RCLONE_ACD_CHECKPOINT</li>
<li>Type: string</li>
<li>Default: ""</li>
</ul>
<h4 id="acd-upload-wait-per-gb">--acd-upload-wait-per-gb</h4>
<p>Additional time per GB to wait after a failed complete upload to see if it appears.</p>
<p>Sometimes Amazon Drive gives an error when a file has been fully uploaded but the file appears anyway after a little while. This happens sometimes for files over 1GB in size and nearly every time for files bigger than 10GB. This parameter controls the time rclone waits for the file to appear.</p>
<p>The default value for this parameter is 3 minutes per GB, so by default it will wait 3 minutes for every GB uploaded to see if the file appears.</p>
<p>You can disable this feature by setting it to 0. This may cause conflict errors as rclone retries the failed upload but the file will most likely appear correctly eventually.</p>
<p>These values were determined empirically by observing lots of uploads of big files for a range of file sizes.</p>
<p>Upload with the "-v" flag to see more info about what rclone is doing in this situation.</p>
<ul>
<li>Config: upload_wait_per_gb</li>
<li>Env Var: RCLONE_ACD_UPLOAD_WAIT_PER_GB</li>
<li>Type: Duration</li>
<li>Default: 3m0s</li>
</ul>
<h4 id="acd-templink-threshold">--acd-templink-threshold</h4>
<p>Files &gt;= this size will be downloaded via their tempLink.</p>
<p>Files this size or more will be downloaded via their "tempLink". This is to work around a problem with Amazon Drive which blocks downloads of files bigger than about 10GB. The default for this is 9GB which shouldn't need to be changed.</p>
<p>To download files above this threshold, rclone requests a "tempLink" which downloads the file through a temporary URL directly from the underlying S3 storage.</p>
<ul>
<li>Config: templink_threshold</li>
<li>Env Var: RCLONE_ACD_TEMPLINK_THRESHOLD</li>
<li>Type: SizeSuffix</li>
<li>Default: 9G</li>
</ul>
<h4 id="acd-encoding">--acd-encoding</h4>
<p>This sets the encoding for the backend.</p>
<p>See: the <a href="https://rclone.org/overview/#encoding">encoding section in the overview</a> for more info.</p>
<ul>
<li>Config: encoding</li>
<li>Env Var: RCLONE_ACD_ENCODING</li>
<li>Type: MultiEncoder</li>
<li>Default: Slash,InvalidUtf8,Dot</li>
</ul>
<h3 id="limitations-3">Limitations</h3>
<p>Note that Amazon Drive is case insensitive so you can't have a file called "Hello.doc" and one called "hello.doc".</p>
<p>Amazon Drive has rate limiting so you may notice errors in the sync (429 errors). rclone will automatically retry the sync up to 3 times by default (see <code>--retries</code> flag) which should hopefully work around this problem.</p>
<p>Amazon Drive has an internal limit of file sizes that can be uploaded to the service. This limit is not officially published, but all files larger than this will fail.</p>
<p>At the time of writing (Jan 2016) is in the area of 50GB per file. This means that larger files are likely to fail.</p>
<p>Unfortunately there is no way for rclone to see that this failure is because of file size, so it will retry the operation, as any other failure. To avoid this problem, use <code>--max-size 50000M</code> option to limit the maximum size of uploaded files. Note that <code>--max-size</code> does not split files into segments, it only ignores files over this size.</p>
<p><code>rclone about</code> is not supported by the Amazon Drive backend. Backends without this capability cannot determine free space for an rclone mount or use policy <code>mfs</code> (most free space) as a member of an rclone union remote.</p>
<p>See <a href="https://rclone.org/overview/#optional-features">List of backends that do not support rclone about</a> See <a href="https://rclone.org/commands/rclone_about/">rclone about</a></p>
<h2 id="amazon-s3-storage-providers">Amazon S3 Storage Providers</h2>
<p>The S3 backend can be used with a number of different providers:</p>
<ul>
<li>AWS S3</li>
<li>Alibaba Cloud (Aliyun) Object Storage System (OSS)</li>
<li>Ceph</li>
<li>DigitalOcean Spaces</li>
<li>Dreamhost</li>
<li>IBM COS S3</li>
<li>Minio</li>
<li>Scaleway</li>
<li>StackPath</li>
<li>Tencent Cloud Object Storage (COS)</li>
<li>Wasabi</li>
</ul>
<p>Paths are specified as <code>remote:bucket</code> (or <code>remote:</code> for the <code>lsd</code> command.) You may put subdirectories in too, e.g. <code>remote:bucket/path/to/dir</code>.</p>
<p>Once you have made a remote (see the provider specific section above) you can use it like this:</p>
<p>See all buckets</p>
<pre><code>rclone lsd remote:</code></pre>
<p>Make a new bucket</p>
<pre><code>rclone mkdir remote:bucket</code></pre>
<p>List the contents of a bucket</p>
<pre><code>rclone ls remote:bucket</code></pre>
<p>Sync <code>/home/local/directory</code> to the remote bucket, deleting any excess files in the bucket.</p>
<pre><code>rclone sync -i /home/local/directory remote:bucket</code></pre>
<h2 id="amazon-s3">AWS S3</h2>
<p>Here is an example of making an s3 configuration. First run</p>
<pre><code>rclone config</code></pre>
<p>This will guide you through an interactive setup process.</p>
<pre><code>No remotes found - make a new one
n) New remote
s) Set configuration password
q) Quit config
n/s/q&gt; n
name&gt; remote
Type of storage to configure.
Choose a number from below, or type in your own value
[snip]
XX / Amazon S3 Compliant Storage Providers including AWS, Ceph, Dreamhost, IBM COS, Minio, and Tencent COS
\ &quot;s3&quot;
[snip]
Storage&gt; s3
Choose your S3 provider.
Choose a number from below, or type in your own value
1 / Amazon Web Services (AWS) S3
\ &quot;AWS&quot;
2 / Ceph Object Storage
\ &quot;Ceph&quot;
3 / Digital Ocean Spaces
\ &quot;DigitalOcean&quot;
4 / Dreamhost DreamObjects
\ &quot;Dreamhost&quot;
5 / IBM COS S3
\ &quot;IBMCOS&quot;
6 / Minio Object Storage
\ &quot;Minio&quot;
7 / Wasabi Object Storage
\ &quot;Wasabi&quot;
8 / Any other S3 compatible provider
\ &quot;Other&quot;
provider&gt; 1
Get AWS credentials from runtime (environment variables or EC2/ECS meta data if no env vars). Only applies if access_key_id and secret_access_key is blank.
Choose a number from below, or type in your own value
1 / Enter AWS credentials in the next step
\ &quot;false&quot;
2 / Get AWS credentials from the environment (env vars or IAM)
\ &quot;true&quot;
env_auth&gt; 1
AWS Access Key ID - leave blank for anonymous access or runtime credentials.
access_key_id&gt; XXX
AWS Secret Access Key (password) - leave blank for anonymous access or runtime credentials.
secret_access_key&gt; YYY
Region to connect to.
Choose a number from below, or type in your own value
/ The default endpoint - a good choice if you are unsure.
1 | US Region, Northern Virginia, or Pacific Northwest.
| Leave location constraint empty.
\ &quot;us-east-1&quot;
/ US East (Ohio) Region
2 | Needs location constraint us-east-2.
\ &quot;us-east-2&quot;
/ US West (Oregon) Region
3 | Needs location constraint us-west-2.
\ &quot;us-west-2&quot;
/ US West (Northern California) Region
4 | Needs location constraint us-west-1.
\ &quot;us-west-1&quot;
/ Canada (Central) Region
5 | Needs location constraint ca-central-1.
\ &quot;ca-central-1&quot;
/ EU (Ireland) Region
6 | Needs location constraint EU or eu-west-1.
\ &quot;eu-west-1&quot;
/ EU (London) Region
7 | Needs location constraint eu-west-2.
\ &quot;eu-west-2&quot;
/ EU (Frankfurt) Region
8 | Needs location constraint eu-central-1.
\ &quot;eu-central-1&quot;
/ Asia Pacific (Singapore) Region
9 | Needs location constraint ap-southeast-1.
\ &quot;ap-southeast-1&quot;
/ Asia Pacific (Sydney) Region
10 | Needs location constraint ap-southeast-2.
\ &quot;ap-southeast-2&quot;
/ Asia Pacific (Tokyo) Region
11 | Needs location constraint ap-northeast-1.
\ &quot;ap-northeast-1&quot;
/ Asia Pacific (Seoul)
12 | Needs location constraint ap-northeast-2.
\ &quot;ap-northeast-2&quot;
/ Asia Pacific (Mumbai)
13 | Needs location constraint ap-south-1.
\ &quot;ap-south-1&quot;
/ Asia Pacific (Hong Kong) Region
14 | Needs location constraint ap-east-1.
\ &quot;ap-east-1&quot;
/ South America (Sao Paulo) Region
15 | Needs location constraint sa-east-1.
\ &quot;sa-east-1&quot;
region&gt; 1
Endpoint for S3 API.
Leave blank if using AWS to use the default endpoint for the region.
endpoint&gt;
Location constraint - must be set to match the Region. Used when creating buckets only.
Choose a number from below, or type in your own value
1 / Empty for US Region, Northern Virginia, or Pacific Northwest.
\ &quot;&quot;
2 / US East (Ohio) Region.
\ &quot;us-east-2&quot;
3 / US West (Oregon) Region.
\ &quot;us-west-2&quot;
4 / US West (Northern California) Region.
\ &quot;us-west-1&quot;
5 / Canada (Central) Region.
\ &quot;ca-central-1&quot;
6 / EU (Ireland) Region.
\ &quot;eu-west-1&quot;
7 / EU (London) Region.
\ &quot;eu-west-2&quot;
8 / EU Region.
\ &quot;EU&quot;
9 / Asia Pacific (Singapore) Region.
\ &quot;ap-southeast-1&quot;
10 / Asia Pacific (Sydney) Region.
\ &quot;ap-southeast-2&quot;
11 / Asia Pacific (Tokyo) Region.
\ &quot;ap-northeast-1&quot;
12 / Asia Pacific (Seoul)
\ &quot;ap-northeast-2&quot;
13 / Asia Pacific (Mumbai)
\ &quot;ap-south-1&quot;
14 / Asia Pacific (Hong Kong)
\ &quot;ap-east-1&quot;
15 / South America (Sao Paulo) Region.
\ &quot;sa-east-1&quot;
location_constraint&gt; 1
Canned ACL used when creating buckets and/or storing objects in S3.
For more info visit https://docs.aws.amazon.com/AmazonS3/latest/dev/acl-overview.html#canned-acl
Choose a number from below, or type in your own value
1 / Owner gets FULL_CONTROL. No one else has access rights (default).
\ &quot;private&quot;
2 / Owner gets FULL_CONTROL. The AllUsers group gets READ access.
\ &quot;public-read&quot;
/ Owner gets FULL_CONTROL. The AllUsers group gets READ and WRITE access.
3 | Granting this on a bucket is generally not recommended.
\ &quot;public-read-write&quot;
4 / Owner gets FULL_CONTROL. The AuthenticatedUsers group gets READ access.
\ &quot;authenticated-read&quot;
/ Object owner gets FULL_CONTROL. Bucket owner gets READ access.
5 | If you specify this canned ACL when creating a bucket, Amazon S3 ignores it.
\ &quot;bucket-owner-read&quot;
/ Both the object owner and the bucket owner get FULL_CONTROL over the object.
6 | If you specify this canned ACL when creating a bucket, Amazon S3 ignores it.
\ &quot;bucket-owner-full-control&quot;
acl&gt; 1
The server-side encryption algorithm used when storing this object in S3.
Choose a number from below, or type in your own value
1 / None
\ &quot;&quot;
2 / AES256
\ &quot;AES256&quot;
server_side_encryption&gt; 1
The storage class to use when storing objects in S3.
Choose a number from below, or type in your own value
1 / Default
\ &quot;&quot;
2 / Standard storage class
\ &quot;STANDARD&quot;
3 / Reduced redundancy storage class
\ &quot;REDUCED_REDUNDANCY&quot;
4 / Standard Infrequent Access storage class
\ &quot;STANDARD_IA&quot;
5 / One Zone Infrequent Access storage class
\ &quot;ONEZONE_IA&quot;
6 / Glacier storage class
\ &quot;GLACIER&quot;
7 / Glacier Deep Archive storage class
\ &quot;DEEP_ARCHIVE&quot;
8 / Intelligent-Tiering storage class
\ &quot;INTELLIGENT_TIERING&quot;
storage_class&gt; 1
Remote config
--------------------
[remote]
type = s3
provider = AWS
env_auth = false
access_key_id = XXX
secret_access_key = YYY
region = us-east-1
endpoint =
location_constraint =
acl = private
server_side_encryption =
storage_class =
--------------------
y) Yes this is OK
e) Edit this remote
d) Delete this remote
y/e/d&gt; </code></pre>
<h3 id="modified-time">Modified time</h3>
<p>The modified time is stored as metadata on the object as <code>X-Amz-Meta-Mtime</code> as floating point since the epoch accurate to 1 ns.</p>
<p>If the modification time needs to be updated rclone will attempt to perform a server side copy to update the modification if the object can be copied in a single part. In the case the object is larger than 5Gb or is in Glacier or Glacier Deep Archive storage the object will be uploaded rather than copied.</p>
<p>Note that reading this from the object takes an additional <code>HEAD</code> request as the metadata isn't returned in object listings.</p>
<h3 id="reducing-costs">Reducing costs</h3>
<h4 id="avoiding-head-requests-to-read-the-modification-time">Avoiding HEAD requests to read the modification time</h4>
<p>By default rclone will use the modification time of objects stored in S3 for syncing. This is stored in object metadata which unfortunately takes an extra HEAD request to read which can be expensive (in time and money).</p>
<p>The modification time is used by default for all operations that require checking the time a file was last updated. It allows rclone to treat the remote more like a true filesystem, but it is inefficient on S3 because it requires an extra API call to retrieve the metadata.</p>
<p>The extra API calls can be avoided when syncing (using <code>rclone sync</code> or <code>rclone copy</code>) in a few different ways, each with its own tradeoffs.</p>
<ul>
<li><code>--size-only</code>
<ul>
<li>Only checks the size of files.</li>
<li>Uses no extra transactions.</li>
<li>If the file doesn't change size then rclone won't detect it has changed.</li>
<li><code>rclone sync --size-only /path/to/source s3:bucket</code></li>
</ul></li>
<li><code>--checksum</code>
<ul>
<li>Checks the size and MD5 checksum of files.</li>
<li>Uses no extra transactions.</li>
<li>The most accurate detection of changes possible.</li>
<li>Will cause the source to read an MD5 checksum which, if it is a local disk, will cause lots of disk activity.</li>
<li>If the source and destination are both S3 this is the <strong>recommended</strong> flag to use for maximum efficiency.</li>
<li><code>rclone sync --checksum /path/to/source s3:bucket</code></li>
</ul></li>
<li><code>--update --use-server-modtime</code>
<ul>
<li>Uses no extra transactions.</li>
<li>Modification time becomes the time the object was uploaded.</li>
<li>For many operations this is sufficient to determine if it needs uploading.</li>
<li>Using <code>--update</code> along with <code>--use-server-modtime</code>, avoids the extra API call and uploads files whose local modification time is newer than the time it was last uploaded.</li>
<li>Files created with timestamps in the past will be missed by the sync.</li>
<li><code>rclone sync --update --use-server-modtime /path/to/source s3:bucket</code></li>
</ul></li>
</ul>
<p>These flags can and should be used in combination with <code>--fast-list</code> - see below.</p>
<p>If using <code>rclone mount</code> or any command using the VFS (eg <code>rclone serve</code>) commands then you might want to consider using the VFS flag <code>--no-modtime</code> which will stop rclone reading the modification time for every object. You could also use <code>--use-server-modtime</code> if you are happy with the modification times of the objects being the time of upload.</p>
<h4 id="avoiding-get-requests-to-read-directory-listings">Avoiding GET requests to read directory listings</h4>
<p>Rclone's default directory traversal is to process each directory individually. This takes one API call per directory. Using the <code>--fast-list</code> flag will read all info about the the objects into memory first using a smaller number of API calls (one per 1000 objects). See the <a href="https://rclone.org/docs/#fast-list">rclone docs</a> for more details.</p>
<pre><code>rclone sync --fast-list --checksum /path/to/source s3:bucket</code></pre>
<p><code>--fast-list</code> trades off API transactions for memory use. As a rough guide rclone uses 1k of memory per object stored, so using <code>--fast-list</code> on a sync of a million objects will use roughly 1 GB of RAM.</p>
<p>If you are only copying a small number of files into a big repository then using <code>--no-traverse</code> is a good idea. This finds objects directly instead of through directory listings. You can do a "top-up" sync very cheaply by using <code>--max-age</code> and <code>--no-traverse</code> to copy only recent files, eg</p>
<pre><code>rclone copy --min-age 24h --no-traverse /path/to/source s3:bucket</code></pre>
<p>You'd then do a full <code>rclone sync</code> less often.</p>
<p>Note that <code>--fast-list</code> isn't required in the top-up sync.</p>
2021-03-31 20:12:08 +02:00
<h4 id="avoiding-head-requests-after-put">Avoiding HEAD requests after PUT</h4>
<p>By default rclone will HEAD every object it uploads. It does this to check the object got uploaded correctly.</p>
<p>You can disable this with the <a href="#s3-no-head">--s3-no-head</a> option - see there for more details.</p>
<p>Setting this flag increases the chance for undetected upload failures.</p>
2021-02-02 14:42:35 +01:00
<h3 id="hashes">Hashes</h3>
<p>For small objects which weren't uploaded as multipart uploads (objects sized below <code>--s3-upload-cutoff</code> if uploaded with rclone) rclone uses the <code>ETag:</code> header as an MD5 checksum.</p>
<p>However for objects which were uploaded as multipart uploads or with server side encryption (SSE-AWS or SSE-C) the <code>ETag</code> header is no longer the MD5 sum of the data, so rclone adds an additional piece of metadata <code>X-Amz-Meta-Md5chksum</code> which is a base64 encoded MD5 hash (in the same format as is required for <code>Content-MD5</code>).</p>
<p>For large objects, calculating this hash can take some time so the addition of this hash can be disabled with <code>--s3-disable-checksum</code>. This will mean that these objects do not have an MD5 checksum.</p>
<p>Note that reading this from the object takes an additional <code>HEAD</code> request as the metadata isn't returned in object listings.</p>
<h3 id="cleanup-1">Cleanup</h3>
<p>If you run <code>rclone cleanup s3:bucket</code> then it will remove all pending multipart uploads older than 24 hours. You can use the <code>-i</code> flag to see exactly what it will do. If you want more control over the expiry date then run <code>rclone backend cleanup s3:bucket -o max-age=1h</code> to expire all uploads older than one hour. You can use <code>rclone backend list-multipart-uploads s3:bucket</code> to see the pending multipart uploads.</p>
<h4 id="restricted-filename-characters-2">Restricted filename characters</h4>
<p>S3 allows any valid UTF-8 string as a key.</p>
<p>Invalid UTF-8 bytes will be <a href="https://rclone.org/overview/#invalid-utf8">replaced</a>, as they can't be used in XML.</p>
<p>The following characters are replaced since these are problematic when dealing with the REST API:</p>
<table>
<thead>
<tr class="header">
<th>Character</th>
<th style="text-align: center;">Value</th>
<th style="text-align: center;">Replacement</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td>NUL</td>
<td style="text-align: center;">0x00</td>
<td style="text-align: center;"></td>
</tr>
<tr class="even">
<td>/</td>
<td style="text-align: center;">0x2F</td>
<td style="text-align: center;"></td>
</tr>
</tbody>
</table>
<p>The encoding will also encode these file names as they don't seem to work with the SDK properly:</p>
<table>
<thead>
<tr class="header">
<th>File name</th>
<th style="text-align: center;">Replacement</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td>.</td>
<td style="text-align: center;"></td>
</tr>
<tr class="even">
<td>..</td>
<td style="text-align: center;"></td>
</tr>
</tbody>
</table>
<h3 id="multipart-uploads">Multipart uploads</h3>
<p>rclone supports multipart uploads with S3 which means that it can upload files bigger than 5GB.</p>
<p>Note that files uploaded <em>both</em> with multipart upload <em>and</em> through crypt remotes do not have MD5 sums.</p>
<p>rclone switches from single part uploads to multipart uploads at the point specified by <code>--s3-upload-cutoff</code>. This can be a maximum of 5GB and a minimum of 0 (ie always upload multipart files).</p>
<p>The chunk sizes used in the multipart upload are specified by <code>--s3-chunk-size</code> and the number of chunks uploaded concurrently is specified by <code>--s3-upload-concurrency</code>.</p>
<p>Multipart uploads will use <code>--transfers</code> * <code>--s3-upload-concurrency</code> * <code>--s3-chunk-size</code> extra memory. Single part uploads to not use extra memory.</p>
<p>Single part transfers can be faster than multipart transfers or slower depending on your latency from S3 - the more latency, the more likely single part transfers will be faster.</p>
<p>Increasing <code>--s3-upload-concurrency</code> will increase throughput (8 would be a sensible value) and increasing <code>--s3-chunk-size</code> also increases throughput (16M would be sensible). Increasing either of these will use more memory. The default values are high enough to gain most of the possible performance without using too much memory.</p>
<h3 id="buckets-and-regions">Buckets and Regions</h3>
<p>With Amazon S3 you can list buckets (<code>rclone lsd</code>) using any region, but you can only access the content of a bucket from the region it was created in. If you attempt to access a bucket from the wrong region, you will get an error, <code>incorrect region, the bucket is not in 'XXX' region</code>.</p>
<h3 id="authentication-4">Authentication</h3>
<p>There are a number of ways to supply <code>rclone</code> with a set of AWS credentials, with and without using the environment.</p>
<p>The different authentication methods are tried in this order:</p>
<ul>
<li>Directly in the rclone configuration file (<code>env_auth = false</code> in the config file):
<ul>
<li><code>access_key_id</code> and <code>secret_access_key</code> are required.</li>
<li><code>session_token</code> can be optionally set when using AWS STS.</li>
</ul></li>
<li>Runtime configuration (<code>env_auth = true</code> in the config file):
<ul>
<li>Export the following environment variables before running <code>rclone</code>:
<ul>
<li>Access Key ID: <code>AWS_ACCESS_KEY_ID</code> or <code>AWS_ACCESS_KEY</code></li>
<li>Secret Access Key: <code>AWS_SECRET_ACCESS_KEY</code> or <code>AWS_SECRET_KEY</code></li>
<li>Session Token: <code>AWS_SESSION_TOKEN</code> (optional)</li>
</ul></li>
<li>Or, use a <a href="https://docs.aws.amazon.com/cli/latest/userguide/cli-multiple-profiles.html">named profile</a>:
<ul>
<li>Profile files are standard files used by AWS CLI tools</li>
<li>By default it will use the profile in your home directory (e.g. <code>~/.aws/credentials</code> on unix based systems) file and the "default" profile, to change set these environment variables:
<ul>
<li><code>AWS_SHARED_CREDENTIALS_FILE</code> to control which file.</li>
<li><code>AWS_PROFILE</code> to control which profile to use.</li>
</ul></li>
</ul></li>
<li>Or, run <code>rclone</code> in an ECS task with an IAM role (AWS only).</li>
<li>Or, run <code>rclone</code> on an EC2 instance with an IAM role (AWS only).</li>
<li>Or, run <code>rclone</code> in an EKS pod with an IAM role that is associated with a service account (AWS only).</li>
</ul></li>
</ul>
<p>If none of these option actually end up providing <code>rclone</code> with AWS credentials then S3 interaction will be non-authenticated (see below).</p>
<h3 id="s3-permissions">S3 Permissions</h3>
<p>When using the <code>sync</code> subcommand of <code>rclone</code> the following minimum permissions are required to be available on the bucket being written to:</p>
<ul>
<li><code>ListBucket</code></li>
<li><code>DeleteObject</code></li>
<li><code>GetObject</code></li>
<li><code>PutObject</code></li>
<li><code>PutObjectACL</code></li>
</ul>
<p>When using the <code>lsd</code> subcommand, the <code>ListAllMyBuckets</code> permission is required.</p>
<p>Example policy:</p>
<pre><code>{
&quot;Version&quot;: &quot;2012-10-17&quot;,
&quot;Statement&quot;: [
{
&quot;Effect&quot;: &quot;Allow&quot;,
&quot;Principal&quot;: {
&quot;AWS&quot;: &quot;arn:aws:iam::USER_SID:user/USER_NAME&quot;
},
&quot;Action&quot;: [
&quot;s3:ListBucket&quot;,
&quot;s3:DeleteObject&quot;,
&quot;s3:GetObject&quot;,
&quot;s3:PutObject&quot;,
&quot;s3:PutObjectAcl&quot;
],
&quot;Resource&quot;: [
&quot;arn:aws:s3:::BUCKET_NAME/*&quot;,
&quot;arn:aws:s3:::BUCKET_NAME&quot;
]
},
{
&quot;Effect&quot;: &quot;Allow&quot;,
&quot;Action&quot;: &quot;s3:ListAllMyBuckets&quot;,
&quot;Resource&quot;: &quot;arn:aws:s3:::*&quot;
}
]
}</code></pre>
<p>Notes on above:</p>
<ol type="1">
<li>This is a policy that can be used when creating bucket. It assumes that <code>USER_NAME</code> has been created.</li>
<li>The Resource entry must include both resource ARNs, as one implies the bucket and the other implies the bucket's objects.</li>
</ol>
<p>For reference, <a href="https://gist.github.com/ebridges/ebfc9042dd7c756cd101cfa807b7ae2b">here's an Ansible script</a> that will generate one or more buckets that will work with <code>rclone sync</code>.</p>
<h3 id="key-management-system-kms">Key Management System (KMS)</h3>
<p>If you are using server-side encryption with KMS then you must make sure rclone is configured with <code>server_side_encryption = aws:kms</code> otherwise you will find you can't transfer small objects - these will create checksum errors.</p>
<h3 id="glacier-and-glacier-deep-archive">Glacier and Glacier Deep Archive</h3>
<p>You can upload objects using the glacier storage class or transition them to glacier using a <a href="http://docs.aws.amazon.com/AmazonS3/latest/user-guide/create-lifecycle.html">lifecycle policy</a>. The bucket can still be synced or copied into normally, but if rclone tries to access data from the glacier storage class you will see an error like below.</p>
<pre><code>2017/09/11 19:07:43 Failed to sync: failed to open source object: Object in GLACIER, restore first: path/to/file</code></pre>
<p>In this case you need to <a href="http://docs.aws.amazon.com/AmazonS3/latest/user-guide/restore-archived-objects.html">restore</a> the object(s) in question before using rclone.</p>
<p>Note that rclone only speaks the S3 API it does not speak the Glacier Vault API, so rclone cannot directly access Glacier Vaults.</p>
<h3 id="standard-options-3">Standard Options</h3>
<p>Here are the standard options specific to s3 (Amazon S3 Compliant Storage Providers including AWS, Alibaba, Ceph, Digital Ocean, Dreamhost, IBM COS, Minio, and Tencent COS).</p>
<h4 id="s3-provider">--s3-provider</h4>
<p>Choose your S3 provider.</p>
<ul>
<li>Config: provider</li>
<li>Env Var: RCLONE_S3_PROVIDER</li>
<li>Type: string</li>
<li>Default: ""</li>
<li>Examples:
<ul>
<li>"AWS"
<ul>
<li>Amazon Web Services (AWS) S3</li>
</ul></li>
<li>"Alibaba"
<ul>
<li>Alibaba Cloud Object Storage System (OSS) formerly Aliyun</li>
</ul></li>
<li>"Ceph"
<ul>
<li>Ceph Object Storage</li>
</ul></li>
<li>"DigitalOcean"
<ul>
<li>Digital Ocean Spaces</li>
</ul></li>
<li>"Dreamhost"
<ul>
<li>Dreamhost DreamObjects</li>
</ul></li>
<li>"IBMCOS"
<ul>
<li>IBM COS S3</li>
</ul></li>
<li>"Minio"
<ul>
<li>Minio Object Storage</li>
</ul></li>
<li>"Netease"
<ul>
<li>Netease Object Storage (NOS)</li>
</ul></li>
<li>"Scaleway"
<ul>
<li>Scaleway Object Storage</li>
</ul></li>
<li>"StackPath"
<ul>
<li>StackPath Object Storage</li>
</ul></li>
<li>"TencentCOS"
<ul>
<li>Tencent Cloud Object Storage (COS)</li>
</ul></li>
<li>"Wasabi"
<ul>
<li>Wasabi Object Storage</li>
</ul></li>
<li>"Other"
<ul>
<li>Any other S3 compatible provider</li>
</ul></li>
</ul></li>
</ul>
<h4 id="s3-env-auth">--s3-env-auth</h4>
<p>Get AWS credentials from runtime (environment variables or EC2/ECS meta data if no env vars). Only applies if access_key_id and secret_access_key is blank.</p>
<ul>
<li>Config: env_auth</li>
<li>Env Var: RCLONE_S3_ENV_AUTH</li>
<li>Type: bool</li>
<li>Default: false</li>
<li>Examples:
<ul>
<li>"false"
<ul>
<li>Enter AWS credentials in the next step</li>
</ul></li>
<li>"true"
<ul>
<li>Get AWS credentials from the environment (env vars or IAM)</li>
</ul></li>
</ul></li>
</ul>
<h4 id="s3-access-key-id">--s3-access-key-id</h4>
<p>AWS Access Key ID. Leave blank for anonymous access or runtime credentials.</p>
<ul>
<li>Config: access_key_id</li>
<li>Env Var: RCLONE_S3_ACCESS_KEY_ID</li>
<li>Type: string</li>
<li>Default: ""</li>
</ul>
<h4 id="s3-secret-access-key">--s3-secret-access-key</h4>
<p>AWS Secret Access Key (password) Leave blank for anonymous access or runtime credentials.</p>
<ul>
<li>Config: secret_access_key</li>
<li>Env Var: RCLONE_S3_SECRET_ACCESS_KEY</li>
<li>Type: string</li>
<li>Default: ""</li>
</ul>
<h4 id="s3-region">--s3-region</h4>
<p>Region to connect to.</p>
<ul>
<li>Config: region</li>
<li>Env Var: RCLONE_S3_REGION</li>
<li>Type: string</li>
<li>Default: ""</li>
<li>Examples:
<ul>
<li>"us-east-1"
<ul>
<li>The default endpoint - a good choice if you are unsure.</li>
<li>US Region, Northern Virginia, or Pacific Northwest.</li>
<li>Leave location constraint empty.</li>
</ul></li>
<li>"us-east-2"
<ul>
<li>US East (Ohio) Region</li>
<li>Needs location constraint us-east-2.</li>
</ul></li>
<li>"us-west-1"
<ul>
<li>US West (Northern California) Region</li>
<li>Needs location constraint us-west-1.</li>
</ul></li>
<li>"us-west-2"
<ul>
<li>US West (Oregon) Region</li>
<li>Needs location constraint us-west-2.</li>
</ul></li>
<li>"ca-central-1"
<ul>
<li>Canada (Central) Region</li>
<li>Needs location constraint ca-central-1.</li>
</ul></li>
<li>"eu-west-1"
<ul>
<li>EU (Ireland) Region</li>
<li>Needs location constraint EU or eu-west-1.</li>
</ul></li>
<li>"eu-west-2"
<ul>
<li>EU (London) Region</li>
<li>Needs location constraint eu-west-2.</li>
</ul></li>
<li>"eu-west-3"
<ul>
<li>EU (Paris) Region</li>
<li>Needs location constraint eu-west-3.</li>
</ul></li>
<li>"eu-north-1"
<ul>
<li>EU (Stockholm) Region</li>
<li>Needs location constraint eu-north-1.</li>
</ul></li>
<li>"eu-south-1"
<ul>
<li>EU (Milan) Region</li>
<li>Needs location constraint eu-south-1.</li>
</ul></li>
<li>"eu-central-1"
<ul>
<li>EU (Frankfurt) Region</li>
<li>Needs location constraint eu-central-1.</li>
</ul></li>
<li>"ap-southeast-1"
<ul>
<li>Asia Pacific (Singapore) Region</li>
<li>Needs location constraint ap-southeast-1.</li>
</ul></li>
<li>"ap-southeast-2"
<ul>
<li>Asia Pacific (Sydney) Region</li>
<li>Needs location constraint ap-southeast-2.</li>
</ul></li>
<li>"ap-northeast-1"
<ul>
<li>Asia Pacific (Tokyo) Region</li>
<li>Needs location constraint ap-northeast-1.</li>
</ul></li>
<li>"ap-northeast-2"
<ul>
<li>Asia Pacific (Seoul)</li>
<li>Needs location constraint ap-northeast-2.</li>
</ul></li>
<li>"ap-northeast-3"
<ul>
<li>Asia Pacific (Osaka-Local)</li>
<li>Needs location constraint ap-northeast-3.</li>
</ul></li>
<li>"ap-south-1"
<ul>
<li>Asia Pacific (Mumbai)</li>
<li>Needs location constraint ap-south-1.</li>
</ul></li>
<li>"ap-east-1"
<ul>
<li>Asia Pacific (Hong Kong) Region</li>
<li>Needs location constraint ap-east-1.</li>
</ul></li>
<li>"sa-east-1"
<ul>
<li>South America (Sao Paulo) Region</li>
<li>Needs location constraint sa-east-1.</li>
</ul></li>
<li>"me-south-1"
<ul>
<li>Middle East (Bahrain) Region</li>
<li>Needs location constraint me-south-1.</li>
</ul></li>
<li>"af-south-1"
<ul>
<li>Africa (Cape Town) Region</li>
<li>Needs location constraint af-south-1.</li>
</ul></li>
<li>"cn-north-1"
<ul>
<li>China (Beijing) Region</li>
<li>Needs location constraint cn-north-1.</li>
</ul></li>
<li>"cn-northwest-1"
<ul>
<li>China (Ningxia) Region</li>
<li>Needs location constraint cn-northwest-1.</li>
</ul></li>
<li>"us-gov-east-1"
<ul>
<li>AWS GovCloud (US-East) Region</li>
<li>Needs location constraint us-gov-east-1.</li>
</ul></li>
<li>"us-gov-west-1"
<ul>
<li>AWS GovCloud (US) Region</li>
<li>Needs location constraint us-gov-west-1.</li>
</ul></li>
</ul></li>
</ul>
<h4 id="s3-region-1">--s3-region</h4>
<p>Region to connect to.</p>
<ul>
<li>Config: region</li>
<li>Env Var: RCLONE_S3_REGION</li>
<li>Type: string</li>
<li>Default: ""</li>
<li>Examples:
<ul>
<li>"nl-ams"
<ul>
<li>Amsterdam, The Netherlands</li>
</ul></li>
<li>"fr-par"
<ul>
<li>Paris, France</li>
</ul></li>
</ul></li>
</ul>
<h4 id="s3-region-2">--s3-region</h4>
<p>Region to connect to. Leave blank if you are using an S3 clone and you don't have a region.</p>
<ul>
<li>Config: region</li>
<li>Env Var: RCLONE_S3_REGION</li>
<li>Type: string</li>
<li>Default: ""</li>
<li>Examples:
<ul>
<li>""
<ul>
<li>Use this if unsure. Will use v4 signatures and an empty region.</li>
</ul></li>
<li>"other-v2-signature"
<ul>
<li>Use this only if v4 signatures don't work, e.g. pre Jewel/v10 CEPH.</li>
</ul></li>
</ul></li>
</ul>
<h4 id="s3-endpoint">--s3-endpoint</h4>
<p>Endpoint for S3 API. Leave blank if using AWS to use the default endpoint for the region.</p>
<ul>
<li>Config: endpoint</li>
<li>Env Var: RCLONE_S3_ENDPOINT</li>
<li>Type: string</li>
<li>Default: ""</li>
</ul>
<h4 id="s3-endpoint-1">--s3-endpoint</h4>
<p>Endpoint for IBM COS S3 API. Specify if using an IBM COS On Premise.</p>
<ul>
<li>Config: endpoint</li>
<li>Env Var: RCLONE_S3_ENDPOINT</li>
<li>Type: string</li>
<li>Default: ""</li>
<li>Examples:
<ul>
<li>"s3.us.cloud-object-storage.appdomain.cloud"
<ul>
<li>US Cross Region Endpoint</li>
</ul></li>
<li>"s3.dal.us.cloud-object-storage.appdomain.cloud"
<ul>
<li>US Cross Region Dallas Endpoint</li>
</ul></li>
<li>"s3.wdc.us.cloud-object-storage.appdomain.cloud"
<ul>
<li>US Cross Region Washington DC Endpoint</li>
</ul></li>
<li>"s3.sjc.us.cloud-object-storage.appdomain.cloud"
<ul>
<li>US Cross Region San Jose Endpoint</li>
</ul></li>
<li>"s3.private.us.cloud-object-storage.appdomain.cloud"
<ul>
<li>US Cross Region Private Endpoint</li>
</ul></li>
<li>"s3.private.dal.us.cloud-object-storage.appdomain.cloud"
<ul>
<li>US Cross Region Dallas Private Endpoint</li>
</ul></li>
<li>"s3.private.wdc.us.cloud-object-storage.appdomain.cloud"
<ul>
<li>US Cross Region Washington DC Private Endpoint</li>
</ul></li>
<li>"s3.private.sjc.us.cloud-object-storage.appdomain.cloud"
<ul>
<li>US Cross Region San Jose Private Endpoint</li>
</ul></li>
<li>"s3.us-east.cloud-object-storage.appdomain.cloud"
<ul>
<li>US Region East Endpoint</li>
</ul></li>
<li>"s3.private.us-east.cloud-object-storage.appdomain.cloud"
<ul>
<li>US Region East Private Endpoint</li>
</ul></li>
<li>"s3.us-south.cloud-object-storage.appdomain.cloud"
<ul>
<li>US Region South Endpoint</li>
</ul></li>
<li>"s3.private.us-south.cloud-object-storage.appdomain.cloud"
<ul>
<li>US Region South Private Endpoint</li>
</ul></li>
<li>"s3.eu.cloud-object-storage.appdomain.cloud"
<ul>
<li>EU Cross Region Endpoint</li>
</ul></li>
<li>"s3.fra.eu.cloud-object-storage.appdomain.cloud"
<ul>
<li>EU Cross Region Frankfurt Endpoint</li>
</ul></li>
<li>"s3.mil.eu.cloud-object-storage.appdomain.cloud"
<ul>
<li>EU Cross Region Milan Endpoint</li>
</ul></li>
<li>"s3.ams.eu.cloud-object-storage.appdomain.cloud"
<ul>
<li>EU Cross Region Amsterdam Endpoint</li>
</ul></li>
<li>"s3.private.eu.cloud-object-storage.appdomain.cloud"
<ul>
<li>EU Cross Region Private Endpoint</li>
</ul></li>
<li>"s3.private.fra.eu.cloud-object-storage.appdomain.cloud"
<ul>
<li>EU Cross Region Frankfurt Private Endpoint</li>
</ul></li>
<li>"s3.private.mil.eu.cloud-object-storage.appdomain.cloud"
<ul>
<li>EU Cross Region Milan Private Endpoint</li>
</ul></li>
<li>"s3.private.ams.eu.cloud-object-storage.appdomain.cloud"
<ul>
<li>EU Cross Region Amsterdam Private Endpoint</li>
</ul></li>
<li>"s3.eu-gb.cloud-object-storage.appdomain.cloud"
<ul>
<li>Great Britain Endpoint</li>
</ul></li>
<li>"s3.private.eu-gb.cloud-object-storage.appdomain.cloud"
<ul>
<li>Great Britain Private Endpoint</li>
</ul></li>
<li>"s3.eu-de.cloud-object-storage.appdomain.cloud"
<ul>
<li>EU Region DE Endpoint</li>
</ul></li>
<li>"s3.private.eu-de.cloud-object-storage.appdomain.cloud"
<ul>
<li>EU Region DE Private Endpoint</li>
</ul></li>
<li>"s3.ap.cloud-object-storage.appdomain.cloud"
<ul>
<li>APAC Cross Regional Endpoint</li>
</ul></li>
<li>"s3.tok.ap.cloud-object-storage.appdomain.cloud"
<ul>
<li>APAC Cross Regional Tokyo Endpoint</li>
</ul></li>
<li>"s3.hkg.ap.cloud-object-storage.appdomain.cloud"
<ul>
<li>APAC Cross Regional HongKong Endpoint</li>
</ul></li>
<li>"s3.seo.ap.cloud-object-storage.appdomain.cloud"
<ul>
<li>APAC Cross Regional Seoul Endpoint</li>
</ul></li>
<li>"s3.private.ap.cloud-object-storage.appdomain.cloud"
<ul>
<li>APAC Cross Regional Private Endpoint</li>
</ul></li>
<li>"s3.private.tok.ap.cloud-object-storage.appdomain.cloud"
<ul>
<li>APAC Cross Regional Tokyo Private Endpoint</li>
</ul></li>
<li>"s3.private.hkg.ap.cloud-object-storage.appdomain.cloud"
<ul>
<li>APAC Cross Regional HongKong Private Endpoint</li>
</ul></li>
<li>"s3.private.seo.ap.cloud-object-storage.appdomain.cloud"
<ul>
<li>APAC Cross Regional Seoul Private Endpoint</li>
</ul></li>
<li>"s3.jp-tok.cloud-object-storage.appdomain.cloud"
<ul>
<li>APAC Region Japan Endpoint</li>
</ul></li>
<li>"s3.private.jp-tok.cloud-object-storage.appdomain.cloud"
<ul>
<li>APAC Region Japan Private Endpoint</li>
</ul></li>
<li>"s3.au-syd.cloud-object-storage.appdomain.cloud"
<ul>
<li>APAC Region Australia Endpoint</li>
</ul></li>
<li>"s3.private.au-syd.cloud-object-storage.appdomain.cloud"
<ul>
<li>APAC Region Australia Private Endpoint</li>
</ul></li>
<li>"s3.ams03.cloud-object-storage.appdomain.cloud"
<ul>
<li>Amsterdam Single Site Endpoint</li>
</ul></li>
<li>"s3.private.ams03.cloud-object-storage.appdomain.cloud"
<ul>
<li>Amsterdam Single Site Private Endpoint</li>
</ul></li>
<li>"s3.che01.cloud-object-storage.appdomain.cloud"
<ul>
<li>Chennai Single Site Endpoint</li>
</ul></li>
<li>"s3.private.che01.cloud-object-storage.appdomain.cloud"
<ul>
<li>Chennai Single Site Private Endpoint</li>
</ul></li>
<li>"s3.mel01.cloud-object-storage.appdomain.cloud"
<ul>
<li>Melbourne Single Site Endpoint</li>
</ul></li>
<li>"s3.private.mel01.cloud-object-storage.appdomain.cloud"
<ul>
<li>Melbourne Single Site Private Endpoint</li>
</ul></li>
<li>"s3.osl01.cloud-object-storage.appdomain.cloud"
<ul>
<li>Oslo Single Site Endpoint</li>
</ul></li>
<li>"s3.private.osl01.cloud-object-storage.appdomain.cloud"
<ul>
<li>Oslo Single Site Private Endpoint</li>
</ul></li>
<li>"s3.tor01.cloud-object-storage.appdomain.cloud"
<ul>
<li>Toronto Single Site Endpoint</li>
</ul></li>
<li>"s3.private.tor01.cloud-object-storage.appdomain.cloud"
<ul>
<li>Toronto Single Site Private Endpoint</li>
</ul></li>
<li>"s3.seo01.cloud-object-storage.appdomain.cloud"
<ul>
<li>Seoul Single Site Endpoint</li>
</ul></li>
<li>"s3.private.seo01.cloud-object-storage.appdomain.cloud"
<ul>
<li>Seoul Single Site Private Endpoint</li>
</ul></li>
<li>"s3.mon01.cloud-object-storage.appdomain.cloud"
<ul>
<li>Montreal Single Site Endpoint</li>
</ul></li>
<li>"s3.private.mon01.cloud-object-storage.appdomain.cloud"
<ul>
<li>Montreal Single Site Private Endpoint</li>
</ul></li>
<li>"s3.mex01.cloud-object-storage.appdomain.cloud"
<ul>
<li>Mexico Single Site Endpoint</li>
</ul></li>
<li>"s3.private.mex01.cloud-object-storage.appdomain.cloud"
<ul>
<li>Mexico Single Site Private Endpoint</li>
</ul></li>
<li>"s3.sjc04.cloud-object-storage.appdomain.cloud"
<ul>
<li>San Jose Single Site Endpoint</li>
</ul></li>
<li>"s3.private.sjc04.cloud-object-storage.appdomain.cloud"
<ul>
<li>San Jose Single Site Private Endpoint</li>
</ul></li>
<li>"s3.mil01.cloud-object-storage.appdomain.cloud"
<ul>
<li>Milan Single Site Endpoint</li>
</ul></li>
<li>"s3.private.mil01.cloud-object-storage.appdomain.cloud"
<ul>
<li>Milan Single Site Private Endpoint</li>
</ul></li>
<li>"s3.hkg02.cloud-object-storage.appdomain.cloud"
<ul>
<li>Hong Kong Single Site Endpoint</li>
</ul></li>
<li>"s3.private.hkg02.cloud-object-storage.appdomain.cloud"
<ul>
<li>Hong Kong Single Site Private Endpoint</li>
</ul></li>
<li>"s3.par01.cloud-object-storage.appdomain.cloud"
<ul>
<li>Paris Single Site Endpoint</li>
</ul></li>
<li>"s3.private.par01.cloud-object-storage.appdomain.cloud"
<ul>
<li>Paris Single Site Private Endpoint</li>
</ul></li>
<li>"s3.sng01.cloud-object-storage.appdomain.cloud"
<ul>
<li>Singapore Single Site Endpoint</li>
</ul></li>
<li>"s3.private.sng01.cloud-object-storage.appdomain.cloud"
<ul>
<li>Singapore Single Site Private Endpoint</li>
</ul></li>
</ul></li>
</ul>
<h4 id="s3-endpoint-2">--s3-endpoint</h4>
<p>Endpoint for OSS API.</p>
<ul>
<li>Config: endpoint</li>
<li>Env Var: RCLONE_S3_ENDPOINT</li>
<li>Type: string</li>
<li>Default: ""</li>
<li>Examples:
<ul>
<li>"oss-cn-hangzhou.aliyuncs.com"
<ul>
<li>East China 1 (Hangzhou)</li>
</ul></li>
<li>"oss-cn-shanghai.aliyuncs.com"
<ul>
<li>East China 2 (Shanghai)</li>
</ul></li>
<li>"oss-cn-qingdao.aliyuncs.com"
<ul>
<li>North China 1 (Qingdao)</li>
</ul></li>
<li>"oss-cn-beijing.aliyuncs.com"
<ul>
<li>North China 2 (Beijing)</li>
</ul></li>
<li>"oss-cn-zhangjiakou.aliyuncs.com"
<ul>
<li>North China 3 (Zhangjiakou)</li>
</ul></li>
<li>"oss-cn-huhehaote.aliyuncs.com"
<ul>
<li>North China 5 (Huhehaote)</li>
</ul></li>
<li>"oss-cn-shenzhen.aliyuncs.com"
<ul>
<li>South China 1 (Shenzhen)</li>
</ul></li>
<li>"oss-cn-hongkong.aliyuncs.com"
<ul>
<li>Hong Kong (Hong Kong)</li>
</ul></li>
<li>"oss-us-west-1.aliyuncs.com"
<ul>
<li>US West 1 (Silicon Valley)</li>
</ul></li>
<li>"oss-us-east-1.aliyuncs.com"
<ul>
<li>US East 1 (Virginia)</li>
</ul></li>
<li>"oss-ap-southeast-1.aliyuncs.com"
<ul>
<li>Southeast Asia Southeast 1 (Singapore)</li>
</ul></li>
<li>"oss-ap-southeast-2.aliyuncs.com"
<ul>
<li>Asia Pacific Southeast 2 (Sydney)</li>
</ul></li>
<li>"oss-ap-southeast-3.aliyuncs.com"
<ul>
<li>Southeast Asia Southeast 3 (Kuala Lumpur)</li>
</ul></li>
<li>"oss-ap-southeast-5.aliyuncs.com"
<ul>
<li>Asia Pacific Southeast 5 (Jakarta)</li>
</ul></li>
<li>"oss-ap-northeast-1.aliyuncs.com"
<ul>
<li>Asia Pacific Northeast 1 (Japan)</li>
</ul></li>
<li>"oss-ap-south-1.aliyuncs.com"
<ul>
<li>Asia Pacific South 1 (Mumbai)</li>
</ul></li>
<li>"oss-eu-central-1.aliyuncs.com"
<ul>
<li>Central Europe 1 (Frankfurt)</li>
</ul></li>
<li>"oss-eu-west-1.aliyuncs.com"
<ul>
<li>West Europe (London)</li>
</ul></li>
<li>"oss-me-east-1.aliyuncs.com"
<ul>
<li>Middle East 1 (Dubai)</li>
</ul></li>
</ul></li>
</ul>
<h4 id="s3-endpoint-3">--s3-endpoint</h4>
<p>Endpoint for Scaleway Object Storage.</p>
<ul>
<li>Config: endpoint</li>
<li>Env Var: RCLONE_S3_ENDPOINT</li>
<li>Type: string</li>
<li>Default: ""</li>
<li>Examples:
<ul>
<li>"s3.nl-ams.scw.cloud"
<ul>
<li>Amsterdam Endpoint</li>
</ul></li>
<li>"s3.fr-par.scw.cloud"
<ul>
<li>Paris Endpoint</li>
</ul></li>
</ul></li>
</ul>
<h4 id="s3-endpoint-4">--s3-endpoint</h4>
<p>Endpoint for StackPath Object Storage.</p>
<ul>
<li>Config: endpoint</li>
<li>Env Var: RCLONE_S3_ENDPOINT</li>
<li>Type: string</li>
<li>Default: ""</li>
<li>Examples:
<ul>
<li>"s3.us-east-2.stackpathstorage.com"
<ul>
<li>US East Endpoint</li>
</ul></li>
<li>"s3.us-west-1.stackpathstorage.com"
<ul>
<li>US West Endpoint</li>
</ul></li>
<li>"s3.eu-central-1.stackpathstorage.com"
<ul>
<li>EU Endpoint</li>
</ul></li>
</ul></li>
</ul>
<h4 id="s3-endpoint-5">--s3-endpoint</h4>
<p>Endpoint for Tencent COS API.</p>
<ul>
<li>Config: endpoint</li>
<li>Env Var: RCLONE_S3_ENDPOINT</li>
<li>Type: string</li>
<li>Default: ""</li>
<li>Examples:
<ul>
<li>"cos.ap-beijing.myqcloud.com"
<ul>
<li>Beijing Region.</li>
</ul></li>
<li>"cos.ap-nanjing.myqcloud.com"
<ul>
<li>Nanjing Region.</li>
</ul></li>
<li>"cos.ap-shanghai.myqcloud.com"
<ul>
<li>Shanghai Region.</li>
</ul></li>
<li>"cos.ap-guangzhou.myqcloud.com"
<ul>
<li>Guangzhou Region.</li>
</ul></li>
<li>"cos.ap-nanjing.myqcloud.com"
<ul>
<li>Nanjing Region.</li>
</ul></li>
<li>"cos.ap-chengdu.myqcloud.com"
<ul>
<li>Chengdu Region.</li>
</ul></li>
<li>"cos.ap-chongqing.myqcloud.com"
<ul>
<li>Chongqing Region.</li>
</ul></li>
<li>"cos.ap-hongkong.myqcloud.com"
<ul>
<li>Hong Kong (China) Region.</li>
</ul></li>
<li>"cos.ap-singapore.myqcloud.com"
<ul>
<li>Singapore Region.</li>
</ul></li>
<li>"cos.ap-mumbai.myqcloud.com"
<ul>
<li>Mumbai Region.</li>
</ul></li>
<li>"cos.ap-seoul.myqcloud.com"
<ul>
<li>Seoul Region.</li>
</ul></li>
<li>"cos.ap-bangkok.myqcloud.com"
<ul>
<li>Bangkok Region.</li>
</ul></li>
<li>"cos.ap-tokyo.myqcloud.com"
<ul>
<li>Tokyo Region.</li>
</ul></li>
<li>"cos.na-siliconvalley.myqcloud.com"
<ul>
<li>Silicon Valley Region.</li>
</ul></li>
<li>"cos.na-ashburn.myqcloud.com"
<ul>
<li>Virginia Region.</li>
</ul></li>
<li>"cos.na-toronto.myqcloud.com"
<ul>
<li>Toronto Region.</li>
</ul></li>
<li>"cos.eu-frankfurt.myqcloud.com"
<ul>
<li>Frankfurt Region.</li>
</ul></li>
<li>"cos.eu-moscow.myqcloud.com"
<ul>
<li>Moscow Region.</li>
</ul></li>
<li>"cos.accelerate.myqcloud.com"
<ul>
<li>Use Tencent COS Accelerate Endpoint.</li>
</ul></li>
</ul></li>
</ul>
<h4 id="s3-endpoint-6">--s3-endpoint</h4>
<p>Endpoint for S3 API. Required when using an S3 clone.</p>
<ul>
<li>Config: endpoint</li>
<li>Env Var: RCLONE_S3_ENDPOINT</li>
<li>Type: string</li>
<li>Default: ""</li>
<li>Examples:
<ul>
<li>"objects-us-east-1.dream.io"
<ul>
<li>Dream Objects endpoint</li>
</ul></li>
<li>"nyc3.digitaloceanspaces.com"
<ul>
<li>Digital Ocean Spaces New York 3</li>
</ul></li>
<li>"ams3.digitaloceanspaces.com"
<ul>
<li>Digital Ocean Spaces Amsterdam 3</li>
</ul></li>
<li>"sgp1.digitaloceanspaces.com"
<ul>
<li>Digital Ocean Spaces Singapore 1</li>
</ul></li>
<li>"s3.wasabisys.com"
<ul>
<li>Wasabi US East endpoint</li>
</ul></li>
<li>"s3.us-west-1.wasabisys.com"
<ul>
<li>Wasabi US West endpoint</li>
</ul></li>
<li>"s3.eu-central-1.wasabisys.com"
<ul>
<li>Wasabi EU Central endpoint</li>
</ul></li>
</ul></li>
</ul>
<h4 id="s3-location-constraint">--s3-location-constraint</h4>
<p>Location constraint - must be set to match the Region. Used when creating buckets only.</p>
<ul>
<li>Config: location_constraint</li>
<li>Env Var: RCLONE_S3_LOCATION_CONSTRAINT</li>
<li>Type: string</li>
<li>Default: ""</li>
<li>Examples:
<ul>
<li>""
<ul>
<li>Empty for US Region, Northern Virginia, or Pacific Northwest.</li>
</ul></li>
<li>"us-east-2"
<ul>
<li>US East (Ohio) Region.</li>
</ul></li>
<li>"us-west-1"
<ul>
<li>US West (Northern California) Region.</li>
</ul></li>
<li>"us-west-2"
<ul>
<li>US West (Oregon) Region.</li>
</ul></li>
<li>"ca-central-1"
<ul>
<li>Canada (Central) Region.</li>
</ul></li>
<li>"eu-west-1"
<ul>
<li>EU (Ireland) Region.</li>
</ul></li>
<li>"eu-west-2"
<ul>
<li>EU (London) Region.</li>
</ul></li>
<li>"eu-west-3"
<ul>
<li>EU (Paris) Region.</li>
</ul></li>
<li>"eu-north-1"
<ul>
<li>EU (Stockholm) Region.</li>
</ul></li>
<li>"eu-south-1"
<ul>
<li>EU (Milan) Region.</li>
</ul></li>
<li>"EU"
<ul>
<li>EU Region.</li>
</ul></li>
<li>"ap-southeast-1"
<ul>
<li>Asia Pacific (Singapore) Region.</li>
</ul></li>
<li>"ap-southeast-2"
<ul>
<li>Asia Pacific (Sydney) Region.</li>
</ul></li>
<li>"ap-northeast-1"
<ul>
<li>Asia Pacific (Tokyo) Region.</li>
</ul></li>
<li>"ap-northeast-2"
<ul>
<li>Asia Pacific (Seoul) Region.</li>
</ul></li>
<li>"ap-northeast-3"
<ul>
<li>Asia Pacific (Osaka-Local) Region.</li>
</ul></li>
<li>"ap-south-1"
<ul>
<li>Asia Pacific (Mumbai) Region.</li>
</ul></li>
<li>"ap-east-1"
<ul>
<li>Asia Pacific (Hong Kong) Region.</li>
</ul></li>
<li>"sa-east-1"
<ul>
<li>South America (Sao Paulo) Region.</li>
</ul></li>
<li>"me-south-1"
<ul>
<li>Middle East (Bahrain) Region.</li>
</ul></li>
<li>"af-south-1"
<ul>
<li>Africa (Cape Town) Region.</li>
</ul></li>
<li>"cn-north-1"
<ul>
<li>China (Beijing) Region</li>
</ul></li>
<li>"cn-northwest-1"
<ul>
<li>China (Ningxia) Region.</li>
</ul></li>
<li>"us-gov-east-1"
<ul>
<li>AWS GovCloud (US-East) Region.</li>
</ul></li>
<li>"us-gov-west-1"
<ul>
<li>AWS GovCloud (US) Region.</li>
</ul></li>
</ul></li>
</ul>
<h4 id="s3-location-constraint-1">--s3-location-constraint</h4>
<p>Location constraint - must match endpoint when using IBM Cloud Public. For on-prem COS, do not make a selection from this list, hit enter</p>
<ul>
<li>Config: location_constraint</li>
<li>Env Var: RCLONE_S3_LOCATION_CONSTRAINT</li>
<li>Type: string</li>
<li>Default: ""</li>
<li>Examples:
<ul>
<li>"us-standard"
<ul>
<li>US Cross Region Standard</li>
</ul></li>
<li>"us-vault"
<ul>
<li>US Cross Region Vault</li>
</ul></li>
<li>"us-cold"
<ul>
<li>US Cross Region Cold</li>
</ul></li>
<li>"us-flex"
<ul>
<li>US Cross Region Flex</li>
</ul></li>
<li>"us-east-standard"
<ul>
<li>US East Region Standard</li>
</ul></li>
<li>"us-east-vault"
<ul>
<li>US East Region Vault</li>
</ul></li>
<li>"us-east-cold"
<ul>
<li>US East Region Cold</li>
</ul></li>
<li>"us-east-flex"
<ul>
<li>US East Region Flex</li>
</ul></li>
<li>"us-south-standard"
<ul>
<li>US South Region Standard</li>
</ul></li>
<li>"us-south-vault"
<ul>
<li>US South Region Vault</li>
</ul></li>
<li>"us-south-cold"
<ul>
<li>US South Region Cold</li>
</ul></li>
<li>"us-south-flex"
<ul>
<li>US South Region Flex</li>
</ul></li>
<li>"eu-standard"
<ul>
<li>EU Cross Region Standard</li>
</ul></li>
<li>"eu-vault"
<ul>
<li>EU Cross Region Vault</li>
</ul></li>
<li>"eu-cold"
<ul>
<li>EU Cross Region Cold</li>
</ul></li>
<li>"eu-flex"
<ul>
<li>EU Cross Region Flex</li>
</ul></li>
<li>"eu-gb-standard"
<ul>
<li>Great Britain Standard</li>
</ul></li>
<li>"eu-gb-vault"
<ul>
<li>Great Britain Vault</li>
</ul></li>
<li>"eu-gb-cold"
<ul>
<li>Great Britain Cold</li>
</ul></li>
<li>"eu-gb-flex"
<ul>
<li>Great Britain Flex</li>
</ul></li>
<li>"ap-standard"
<ul>
<li>APAC Standard</li>
</ul></li>
<li>"ap-vault"
<ul>
<li>APAC Vault</li>
</ul></li>
<li>"ap-cold"
<ul>
<li>APAC Cold</li>
</ul></li>
<li>"ap-flex"
<ul>
<li>APAC Flex</li>
</ul></li>
<li>"mel01-standard"
<ul>
<li>Melbourne Standard</li>
</ul></li>
<li>"mel01-vault"
<ul>
<li>Melbourne Vault</li>
</ul></li>
<li>"mel01-cold"
<ul>
<li>Melbourne Cold</li>
</ul></li>
<li>"mel01-flex"
<ul>
<li>Melbourne Flex</li>
</ul></li>
<li>"tor01-standard"
<ul>
<li>Toronto Standard</li>
</ul></li>
<li>"tor01-vault"
<ul>
<li>Toronto Vault</li>
</ul></li>
<li>"tor01-cold"
<ul>
<li>Toronto Cold</li>
</ul></li>
<li>"tor01-flex"
<ul>
<li>Toronto Flex</li>
</ul></li>
</ul></li>
</ul>
<h4 id="s3-location-constraint-2">--s3-location-constraint</h4>
<p>Location constraint - must be set to match the Region. Leave blank if not sure. Used when creating buckets only.</p>
<ul>
<li>Config: location_constraint</li>
<li>Env Var: RCLONE_S3_LOCATION_CONSTRAINT</li>
<li>Type: string</li>
<li>Default: ""</li>
</ul>
<h4 id="s3-acl">--s3-acl</h4>
<p>Canned ACL used when creating buckets and storing or copying objects.</p>
<p>This ACL is used for creating objects and if bucket_acl isn't set, for creating buckets too.</p>
<p>For more info visit https://docs.aws.amazon.com/AmazonS3/latest/dev/acl-overview.html#canned-acl</p>
<p>Note that this ACL is applied when server-side copying objects as S3 doesn't copy the ACL from the source but rather writes a fresh one.</p>
<ul>
<li>Config: acl</li>
<li>Env Var: RCLONE_S3_ACL</li>
<li>Type: string</li>
<li>Default: ""</li>
<li>Examples:
<ul>
<li>"default"
<ul>
<li>Owner gets Full_CONTROL. No one else has access rights (default).</li>
</ul></li>
<li>"private"
<ul>
<li>Owner gets FULL_CONTROL. No one else has access rights (default).</li>
</ul></li>
<li>"public-read"
<ul>
<li>Owner gets FULL_CONTROL. The AllUsers group gets READ access.</li>
</ul></li>
<li>"public-read-write"
<ul>
<li>Owner gets FULL_CONTROL. The AllUsers group gets READ and WRITE access.</li>
<li>Granting this on a bucket is generally not recommended.</li>
</ul></li>
<li>"authenticated-read"
<ul>
<li>Owner gets FULL_CONTROL. The AuthenticatedUsers group gets READ access.</li>
</ul></li>
<li>"bucket-owner-read"
<ul>
<li>Object owner gets FULL_CONTROL. Bucket owner gets READ access.</li>
<li>If you specify this canned ACL when creating a bucket, Amazon S3 ignores it.</li>
</ul></li>
<li>"bucket-owner-full-control"
<ul>
<li>Both the object owner and the bucket owner get FULL_CONTROL over the object.</li>
<li>If you specify this canned ACL when creating a bucket, Amazon S3 ignores it.</li>
</ul></li>
<li>"private"
<ul>
<li>Owner gets FULL_CONTROL. No one else has access rights (default). This acl is available on IBM Cloud (Infra), IBM Cloud (Storage), On-Premise COS</li>
</ul></li>
<li>"public-read"
<ul>
<li>Owner gets FULL_CONTROL. The AllUsers group gets READ access. This acl is available on IBM Cloud (Infra), IBM Cloud (Storage), On-Premise IBM COS</li>
</ul></li>
<li>"public-read-write"
<ul>
<li>Owner gets FULL_CONTROL. The AllUsers group gets READ and WRITE access. This acl is available on IBM Cloud (Infra), On-Premise IBM COS</li>
</ul></li>
<li>"authenticated-read"
<ul>
<li>Owner gets FULL_CONTROL. The AuthenticatedUsers group gets READ access. Not supported on Buckets. This acl is available on IBM Cloud (Infra) and On-Premise IBM COS</li>
</ul></li>
</ul></li>
</ul>
<h4 id="s3-server-side-encryption">--s3-server-side-encryption</h4>
<p>The server-side encryption algorithm used when storing this object in S3.</p>
<ul>
<li>Config: server_side_encryption</li>
<li>Env Var: RCLONE_S3_SERVER_SIDE_ENCRYPTION</li>
<li>Type: string</li>
<li>Default: ""</li>
<li>Examples:
<ul>
<li>""
<ul>
<li>None</li>
</ul></li>
<li>"AES256"
<ul>
<li>AES256</li>
</ul></li>
<li>"aws:kms"
<ul>
<li>aws:kms</li>
</ul></li>
</ul></li>
</ul>
<h4 id="s3-sse-kms-key-id">--s3-sse-kms-key-id</h4>
<p>If using KMS ID you must provide the ARN of Key.</p>
<ul>
<li>Config: sse_kms_key_id</li>
<li>Env Var: RCLONE_S3_SSE_KMS_KEY_ID</li>
<li>Type: string</li>
<li>Default: ""</li>
<li>Examples:
<ul>
<li>""
<ul>
<li>None</li>
</ul></li>
<li>"arn:aws:kms:us-east-1:*"
<ul>
<li>arn:aws:kms:*</li>
</ul></li>
</ul></li>
</ul>
<h4 id="s3-storage-class">--s3-storage-class</h4>
<p>The storage class to use when storing new objects in S3.</p>
<ul>
<li>Config: storage_class</li>
<li>Env Var: RCLONE_S3_STORAGE_CLASS</li>
<li>Type: string</li>
<li>Default: ""</li>
<li>Examples:
<ul>
<li>""
<ul>
<li>Default</li>
</ul></li>
<li>"STANDARD"
<ul>
<li>Standard storage class</li>
</ul></li>
<li>"REDUCED_REDUNDANCY"
<ul>
<li>Reduced redundancy storage class</li>
</ul></li>
<li>"STANDARD_IA"
<ul>
<li>Standard Infrequent Access storage class</li>
</ul></li>
<li>"ONEZONE_IA"
<ul>
<li>One Zone Infrequent Access storage class</li>
</ul></li>
<li>"GLACIER"
<ul>
<li>Glacier storage class</li>
</ul></li>
<li>"DEEP_ARCHIVE"
<ul>
<li>Glacier Deep Archive storage class</li>
</ul></li>
<li>"INTELLIGENT_TIERING"
<ul>
<li>Intelligent-Tiering storage class</li>
</ul></li>
</ul></li>
</ul>
<h4 id="s3-storage-class-1">--s3-storage-class</h4>
<p>The storage class to use when storing new objects in OSS.</p>
<ul>
<li>Config: storage_class</li>
<li>Env Var: RCLONE_S3_STORAGE_CLASS</li>
<li>Type: string</li>
<li>Default: ""</li>
<li>Examples:
<ul>
<li>""
<ul>
<li>Default</li>
</ul></li>
<li>"STANDARD"
<ul>
<li>Standard storage class</li>
</ul></li>
<li>"GLACIER"
<ul>
<li>Archive storage mode.</li>
</ul></li>
<li>"STANDARD_IA"
<ul>
<li>Infrequent access storage mode.</li>
</ul></li>
</ul></li>
</ul>
<h4 id="s3-storage-class-2">--s3-storage-class</h4>
<p>The storage class to use when storing new objects in Tencent COS.</p>
<ul>
<li>Config: storage_class</li>
<li>Env Var: RCLONE_S3_STORAGE_CLASS</li>
<li>Type: string</li>
<li>Default: ""</li>
<li>Examples:
<ul>
<li>""
<ul>
<li>Default</li>
</ul></li>
<li>"STANDARD"
<ul>
<li>Standard storage class</li>
</ul></li>
<li>"ARCHIVE"
<ul>
<li>Archive storage mode.</li>
</ul></li>
<li>"STANDARD_IA"
<ul>
<li>Infrequent access storage mode.</li>
</ul></li>
</ul></li>
</ul>
<h4 id="s3-storage-class-3">--s3-storage-class</h4>
<p>The storage class to use when storing new objects in S3.</p>
<ul>
<li>Config: storage_class</li>
<li>Env Var: RCLONE_S3_STORAGE_CLASS</li>
<li>Type: string</li>
<li>Default: ""</li>
<li>Examples:
<ul>
<li>""
<ul>
<li>Default</li>
</ul></li>
<li>"STANDARD"
<ul>
<li>The Standard class for any upload; suitable for on-demand content like streaming or CDN.</li>
</ul></li>
<li>"GLACIER"
<ul>
<li>Archived storage; prices are lower, but it needs to be restored first to be accessed.</li>
</ul></li>
</ul></li>
</ul>
<h3 id="advanced-options-2">Advanced Options</h3>
<p>Here are the advanced options specific to s3 (Amazon S3 Compliant Storage Providers including AWS, Alibaba, Ceph, Digital Ocean, Dreamhost, IBM COS, Minio, and Tencent COS).</p>
<h4 id="s3-bucket-acl">--s3-bucket-acl</h4>
<p>Canned ACL used when creating buckets.</p>
<p>For more info visit https://docs.aws.amazon.com/AmazonS3/latest/dev/acl-overview.html#canned-acl</p>
<p>Note that this ACL is applied when only when creating buckets. If it isn't set then "acl" is used instead.</p>
<ul>
<li>Config: bucket_acl</li>
<li>Env Var: RCLONE_S3_BUCKET_ACL</li>
<li>Type: string</li>
<li>Default: ""</li>
<li>Examples:
<ul>
<li>"private"
<ul>
<li>Owner gets FULL_CONTROL. No one else has access rights (default).</li>
</ul></li>
<li>"public-read"
<ul>
<li>Owner gets FULL_CONTROL. The AllUsers group gets READ access.</li>
</ul></li>
<li>"public-read-write"
<ul>
<li>Owner gets FULL_CONTROL. The AllUsers group gets READ and WRITE access.</li>
<li>Granting this on a bucket is generally not recommended.</li>
</ul></li>
<li>"authenticated-read"
<ul>
<li>Owner gets FULL_CONTROL. The AuthenticatedUsers group gets READ access.</li>
</ul></li>
</ul></li>
</ul>
<h4 id="s3-requester-pays">--s3-requester-pays</h4>
<p>Enables requester pays option when interacting with S3 bucket.</p>
<ul>
<li>Config: requester_pays</li>
<li>Env Var: RCLONE_S3_REQUESTER_PAYS</li>
<li>Type: bool</li>
<li>Default: false</li>
</ul>
<h4 id="s3-sse-customer-algorithm">--s3-sse-customer-algorithm</h4>
<p>If using SSE-C, the server-side encryption algorithm used when storing this object in S3.</p>
<ul>
<li>Config: sse_customer_algorithm</li>
<li>Env Var: RCLONE_S3_SSE_CUSTOMER_ALGORITHM</li>
<li>Type: string</li>
<li>Default: ""</li>
<li>Examples:
<ul>
<li>""
<ul>
<li>None</li>
</ul></li>
<li>"AES256"
<ul>
<li>AES256</li>
</ul></li>
</ul></li>
</ul>
<h4 id="s3-sse-customer-key">--s3-sse-customer-key</h4>
<p>If using SSE-C you must provide the secret encryption key used to encrypt/decrypt your data.</p>
<ul>
<li>Config: sse_customer_key</li>
<li>Env Var: RCLONE_S3_SSE_CUSTOMER_KEY</li>
<li>Type: string</li>
<li>Default: ""</li>
<li>Examples:
<ul>
<li>""
<ul>
<li>None</li>
</ul></li>
</ul></li>
</ul>
<h4 id="s3-sse-customer-key-md5">--s3-sse-customer-key-md5</h4>
<p>If using SSE-C you may provide the secret encryption key MD5 checksum (optional).</p>
<p>If you leave it blank, this is calculated automatically from the sse_customer_key provided.</p>
<ul>
<li>Config: sse_customer_key_md5</li>
<li>Env Var: RCLONE_S3_SSE_CUSTOMER_KEY_MD5</li>
<li>Type: string</li>
<li>Default: ""</li>
<li>Examples:
<ul>
<li>""
<ul>
<li>None</li>
</ul></li>
</ul></li>
</ul>
<h4 id="s3-upload-cutoff">--s3-upload-cutoff</h4>
<p>Cutoff for switching to chunked upload</p>
<p>Any files larger than this will be uploaded in chunks of chunk_size. The minimum is 0 and the maximum is 5GB.</p>
<ul>
<li>Config: upload_cutoff</li>
<li>Env Var: RCLONE_S3_UPLOAD_CUTOFF</li>
<li>Type: SizeSuffix</li>
<li>Default: 200M</li>
</ul>
<h4 id="s3-chunk-size">--s3-chunk-size</h4>
<p>Chunk size to use for uploading.</p>
<p>When uploading files larger than upload_cutoff or files with unknown size (e.g. from "rclone rcat" or uploaded with "rclone mount" or google photos or google docs) they will be uploaded as multipart uploads using this chunk size.</p>
<p>Note that "--s3-upload-concurrency" chunks of this size are buffered in memory per transfer.</p>
<p>If you are transferring large files over high-speed links and you have enough memory, then increasing this will speed up the transfers.</p>
<p>Rclone will automatically increase the chunk size when uploading a large file of known size to stay below the 10,000 chunks limit.</p>
<p>Files of unknown size are uploaded with the configured chunk_size. Since the default chunk size is 5MB and there can be at most 10,000 chunks, this means that by default the maximum size of a file you can stream upload is 48GB. If you wish to stream upload larger files then you will need to increase chunk_size.</p>
<ul>
<li>Config: chunk_size</li>
<li>Env Var: RCLONE_S3_CHUNK_SIZE</li>
<li>Type: SizeSuffix</li>
<li>Default: 5M</li>
</ul>
<h4 id="s3-max-upload-parts">--s3-max-upload-parts</h4>
<p>Maximum number of parts in a multipart upload.</p>
<p>This option defines the maximum number of multipart chunks to use when doing a multipart upload.</p>
<p>This can be useful if a service does not support the AWS S3 specification of 10,000 chunks.</p>
<p>Rclone will automatically increase the chunk size when uploading a large file of a known size to stay below this number of chunks limit.</p>
<ul>
<li>Config: max_upload_parts</li>
<li>Env Var: RCLONE_S3_MAX_UPLOAD_PARTS</li>
<li>Type: int</li>
<li>Default: 10000</li>
</ul>
<h4 id="s3-copy-cutoff">--s3-copy-cutoff</h4>
<p>Cutoff for switching to multipart copy</p>
<p>Any files larger than this that need to be server-side copied will be copied in chunks of this size.</p>
<p>The minimum is 0 and the maximum is 5GB.</p>
<ul>
<li>Config: copy_cutoff</li>
<li>Env Var: RCLONE_S3_COPY_CUTOFF</li>
<li>Type: SizeSuffix</li>
<li>Default: 4.656G</li>
</ul>
<h4 id="s3-disable-checksum">--s3-disable-checksum</h4>
<p>Don't store MD5 checksum with object metadata</p>
<p>Normally rclone will calculate the MD5 checksum of the input before uploading it so it can add it to metadata on the object. This is great for data integrity checking but can cause long delays for large files to start uploading.</p>
<ul>
<li>Config: disable_checksum</li>
<li>Env Var: RCLONE_S3_DISABLE_CHECKSUM</li>
<li>Type: bool</li>
<li>Default: false</li>
</ul>
<h4 id="s3-shared-credentials-file">--s3-shared-credentials-file</h4>
<p>Path to the shared credentials file</p>
<p>If env_auth = true then rclone can use a shared credentials file.</p>
<p>If this variable is empty rclone will look for the "AWS_SHARED_CREDENTIALS_FILE" env variable. If the env value is empty it will default to the current user's home directory.</p>
<pre><code>Linux/OSX: &quot;$HOME/.aws/credentials&quot;
Windows: &quot;%USERPROFILE%\.aws\credentials&quot;</code></pre>
<ul>
<li>Config: shared_credentials_file</li>
<li>Env Var: RCLONE_S3_SHARED_CREDENTIALS_FILE</li>
<li>Type: string</li>
<li>Default: ""</li>
</ul>
<h4 id="s3-profile">--s3-profile</h4>
<p>Profile to use in the shared credentials file</p>
<p>If env_auth = true then rclone can use a shared credentials file. This variable controls which profile is used in that file.</p>
<p>If empty it will default to the environment variable "AWS_PROFILE" or "default" if that environment variable is also not set.</p>
<ul>
<li>Config: profile</li>
<li>Env Var: RCLONE_S3_PROFILE</li>
<li>Type: string</li>
<li>Default: ""</li>
</ul>
<h4 id="s3-session-token">--s3-session-token</h4>
<p>An AWS session token</p>
<ul>
<li>Config: session_token</li>
<li>Env Var: RCLONE_S3_SESSION_TOKEN</li>
<li>Type: string</li>
<li>Default: ""</li>
</ul>
<h4 id="s3-upload-concurrency">--s3-upload-concurrency</h4>
<p>Concurrency for multipart uploads.</p>
<p>This is the number of chunks of the same file that are uploaded concurrently.</p>
<p>If you are uploading small numbers of large files over high-speed links and these uploads do not fully utilize your bandwidth, then increasing this may help to speed up the transfers.</p>
<ul>
<li>Config: upload_concurrency</li>
<li>Env Var: RCLONE_S3_UPLOAD_CONCURRENCY</li>
<li>Type: int</li>
<li>Default: 4</li>
</ul>
<h4 id="s3-force-path-style">--s3-force-path-style</h4>
<p>If true use path style access if false use virtual hosted style.</p>
<p>If this is true (the default) then rclone will use path style access, if false then rclone will use virtual path style. See <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingBucket.html#access-bucket-intro">the AWS S3 docs</a> for more info.</p>
<p>Some providers (e.g. AWS, Aliyun OSS, Netease COS, or Tencent COS) require this set to false - rclone will do this automatically based on the provider setting.</p>
<ul>
<li>Config: force_path_style</li>
<li>Env Var: RCLONE_S3_FORCE_PATH_STYLE</li>
<li>Type: bool</li>
<li>Default: true</li>
</ul>
<h4 id="s3-v2-auth">--s3-v2-auth</h4>
<p>If true use v2 authentication.</p>
<p>If this is false (the default) then rclone will use v4 authentication. If it is set then rclone will use v2 authentication.</p>
<p>Use this only if v4 signatures don't work, e.g. pre Jewel/v10 CEPH.</p>
<ul>
<li>Config: v2_auth</li>
<li>Env Var: RCLONE_S3_V2_AUTH</li>
<li>Type: bool</li>
<li>Default: false</li>
</ul>
<h4 id="s3-use-accelerate-endpoint">--s3-use-accelerate-endpoint</h4>
<p>If true use the AWS S3 accelerated endpoint.</p>
<p>See: <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/transfer-acceleration-examples.html">AWS S3 Transfer acceleration</a></p>
<ul>
<li>Config: use_accelerate_endpoint</li>
<li>Env Var: RCLONE_S3_USE_ACCELERATE_ENDPOINT</li>
<li>Type: bool</li>
<li>Default: false</li>
</ul>
<h4 id="s3-leave-parts-on-error">--s3-leave-parts-on-error</h4>
<p>If true avoid calling abort upload on a failure, leaving all successfully uploaded parts on S3 for manual recovery.</p>
<p>It should be set to true for resuming uploads across different sessions.</p>
<p>WARNING: Storing parts of an incomplete multipart upload counts towards space usage on S3 and will add additional costs if not cleaned up.</p>
<ul>
<li>Config: leave_parts_on_error</li>
<li>Env Var: RCLONE_S3_LEAVE_PARTS_ON_ERROR</li>
<li>Type: bool</li>
<li>Default: false</li>
</ul>
<h4 id="s3-list-chunk">--s3-list-chunk</h4>
<p>Size of listing chunk (response list for each ListObject S3 request).</p>
<p>This option is also known as "MaxKeys", "max-items", or "page-size" from the AWS S3 specification. Most services truncate the response list to 1000 objects even if requested more than that. In AWS S3 this is a global maximum and cannot be changed, see <a href="https://docs.aws.amazon.com/cli/latest/reference/s3/ls.html">AWS S3</a>. In Ceph, this can be increased with the "rgw list buckets max chunk" option.</p>
<ul>
<li>Config: list_chunk</li>
<li>Env Var: RCLONE_S3_LIST_CHUNK</li>
<li>Type: int</li>
<li>Default: 1000</li>
</ul>
<h4 id="s3-no-check-bucket">--s3-no-check-bucket</h4>
<p>If set, don't attempt to check the bucket exists or create it</p>
<p>This can be useful when trying to minimise the number of transactions rclone does if you know the bucket exists already.</p>
<p>It can also be needed if the user you are using does not have bucket creation permissions. Before v1.52.0 this would have passed silently due to a bug.</p>
<ul>
<li>Config: no_check_bucket</li>
<li>Env Var: RCLONE_S3_NO_CHECK_BUCKET</li>
<li>Type: bool</li>
<li>Default: false</li>
</ul>
<h4 id="s3-no-head">--s3-no-head</h4>
<p>If set, don't HEAD uploaded objects to check integrity</p>
<p>This can be useful when trying to minimise the number of transactions rclone does.</p>
<p>Setting it means that if rclone receives a 200 OK message after uploading an object with PUT then it will assume that it got uploaded properly.</p>
<p>In particular it will assume:</p>
<ul>
<li>the metadata, including modtime, storage class and content type was as uploaded</li>
<li>the size was as uploaded</li>
</ul>
<p>It reads the following items from the response for a single part PUT:</p>
<ul>
<li>the MD5SUM</li>
<li>The uploaded date</li>
</ul>
<p>For multipart uploads these items aren't read.</p>
<p>If an source object of unknown length is uploaded then rclone <strong>will</strong> do a HEAD request.</p>
<p>Setting this flag increases the chance for undetected upload failures, in particular an incorrect size, so it isn't recommended for normal operation. In practice the chance of an undetected upload failure is very small even with this flag.</p>
<ul>
<li>Config: no_head</li>
<li>Env Var: RCLONE_S3_NO_HEAD</li>
<li>Type: bool</li>
<li>Default: false</li>
</ul>
<h4 id="s3-encoding">--s3-encoding</h4>
<p>This sets the encoding for the backend.</p>
<p>See: the <a href="https://rclone.org/overview/#encoding">encoding section in the overview</a> for more info.</p>
<ul>
<li>Config: encoding</li>
<li>Env Var: RCLONE_S3_ENCODING</li>
<li>Type: MultiEncoder</li>
<li>Default: Slash,InvalidUtf8,Dot</li>
</ul>
<h4 id="s3-memory-pool-flush-time">--s3-memory-pool-flush-time</h4>
<p>How often internal memory buffer pools will be flushed. Uploads which requires additional buffers (f.e multipart) will use memory pool for allocations. This option controls how often unused buffers will be removed from the pool.</p>
<ul>
<li>Config: memory_pool_flush_time</li>
<li>Env Var: RCLONE_S3_MEMORY_POOL_FLUSH_TIME</li>
<li>Type: Duration</li>
<li>Default: 1m0s</li>
</ul>
<h4 id="s3-memory-pool-use-mmap">--s3-memory-pool-use-mmap</h4>
<p>Whether to use mmap buffers in internal memory pool.</p>
<ul>
<li>Config: memory_pool_use_mmap</li>
<li>Env Var: RCLONE_S3_MEMORY_POOL_USE_MMAP</li>
<li>Type: bool</li>
<li>Default: false</li>
</ul>
<h4 id="s3-disable-http2">--s3-disable-http2</h4>
<p>Disable usage of http2 for S3 backends</p>
<p>There is currently an unsolved issue with the s3 (specifically minio) backend and HTTP/2. HTTP/2 is enabled by default for the s3 backend but can be disabled here. When the issue is solved this flag will be removed.</p>
<p>See: https://github.com/rclone/rclone/issues/4673, https://github.com/rclone/rclone/issues/3631</p>
<ul>
<li>Config: disable_http2</li>
<li>Env Var: RCLONE_S3_DISABLE_HTTP2</li>
<li>Type: bool</li>
<li>Default: false</li>
</ul>
<h3 id="backend-commands">Backend commands</h3>
<p>Here are the commands specific to the s3 backend.</p>
<p>Run them with</p>
<pre><code>rclone backend COMMAND remote:</code></pre>
<p>The help below will explain what arguments each command takes.</p>
<p>See <a href="https://rclone.org/commands/rclone_backend/">the "rclone backend" command</a> for more info on how to pass options and arguments.</p>
<p>These can be run on a running backend using the rc command <a href="https://rclone.org/rc/#backend/command">backend/command</a>.</p>
<h4 id="restore">restore</h4>
<p>Restore objects from GLACIER to normal storage</p>
<pre><code>rclone backend restore remote: [options] [&lt;arguments&gt;+]</code></pre>
<p>This command can be used to restore one or more objects from GLACIER to normal storage.</p>
<p>Usage Examples:</p>
<pre><code>rclone backend restore s3:bucket/path/to/object [-o priority=PRIORITY] [-o lifetime=DAYS]
rclone backend restore s3:bucket/path/to/directory [-o priority=PRIORITY] [-o lifetime=DAYS]
rclone backend restore s3:bucket [-o priority=PRIORITY] [-o lifetime=DAYS]</code></pre>
<p>This flag also obeys the filters. Test first with -i/--interactive or --dry-run flags</p>
<pre><code>rclone -i backend restore --include &quot;*.txt&quot; s3:bucket/path -o priority=Standard</code></pre>
<p>All the objects shown will be marked for restore, then</p>
<pre><code>rclone backend restore --include &quot;*.txt&quot; s3:bucket/path -o priority=Standard</code></pre>
<p>It returns a list of status dictionaries with Remote and Status keys. The Status will be OK if it was successful or an error message if not.</p>
<pre><code>[
{
&quot;Status&quot;: &quot;OK&quot;,
&quot;Path&quot;: &quot;test.txt&quot;
},
{
&quot;Status&quot;: &quot;OK&quot;,
&quot;Path&quot;: &quot;test/file4.txt&quot;
}
]</code></pre>
<p>Options:</p>
<ul>
<li>"description": The optional description for the job.</li>
<li>"lifetime": Lifetime of the active copy in days</li>
<li>"priority": Priority of restore: Standard|Expedited|Bulk</li>
</ul>
<h4 id="list-multipart-uploads">list-multipart-uploads</h4>
<p>List the unfinished multipart uploads</p>
<pre><code>rclone backend list-multipart-uploads remote: [options] [&lt;arguments&gt;+]</code></pre>
<p>This command lists the unfinished multipart uploads in JSON format.</p>
<pre><code>rclone backend list-multipart s3:bucket/path/to/object</code></pre>
<p>It returns a dictionary of buckets with values as lists of unfinished multipart uploads.</p>
<p>You can call it with no bucket in which case it lists all bucket, with a bucket or with a bucket and path.</p>
<pre><code>{
&quot;rclone&quot;: [
{
&quot;Initiated&quot;: &quot;2020-06-26T14:20:36Z&quot;,
&quot;Initiator&quot;: {
&quot;DisplayName&quot;: &quot;XXX&quot;,
&quot;ID&quot;: &quot;arn:aws:iam::XXX:user/XXX&quot;
},
&quot;Key&quot;: &quot;KEY&quot;,
&quot;Owner&quot;: {
&quot;DisplayName&quot;: null,
&quot;ID&quot;: &quot;XXX&quot;
},
&quot;StorageClass&quot;: &quot;STANDARD&quot;,
&quot;UploadId&quot;: &quot;XXX&quot;
}
],
&quot;rclone-1000files&quot;: [],
&quot;rclone-dst&quot;: []
}</code></pre>
<h4 id="cleanup-2">cleanup</h4>
<p>Remove unfinished multipart uploads.</p>
<pre><code>rclone backend cleanup remote: [options] [&lt;arguments&gt;+]</code></pre>
<p>This command removes unfinished multipart uploads of age greater than max-age which defaults to 24 hours.</p>
<p>Note that you can use -i/--dry-run with this command to see what it would do.</p>
<pre><code>rclone backend cleanup s3:bucket/path/to/object
rclone backend cleanup -o max-age=7w s3:bucket/path/to/object</code></pre>
<p>Durations are parsed as per the rest of rclone, 2h, 7d, 7w etc.</p>
<p>Options:</p>
<ul>
<li>"max-age": Max age of upload to delete</li>
</ul>
<h3 id="anonymous-access-to-public-buckets">Anonymous access to public buckets</h3>
<p>If you want to use rclone to access a public bucket, configure with a blank <code>access_key_id</code> and <code>secret_access_key</code>. Your config should end up looking like this:</p>
<pre><code>[anons3]
type = s3
provider = AWS
env_auth = false
access_key_id =
secret_access_key =
region = us-east-1
endpoint =
location_constraint =
acl = private
server_side_encryption =
storage_class = </code></pre>
<p>Then use it as normal with the name of the public bucket, e.g.</p>
<pre><code>rclone lsd anons3:1000genomes</code></pre>
<p>You will be able to list and copy data but not upload it.</p>
<h3 id="ceph">Ceph</h3>
<p><a href="https://ceph.com/">Ceph</a> is an open source unified, distributed storage system designed for excellent performance, reliability and scalability. It has an S3 compatible object storage interface.</p>
<p>To use rclone with Ceph, configure as above but leave the region blank and set the endpoint. You should end up with something like this in your config:</p>
<pre><code>[ceph]
type = s3
provider = Ceph
env_auth = false
access_key_id = XXX
secret_access_key = YYY
region =
endpoint = https://ceph.endpoint.example.com
location_constraint =
acl =
server_side_encryption =
storage_class =</code></pre>
<p>If you are using an older version of CEPH, e.g. 10.2.x Jewel, then you may need to supply the parameter <code>--s3-upload-cutoff 0</code> or put this in the config file as <code>upload_cutoff 0</code> to work around a bug which causes uploading of small files to fail.</p>
<p>Note also that Ceph sometimes puts <code>/</code> in the passwords it gives users. If you read the secret access key using the command line tools you will get a JSON blob with the <code>/</code> escaped as <code>\/</code>. Make sure you only write <code>/</code> in the secret access key.</p>
<p>Eg the dump from Ceph looks something like this (irrelevant keys removed).</p>
<pre><code>{
&quot;user_id&quot;: &quot;xxx&quot;,
&quot;display_name&quot;: &quot;xxxx&quot;,
&quot;keys&quot;: [
{
&quot;user&quot;: &quot;xxx&quot;,
&quot;access_key&quot;: &quot;xxxxxx&quot;,
&quot;secret_key&quot;: &quot;xxxxxx\/xxxx&quot;
}
],
}</code></pre>
<p>Because this is a json dump, it is encoding the <code>/</code> as <code>\/</code>, so if you use the secret key as <code>xxxxxx/xxxx</code> it will work fine.</p>
<h3 id="dreamhost">Dreamhost</h3>
<p>Dreamhost <a href="https://www.dreamhost.com/cloud/storage/">DreamObjects</a> is an object storage system based on CEPH.</p>
<p>To use rclone with Dreamhost, configure as above but leave the region blank and set the endpoint. You should end up with something like this in your config:</p>
<pre><code>[dreamobjects]
type = s3
provider = DreamHost
env_auth = false
access_key_id = your_access_key
secret_access_key = your_secret_key
region =
endpoint = objects-us-west-1.dream.io
location_constraint =
acl = private
server_side_encryption =
storage_class =</code></pre>
<h3 id="digitalocean-spaces">DigitalOcean Spaces</h3>
<p><a href="https://www.digitalocean.com/products/object-storage/">Spaces</a> is an <a href="https://developers.digitalocean.com/documentation/spaces/">S3-interoperable</a> object storage service from cloud provider DigitalOcean.</p>
<p>To connect to DigitalOcean Spaces you will need an access key and secret key. These can be retrieved on the "<a href="https://cloud.digitalocean.com/settings/api/tokens">Applications &amp; API</a>" page of the DigitalOcean control panel. They will be needed when prompted by <code>rclone config</code> for your <code>access_key_id</code> and <code>secret_access_key</code>.</p>
<p>When prompted for a <code>region</code> or <code>location_constraint</code>, press enter to use the default value. The region must be included in the <code>endpoint</code> setting (e.g. <code>nyc3.digitaloceanspaces.com</code>). The default values can be used for other settings.</p>
<p>Going through the whole process of creating a new remote by running <code>rclone config</code>, each prompt should be answered as shown below:</p>
<pre><code>Storage&gt; s3
env_auth&gt; 1
access_key_id&gt; YOUR_ACCESS_KEY
secret_access_key&gt; YOUR_SECRET_KEY
region&gt;
endpoint&gt; nyc3.digitaloceanspaces.com
location_constraint&gt;
acl&gt;
storage_class&gt;</code></pre>
<p>The resulting configuration file should look like:</p>
<pre><code>[spaces]
type = s3
provider = DigitalOcean
env_auth = false
access_key_id = YOUR_ACCESS_KEY
secret_access_key = YOUR_SECRET_KEY
region =
endpoint = nyc3.digitaloceanspaces.com
location_constraint =
acl =
server_side_encryption =
storage_class =</code></pre>
<p>Once configured, you can create a new Space and begin copying files. For example:</p>
<pre><code>rclone mkdir spaces:my-new-space
rclone copy /path/to/files spaces:my-new-space</code></pre>
<h3 id="ibm-cos-s3">IBM COS (S3)</h3>
<p>Information stored with IBM Cloud Object Storage is encrypted and dispersed across multiple geographic locations, and accessed through an implementation of the S3 API. This service makes use of the distributed storage technologies provided by IBMs Cloud Object Storage System (formerly Cleversafe). For more information visit: (http://www.ibm.com/cloud/object-storage)</p>
<p>To configure access to IBM COS S3, follow the steps below:</p>
<ol type="1">
<li>Run rclone config and select n for a new remote.</li>
</ol>
<pre><code> 2018/02/14 14:13:11 NOTICE: Config file &quot;C:\\Users\\a\\.config\\rclone\\rclone.conf&quot; not found - using defaults
No remotes found - make a new one
n) New remote
s) Set configuration password
q) Quit config
n/s/q&gt; n</code></pre>
<ol start="2" type="1">
<li>Enter the name for the configuration</li>
</ol>
<pre><code> name&gt; &lt;YOUR NAME&gt;</code></pre>
<ol start="3" type="1">
<li>Select "s3" storage.</li>
</ol>
<pre><code>Choose a number from below, or type in your own value
1 / Alias for an existing remote
\ &quot;alias&quot;
2 / Amazon Drive
\ &quot;amazon cloud drive&quot;
3 / Amazon S3 Complaint Storage Providers (Dreamhost, Ceph, Minio, IBM COS)
\ &quot;s3&quot;
4 / Backblaze B2
\ &quot;b2&quot;
[snip]
23 / http Connection
\ &quot;http&quot;
Storage&gt; 3</code></pre>
<ol start="4" type="1">
<li>Select IBM COS as the S3 Storage Provider.</li>
</ol>
<pre><code>Choose the S3 provider.
Choose a number from below, or type in your own value
1 / Choose this option to configure Storage to AWS S3
\ &quot;AWS&quot;
2 / Choose this option to configure Storage to Ceph Systems
\ &quot;Ceph&quot;
3 / Choose this option to configure Storage to Dreamhost
\ &quot;Dreamhost&quot;
4 / Choose this option to the configure Storage to IBM COS S3
\ &quot;IBMCOS&quot;
5 / Choose this option to the configure Storage to Minio
\ &quot;Minio&quot;
Provider&gt;4</code></pre>
<ol start="5" type="1">
<li>Enter the Access Key and Secret.</li>
</ol>
<pre><code> AWS Access Key ID - leave blank for anonymous access or runtime credentials.
access_key_id&gt; &lt;&gt;
AWS Secret Access Key (password) - leave blank for anonymous access or runtime credentials.
secret_access_key&gt; &lt;&gt;</code></pre>
<ol start="6" type="1">
<li>Specify the endpoint for IBM COS. For Public IBM COS, choose from the option below. For On Premise IBM COS, enter an endpoint address.</li>
</ol>
<pre><code> Endpoint for IBM COS S3 API.
Specify if using an IBM COS On Premise.
Choose a number from below, or type in your own value
1 / US Cross Region Endpoint
\ &quot;s3-api.us-geo.objectstorage.softlayer.net&quot;
2 / US Cross Region Dallas Endpoint
\ &quot;s3-api.dal.us-geo.objectstorage.softlayer.net&quot;
3 / US Cross Region Washington DC Endpoint
\ &quot;s3-api.wdc-us-geo.objectstorage.softlayer.net&quot;
4 / US Cross Region San Jose Endpoint
\ &quot;s3-api.sjc-us-geo.objectstorage.softlayer.net&quot;
5 / US Cross Region Private Endpoint
\ &quot;s3-api.us-geo.objectstorage.service.networklayer.com&quot;
6 / US Cross Region Dallas Private Endpoint
\ &quot;s3-api.dal-us-geo.objectstorage.service.networklayer.com&quot;
7 / US Cross Region Washington DC Private Endpoint
\ &quot;s3-api.wdc-us-geo.objectstorage.service.networklayer.com&quot;
8 / US Cross Region San Jose Private Endpoint
\ &quot;s3-api.sjc-us-geo.objectstorage.service.networklayer.com&quot;
9 / US Region East Endpoint
\ &quot;s3.us-east.objectstorage.softlayer.net&quot;
10 / US Region East Private Endpoint
\ &quot;s3.us-east.objectstorage.service.networklayer.com&quot;
11 / US Region South Endpoint
[snip]
34 / Toronto Single Site Private Endpoint
\ &quot;s3.tor01.objectstorage.service.networklayer.com&quot;
endpoint&gt;1</code></pre>
<ol start="7" type="1">
<li>Specify a IBM COS Location Constraint. The location constraint must match endpoint when using IBM Cloud Public. For on-prem COS, do not make a selection from this list, hit enter</li>
</ol>
<pre><code> 1 / US Cross Region Standard
\ &quot;us-standard&quot;
2 / US Cross Region Vault
\ &quot;us-vault&quot;
3 / US Cross Region Cold
\ &quot;us-cold&quot;
4 / US Cross Region Flex
\ &quot;us-flex&quot;
5 / US East Region Standard
\ &quot;us-east-standard&quot;
6 / US East Region Vault
\ &quot;us-east-vault&quot;
7 / US East Region Cold
\ &quot;us-east-cold&quot;
8 / US East Region Flex
\ &quot;us-east-flex&quot;
9 / US South Region Standard
\ &quot;us-south-standard&quot;
10 / US South Region Vault
\ &quot;us-south-vault&quot;
[snip]
32 / Toronto Flex
\ &quot;tor01-flex&quot;
location_constraint&gt;1</code></pre>
<ol start="9" type="1">
<li>Specify a canned ACL. IBM Cloud (Storage) supports "public-read" and "private". IBM Cloud(Infra) supports all the canned ACLs. On-Premise COS supports all the canned ACLs.</li>
</ol>
<pre><code>Canned ACL used when creating buckets and/or storing objects in S3.
For more info visit https://docs.aws.amazon.com/AmazonS3/latest/dev/acl-overview.html#canned-acl
Choose a number from below, or type in your own value
1 / Owner gets FULL_CONTROL. No one else has access rights (default). This acl is available on IBM Cloud (Infra), IBM Cloud (Storage), On-Premise COS
\ &quot;private&quot;
2 / Owner gets FULL_CONTROL. The AllUsers group gets READ access. This acl is available on IBM Cloud (Infra), IBM Cloud (Storage), On-Premise IBM COS
\ &quot;public-read&quot;
3 / Owner gets FULL_CONTROL. The AllUsers group gets READ and WRITE access. This acl is available on IBM Cloud (Infra), On-Premise IBM COS
\ &quot;public-read-write&quot;
4 / Owner gets FULL_CONTROL. The AuthenticatedUsers group gets READ access. Not supported on Buckets. This acl is available on IBM Cloud (Infra) and On-Premise IBM COS
\ &quot;authenticated-read&quot;
acl&gt; 1</code></pre>
<ol start="12" type="1">
<li>Review the displayed configuration and accept to save the "remote" then quit. The config file should look like this</li>
</ol>
<pre><code> [xxx]
type = s3
Provider = IBMCOS
access_key_id = xxx
secret_access_key = yyy
endpoint = s3-api.us-geo.objectstorage.softlayer.net
location_constraint = us-standard
acl = private</code></pre>
<ol start="13" type="1">
<li>Execute rclone commands</li>
</ol>
<pre><code> 1) Create a bucket.
rclone mkdir IBM-COS-XREGION:newbucket
2) List available buckets.
rclone lsd IBM-COS-XREGION:
-1 2017-11-08 21:16:22 -1 test
-1 2018-02-14 20:16:39 -1 newbucket
3) List contents of a bucket.
rclone ls IBM-COS-XREGION:newbucket
18685952 test.exe
4) Copy a file from local to remote.
rclone copy /Users/file.txt IBM-COS-XREGION:newbucket
5) Copy a file from remote to local.
rclone copy IBM-COS-XREGION:newbucket/file.txt .
6) Delete a file on remote.
rclone delete IBM-COS-XREGION:newbucket/file.txt</code></pre>
<h3 id="minio">Minio</h3>
<p><a href="https://minio.io/">Minio</a> is an object storage server built for cloud application developers and devops.</p>
<p>It is very easy to install and provides an S3 compatible server which can be used by rclone.</p>
<p>To use it, install Minio following the instructions <a href="https://docs.minio.io/docs/minio-quickstart-guide">here</a>.</p>
<p>When it configures itself Minio will print something like this</p>
<pre><code>Endpoint: http://192.168.1.106:9000 http://172.23.0.1:9000
AccessKey: USWUXHGYZQYFYFFIT3RE
SecretKey: MOJRH0mkL1IPauahWITSVvyDrQbEEIwljvmxdq03
Region: us-east-1
SQS ARNs: arn:minio:sqs:us-east-1:1:redis arn:minio:sqs:us-east-1:2:redis
Browser Access:
http://192.168.1.106:9000 http://172.23.0.1:9000
Command-line Access: https://docs.minio.io/docs/minio-client-quickstart-guide
$ mc config host add myminio http://192.168.1.106:9000 USWUXHGYZQYFYFFIT3RE MOJRH0mkL1IPauahWITSVvyDrQbEEIwljvmxdq03
Object API (Amazon S3 compatible):
Go: https://docs.minio.io/docs/golang-client-quickstart-guide
Java: https://docs.minio.io/docs/java-client-quickstart-guide
Python: https://docs.minio.io/docs/python-client-quickstart-guide
JavaScript: https://docs.minio.io/docs/javascript-client-quickstart-guide
.NET: https://docs.minio.io/docs/dotnet-client-quickstart-guide
Drive Capacity: 26 GiB Free, 165 GiB Total</code></pre>
<p>These details need to go into <code>rclone config</code> like this. Note that it is important to put the region in as stated above.</p>
<pre><code>env_auth&gt; 1
access_key_id&gt; USWUXHGYZQYFYFFIT3RE
secret_access_key&gt; MOJRH0mkL1IPauahWITSVvyDrQbEEIwljvmxdq03
region&gt; us-east-1
endpoint&gt; http://192.168.1.106:9000
location_constraint&gt;
server_side_encryption&gt;</code></pre>
<p>Which makes the config file look like this</p>
<pre><code>[minio]
type = s3
provider = Minio
env_auth = false
access_key_id = USWUXHGYZQYFYFFIT3RE
secret_access_key = MOJRH0mkL1IPauahWITSVvyDrQbEEIwljvmxdq03
region = us-east-1
endpoint = http://192.168.1.106:9000
location_constraint =
server_side_encryption =</code></pre>
<p>So once set up, for example to copy files into a bucket</p>
<pre><code>rclone copy /path/to/files minio:bucket</code></pre>
<h3 id="scaleway">Scaleway</h3>
<p><a href="https://www.scaleway.com/object-storage/">Scaleway</a> The Object Storage platform allows you to store anything from backups, logs and web assets to documents and photos. Files can be dropped from the Scaleway console or transferred through our API and CLI or using any S3-compatible tool.</p>
<p>Scaleway provides an S3 interface which can be configured for use with rclone like this:</p>
<pre><code>[scaleway]
type = s3
provider = Scaleway
env_auth = false
endpoint = s3.nl-ams.scw.cloud
access_key_id = SCWXXXXXXXXXXXXXX
secret_access_key = 1111111-2222-3333-44444-55555555555555
region = nl-ams
location_constraint =
acl = private
server_side_encryption =
storage_class =</code></pre>
<h3 id="wasabi">Wasabi</h3>
<p><a href="https://wasabi.com">Wasabi</a> is a cloud-based object storage service for a broad range of applications and use cases. Wasabi is designed for individuals and organizations that require a high-performance, reliable, and secure data storage infrastructure at minimal cost.</p>
<p>Wasabi provides an S3 interface which can be configured for use with rclone like this.</p>
<pre><code>No remotes found - make a new one
n) New remote
s) Set configuration password
n/s&gt; n
name&gt; wasabi
Type of storage to configure.
Choose a number from below, or type in your own value
[snip]
XX / Amazon S3 (also Dreamhost, Ceph, Minio)
\ &quot;s3&quot;
[snip]
Storage&gt; s3
Get AWS credentials from runtime (environment variables or EC2/ECS meta data if no env vars). Only applies if access_key_id and secret_access_key is blank.
Choose a number from below, or type in your own value
1 / Enter AWS credentials in the next step
\ &quot;false&quot;
2 / Get AWS credentials from the environment (env vars or IAM)
\ &quot;true&quot;
env_auth&gt; 1
AWS Access Key ID - leave blank for anonymous access or runtime credentials.
access_key_id&gt; YOURACCESSKEY
AWS Secret Access Key (password) - leave blank for anonymous access or runtime credentials.
secret_access_key&gt; YOURSECRETACCESSKEY
Region to connect to.
Choose a number from below, or type in your own value
/ The default endpoint - a good choice if you are unsure.
1 | US Region, Northern Virginia, or Pacific Northwest.
| Leave location constraint empty.
\ &quot;us-east-1&quot;
[snip]
region&gt; us-east-1
Endpoint for S3 API.
Leave blank if using AWS to use the default endpoint for the region.
Specify if using an S3 clone such as Ceph.
endpoint&gt; s3.wasabisys.com
Location constraint - must be set to match the Region. Used when creating buckets only.
Choose a number from below, or type in your own value
1 / Empty for US Region, Northern Virginia, or Pacific Northwest.
\ &quot;&quot;
[snip]
location_constraint&gt;
Canned ACL used when creating buckets and/or storing objects in S3.
For more info visit https://docs.aws.amazon.com/AmazonS3/latest/dev/acl-overview.html#canned-acl
Choose a number from below, or type in your own value
1 / Owner gets FULL_CONTROL. No one else has access rights (default).
\ &quot;private&quot;
[snip]
acl&gt;
The server-side encryption algorithm used when storing this object in S3.
Choose a number from below, or type in your own value
1 / None
\ &quot;&quot;
2 / AES256
\ &quot;AES256&quot;
server_side_encryption&gt;
The storage class to use when storing objects in S3.
Choose a number from below, or type in your own value
1 / Default
\ &quot;&quot;
2 / Standard storage class
\ &quot;STANDARD&quot;
3 / Reduced redundancy storage class
\ &quot;REDUCED_REDUNDANCY&quot;
4 / Standard Infrequent Access storage class
\ &quot;STANDARD_IA&quot;
storage_class&gt;
Remote config
--------------------
[wasabi]
env_auth = false
access_key_id = YOURACCESSKEY
secret_access_key = YOURSECRETACCESSKEY
region = us-east-1
endpoint = s3.wasabisys.com
location_constraint =
acl =
server_side_encryption =
storage_class =
--------------------
y) Yes this is OK
e) Edit this remote
d) Delete this remote
y/e/d&gt; y</code></pre>
<p>This will leave the config file looking like this.</p>
<pre><code>[wasabi]
type = s3
provider = Wasabi
env_auth = false
access_key_id = YOURACCESSKEY
secret_access_key = YOURSECRETACCESSKEY
region =
endpoint = s3.wasabisys.com
location_constraint =
acl =
server_side_encryption =
storage_class =</code></pre>
<h3 id="alibaba-oss">Alibaba OSS</h3>
<p>Here is an example of making an <a href="https://www.alibabacloud.com/product/oss/">Alibaba Cloud (Aliyun) OSS</a> configuration. First run:</p>
<pre><code>rclone config</code></pre>
<p>This will guide you through an interactive setup process.</p>
<pre><code>No remotes found - make a new one
n) New remote
s) Set configuration password
q) Quit config
n/s/q&gt; n
name&gt; oss
Type of storage to configure.
Enter a string value. Press Enter for the default (&quot;&quot;).
Choose a number from below, or type in your own value
[snip]
4 / Amazon S3 Compliant Storage Providers including AWS, Alibaba, Ceph, Digital Ocean, Dreamhost, IBM COS, Minio, and Tencent COS
\ &quot;s3&quot;
[snip]
Storage&gt; s3
Choose your S3 provider.
Enter a string value. Press Enter for the default (&quot;&quot;).
Choose a number from below, or type in your own value
1 / Amazon Web Services (AWS) S3
\ &quot;AWS&quot;
2 / Alibaba Cloud Object Storage System (OSS) formerly Aliyun
\ &quot;Alibaba&quot;
3 / Ceph Object Storage
\ &quot;Ceph&quot;
[snip]
provider&gt; Alibaba
Get AWS credentials from runtime (environment variables or EC2/ECS meta data if no env vars).
Only applies if access_key_id and secret_access_key is blank.
Enter a boolean value (true or false). Press Enter for the default (&quot;false&quot;).
Choose a number from below, or type in your own value
1 / Enter AWS credentials in the next step
\ &quot;false&quot;
2 / Get AWS credentials from the environment (env vars or IAM)
\ &quot;true&quot;
env_auth&gt; 1
AWS Access Key ID.
Leave blank for anonymous access or runtime credentials.
Enter a string value. Press Enter for the default (&quot;&quot;).
access_key_id&gt; accesskeyid
AWS Secret Access Key (password)
Leave blank for anonymous access or runtime credentials.
Enter a string value. Press Enter for the default (&quot;&quot;).
secret_access_key&gt; secretaccesskey
Endpoint for OSS API.
Enter a string value. Press Enter for the default (&quot;&quot;).
Choose a number from below, or type in your own value
1 / East China 1 (Hangzhou)
\ &quot;oss-cn-hangzhou.aliyuncs.com&quot;
2 / East China 2 (Shanghai)
\ &quot;oss-cn-shanghai.aliyuncs.com&quot;
3 / North China 1 (Qingdao)
\ &quot;oss-cn-qingdao.aliyuncs.com&quot;
[snip]
endpoint&gt; 1
Canned ACL used when creating buckets and storing or copying objects.
2020-09-02 17:59:04 +02:00
2021-02-02 14:42:35 +01:00
Note that this ACL is applied when server-side copying objects as S3
doesn&#39;t copy the ACL from the source but rather writes a fresh one.
Enter a string value. Press Enter for the default (&quot;&quot;).
Choose a number from below, or type in your own value
1 / Owner gets FULL_CONTROL. No one else has access rights (default).
\ &quot;private&quot;
2 / Owner gets FULL_CONTROL. The AllUsers group gets READ access.
\ &quot;public-read&quot;
/ Owner gets FULL_CONTROL. The AllUsers group gets READ and WRITE access.
[snip]
acl&gt; 1
The storage class to use when storing new objects in OSS.
Enter a string value. Press Enter for the default (&quot;&quot;).
Choose a number from below, or type in your own value
1 / Default
\ &quot;&quot;
2 / Standard storage class
\ &quot;STANDARD&quot;
3 / Archive storage mode.
\ &quot;GLACIER&quot;
4 / Infrequent access storage mode.
\ &quot;STANDARD_IA&quot;
storage_class&gt; 1
Edit advanced config? (y/n)
y) Yes
n) No
y/n&gt; n
Remote config
--------------------
[oss]
type = s3
provider = Alibaba
env_auth = false
access_key_id = accesskeyid
secret_access_key = secretaccesskey
endpoint = oss-cn-hangzhou.aliyuncs.com
acl = private
storage_class = Standard
--------------------
y) Yes this is OK
e) Edit this remote
d) Delete this remote
y/e/d&gt; y</code></pre>
<h3 id="tencent-cos">Tencent COS</h3>
<p><a href="https://intl.cloud.tencent.com/product/cos">Tencent Cloud Object Storage (COS)</a> is a distributed storage service offered by Tencent Cloud for unstructured data. It is secure, stable, massive, convenient, low-delay and low-cost.</p>
<p>To configure access to Tencent COS, follow the steps below:</p>
<ol type="1">
<li>Run <code>rclone config</code> and select <code>n</code> for a new remote.</li>
</ol>
<pre><code>rclone config
No remotes found - make a new one
n) New remote
s) Set configuration password
q) Quit config
n/s/q&gt; n</code></pre>
<ol start="2" type="1">
<li>Give the name of the configuration. For example, name it 'cos'.</li>
</ol>
<pre><code>name&gt; cos</code></pre>
<ol start="3" type="1">
<li>Select <code>s3</code> storage.</li>
</ol>
<pre><code>Choose a number from below, or type in your own value
1 / 1Fichier
\ &quot;fichier&quot;
2 / Alias for an existing remote
\ &quot;alias&quot;
3 / Amazon Drive
\ &quot;amazon cloud drive&quot;
4 / Amazon S3 Compliant Storage Providers including AWS, Alibaba, Ceph, Digital Ocean, Dreamhost, IBM COS, Minio, and Tencent COS
\ &quot;s3&quot;
[snip]
Storage&gt; s3</code></pre>
<ol start="4" type="1">
<li>Select <code>TencentCOS</code> provider.</li>
</ol>
<pre><code>Choose a number from below, or type in your own value
1 / Amazon Web Services (AWS) S3
\ &quot;AWS&quot;
[snip]
11 / Tencent Cloud Object Storage (COS)
\ &quot;TencentCOS&quot;
[snip]
provider&gt; TencentCOS</code></pre>
<ol start="5" type="1">
<li>Enter your SecretId and SecretKey of Tencent Cloud.</li>
</ol>
<pre><code>Get AWS credentials from runtime (environment variables or EC2/ECS meta data if no env vars).
Only applies if access_key_id and secret_access_key is blank.
Enter a boolean value (true or false). Press Enter for the default (&quot;false&quot;).
Choose a number from below, or type in your own value
1 / Enter AWS credentials in the next step
\ &quot;false&quot;
2 / Get AWS credentials from the environment (env vars or IAM)
\ &quot;true&quot;
env_auth&gt; 1
AWS Access Key ID.
Leave blank for anonymous access or runtime credentials.
Enter a string value. Press Enter for the default (&quot;&quot;).
access_key_id&gt; AKIDxxxxxxxxxx
AWS Secret Access Key (password)
Leave blank for anonymous access or runtime credentials.
Enter a string value. Press Enter for the default (&quot;&quot;).
secret_access_key&gt; xxxxxxxxxxx</code></pre>
<ol start="6" type="1">
<li>Select endpoint for Tencent COS. This is the standard endpoint for different region.</li>
</ol>
<pre><code> 1 / Beijing Region.
\ &quot;cos.ap-beijing.myqcloud.com&quot;
2 / Nanjing Region.
\ &quot;cos.ap-nanjing.myqcloud.com&quot;
3 / Shanghai Region.
\ &quot;cos.ap-shanghai.myqcloud.com&quot;
4 / Guangzhou Region.
\ &quot;cos.ap-guangzhou.myqcloud.com&quot;
[snip]
endpoint&gt; 4</code></pre>
<ol start="7" type="1">
<li>Choose acl and storage class.</li>
</ol>
<pre><code>Note that this ACL is applied when server-side copying objects as S3
doesn&#39;t copy the ACL from the source but rather writes a fresh one.
Enter a string value. Press Enter for the default (&quot;&quot;).
Choose a number from below, or type in your own value
1 / Owner gets Full_CONTROL. No one else has access rights (default).
\ &quot;default&quot;
[snip]
acl&gt; 1
The storage class to use when storing new objects in Tencent COS.
Enter a string value. Press Enter for the default (&quot;&quot;).
Choose a number from below, or type in your own value
1 / Default
\ &quot;&quot;
[snip]
storage_class&gt; 1
Edit advanced config? (y/n)
y) Yes
n) No (default)
y/n&gt; n
Remote config
--------------------
[cos]
type = s3
provider = TencentCOS
env_auth = false
access_key_id = xxx
secret_access_key = xxx
endpoint = cos.ap-guangzhou.myqcloud.com
acl = default
--------------------
y) Yes this is OK (default)
e) Edit this remote
d) Delete this remote
y/e/d&gt; y
Current remotes:
2020-09-02 17:59:04 +02:00
2021-02-02 14:42:35 +01:00
Name Type
==== ====
cos s3</code></pre>
<h3 id="netease-nos">Netease NOS</h3>
<p>For Netease NOS configure as per the configurator <code>rclone config</code> setting the provider <code>Netease</code>. This will automatically set <code>force_path_style = false</code> which is necessary for it to run properly.</p>
<h3 id="limitations-4">Limitations</h3>
<p><code>rclone about</code> is not supported by the S3 backend. Backends without this capability cannot determine free space for an rclone mount or use policy <code>mfs</code> (most free space) as a member of an rclone union remote.</p>
<p>See <a href="https://rclone.org/overview/#optional-features">List of backends that do not support rclone about</a> See <a href="https://rclone.org/commands/rclone_about/">rclone about</a></p>
<h2 id="backblaze-b2">Backblaze B2</h2>
<p>B2 is <a href="https://www.backblaze.com/b2/">Backblaze's cloud storage system</a>.</p>
<p>Paths are specified as <code>remote:bucket</code> (or <code>remote:</code> for the <code>lsd</code> command.) You may put subdirectories in too, e.g. <code>remote:bucket/path/to/dir</code>.</p>
<p>Here is an example of making a b2 configuration. First run</p>
<pre><code>rclone config</code></pre>
<p>This will guide you through an interactive setup process. To authenticate you will either need your Account ID (a short hex number) and Master Application Key (a long hex number) OR an Application Key, which is the recommended method. See below for further details on generating and using an Application Key.</p>
<pre><code>No remotes found - make a new one
n) New remote
q) Quit config
n/q&gt; n
name&gt; remote
Type of storage to configure.
Choose a number from below, or type in your own value
[snip]
XX / Backblaze B2
\ &quot;b2&quot;
[snip]
Storage&gt; b2
Account ID or Application Key ID
account&gt; 123456789abc
Application Key
key&gt; 0123456789abcdef0123456789abcdef0123456789
Endpoint for the service - leave blank normally.
endpoint&gt;
Remote config
--------------------
[remote]
account = 123456789abc
key = 0123456789abcdef0123456789abcdef0123456789
endpoint =
--------------------
y) Yes this is OK
e) Edit this remote
d) Delete this remote
y/e/d&gt; y</code></pre>
<p>This remote is called <code>remote</code> and can now be used like this</p>
<p>See all buckets</p>
<pre><code>rclone lsd remote:</code></pre>
<p>Create a new bucket</p>
<pre><code>rclone mkdir remote:bucket</code></pre>
<p>List the contents of a bucket</p>
<pre><code>rclone ls remote:bucket</code></pre>
<p>Sync <code>/home/local/directory</code> to the remote bucket, deleting any excess files in the bucket.</p>
<pre><code>rclone sync -i /home/local/directory remote:bucket</code></pre>
<h3 id="application-keys">Application Keys</h3>
<p>B2 supports multiple <a href="https://www.backblaze.com/b2/docs/application_keys.html">Application Keys for different access permission to B2 Buckets</a>.</p>
<p>You can use these with rclone too; you will need to use rclone version 1.43 or later.</p>
<p>Follow Backblaze's docs to create an Application Key with the required permission and add the <code>applicationKeyId</code> as the <code>account</code> and the <code>Application Key</code> itself as the <code>key</code>.</p>
<p>Note that you must put the <em>applicationKeyId</em> as the <code>account</code> you can't use the master Account ID. If you try then B2 will return 401 errors.</p>
<h3 id="fast-list-1">--fast-list</h3>
<p>This remote supports <code>--fast-list</code> which allows you to use fewer transactions in exchange for more memory. See the <a href="https://rclone.org/docs/#fast-list">rclone docs</a> for more details.</p>
<h3 id="modified-time-1">Modified time</h3>
<p>The modified time is stored as metadata on the object as <code>X-Bz-Info-src_last_modified_millis</code> as milliseconds since 1970-01-01 in the Backblaze standard. Other tools should be able to use this as a modified time.</p>
<p>Modified times are used in syncing and are fully supported. Note that if a modification time needs to be updated on an object then it will create a new version of the object.</p>
<h4 id="restricted-filename-characters-3">Restricted filename characters</h4>
<p>In addition to the <a href="https://rclone.org/overview/#restricted-characters">default restricted characters set</a> the following characters are also replaced:</p>
<table>
<thead>
<tr class="header">
<th>Character</th>
<th style="text-align: center;">Value</th>
<th style="text-align: center;">Replacement</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td>\</td>
<td style="text-align: center;">0x5C</td>
<td style="text-align: center;"></td>
</tr>
</tbody>
</table>
<p>Invalid UTF-8 bytes will also be <a href="https://rclone.org/overview/#invalid-utf8">replaced</a>, as they can't be used in JSON strings.</p>
<p>Note that in 2020-05 Backblaze started allowing  characters in file names. Rclone hasn't changed its encoding as this could cause syncs to re-transfer files. If you want rclone not to replace  then see the <code>--b2-encoding</code> flag below and remove the <code>BackSlash</code> from the string. This can be set in the config.</p>
<h3 id="sha1-checksums">SHA1 checksums</h3>
<p>The SHA1 checksums of the files are checked on upload and download and will be used in the syncing process.</p>
<p>Large files (bigger than the limit in <code>--b2-upload-cutoff</code>) which are uploaded in chunks will store their SHA1 on the object as <code>X-Bz-Info-large_file_sha1</code> as recommended by Backblaze.</p>
<p>For a large file to be uploaded with an SHA1 checksum, the source needs to support SHA1 checksums. The local disk supports SHA1 checksums so large file transfers from local disk will have an SHA1. See <a href="https://rclone.org/overview/#features">the overview</a> for exactly which remotes support SHA1.</p>
<p>Sources which don't support SHA1, in particular <code>crypt</code> will upload large files without SHA1 checksums. This may be fixed in the future (see <a href="https://github.com/rclone/rclone/issues/1767">#1767</a>).</p>
<p>Files sizes below <code>--b2-upload-cutoff</code> will always have an SHA1 regardless of the source.</p>
<h3 id="transfers">Transfers</h3>
<p>Backblaze recommends that you do lots of transfers simultaneously for maximum speed. In tests from my SSD equipped laptop the optimum setting is about <code>--transfers 32</code> though higher numbers may be used for a slight speed improvement. The optimum number for you may vary depending on your hardware, how big the files are, how much you want to load your computer, etc. The default of <code>--transfers 4</code> is definitely too low for Backblaze B2 though.</p>
<p>Note that uploading big files (bigger than 200 MB by default) will use a 96 MB RAM buffer by default. There can be at most <code>--transfers</code> of these in use at any moment, so this sets the upper limit on the memory used.</p>
<h3 id="versions">Versions</h3>
<p>When rclone uploads a new version of a file it creates a <a href="https://www.backblaze.com/b2/docs/file_versions.html">new version of it</a>. Likewise when you delete a file, the old version will be marked hidden and still be available. Conversely, you may opt in to a "hard delete" of files with the <code>--b2-hard-delete</code> flag which would permanently remove the file instead of hiding it.</p>
<p>Old versions of files, where available, are visible using the <code>--b2-versions</code> flag.</p>
<p><strong>NB</strong> Note that <code>--b2-versions</code> does not work with crypt at the moment <a href="https://github.com/rclone/rclone/issues/1627">#1627</a>. Using <a href="https://rclone.org/docs/#backup-dir-dir">--backup-dir</a> with rclone is the recommended way of working around this.</p>
<p>If you wish to remove all the old versions then you can use the <code>rclone cleanup remote:bucket</code> command which will delete all the old versions of files, leaving the current ones intact. You can also supply a path and only old versions under that path will be deleted, e.g. <code>rclone cleanup remote:bucket/path/to/stuff</code>.</p>
<p>Note that <code>cleanup</code> will remove partially uploaded files from the bucket if they are more than a day old.</p>
<p>When you <code>purge</code> a bucket, the current and the old versions will be deleted then the bucket will be deleted.</p>
<p>However <code>delete</code> will cause the current versions of the files to become hidden old versions.</p>
<p>Here is a session showing the listing and retrieval of an old version followed by a <code>cleanup</code> of the old versions.</p>
<p>Show current version and all the versions with <code>--b2-versions</code> flag.</p>
<pre><code>$ rclone -q ls b2:cleanup-test
9 one.txt
$ rclone -q --b2-versions ls b2:cleanup-test
9 one.txt
8 one-v2016-07-04-141032-000.txt
16 one-v2016-07-04-141003-000.txt
15 one-v2016-07-02-155621-000.txt</code></pre>
<p>Retrieve an old version</p>
<pre><code>$ rclone -q --b2-versions copy b2:cleanup-test/one-v2016-07-04-141003-000.txt /tmp
$ ls -l /tmp/one-v2016-07-04-141003-000.txt
-rw-rw-r-- 1 ncw ncw 16 Jul 2 17:46 /tmp/one-v2016-07-04-141003-000.txt</code></pre>
<p>Clean up all the old versions and show that they've gone.</p>
<pre><code>$ rclone -q cleanup b2:cleanup-test
$ rclone -q ls b2:cleanup-test
9 one.txt
$ rclone -q --b2-versions ls b2:cleanup-test
9 one.txt</code></pre>
<h3 id="data-usage">Data usage</h3>
<p>It is useful to know how many requests are sent to the server in different scenarios.</p>
<p>All copy commands send the following 4 requests:</p>
<pre><code>/b2api/v1/b2_authorize_account
/b2api/v1/b2_create_bucket
/b2api/v1/b2_list_buckets
/b2api/v1/b2_list_file_names</code></pre>
<p>The <code>b2_list_file_names</code> request will be sent once for every 1k files in the remote path, providing the checksum and modification time of the listed files. As of version 1.33 issue <a href="https://github.com/rclone/rclone/issues/818">#818</a> causes extra requests to be sent when using B2 with Crypt. When a copy operation does not require any files to be uploaded, no more requests will be sent.</p>
<p>Uploading files that do not require chunking, will send 2 requests per file upload:</p>
<pre><code>/b2api/v1/b2_get_upload_url
/b2api/v1/b2_upload_file/</code></pre>
<p>Uploading files requiring chunking, will send 2 requests (one each to start and finish the upload) and another 2 requests for each chunk:</p>
<pre><code>/b2api/v1/b2_start_large_file
/b2api/v1/b2_get_upload_part_url
/b2api/v1/b2_upload_part/
/b2api/v1/b2_finish_large_file</code></pre>
<h4 id="versions-1">Versions</h4>
<p>Versions can be viewed with the <code>--b2-versions</code> flag. When it is set rclone will show and act on older versions of files. For example</p>
<p>Listing without <code>--b2-versions</code></p>
<pre><code>$ rclone -q ls b2:cleanup-test
9 one.txt</code></pre>
<p>And with</p>
<pre><code>$ rclone -q --b2-versions ls b2:cleanup-test
9 one.txt
8 one-v2016-07-04-141032-000.txt
16 one-v2016-07-04-141003-000.txt
15 one-v2016-07-02-155621-000.txt</code></pre>
<p>Showing that the current version is unchanged but older versions can be seen. These have the UTC date that they were uploaded to the server to the nearest millisecond appended to them.</p>
<p>Note that when using <code>--b2-versions</code> no file write operations are permitted, so you can't upload files or delete them.</p>
<h3 id="b2-and-rclone-link">B2 and rclone link</h3>
<p>Rclone supports generating file share links for private B2 buckets. They can either be for a file for example:</p>
<pre><code>./rclone link B2:bucket/path/to/file.txt
https://f002.backblazeb2.com/file/bucket/path/to/file.txt?Authorization=xxxxxxxx
</code></pre>
<p>or if run on a directory you will get:</p>
<pre><code>./rclone link B2:bucket/path
https://f002.backblazeb2.com/file/bucket/path?Authorization=xxxxxxxx</code></pre>
<p>you can then use the authorization token (the part of the url from the <code>?Authorization=</code> on) on any file path under that directory. For example:</p>
<pre><code>https://f002.backblazeb2.com/file/bucket/path/to/file1?Authorization=xxxxxxxx
https://f002.backblazeb2.com/file/bucket/path/file2?Authorization=xxxxxxxx
https://f002.backblazeb2.com/file/bucket/path/folder/file3?Authorization=xxxxxxxx
</code></pre>
<h3 id="standard-options-4">Standard Options</h3>
<p>Here are the standard options specific to b2 (Backblaze B2).</p>
<h4 id="b2-account">--b2-account</h4>
<p>Account ID or Application Key ID</p>
<ul>
<li>Config: account</li>
<li>Env Var: RCLONE_B2_ACCOUNT</li>
<li>Type: string</li>
<li>Default: ""</li>
</ul>
<h4 id="b2-key">--b2-key</h4>
<p>Application Key</p>
<ul>
<li>Config: key</li>
<li>Env Var: RCLONE_B2_KEY</li>
<li>Type: string</li>
<li>Default: ""</li>
</ul>
<h4 id="b2-hard-delete">--b2-hard-delete</h4>
<p>Permanently delete files on remote removal, otherwise hide files.</p>
<ul>
<li>Config: hard_delete</li>
<li>Env Var: RCLONE_B2_HARD_DELETE</li>
<li>Type: bool</li>
<li>Default: false</li>
</ul>
<h3 id="advanced-options-3">Advanced Options</h3>
<p>Here are the advanced options specific to b2 (Backblaze B2).</p>
<h4 id="b2-endpoint">--b2-endpoint</h4>
<p>Endpoint for the service. Leave blank normally.</p>
<ul>
<li>Config: endpoint</li>
<li>Env Var: RCLONE_B2_ENDPOINT</li>
<li>Type: string</li>
<li>Default: ""</li>
</ul>
<h4 id="b2-test-mode">--b2-test-mode</h4>
<p>A flag string for X-Bz-Test-Mode header for debugging.</p>
<p>This is for debugging purposes only. Setting it to one of the strings below will cause b2 to return specific errors:</p>
<ul>
<li>"fail_some_uploads"</li>
<li>"expire_some_account_authorization_tokens"</li>
<li>"force_cap_exceeded"</li>
</ul>
<p>These will be set in the "X-Bz-Test-Mode" header which is documented in the <a href="https://www.backblaze.com/b2/docs/integration_checklist.html">b2 integrations checklist</a>.</p>
<ul>
<li>Config: test_mode</li>
<li>Env Var: RCLONE_B2_TEST_MODE</li>
<li>Type: string</li>
<li>Default: ""</li>
</ul>
<h4 id="b2-versions">--b2-versions</h4>
<p>Include old versions in directory listings. Note that when using this no file write operations are permitted, so you can't upload files or delete them.</p>
<ul>
<li>Config: versions</li>
<li>Env Var: RCLONE_B2_VERSIONS</li>
<li>Type: bool</li>
<li>Default: false</li>
</ul>
<h4 id="b2-upload-cutoff">--b2-upload-cutoff</h4>
<p>Cutoff for switching to chunked upload.</p>
<p>Files above this size will be uploaded in chunks of "--b2-chunk-size".</p>
<p>This value should be set no larger than 4.657GiB (== 5GB).</p>
<ul>
<li>Config: upload_cutoff</li>
<li>Env Var: RCLONE_B2_UPLOAD_CUTOFF</li>
<li>Type: SizeSuffix</li>
<li>Default: 200M</li>
</ul>
<h4 id="b2-copy-cutoff">--b2-copy-cutoff</h4>
<p>Cutoff for switching to multipart copy</p>
<p>Any files larger than this that need to be server-side copied will be copied in chunks of this size.</p>
<p>The minimum is 0 and the maximum is 4.6GB.</p>
<ul>
<li>Config: copy_cutoff</li>
<li>Env Var: RCLONE_B2_COPY_CUTOFF</li>
<li>Type: SizeSuffix</li>
<li>Default: 4G</li>
</ul>
<h4 id="b2-chunk-size">--b2-chunk-size</h4>
<p>Upload chunk size. Must fit in memory.</p>
<p>When uploading large files, chunk the file into this size. Note that these chunks are buffered in memory and there might a maximum of "--transfers" chunks in progress at once. 5,000,000 Bytes is the minimum size.</p>
<ul>
<li>Config: chunk_size</li>
<li>Env Var: RCLONE_B2_CHUNK_SIZE</li>
<li>Type: SizeSuffix</li>
<li>Default: 96M</li>
</ul>
<h4 id="b2-disable-checksum">--b2-disable-checksum</h4>
<p>Disable checksums for large (&gt; upload cutoff) files</p>
<p>Normally rclone will calculate the SHA1 checksum of the input before uploading it so it can add it to metadata on the object. This is great for data integrity checking but can cause long delays for large files to start uploading.</p>
<ul>
<li>Config: disable_checksum</li>
<li>Env Var: RCLONE_B2_DISABLE_CHECKSUM</li>
<li>Type: bool</li>
<li>Default: false</li>
</ul>
<h4 id="b2-download-url">--b2-download-url</h4>
<p>Custom endpoint for downloads.</p>
<p>This is usually set to a Cloudflare CDN URL as Backblaze offers free egress for data downloaded through the Cloudflare network. Rclone works with private buckets by sending an "Authorization" header. If the custom endpoint rewrites the requests for authentication, e.g., in Cloudflare Workers, this header needs to be handled properly. Leave blank if you want to use the endpoint provided by Backblaze.</p>
<ul>
<li>Config: download_url</li>
<li>Env Var: RCLONE_B2_DOWNLOAD_URL</li>
<li>Type: string</li>
<li>Default: ""</li>
</ul>
<h4 id="b2-download-auth-duration">--b2-download-auth-duration</h4>
<p>Time before the authorization token will expire in s or suffix ms|s|m|h|d.</p>
<p>The duration before the download authorization token will expire. The minimum value is 1 second. The maximum value is one week.</p>
<ul>
<li>Config: download_auth_duration</li>
<li>Env Var: RCLONE_B2_DOWNLOAD_AUTH_DURATION</li>
<li>Type: Duration</li>
<li>Default: 1w</li>
</ul>
<h4 id="b2-memory-pool-flush-time">--b2-memory-pool-flush-time</h4>
<p>How often internal memory buffer pools will be flushed. Uploads which requires additional buffers (f.e multipart) will use memory pool for allocations. This option controls how often unused buffers will be removed from the pool.</p>
<ul>
<li>Config: memory_pool_flush_time</li>
<li>Env Var: RCLONE_B2_MEMORY_POOL_FLUSH_TIME</li>
<li>Type: Duration</li>
<li>Default: 1m0s</li>
</ul>
<h4 id="b2-memory-pool-use-mmap">--b2-memory-pool-use-mmap</h4>
<p>Whether to use mmap buffers in internal memory pool.</p>
<ul>
<li>Config: memory_pool_use_mmap</li>
<li>Env Var: RCLONE_B2_MEMORY_POOL_USE_MMAP</li>
<li>Type: bool</li>
<li>Default: false</li>
</ul>
<h4 id="b2-encoding">--b2-encoding</h4>
<p>This sets the encoding for the backend.</p>
<p>See: the <a href="https://rclone.org/overview/#encoding">encoding section in the overview</a> for more info.</p>
<ul>
<li>Config: encoding</li>
<li>Env Var: RCLONE_B2_ENCODING</li>
<li>Type: MultiEncoder</li>
<li>Default: Slash,BackSlash,Del,Ctl,InvalidUtf8,Dot</li>
</ul>
<h3 id="limitations-5">Limitations</h3>
<p><code>rclone about</code> is not supported by the B2 backend. Backends without this capability cannot determine free space for an rclone mount or use policy <code>mfs</code> (most free space) as a member of an rclone union remote.</p>
<p>See <a href="https://rclone.org/overview/#optional-features">List of backends that do not support rclone about</a> See <a href="https://rclone.org/commands/rclone_about/">rclone about</a></p>
<h2 id="box">Box</h2>
<p>Paths are specified as <code>remote:path</code></p>
<p>Paths may be as deep as required, e.g. <code>remote:directory/subdirectory</code>.</p>
<p>The initial setup for Box involves getting a token from Box which you can do either in your browser, or with a config.json downloaded from Box to use JWT authentication. <code>rclone config</code> walks you through it.</p>
<p>Here is an example of how to make a remote called <code>remote</code>. First run:</p>
<pre><code> rclone config</code></pre>
<p>This will guide you through an interactive setup process:</p>
<pre><code>No remotes found - make a new one
n) New remote
s) Set configuration password
q) Quit config
n/s/q&gt; n
name&gt; remote
Type of storage to configure.
Choose a number from below, or type in your own value
[snip]
XX / Box
\ &quot;box&quot;
[snip]
Storage&gt; box
Box App Client Id - leave blank normally.
client_id&gt;
Box App Client Secret - leave blank normally.
client_secret&gt;
Box App config.json location
Leave blank normally.
Enter a string value. Press Enter for the default (&quot;&quot;).
box_config_file&gt;
Box App Primary Access Token
Leave blank normally.
Enter a string value. Press Enter for the default (&quot;&quot;).
access_token&gt;
2020-09-02 17:59:04 +02:00
2021-02-02 14:42:35 +01:00
Enter a string value. Press Enter for the default (&quot;user&quot;).
Choose a number from below, or type in your own value
1 / Rclone should act on behalf of a user
\ &quot;user&quot;
2 / Rclone should act on behalf of a service account
\ &quot;enterprise&quot;
box_sub_type&gt;
Remote config
Use auto config?
* Say Y if not sure
* Say N if you are working on a remote or headless machine
y) Yes
n) No
y/n&gt; y
If your browser doesn&#39;t open automatically go to the following link: http://127.0.0.1:53682/auth
Log in and authorize rclone for access
Waiting for code...
Got code
--------------------
[remote]
client_id =
client_secret =
token = {&quot;access_token&quot;:&quot;XXX&quot;,&quot;token_type&quot;:&quot;bearer&quot;,&quot;refresh_token&quot;:&quot;XXX&quot;,&quot;expiry&quot;:&quot;XXX&quot;}
--------------------
y) Yes this is OK
e) Edit this remote
d) Delete this remote
y/e/d&gt; y</code></pre>
<p>See the <a href="https://rclone.org/remote_setup/">remote setup docs</a> for how to set it up on a machine with no Internet browser available.</p>
<p>Note that rclone runs a webserver on your local machine to collect the token as returned from Box. This only runs from the moment it opens your browser to the moment you get back the verification code. This is on <code>http://127.0.0.1:53682/</code> and this it may require you to unblock it temporarily if you are running a host firewall.</p>
<p>Once configured you can then use <code>rclone</code> like this,</p>
<p>List directories in top level of your Box</p>
<pre><code>rclone lsd remote:</code></pre>
<p>List all the files in your Box</p>
<pre><code>rclone ls remote:</code></pre>
<p>To copy a local directory to an Box directory called backup</p>
<pre><code>rclone copy /home/source remote:backup</code></pre>
<h3 id="using-rclone-with-an-enterprise-account-with-sso">Using rclone with an Enterprise account with SSO</h3>
<p>If you have an "Enterprise" account type with Box with single sign on (SSO), you need to create a password to use Box with rclone. This can be done at your Enterprise Box account by going to Settings, "Account" Tab, and then set the password in the "Authentication" field.</p>
<p>Once you have done this, you can setup your Enterprise Box account using the same procedure detailed above in the, using the password you have just set.</p>
<h3 id="invalid-refresh-token">Invalid refresh token</h3>
<p>According to the <a href="https://developer.box.com/v2.0/docs/oauth-20#section-6-using-the-access-and-refresh-tokens">box docs</a>:</p>
<blockquote>
<p>Each refresh_token is valid for one use in 60 days.</p>
</blockquote>
<p>This means that if you</p>
<ul>
<li>Don't use the box remote for 60 days</li>
<li>Copy the config file with a box refresh token in and use it in two places</li>
<li>Get an error on a token refresh</li>
</ul>
<p>then rclone will return an error which includes the text <code>Invalid refresh token</code>.</p>
<p>To fix this you will need to use oauth2 again to update the refresh token. You can use the methods in <a href="https://rclone.org/remote_setup/">the remote setup docs</a>, bearing in mind that if you use the copy the config file method, you should not use that remote on the computer you did the authentication on.</p>
<p>Here is how to do it.</p>
<pre><code>$ rclone config
Current remotes:
2020-09-02 17:59:04 +02:00
2021-02-02 14:42:35 +01:00
Name Type
==== ====
remote box
2020-09-02 17:59:04 +02:00
2021-02-02 14:42:35 +01:00
e) Edit existing remote
n) New remote
d) Delete remote
r) Rename remote
c) Copy remote
s) Set configuration password
q) Quit config
e/n/d/r/c/s/q&gt; e
Choose a number from below, or type in an existing value
1 &gt; remote
remote&gt; remote
--------------------
[remote]
type = box
token = {&quot;access_token&quot;:&quot;XXX&quot;,&quot;token_type&quot;:&quot;bearer&quot;,&quot;refresh_token&quot;:&quot;XXX&quot;,&quot;expiry&quot;:&quot;2017-07-08T23:40:08.059167677+01:00&quot;}
--------------------
Edit remote
Value &quot;client_id&quot; = &quot;&quot;
Edit? (y/n)&gt;
y) Yes
n) No
y/n&gt; n
Value &quot;client_secret&quot; = &quot;&quot;
Edit? (y/n)&gt;
y) Yes
n) No
y/n&gt; n
Remote config
Already have a token - refresh?
y) Yes
n) No
y/n&gt; y
Use auto config?
* Say Y if not sure
* Say N if you are working on a remote or headless machine
y) Yes
n) No
y/n&gt; y
If your browser doesn&#39;t open automatically go to the following link: http://127.0.0.1:53682/auth
Log in and authorize rclone for access
Waiting for code...
Got code
--------------------
[remote]
type = box
token = {&quot;access_token&quot;:&quot;YYY&quot;,&quot;token_type&quot;:&quot;bearer&quot;,&quot;refresh_token&quot;:&quot;YYY&quot;,&quot;expiry&quot;:&quot;2017-07-23T12:22:29.259137901+01:00&quot;}
--------------------
y) Yes this is OK
e) Edit this remote
d) Delete this remote
y/e/d&gt; y</code></pre>
<h3 id="modified-time-and-hashes-1">Modified time and hashes</h3>
<p>Box allows modification times to be set on objects accurate to 1 second. These will be used to detect whether objects need syncing or not.</p>
<p>Box supports SHA1 type hashes, so you can use the <code>--checksum</code> flag.</p>
<h4 id="restricted-filename-characters-4">Restricted filename characters</h4>
<p>In addition to the <a href="https://rclone.org/overview/#restricted-characters">default restricted characters set</a> the following characters are also replaced:</p>
<table>
<thead>
<tr class="header">
<th>Character</th>
<th style="text-align: center;">Value</th>
<th style="text-align: center;">Replacement</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td>\</td>
<td style="text-align: center;">0x5C</td>
<td style="text-align: center;"></td>
</tr>
</tbody>
</table>
<p>File names can also not end with the following characters. These only get replaced if they are the last character in the name:</p>
<table>
<thead>
<tr class="header">
<th>Character</th>
<th style="text-align: center;">Value</th>
<th style="text-align: center;">Replacement</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td>SP</td>
<td style="text-align: center;">0x20</td>
<td style="text-align: center;"></td>
</tr>
</tbody>
</table>
<p>Invalid UTF-8 bytes will also be <a href="https://rclone.org/overview/#invalid-utf8">replaced</a>, as they can't be used in JSON strings.</p>
<h3 id="transfers-1">Transfers</h3>
<p>For files above 50MB rclone will use a chunked transfer. Rclone will upload up to <code>--transfers</code> chunks at the same time (shared among all the multipart uploads). Chunks are buffered in memory and are normally 8MB so increasing <code>--transfers</code> will increase memory use.</p>
<h3 id="deleting-files-1">Deleting files</h3>
<p>Depending on the enterprise settings for your user, the item will either be actually deleted from Box or moved to the trash.</p>
<p>Emptying the trash is supported via the rclone however cleanup command however this deletes every trashed file and folder individually so it may take a very long time. Emptying the trash via the WebUI does not have this limitation so it is advised to empty the trash via the WebUI.</p>
<h3 id="root-folder-id">Root folder ID</h3>
<p>You can set the <code>root_folder_id</code> for rclone. This is the directory (identified by its <code>Folder ID</code>) that rclone considers to be the root of your Box drive.</p>
<p>Normally you will leave this blank and rclone will determine the correct root to use itself.</p>
<p>However you can set this to restrict rclone to a specific folder hierarchy.</p>
<p>In order to do this you will have to find the <code>Folder ID</code> of the directory you wish rclone to display. This will be the last segment of the URL when you open the relevant folder in the Box web interface.</p>
<p>So if the folder you want rclone to use has a URL which looks like <code>https://app.box.com/folder/11xxxxxxxxx8</code> in the browser, then you use <code>11xxxxxxxxx8</code> as the <code>root_folder_id</code> in the config.</p>
<h3 id="standard-options-5">Standard Options</h3>
<p>Here are the standard options specific to box (Box).</p>
<h4 id="box-client-id">--box-client-id</h4>
<p>OAuth Client Id Leave blank normally.</p>
<ul>
<li>Config: client_id</li>
<li>Env Var: RCLONE_BOX_CLIENT_ID</li>
<li>Type: string</li>
<li>Default: ""</li>
</ul>
<h4 id="box-client-secret">--box-client-secret</h4>
<p>OAuth Client Secret Leave blank normally.</p>
<ul>
<li>Config: client_secret</li>
<li>Env Var: RCLONE_BOX_CLIENT_SECRET</li>
<li>Type: string</li>
<li>Default: ""</li>
</ul>
<h4 id="box-box-config-file">--box-box-config-file</h4>
<p>Box App config.json location Leave blank normally.</p>
<p>Leading <code>~</code> will be expanded in the file name as will environment variables such as <code>${RCLONE_CONFIG_DIR}</code>.</p>
<ul>
<li>Config: box_config_file</li>
<li>Env Var: RCLONE_BOX_BOX_CONFIG_FILE</li>
<li>Type: string</li>
<li>Default: ""</li>
</ul>
<h4 id="box-access-token">--box-access-token</h4>
<p>Box App Primary Access Token Leave blank normally.</p>
<ul>
<li>Config: access_token</li>
<li>Env Var: RCLONE_BOX_ACCESS_TOKEN</li>
<li>Type: string</li>
<li>Default: ""</li>
</ul>
<h4 id="box-box-sub-type">--box-box-sub-type</h4>
<ul>
<li>Config: box_sub_type</li>
<li>Env Var: RCLONE_BOX_BOX_SUB_TYPE</li>
<li>Type: string</li>
<li>Default: "user"</li>
<li>Examples:
<ul>
<li>"user"
<ul>
<li>Rclone should act on behalf of a user</li>
</ul></li>
<li>"enterprise"
<ul>
<li>Rclone should act on behalf of a service account</li>
</ul></li>
</ul></li>
</ul>
<h3 id="advanced-options-4">Advanced Options</h3>
<p>Here are the advanced options specific to box (Box).</p>
<h4 id="box-token">--box-token</h4>
<p>OAuth Access Token as a JSON blob.</p>
<ul>
<li>Config: token</li>
<li>Env Var: RCLONE_BOX_TOKEN</li>
<li>Type: string</li>
<li>Default: ""</li>
</ul>
<h4 id="box-auth-url">--box-auth-url</h4>
<p>Auth server URL. Leave blank to use the provider defaults.</p>
<ul>
<li>Config: auth_url</li>
<li>Env Var: RCLONE_BOX_AUTH_URL</li>
<li>Type: string</li>
<li>Default: ""</li>
</ul>
<h4 id="box-token-url">--box-token-url</h4>
<p>Token server url. Leave blank to use the provider defaults.</p>
<ul>
<li>Config: token_url</li>
<li>Env Var: RCLONE_BOX_TOKEN_URL</li>
<li>Type: string</li>
<li>Default: ""</li>
</ul>
<h4 id="box-root-folder-id">--box-root-folder-id</h4>
<p>Fill in for rclone to use a non root folder as its starting point.</p>
<ul>
<li>Config: root_folder_id</li>
<li>Env Var: RCLONE_BOX_ROOT_FOLDER_ID</li>
<li>Type: string</li>
<li>Default: "0"</li>
</ul>
<h4 id="box-upload-cutoff">--box-upload-cutoff</h4>
<p>Cutoff for switching to multipart upload (&gt;= 50MB).</p>
<ul>
<li>Config: upload_cutoff</li>
<li>Env Var: RCLONE_BOX_UPLOAD_CUTOFF</li>
<li>Type: SizeSuffix</li>
<li>Default: 50M</li>
</ul>
<h4 id="box-commit-retries">--box-commit-retries</h4>
<p>Max number of times to try committing a multipart file.</p>
<ul>
<li>Config: commit_retries</li>
<li>Env Var: RCLONE_BOX_COMMIT_RETRIES</li>
<li>Type: int</li>
<li>Default: 100</li>
</ul>
<h4 id="box-encoding">--box-encoding</h4>
<p>This sets the encoding for the backend.</p>
<p>See: the <a href="https://rclone.org/overview/#encoding">encoding section in the overview</a> for more info.</p>
<ul>
<li>Config: encoding</li>
<li>Env Var: RCLONE_BOX_ENCODING</li>
<li>Type: MultiEncoder</li>
<li>Default: Slash,BackSlash,Del,Ctl,RightSpace,InvalidUtf8,Dot</li>
</ul>
<h3 id="limitations-6">Limitations</h3>
<p>Note that Box is case insensitive so you can't have a file called "Hello.doc" and one called "hello.doc".</p>
<p>Box file names can't have the <code>\</code> character in. rclone maps this to and from an identical looking unicode equivalent <code></code> (U+FF3C Fullwidth Reverse Solidus).</p>
<p>Box only supports filenames up to 255 characters in length.</p>
<p><code>rclone about</code> is not supported by the Box backend. Backends without this capability cannot determine free space for an rclone mount or use policy <code>mfs</code> (most free space) as a member of an rclone union remote.</p>
<p>See <a href="https://rclone.org/overview/#optional-features">List of backends that do not support rclone about</a> See <a href="https://rclone.org/commands/rclone_about/">rclone about</a></p>
<h2 id="cache-beta">Cache (BETA)</h2>
<p>The <code>cache</code> remote wraps another existing remote and stores file structure and its data for long running tasks like <code>rclone mount</code>.</p>
<h2 id="status-1">Status</h2>
<p>The cache backend code is working but it currently doesn't have a maintainer so there are <a href="https://github.com/rclone/rclone/issues?q=is%3Aopen+is%3Aissue+label%3Abug+label%3A%22Remote%3A+Cache%22">outstanding bugs</a> which aren't getting fixed.</p>
<p>The cache backend is due to be phased out in favour of the VFS caching layer eventually which is more tightly integrated into rclone.</p>
<p>Until this happens we recommend only using the cache backend if you find you can't work without it. There are many docs online describing the use of the cache backend to minimize API hits and by-and-large these are out of date and the cache backend isn't needed in those scenarios any more.</p>
<h2 id="setup-1">Setup</h2>
<p>To get started you just need to have an existing remote which can be configured with <code>cache</code>.</p>
<p>Here is an example of how to make a remote called <code>test-cache</code>. First run:</p>
<pre><code> rclone config</code></pre>
<p>This will guide you through an interactive setup process:</p>
<pre><code>No remotes found - make a new one
n) New remote
r) Rename remote
c) Copy remote
s) Set configuration password
q) Quit config
n/r/c/s/q&gt; n
name&gt; test-cache
Type of storage to configure.
Choose a number from below, or type in your own value
[snip]
XX / Cache a remote
\ &quot;cache&quot;
[snip]
Storage&gt; cache
Remote to cache.
Normally should contain a &#39;:&#39; and a path, e.g. &quot;myremote:path/to/dir&quot;,
&quot;myremote:bucket&quot; or maybe &quot;myremote:&quot; (not recommended).
remote&gt; local:/test
Optional: The URL of the Plex server
plex_url&gt; http://127.0.0.1:32400
Optional: The username of the Plex user
plex_username&gt; dummyusername
Optional: The password of the Plex user
y) Yes type in my own password
g) Generate random password
n) No leave this optional password blank
y/g/n&gt; y
Enter the password:
password:
Confirm the password:
password:
The size of a chunk. Lower value good for slow connections but can affect seamless reading.
Default: 5M
Choose a number from below, or type in your own value
1 / 1MB
\ &quot;1m&quot;
2 / 5 MB
\ &quot;5M&quot;
3 / 10 MB
\ &quot;10M&quot;
chunk_size&gt; 2
How much time should object info (file size, file hashes, etc.) be stored in cache. Use a very high value if you don&#39;t plan on changing the source FS from outside the cache.
Accepted units are: &quot;s&quot;, &quot;m&quot;, &quot;h&quot;.
Default: 5m
Choose a number from below, or type in your own value
1 / 1 hour
\ &quot;1h&quot;
2 / 24 hours
\ &quot;24h&quot;
3 / 24 hours
\ &quot;48h&quot;
info_age&gt; 2
The maximum size of stored chunks. When the storage grows beyond this size, the oldest chunks will be deleted.
Default: 10G
Choose a number from below, or type in your own value
1 / 500 MB
\ &quot;500M&quot;
2 / 1 GB
\ &quot;1G&quot;
3 / 10 GB
\ &quot;10G&quot;
chunk_total_size&gt; 3
Remote config
--------------------
[test-cache]
remote = local:/test
plex_url = http://127.0.0.1:32400
plex_username = dummyusername
plex_password = *** ENCRYPTED ***
chunk_size = 5M
info_age = 48h
chunk_total_size = 10G</code></pre>
<p>You can then use it like this,</p>
<p>List directories in top level of your drive</p>
<pre><code>rclone lsd test-cache:</code></pre>
<p>List all the files in your drive</p>
<pre><code>rclone ls test-cache:</code></pre>
<p>To start a cached mount</p>
<pre><code>rclone mount --allow-other test-cache: /var/tmp/test-cache</code></pre>
<h3 id="write-features">Write Features</h3>
<h3 id="offline-uploading">Offline uploading</h3>
<p>In an effort to make writing through cache more reliable, the backend now supports this feature which can be activated by specifying a <code>cache-tmp-upload-path</code>.</p>
<p>A files goes through these states when using this feature:</p>
<ol type="1">
<li>An upload is started (usually by copying a file on the cache remote)</li>
<li>When the copy to the temporary location is complete the file is part of the cached remote and looks and behaves like any other file (reading included)</li>
<li>After <code>cache-tmp-wait-time</code> passes and the file is next in line, <code>rclone move</code> is used to move the file to the cloud provider</li>
<li>Reading the file still works during the upload but most modifications on it will be prohibited</li>
<li>Once the move is complete the file is unlocked for modifications as it becomes as any other regular file</li>
<li>If the file is being read through <code>cache</code> when it's actually deleted from the temporary path then <code>cache</code> will simply swap the source to the cloud provider without interrupting the reading (small blip can happen though)</li>
2020-09-02 17:59:04 +02:00
</ol>
2021-02-02 14:42:35 +01:00
<p>Files are uploaded in sequence and only one file is uploaded at a time. Uploads will be stored in a queue and be processed based on the order they were added. The queue and the temporary storage is persistent across restarts but can be cleared on startup with the <code>--cache-db-purge</code> flag.</p>
<h3 id="write-support">Write Support</h3>
<p>Writes are supported through <code>cache</code>. One caveat is that a mounted cache remote does not add any retry or fallback mechanism to the upload operation. This will depend on the implementation of the wrapped remote. Consider using <code>Offline uploading</code> for reliable writes.</p>
<p>One special case is covered with <code>cache-writes</code> which will cache the file data at the same time as the upload when it is enabled making it available from the cache store immediately once the upload is finished.</p>
<h3 id="read-features">Read Features</h3>
<h4 id="multiple-connections">Multiple connections</h4>
<p>To counter the high latency between a local PC where rclone is running and cloud providers, the cache remote can split multiple requests to the cloud provider for smaller file chunks and combines them together locally where they can be available almost immediately before the reader usually needs them.</p>
<p>This is similar to buffering when media files are played online. Rclone will stay around the current marker but always try its best to stay ahead and prepare the data before.</p>
<h4 id="plex-integration">Plex Integration</h4>
<p>There is a direct integration with Plex which allows cache to detect during reading if the file is in playback or not. This helps cache to adapt how it queries the cloud provider depending on what is needed for.</p>
<p>Scans will have a minimum amount of workers (1) while in a confirmed playback cache will deploy the configured number of workers.</p>
<p>This integration opens the doorway to additional performance improvements which will be explored in the near future.</p>
<p><strong>Note:</strong> If Plex options are not configured, <code>cache</code> will function with its configured options without adapting any of its settings.</p>
<p>How to enable? Run <code>rclone config</code> and add all the Plex options (endpoint, username and password) in your remote and it will be automatically enabled.</p>
<p>Affected settings: - <code>cache-workers</code>: <em>Configured value</em> during confirmed playback or <em>1</em> all the other times</p>
<h5 id="certificate-validation">Certificate Validation</h5>
<p>When the Plex server is configured to only accept secure connections, it is possible to use <code>.plex.direct</code> URLs to ensure certificate validation succeeds. These URLs are used by Plex internally to connect to the Plex server securely.</p>
<p>The format for these URLs is the following:</p>
2021-03-31 20:12:08 +02:00
<p><code>https://ip-with-dots-replaced.server-hash.plex.direct:32400/</code></p>
2021-02-02 14:42:35 +01:00
<p>The <code>ip-with-dots-replaced</code> part can be any IPv4 address, where the dots have been replaced with dashes, e.g. <code>127.0.0.1</code> becomes <code>127-0-0-1</code>.</p>
<p>To get the <code>server-hash</code> part, the easiest way is to visit</p>
<p>https://plex.tv/api/resources?includeHttps=1&amp;X-Plex-Token=your-plex-token</p>
<p>This page will list all the available Plex servers for your account with at least one <code>.plex.direct</code> link for each. Copy one URL and replace the IP address with the desired address. This can be used as the <code>plex_url</code> value.</p>
<h3 id="known-issues">Known issues</h3>
<h4 id="mount-and---dir-cache-time">Mount and --dir-cache-time</h4>
<p>--dir-cache-time controls the first layer of directory caching which works at the mount layer. Being an independent caching mechanism from the <code>cache</code> backend, it will manage its own entries based on the configured time.</p>
<p>To avoid getting in a scenario where dir cache has obsolete data and cache would have the correct one, try to set <code>--dir-cache-time</code> to a lower time than <code>--cache-info-age</code>. Default values are already configured in this way.</p>
<h4 id="windows-support---experimental">Windows support - Experimental</h4>
<p>There are a couple of issues with Windows <code>mount</code> functionality that still require some investigations. It should be considered as experimental thus far as fixes come in for this OS.</p>
<p>Most of the issues seem to be related to the difference between filesystems on Linux flavors and Windows as cache is heavily dependent on them.</p>
<p>Any reports or feedback on how cache behaves on this OS is greatly appreciated.</p>
<ul>
<li>https://github.com/rclone/rclone/issues/1935</li>
<li>https://github.com/rclone/rclone/issues/1907</li>
<li>https://github.com/rclone/rclone/issues/1834</li>
</ul>
<h4 id="risk-of-throttling">Risk of throttling</h4>
<p>Future iterations of the cache backend will make use of the pooling functionality of the cloud provider to synchronize and at the same time make writing through it more tolerant to failures.</p>
<p>There are a couple of enhancements in track to add these but in the meantime there is a valid concern that the expiring cache listings can lead to cloud provider throttles or bans due to repeated queries on it for very large mounts.</p>
<p>Some recommendations: - don't use a very small interval for entry information (<code>--cache-info-age</code>) - while writes aren't yet optimised, you can still write through <code>cache</code> which gives you the advantage of adding the file in the cache at the same time if configured to do so.</p>
<p>Future enhancements:</p>
<ul>
<li>https://github.com/rclone/rclone/issues/1937</li>
<li>https://github.com/rclone/rclone/issues/1936</li>
</ul>
<h4 id="cache-and-crypt">cache and crypt</h4>
<p>One common scenario is to keep your data encrypted in the cloud provider using the <code>crypt</code> remote. <code>crypt</code> uses a similar technique to wrap around an existing remote and handles this translation in a seamless way.</p>
<p>There is an issue with wrapping the remotes in this order: <strong>cloud remote</strong> -&gt; <strong>crypt</strong> -&gt; <strong>cache</strong></p>
<p>During testing, I experienced a lot of bans with the remotes in this order. I suspect it might be related to how crypt opens files on the cloud provider which makes it think we're downloading the full file instead of small chunks. Organizing the remotes in this order yields better results: <strong>cloud remote</strong> -&gt; <strong>cache</strong> -&gt; <strong>crypt</strong></p>
<h4 id="absolute-remote-paths">absolute remote paths</h4>
<p><code>cache</code> can not differentiate between relative and absolute paths for the wrapped remote. Any path given in the <code>remote</code> config setting and on the command line will be passed to the wrapped remote as is, but for storing the chunks on disk the path will be made relative by removing any leading <code>/</code> character.</p>
<p>This behavior is irrelevant for most backend types, but there are backends where a leading <code>/</code> changes the effective directory, e.g. in the <code>sftp</code> backend paths starting with a <code>/</code> are relative to the root of the SSH server and paths without are relative to the user home directory. As a result <code>sftp:bin</code> and <code>sftp:/bin</code> will share the same cache folder, even if they represent a different directory on the SSH server.</p>
<h3 id="cache-and-remote-control---rc">Cache and Remote Control (--rc)</h3>
<p>Cache supports the new <code>--rc</code> mode in rclone and can be remote controlled through the following end points: By default, the listener is disabled if you do not add the flag.</p>
<h3 id="rc-cacheexpire">rc cache/expire</h3>
<p>Purge a remote from the cache backend. Supports either a directory or a file. It supports both encrypted and unencrypted file names if cache is wrapped by crypt.</p>
<p>Params: - <strong>remote</strong> = path to remote <strong>(required)</strong> - <strong>withData</strong> = true/false to delete cached data (chunks) as well <em>(optional, false by default)</em></p>
<h3 id="standard-options-6">Standard Options</h3>
<p>Here are the standard options specific to cache (Cache a remote).</p>
<h4 id="cache-remote">--cache-remote</h4>
<p>Remote to cache. Normally should contain a ':' and a path, e.g. "myremote:path/to/dir", "myremote:bucket" or maybe "myremote:" (not recommended).</p>
<ul>
<li>Config: remote</li>
<li>Env Var: RCLONE_CACHE_REMOTE</li>
<li>Type: string</li>
<li>Default: ""</li>
</ul>
<h4 id="cache-plex-url">--cache-plex-url</h4>
<p>The URL of the Plex server</p>
<ul>
<li>Config: plex_url</li>
<li>Env Var: RCLONE_CACHE_PLEX_URL</li>
<li>Type: string</li>
<li>Default: ""</li>
</ul>
<h4 id="cache-plex-username">--cache-plex-username</h4>
<p>The username of the Plex user</p>
<ul>
<li>Config: plex_username</li>
<li>Env Var: RCLONE_CACHE_PLEX_USERNAME</li>
<li>Type: string</li>
<li>Default: ""</li>
</ul>
<h4 id="cache-plex-password">--cache-plex-password</h4>
<p>The password of the Plex user</p>
<p><strong>NB</strong> Input to this must be obscured - see <a href="https://rclone.org/commands/rclone_obscure/">rclone obscure</a>.</p>
<ul>
<li>Config: plex_password</li>
<li>Env Var: RCLONE_CACHE_PLEX_PASSWORD</li>
<li>Type: string</li>
<li>Default: ""</li>
</ul>
<h4 id="cache-chunk-size">--cache-chunk-size</h4>
<p>The size of a chunk (partial file data).</p>
<p>Use lower numbers for slower connections. If the chunk size is changed, any downloaded chunks will be invalid and cache-chunk-path will need to be cleared or unexpected EOF errors will occur.</p>
<ul>
<li>Config: chunk_size</li>
<li>Env Var: RCLONE_CACHE_CHUNK_SIZE</li>
<li>Type: SizeSuffix</li>
<li>Default: 5M</li>
<li>Examples:
<ul>
<li>"1m"
<ul>
<li>1MB</li>
</ul></li>
<li>"5M"
<ul>
<li>5 MB</li>
</ul></li>
<li>"10M"
<ul>
<li>10 MB</li>
</ul></li>
</ul></li>
</ul>
<h4 id="cache-info-age">--cache-info-age</h4>
<p>How long to cache file structure information (directory listings, file size, times, etc.). If all write operations are done through the cache then you can safely make this value very large as the cache store will also be updated in real time.</p>
<ul>
<li>Config: info_age</li>
<li>Env Var: RCLONE_CACHE_INFO_AGE</li>
<li>Type: Duration</li>
<li>Default: 6h0m0s</li>
<li>Examples:
<ul>
<li>"1h"
<ul>
<li>1 hour</li>
</ul></li>
<li>"24h"
<ul>
<li>24 hours</li>
</ul></li>
<li>"48h"
<ul>
<li>48 hours</li>
</ul></li>
</ul></li>
</ul>
<h4 id="cache-chunk-total-size">--cache-chunk-total-size</h4>
<p>The total size that the chunks can take up on the local disk.</p>
<p>If the cache exceeds this value then it will start to delete the oldest chunks until it goes under this value.</p>
<ul>
<li>Config: chunk_total_size</li>
<li>Env Var: RCLONE_CACHE_CHUNK_TOTAL_SIZE</li>
<li>Type: SizeSuffix</li>
<li>Default: 10G</li>
<li>Examples:
<ul>
<li>"500M"
<ul>
<li>500 MB</li>
</ul></li>
<li>"1G"
<ul>
<li>1 GB</li>
</ul></li>
<li>"10G"
<ul>
<li>10 GB</li>
</ul></li>
</ul></li>
</ul>
<h3 id="advanced-options-5">Advanced Options</h3>
<p>Here are the advanced options specific to cache (Cache a remote).</p>
<h4 id="cache-plex-token">--cache-plex-token</h4>
<p>The plex token for authentication - auto set normally</p>
<ul>
<li>Config: plex_token</li>
<li>Env Var: RCLONE_CACHE_PLEX_TOKEN</li>
<li>Type: string</li>
<li>Default: ""</li>
</ul>
<h4 id="cache-plex-insecure">--cache-plex-insecure</h4>
<p>Skip all certificate verification when connecting to the Plex server</p>
<ul>
<li>Config: plex_insecure</li>
<li>Env Var: RCLONE_CACHE_PLEX_INSECURE</li>
<li>Type: string</li>
<li>Default: ""</li>
</ul>
<h4 id="cache-db-path">--cache-db-path</h4>
<p>Directory to store file structure metadata DB. The remote name is used as the DB file name.</p>
<ul>
<li>Config: db_path</li>
<li>Env Var: RCLONE_CACHE_DB_PATH</li>
<li>Type: string</li>
<li>Default: "$HOME/.cache/rclone/cache-backend"</li>
</ul>
<h4 id="cache-chunk-path">--cache-chunk-path</h4>
<p>Directory to cache chunk files.</p>
<p>Path to where partial file data (chunks) are stored locally. The remote name is appended to the final path.</p>
<p>This config follows the "--cache-db-path". If you specify a custom location for "--cache-db-path" and don't specify one for "--cache-chunk-path" then "--cache-chunk-path" will use the same path as "--cache-db-path".</p>
<ul>
<li>Config: chunk_path</li>
<li>Env Var: RCLONE_CACHE_CHUNK_PATH</li>
<li>Type: string</li>
<li>Default: "$HOME/.cache/rclone/cache-backend"</li>
</ul>
<h4 id="cache-db-purge">--cache-db-purge</h4>
<p>Clear all the cached data for this remote on start.</p>
<ul>
<li>Config: db_purge</li>
<li>Env Var: RCLONE_CACHE_DB_PURGE</li>
<li>Type: bool</li>
<li>Default: false</li>
</ul>
<h4 id="cache-chunk-clean-interval">--cache-chunk-clean-interval</h4>
<p>How often should the cache perform cleanups of the chunk storage. The default value should be ok for most people. If you find that the cache goes over "cache-chunk-total-size" too often then try to lower this value to force it to perform cleanups more often.</p>
<ul>
<li>Config: chunk_clean_interval</li>
<li>Env Var: RCLONE_CACHE_CHUNK_CLEAN_INTERVAL</li>
<li>Type: Duration</li>
<li>Default: 1m0s</li>
</ul>
<h4 id="cache-read-retries">--cache-read-retries</h4>
<p>How many times to retry a read from a cache storage.</p>
<p>Since reading from a cache stream is independent from downloading file data, readers can get to a point where there's no more data in the cache. Most of the times this can indicate a connectivity issue if cache isn't able to provide file data anymore.</p>
<p>For really slow connections, increase this to a point where the stream is able to provide data but your experience will be very stuttering.</p>
<ul>
<li>Config: read_retries</li>
<li>Env Var: RCLONE_CACHE_READ_RETRIES</li>
<li>Type: int</li>
<li>Default: 10</li>
</ul>
<h4 id="cache-workers">--cache-workers</h4>
<p>How many workers should run in parallel to download chunks.</p>
<p>Higher values will mean more parallel processing (better CPU needed) and more concurrent requests on the cloud provider. This impacts several aspects like the cloud provider API limits, more stress on the hardware that rclone runs on but it also means that streams will be more fluid and data will be available much more faster to readers.</p>
<p><strong>Note</strong>: If the optional Plex integration is enabled then this setting will adapt to the type of reading performed and the value specified here will be used as a maximum number of workers to use.</p>
<ul>
<li>Config: workers</li>
<li>Env Var: RCLONE_CACHE_WORKERS</li>
<li>Type: int</li>
<li>Default: 4</li>
</ul>
<h4 id="cache-chunk-no-memory">--cache-chunk-no-memory</h4>
<p>Disable the in-memory cache for storing chunks during streaming.</p>
<p>By default, cache will keep file data during streaming in RAM as well to provide it to readers as fast as possible.</p>
<p>This transient data is evicted as soon as it is read and the number of chunks stored doesn't exceed the number of workers. However, depending on other settings like "cache-chunk-size" and "cache-workers" this footprint can increase if there are parallel streams too (multiple files being read at the same time).</p>
<p>If the hardware permits it, use this feature to provide an overall better performance during streaming but it can also be disabled if RAM is not available on the local machine.</p>
<ul>
<li>Config: chunk_no_memory</li>
<li>Env Var: RCLONE_CACHE_CHUNK_NO_MEMORY</li>
<li>Type: bool</li>
<li>Default: false</li>
</ul>
<h4 id="cache-rps">--cache-rps</h4>
<p>Limits the number of requests per second to the source FS (-1 to disable)</p>
<p>This setting places a hard limit on the number of requests per second that cache will be doing to the cloud provider remote and try to respect that value by setting waits between reads.</p>
<p>If you find that you're getting banned or limited on the cloud provider through cache and know that a smaller number of requests per second will allow you to work with it then you can use this setting for that.</p>
<p>A good balance of all the other settings should make this setting useless but it is available to set for more special cases.</p>
<p><strong>NOTE</strong>: This will limit the number of requests during streams but other API calls to the cloud provider like directory listings will still pass.</p>
<ul>
<li>Config: rps</li>
<li>Env Var: RCLONE_CACHE_RPS</li>
<li>Type: int</li>
<li>Default: -1</li>
</ul>
<h4 id="cache-writes">--cache-writes</h4>
<p>Cache file data on writes through the FS</p>
<p>If you need to read files immediately after you upload them through cache you can enable this flag to have their data stored in the cache store at the same time during upload.</p>
<ul>
<li>Config: writes</li>
<li>Env Var: RCLONE_CACHE_WRITES</li>
<li>Type: bool</li>
<li>Default: false</li>
</ul>
<h4 id="cache-tmp-upload-path">--cache-tmp-upload-path</h4>
<p>Directory to keep temporary files until they are uploaded.</p>
<p>This is the path where cache will use as a temporary storage for new files that need to be uploaded to the cloud provider.</p>
<p>Specifying a value will enable this feature. Without it, it is completely disabled and files will be uploaded directly to the cloud provider</p>
<ul>
<li>Config: tmp_upload_path</li>
<li>Env Var: RCLONE_CACHE_TMP_UPLOAD_PATH</li>
<li>Type: string</li>
<li>Default: ""</li>
</ul>
<h4 id="cache-tmp-wait-time">--cache-tmp-wait-time</h4>
<p>How long should files be stored in local cache before being uploaded</p>
<p>This is the duration that a file must wait in the temporary location <em>cache-tmp-upload-path</em> before it is selected for upload.</p>
<p>Note that only one file is uploaded at a time and it can take longer to start the upload if a queue formed for this purpose.</p>
<ul>
<li>Config: tmp_wait_time</li>
<li>Env Var: RCLONE_CACHE_TMP_WAIT_TIME</li>
<li>Type: Duration</li>
<li>Default: 15s</li>
</ul>
<h4 id="cache-db-wait-time">--cache-db-wait-time</h4>
<p>How long to wait for the DB to be available - 0 is unlimited</p>
<p>Only one process can have the DB open at any one time, so rclone waits for this duration for the DB to become available before it gives an error.</p>
<p>If you set it to 0 then it will wait forever.</p>
<ul>
<li>Config: db_wait_time</li>
<li>Env Var: RCLONE_CACHE_DB_WAIT_TIME</li>
<li>Type: Duration</li>
<li>Default: 1s</li>
</ul>
<h3 id="backend-commands-1">Backend commands</h3>
<p>Here are the commands specific to the cache backend.</p>
<p>Run them with</p>
<pre><code>rclone backend COMMAND remote:</code></pre>
<p>The help below will explain what arguments each command takes.</p>
<p>See <a href="https://rclone.org/commands/rclone_backend/">the "rclone backend" command</a> for more info on how to pass options and arguments.</p>
<p>These can be run on a running backend using the rc command <a href="https://rclone.org/rc/#backend/command">backend/command</a>.</p>
<h4 id="stats">stats</h4>
<p>Print stats on the cache backend in JSON format.</p>
<pre><code>rclone backend stats remote: [options] [&lt;arguments&gt;+]</code></pre>
<h2 id="chunker-beta">Chunker (BETA)</h2>
<p>The <code>chunker</code> overlay transparently splits large files into smaller chunks during upload to wrapped remote and transparently assembles them back when the file is downloaded. This allows to effectively overcome size limits imposed by storage providers.</p>
<p>To use it, first set up the underlying remote following the configuration instructions for that remote. You can also use a local pathname instead of a remote.</p>
<p>First check your chosen remote is working - we'll call it <code>remote:path</code> here. Note that anything inside <code>remote:path</code> will be chunked and anything outside won't. This means that if you are using a bucket based remote (e.g. S3, B2, swift) then you should probably put the bucket in the remote <code>s3:bucket</code>.</p>
<p>Now configure <code>chunker</code> using <code>rclone config</code>. We will call this one <code>overlay</code> to separate it from the <code>remote</code> itself.</p>
<pre><code>No remotes found - make a new one
n) New remote
s) Set configuration password
q) Quit config
n/s/q&gt; n
name&gt; overlay
Type of storage to configure.
Choose a number from below, or type in your own value
[snip]
XX / Transparently chunk/split large files
\ &quot;chunker&quot;
[snip]
Storage&gt; chunker
Remote to chunk/unchunk.
Normally should contain a &#39;:&#39; and a path, e.g. &quot;myremote:path/to/dir&quot;,
&quot;myremote:bucket&quot; or maybe &quot;myremote:&quot; (not recommended).
Enter a string value. Press Enter for the default (&quot;&quot;).
remote&gt; remote:path
Files larger than chunk size will be split in chunks.
Enter a size with suffix k,M,G,T. Press Enter for the default (&quot;2G&quot;).
chunk_size&gt; 100M
Choose how chunker handles hash sums. All modes but &quot;none&quot; require metadata.
Enter a string value. Press Enter for the default (&quot;md5&quot;).
Choose a number from below, or type in your own value
1 / Pass any hash supported by wrapped remote for non-chunked files, return nothing otherwise
\ &quot;none&quot;
2 / MD5 for composite files
\ &quot;md5&quot;
3 / SHA1 for composite files
\ &quot;sha1&quot;
4 / MD5 for all files
\ &quot;md5all&quot;
5 / SHA1 for all files
\ &quot;sha1all&quot;
6 / Copying a file to chunker will request MD5 from the source falling back to SHA1 if unsupported
\ &quot;md5quick&quot;
7 / Similar to &quot;md5quick&quot; but prefers SHA1 over MD5
\ &quot;sha1quick&quot;
hash_type&gt; md5
Edit advanced config? (y/n)
y) Yes
n) No
y/n&gt; n
Remote config
--------------------
[overlay]
type = chunker
remote = remote:bucket
chunk_size = 100M
hash_type = md5
--------------------
y) Yes this is OK
e) Edit this remote
d) Delete this remote
y/e/d&gt; y</code></pre>
<h3 id="specifying-the-remote">Specifying the remote</h3>
<p>In normal use, make sure the remote has a <code>:</code> in. If you specify the remote without a <code>:</code> then rclone will use a local directory of that name. So if you use a remote of <code>/path/to/secret/files</code> then rclone will chunk stuff in that directory. If you use a remote of <code>name</code> then rclone will put files in a directory called <code>name</code> in the current directory.</p>
<h3 id="chunking">Chunking</h3>
<p>When rclone starts a file upload, chunker checks the file size. If it doesn't exceed the configured chunk size, chunker will just pass the file to the wrapped remote. If a file is large, chunker will transparently cut data in pieces with temporary names and stream them one by one, on the fly. Each data chunk will contain the specified number of bytes, except for the last one which may have less data. If file size is unknown in advance (this is called a streaming upload), chunker will internally create a temporary copy, record its size and repeat the above process.</p>
<p>When upload completes, temporary chunk files are finally renamed. This scheme guarantees that operations can be run in parallel and look from outside as atomic. A similar method with hidden temporary chunks is used for other operations (copy/move/rename, etc.). If an operation fails, hidden chunks are normally destroyed, and the target composite file stays intact.</p>
<p>When a composite file download is requested, chunker transparently assembles it by concatenating data chunks in order. As the split is trivial one could even manually concatenate data chunks together to obtain the original content.</p>
<p>When the <code>list</code> rclone command scans a directory on wrapped remote, the potential chunk files are accounted for, grouped and assembled into composite directory entries. Any temporary chunks are hidden.</p>
<p>List and other commands can sometimes come across composite files with missing or invalid chunks, e.g. shadowed by like-named directory or another file. This usually means that wrapped file system has been directly tampered with or damaged. If chunker detects a missing chunk it will by default print warning, skip the whole incomplete group of chunks but proceed with current command. You can set the <code>--chunker-fail-hard</code> flag to have commands abort with error message in such cases.</p>
<h4 id="chunk-names">Chunk names</h4>
<p>The default chunk name format is <code>*.rclone_chunk.###</code>, hence by default chunk names are <code>BIG_FILE_NAME.rclone_chunk.001</code>, <code>BIG_FILE_NAME.rclone_chunk.002</code> etc. You can configure another name format using the <code>name_format</code> configuration file option. The format uses asterisk <code>*</code> as a placeholder for the base file name and one or more consecutive hash characters <code>#</code> as a placeholder for sequential chunk number. There must be one and only one asterisk. The number of consecutive hash characters defines the minimum length of a string representing a chunk number. If decimal chunk number has less digits than the number of hashes, it is left-padded by zeros. If the decimal string is longer, it is left intact. By default numbering starts from 1 but there is another option that allows user to start from 0, e.g. for compatibility with legacy software.</p>
<p>For example, if name format is <code>big_*-##.part</code> and original file name is <code>data.txt</code> and numbering starts from 0, then the first chunk will be named <code>big_data.txt-00.part</code>, the 99th chunk will be <code>big_data.txt-98.part</code> and the 302nd chunk will become <code>big_data.txt-301.part</code>.</p>
<p>Note that <code>list</code> assembles composite directory entries only when chunk names match the configured format and treats non-conforming file names as normal non-chunked files.</p>
2021-03-31 20:12:08 +02:00
<p>When using <code>norename</code> transactions, chunk names will additionally have a unique file version suffix. For example, <code>BIG_FILE_NAME.rclone_chunk.001_bp562k</code>.</p>
2021-02-02 14:42:35 +01:00
<h3 id="metadata">Metadata</h3>
<p>Besides data chunks chunker will by default create metadata object for a composite file. The object is named after the original file. Chunker allows user to disable metadata completely (the <code>none</code> format). Note that metadata is normally not created for files smaller than the configured chunk size. This may change in future rclone releases.</p>
<h4 id="simple-json-metadata-format">Simple JSON metadata format</h4>
<p>This is the default format. It supports hash sums and chunk validation for composite files. Meta objects carry the following fields:</p>
<ul>
<li><code>ver</code> - version of format, currently <code>1</code></li>
<li><code>size</code> - total size of composite file</li>
<li><code>nchunks</code> - number of data chunks in file</li>
<li><code>md5</code> - MD5 hashsum of composite file (if present)</li>
<li><code>sha1</code> - SHA1 hashsum (if present)</li>
2021-03-31 20:12:08 +02:00
<li><code>txn</code> - identifies current version of the file</li>
2021-02-02 14:42:35 +01:00
</ul>
<p>There is no field for composite file name as it's simply equal to the name of meta object on the wrapped remote. Please refer to respective sections for details on hashsums and modified time handling.</p>
<h4 id="no-metadata">No metadata</h4>
<p>You can disable meta objects by setting the meta format option to <code>none</code>. In this mode chunker will scan directory for all files that follow configured chunk name format, group them by detecting chunks with the same base name and show group names as virtual composite files. This method is more prone to missing chunk errors (especially missing last chunk) than format with metadata enabled.</p>
<h3 id="hashsums">Hashsums</h3>
<p>Chunker supports hashsums only when a compatible metadata is present. Hence, if you choose metadata format of <code>none</code>, chunker will report hashsum as <code>UNSUPPORTED</code>.</p>
<p>Please note that by default metadata is stored only for composite files. If a file is smaller than configured chunk size, chunker will transparently redirect hash requests to wrapped remote, so support depends on that. You will see the empty string as a hashsum of requested type for small files if the wrapped remote doesn't support it.</p>
<p>Many storage backends support MD5 and SHA1 hash types, so does chunker. With chunker you can choose one or another but not both. MD5 is set by default as the most supported type. Since chunker keeps hashes for composite files and falls back to the wrapped remote hash for non-chunked ones, we advise you to choose the same hash type as supported by wrapped remote so that your file listings look coherent.</p>
<p>If your storage backend does not support MD5 or SHA1 but you need consistent file hashing, configure chunker with <code>md5all</code> or <code>sha1all</code>. These two modes guarantee given hash for all files. If wrapped remote doesn't support it, chunker will then add metadata to all files, even small. However, this can double the amount of small files in storage and incur additional service charges. You can even use chunker to force md5/sha1 support in any other remote at expense of sidecar meta objects by setting e.g. <code>chunk_type=sha1all</code> to force hashsums and <code>chunk_size=1P</code> to effectively disable chunking.</p>
<p>Normally, when a file is copied to chunker controlled remote, chunker will ask the file source for compatible file hash and revert to on-the-fly calculation if none is found. This involves some CPU overhead but provides a guarantee that given hashsum is available. Also, chunker will reject a server-side copy or move operation if source and destination hashsum types are different resulting in the extra network bandwidth, too. In some rare cases this may be undesired, so chunker provides two optional choices: <code>sha1quick</code> and <code>md5quick</code>. If the source does not support primary hash type and the quick mode is enabled, chunker will try to fall back to the secondary type. This will save CPU and bandwidth but can result in empty hashsums at destination. Beware of consequences: the <code>sync</code> command will revert (sometimes silently) to time/size comparison if compatible hashsums between source and target are not found.</p>
<h3 id="modified-time-2">Modified time</h3>
<p>Chunker stores modification times using the wrapped remote so support depends on that. For a small non-chunked file the chunker overlay simply manipulates modification time of the wrapped remote file. For a composite file with metadata chunker will get and set modification time of the metadata object on the wrapped remote. If file is chunked but metadata format is <code>none</code> then chunker will use modification time of the first data chunk.</p>
<h3 id="migrations">Migrations</h3>
2021-03-31 20:12:08 +02:00
<p>The idiomatic way to migrate to a different chunk size, hash type, transaction style or chunk naming scheme is to:</p>
2021-02-02 14:42:35 +01:00
<ul>
<li>Collect all your chunked files under a directory and have your chunker remote point to it.</li>
<li>Create another directory (most probably on the same cloud storage) and configure a new remote with desired metadata format, hash type, chunk naming etc.</li>
<li>Now run <code>rclone sync -i oldchunks: newchunks:</code> and all your data will be transparently converted in transfer. This may take some time, yet chunker will try server-side copy if possible.</li>
<li>After checking data integrity you may remove configuration section of the old remote.</li>
</ul>
<p>If rclone gets killed during a long operation on a big composite file, hidden temporary chunks may stay in the directory. They will not be shown by the <code>list</code> command but will eat up your account quota. Please note that the <code>deletefile</code> command deletes only active chunks of a file. As a workaround, you can use remote of the wrapped file system to see them. An easy way to get rid of hidden garbage is to copy littered directory somewhere using the chunker remote and purge the original directory. The <code>copy</code> command will copy only active chunks while the <code>purge</code> will remove everything including garbage.</p>
<h3 id="caveats-and-limitations">Caveats and Limitations</h3>
<p>Chunker requires wrapped remote to support server-side <code>move</code> (or <code>copy</code> + <code>delete</code>) operations, otherwise it will explicitly refuse to start. This is because it internally renames temporary chunk files to their final names when an operation completes successfully.</p>
<p>Chunker encodes chunk number in file name, so with default <code>name_format</code> setting it adds 17 characters. Also chunker adds 7 characters of temporary suffix during operations. Many file systems limit base file name without path by 255 characters. Using rclone's crypt remote as a base file system limits file name by 143 characters. Thus, maximum name length is 231 for most files and 119 for chunker-over-crypt. A user in need can change name format to e.g. <code>*.rcc##</code> and save 10 characters (provided at most 99 chunks per file).</p>
<p>Note that a move implemented using the copy-and-delete method may incur double charging with some cloud storage providers.</p>
<p>Chunker will not automatically rename existing chunks when you run <code>rclone config</code> on a live remote and change the chunk name format. Beware that in result of this some files which have been treated as chunks before the change can pop up in directory listings as normal files and vice versa. The same warning holds for the chunk size. If you desperately need to change critical chunking settings, you should run data migration as described above.</p>
<p>If wrapped remote is case insensitive, the chunker overlay will inherit that property (so you can't have a file called "Hello.doc" and "hello.doc" in the same directory).</p>
<p>Chunker included in rclone releases up to <code>v1.54</code> can sometimes fail to detect metadata produced by recent versions of rclone. We recommend users to keep rclone up-to-date to avoid data corruption.</p>
2021-03-31 20:12:08 +02:00
<p>Changing <code>transactions</code> is dangerous and requires explicit migration.</p>
2021-02-02 14:42:35 +01:00
<h3 id="standard-options-7">Standard Options</h3>
<p>Here are the standard options specific to chunker (Transparently chunk/split large files).</p>
<h4 id="chunker-remote">--chunker-remote</h4>
<p>Remote to chunk/unchunk. Normally should contain a ':' and a path, e.g. "myremote:path/to/dir", "myremote:bucket" or maybe "myremote:" (not recommended).</p>
<ul>
<li>Config: remote</li>
<li>Env Var: RCLONE_CHUNKER_REMOTE</li>
<li>Type: string</li>
<li>Default: ""</li>
</ul>
<h4 id="chunker-chunk-size">--chunker-chunk-size</h4>
<p>Files larger than chunk size will be split in chunks.</p>
<ul>
<li>Config: chunk_size</li>
<li>Env Var: RCLONE_CHUNKER_CHUNK_SIZE</li>
<li>Type: SizeSuffix</li>
<li>Default: 2G</li>
</ul>
<h4 id="chunker-hash-type">--chunker-hash-type</h4>
<p>Choose how chunker handles hash sums. All modes but "none" require metadata.</p>
<ul>
<li>Config: hash_type</li>
<li>Env Var: RCLONE_CHUNKER_HASH_TYPE</li>
<li>Type: string</li>
<li>Default: "md5"</li>
<li>Examples:
<ul>
<li>"none"
<ul>
<li>Pass any hash supported by wrapped remote for non-chunked files, return nothing otherwise</li>
</ul></li>
<li>"md5"
<ul>
<li>MD5 for composite files</li>
</ul></li>
<li>"sha1"
<ul>
<li>SHA1 for composite files</li>
</ul></li>
<li>"md5all"
<ul>
<li>MD5 for all files</li>
</ul></li>
<li>"sha1all"
<ul>
<li>SHA1 for all files</li>
</ul></li>
<li>"md5quick"
<ul>
<li>Copying a file to chunker will request MD5 from the source falling back to SHA1 if unsupported</li>
</ul></li>
<li>"sha1quick"
<ul>
<li>Similar to "md5quick" but prefers SHA1 over MD5</li>
</ul></li>
</ul></li>
</ul>
<h3 id="advanced-options-6">Advanced Options</h3>
<p>Here are the advanced options specific to chunker (Transparently chunk/split large files).</p>
<h4 id="chunker-name-format">--chunker-name-format</h4>
<p>String format of chunk file names. The two placeholders are: base file name (*) and chunk number (#...). There must be one and only one asterisk and one or more consecutive hash characters. If chunk number has less digits than the number of hashes, it is left-padded by zeros. If there are more digits in the number, they are left as is. Possible chunk files are ignored if their name does not match given format.</p>
<ul>
<li>Config: name_format</li>
<li>Env Var: RCLONE_CHUNKER_NAME_FORMAT</li>
<li>Type: string</li>
<li>Default: "*.rclone_chunk.###"</li>
</ul>
<h4 id="chunker-start-from">--chunker-start-from</h4>
<p>Minimum valid chunk number. Usually 0 or 1. By default chunk numbers start from 1.</p>
<ul>
<li>Config: start_from</li>
<li>Env Var: RCLONE_CHUNKER_START_FROM</li>
<li>Type: int</li>
<li>Default: 1</li>
</ul>
<h4 id="chunker-meta-format">--chunker-meta-format</h4>
<p>Format of the metadata object or "none". By default "simplejson". Metadata is a small JSON file named after the composite file.</p>
<ul>
<li>Config: meta_format</li>
<li>Env Var: RCLONE_CHUNKER_META_FORMAT</li>
<li>Type: string</li>
<li>Default: "simplejson"</li>
<li>Examples:
<ul>
<li>"none"
<ul>
<li>Do not use metadata files at all. Requires hash type "none".</li>
</ul></li>
<li>"simplejson"
<ul>
<li>Simple JSON supports hash sums and chunk validation.</li>
<li>It has the following fields: ver, size, nchunks, md5, sha1.</li>
</ul></li>
</ul></li>
</ul>
<h4 id="chunker-fail-hard">--chunker-fail-hard</h4>
<p>Choose how chunker should handle files with missing or invalid chunks.</p>
<ul>
<li>Config: fail_hard</li>
<li>Env Var: RCLONE_CHUNKER_FAIL_HARD</li>
<li>Type: bool</li>
<li>Default: false</li>
<li>Examples:
<ul>
<li>"true"
<ul>
<li>Report errors and abort current command.</li>
</ul></li>
<li>"false"
<ul>
<li>Warn user, skip incomplete file and proceed.</li>
</ul></li>
</ul></li>
</ul>
2021-03-31 20:12:08 +02:00
<h4 id="chunker-transactions">--chunker-transactions</h4>
<p>Choose how chunker should handle temporary files during transactions.</p>
<ul>
<li>Config: transactions</li>
<li>Env Var: RCLONE_CHUNKER_TRANSACTIONS</li>
<li>Type: string</li>
<li>Default: "rename"</li>
<li>Examples:
<ul>
<li>"rename"
<ul>
<li>Rename temporary files after a successful transaction.</li>
</ul></li>
<li>"norename"
<ul>
<li>Leave temporary file names and write transaction ID to metadata file.</li>
<li>Metadata is required for no rename transactions (meta format cannot be "none").</li>
<li>If you are using norename transactions you should be careful not to downgrade Rclone</li>
<li>as older versions of Rclone don't support this transaction style and will misinterpret</li>
<li>files manipulated by norename transactions.</li>
<li>This method is EXPERIMENTAL, don't use on production systems.</li>
</ul></li>
<li>"auto"
<ul>
<li>Rename or norename will be used depending on capabilities of the backend.</li>
<li>If meta format is set to "none", rename transactions will always be used.</li>
<li>This method is EXPERIMENTAL, don't use on production systems.</li>
</ul></li>
</ul></li>
</ul>
2021-02-02 14:42:35 +01:00
<h2 id="citrix-sharefile">Citrix ShareFile</h2>
<p><a href="https://sharefile.com">Citrix ShareFile</a> is a secure file sharing and transfer service aimed as business.</p>
<p>The initial setup for Citrix ShareFile involves getting a token from Citrix ShareFile which you can in your browser. <code>rclone config</code> walks you through it.</p>
<p>Here is an example of how to make a remote called <code>remote</code>. First run:</p>
<pre><code> rclone config</code></pre>
<p>This will guide you through an interactive setup process:</p>
<pre><code>No remotes found - make a new one
n) New remote
s) Set configuration password
q) Quit config
n/s/q&gt; n
name&gt; remote
Type of storage to configure.
Enter a string value. Press Enter for the default (&quot;&quot;).
Choose a number from below, or type in your own value
XX / Citrix Sharefile
\ &quot;sharefile&quot;
Storage&gt; sharefile
** See help for sharefile backend at: https://rclone.org/sharefile/ **
2020-09-02 17:59:04 +02:00
2021-02-02 14:42:35 +01:00
ID of the root folder
2020-09-02 17:59:04 +02:00
2021-02-02 14:42:35 +01:00
Leave blank to access &quot;Personal Folders&quot;. You can use one of the
standard values here or any folder ID (long hex number ID).
Enter a string value. Press Enter for the default (&quot;&quot;).
Choose a number from below, or type in your own value
1 / Access the Personal Folders. (Default)
\ &quot;&quot;
2 / Access the Favorites folder.
\ &quot;favorites&quot;
3 / Access all the shared folders.
\ &quot;allshared&quot;
4 / Access all the individual connectors.
\ &quot;connectors&quot;
5 / Access the home, favorites, and shared folders as well as the connectors.
\ &quot;top&quot;
root_folder_id&gt;
Edit advanced config? (y/n)
y) Yes
n) No
y/n&gt; n
Remote config
Use auto config?
* Say Y if not sure
* Say N if you are working on a remote or headless machine
y) Yes
n) No
y/n&gt; y
If your browser doesn&#39;t open automatically go to the following link: http://127.0.0.1:53682/auth?state=XXX
Log in and authorize rclone for access
Waiting for code...
Got code
--------------------
[remote]
type = sharefile
endpoint = https://XXX.sharefile.com
token = {&quot;access_token&quot;:&quot;XXX&quot;,&quot;token_type&quot;:&quot;bearer&quot;,&quot;refresh_token&quot;:&quot;XXX&quot;,&quot;expiry&quot;:&quot;2019-09-30T19:41:45.878561877+01:00&quot;}
--------------------
y) Yes this is OK
e) Edit this remote
d) Delete this remote
y/e/d&gt; y</code></pre>
<p>See the <a href="https://rclone.org/remote_setup/">remote setup docs</a> for how to set it up on a machine with no Internet browser available.</p>
<p>Note that rclone runs a webserver on your local machine to collect the token as returned from Citrix ShareFile. This only runs from the moment it opens your browser to the moment you get back the verification code. This is on <code>http://127.0.0.1:53682/</code> and this it may require you to unblock it temporarily if you are running a host firewall.</p>
<p>Once configured you can then use <code>rclone</code> like this,</p>
<p>List directories in top level of your ShareFile</p>
<pre><code>rclone lsd remote:</code></pre>
<p>List all the files in your ShareFile</p>
<pre><code>rclone ls remote:</code></pre>
<p>To copy a local directory to an ShareFile directory called backup</p>
<pre><code>rclone copy /home/source remote:backup</code></pre>
<p>Paths may be as deep as required, e.g. <code>remote:directory/subdirectory</code>.</p>
<h3 id="modified-time-and-hashes-2">Modified time and hashes</h3>
<p>ShareFile allows modification times to be set on objects accurate to 1 second. These will be used to detect whether objects need syncing or not.</p>
<p>ShareFile supports MD5 type hashes, so you can use the <code>--checksum</code> flag.</p>
<h3 id="transfers-2">Transfers</h3>
<p>For files above 128MB rclone will use a chunked transfer. Rclone will upload up to <code>--transfers</code> chunks at the same time (shared among all the multipart uploads). Chunks are buffered in memory and are normally 64MB so increasing <code>--transfers</code> will increase memory use.</p>
<h3 id="limitations-7">Limitations</h3>
<p>Note that ShareFile is case insensitive so you can't have a file called "Hello.doc" and one called "hello.doc".</p>
<p>ShareFile only supports filenames up to 256 characters in length.</p>
<h4 id="restricted-filename-characters-5">Restricted filename characters</h4>
<p>In addition to the <a href="https://rclone.org/overview/#restricted-characters">default restricted characters set</a> the following characters are also replaced:</p>
<table>
<thead>
<tr class="header">
<th>Character</th>
<th style="text-align: center;">Value</th>
<th style="text-align: center;">Replacement</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td>\</td>
<td style="text-align: center;">0x5C</td>
<td style="text-align: center;"></td>
</tr>
<tr class="even">
<td>*</td>
<td style="text-align: center;">0x2A</td>
<td style="text-align: center;"></td>
</tr>
<tr class="odd">
<td>&lt;</td>
<td style="text-align: center;">0x3C</td>
<td style="text-align: center;"></td>
</tr>
<tr class="even">
<td>&gt;</td>
<td style="text-align: center;">0x3E</td>
<td style="text-align: center;"></td>
</tr>
<tr class="odd">
<td>?</td>
<td style="text-align: center;">0x3F</td>
<td style="text-align: center;"></td>
</tr>
<tr class="even">
<td>:</td>
<td style="text-align: center;">0x3A</td>
<td style="text-align: center;"></td>
</tr>
<tr class="odd">
<td>|</td>
<td style="text-align: center;">0x7C</td>
<td style="text-align: center;"></td>
</tr>
<tr class="even">
<td>"</td>
<td style="text-align: center;">0x22</td>
<td style="text-align: center;"></td>
</tr>
</tbody>
</table>
<p>File names can also not start or end with the following characters. These only get replaced if they are the first or last character in the name:</p>
<table>
<thead>
<tr class="header">
<th>Character</th>
<th style="text-align: center;">Value</th>
<th style="text-align: center;">Replacement</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td>SP</td>
<td style="text-align: center;">0x20</td>
<td style="text-align: center;"></td>
</tr>
<tr class="even">
<td>.</td>
<td style="text-align: center;">0x2E</td>
<td style="text-align: center;"></td>
</tr>
</tbody>
</table>
<p>Invalid UTF-8 bytes will also be <a href="https://rclone.org/overview/#invalid-utf8">replaced</a>, as they can't be used in JSON strings.</p>
<h3 id="standard-options-8">Standard Options</h3>
<p>Here are the standard options specific to sharefile (Citrix Sharefile).</p>
<h4 id="sharefile-root-folder-id">--sharefile-root-folder-id</h4>
<p>ID of the root folder</p>
<p>Leave blank to access "Personal Folders". You can use one of the standard values here or any folder ID (long hex number ID).</p>
<ul>
<li>Config: root_folder_id</li>
<li>Env Var: RCLONE_SHAREFILE_ROOT_FOLDER_ID</li>
<li>Type: string</li>
<li>Default: ""</li>
<li>Examples:
<ul>
<li>""
<ul>
<li>Access the Personal Folders. (Default)</li>
</ul></li>
<li>"favorites"
<ul>
<li>Access the Favorites folder.</li>
</ul></li>
<li>"allshared"
<ul>
<li>Access all the shared folders.</li>
</ul></li>
<li>"connectors"
<ul>
<li>Access all the individual connectors.</li>
</ul></li>
<li>"top"
<ul>
<li>Access the home, favorites, and shared folders as well as the connectors.</li>
</ul></li>
</ul></li>
</ul>
<h3 id="advanced-options-7">Advanced Options</h3>
<p>Here are the advanced options specific to sharefile (Citrix Sharefile).</p>
<h4 id="sharefile-upload-cutoff">--sharefile-upload-cutoff</h4>
<p>Cutoff for switching to multipart upload.</p>
<ul>
<li>Config: upload_cutoff</li>
<li>Env Var: RCLONE_SHAREFILE_UPLOAD_CUTOFF</li>
<li>Type: SizeSuffix</li>
<li>Default: 128M</li>
</ul>
<h4 id="sharefile-chunk-size">--sharefile-chunk-size</h4>
<p>Upload chunk size. Must a power of 2 &gt;= 256k.</p>
<p>Making this larger will improve performance, but note that each chunk is buffered in memory one per transfer.</p>
<p>Reducing this will reduce memory usage but decrease performance.</p>
<ul>
<li>Config: chunk_size</li>
<li>Env Var: RCLONE_SHAREFILE_CHUNK_SIZE</li>
<li>Type: SizeSuffix</li>
<li>Default: 64M</li>
</ul>
<h4 id="sharefile-endpoint">--sharefile-endpoint</h4>
<p>Endpoint for API calls.</p>
<p>This is usually auto discovered as part of the oauth process, but can be set manually to something like: https://XXX.sharefile.com</p>
<ul>
<li>Config: endpoint</li>
<li>Env Var: RCLONE_SHAREFILE_ENDPOINT</li>
<li>Type: string</li>
<li>Default: ""</li>
</ul>
<h4 id="sharefile-encoding">--sharefile-encoding</h4>
<p>This sets the encoding for the backend.</p>
<p>See: the <a href="https://rclone.org/overview/#encoding">encoding section in the overview</a> for more info.</p>
<ul>
<li>Config: encoding</li>
<li>Env Var: RCLONE_SHAREFILE_ENCODING</li>
<li>Type: MultiEncoder</li>
<li>Default: Slash,LtGt,DoubleQuote,Colon,Question,Asterisk,Pipe,BackSlash,Ctl,LeftSpace,LeftPeriod,RightSpace,RightPeriod,InvalidUtf8,Dot</li>
</ul>
<h3 id="limitations-8">Limitations</h3>
<p><code>rclone about</code> is not supported by the Citrix ShareFile backend. Backends without this capability cannot determine free space for an rclone mount or use policy <code>mfs</code> (most free space) as a member of an rclone union remote.</p>
<p>See <a href="https://rclone.org/overview/#optional-features">List of backends that do not support rclone about</a> See <a href="https://rclone.org/commands/rclone_about/">rclone about</a></p>
<h2 id="crypt">Crypt</h2>
<p>Rclone <code>crypt</code> remotes encrypt and decrypt other remotes.</p>
<p>A remote of type <code>crypt</code> does not access a <a href="https://rclone.org/overview/">storage system</a> directly, but instead wraps another remote, which in turn accesses the storage system. This is similar to how <a href="https://rclone.org/alias/">alias</a>, <a href="https://rclone.org/union/">union</a>, <a href="https://rclone.org/chunker/">chunker</a> and a few others work. It makes the usage very flexible, as you can add a layer, in this case an encryption layer, on top of any other backend, even in multiple layers. Rclone's functionality can be used as with any other remote, for example you can <a href="https://rclone.org/commands/rclone_mount/">mount</a> a crypt remote.</p>
<p>Accessing a storage system through a crypt remote realizes client-side encryption, which makes it safe to keep your data in a location you do not trust will not get compromised. When working against the <code>crypt</code> remote, rclone will automatically encrypt (before uploading) and decrypt (after downloading) on your local system as needed on the fly, leaving the data encrypted at rest in the wrapped remote. If you access the storage system using an application other than rclone, or access the wrapped remote directly using rclone, there will not be any encryption/decryption: Downloading existing content will just give you the encrypted (scrambled) format, and anything you upload will <em>not</em> become encrypted.</p>
<p>The encryption is a secret-key encryption (also called symmetric key encryption) algorithm, where a password (or pass phrase) is used to generate real encryption key. The password can be supplied by user, or you may chose to let rclone generate one. It will be stored in the configuration file, in a lightly obscured form. If you are in an environment where you are not able to keep your configuration secured, you should add <a href="https://rclone.org/docs/#configuration-encryption">configuration encryption</a> as protection. As long as you have this configuration file, you will be able to decrypt your data. Without the configuration file, as long as you remember the password (or keep it in a safe place), you can re-create the configuration and gain access to the existing data. You may also configure a corresponding remote in a different installation to access the same data. See below for guidance to <a href="#changing-password">changing password</a>.</p>
<p>Encryption uses <a href="https://en.wikipedia.org/wiki/Salt_(cryptography)">cryptographic salt</a>, to permute the encryption key so that the same string may be encrypted in different ways. When configuring the crypt remote it is optional to enter a salt, or to let rclone generate a unique salt. If omitted, rclone uses a built-in unique string. Normally in cryptography, the salt is stored together with the encrypted content, and do not have to be memorized by the user. This is not the case in rclone, because rclone does not store any additional information on the remotes. Use of custom salt is effectively a second password that must be memorized.</p>
<p><a href="#file-encryption">File content</a> encryption is performed using <a href="https://godoc.org/golang.org/x/crypto/nacl/secretbox">NaCl SecretBox</a>, based on XSalsa20 cipher and Poly1305 for integrity. <a href="#name-encryption">Names</a> (file- and directory names) are also encrypted by default, but this has some implications and is therefore possible to turned off.</p>
<h3 id="configuration">Configuration</h3>
<p>Here is an example of how to make a remote called <code>secret</code>.</p>
<p>To use <code>crypt</code>, first set up the underlying remote. Follow the <code>rclone config</code> instructions for the specific backend.</p>
<p>Before configuring the crypt remote, check the underlying remote is working. In this example the underlying remote is called <code>remote</code>. We will configure a path <code>path</code> within this remote to contain the encrypted content. Anything inside <code>remote:path</code> will be encrypted and anything outside will not.</p>
<p>Configure <code>crypt</code> using <code>rclone config</code>. In this example the <code>crypt</code> remote is called <code>secret</code>, to differentiate it from the underlying <code>remote</code>.</p>
2021-03-31 20:12:08 +02:00
<p>When you are done you can use the crypt remote named <code>secret</code> just as you would with any other remote, e.g. <code>rclone copy D:\docs secret:\docs</code>, and rclone will encrypt and decrypt as needed on the fly. If you access the wrapped remote <code>remote:path</code> directly you will bypass the encryption, and anything you read will be in encrypted form, and anything you write will be unencrypted. To avoid issues it is best to configure a dedicated path for encrypted content, and access it exclusively through a crypt remote.</p>
2021-02-02 14:42:35 +01:00
<pre><code>No remotes found - make a new one
n) New remote
s) Set configuration password
q) Quit config
n/s/q&gt; n
name&gt; secret
Type of storage to configure.
Enter a string value. Press Enter for the default (&quot;&quot;).
Choose a number from below, or type in your own value
[snip]
XX / Encrypt/Decrypt a remote
\ &quot;crypt&quot;
[snip]
Storage&gt; crypt
** See help for crypt backend at: https://rclone.org/crypt/ **
2020-09-02 17:59:04 +02:00
2021-02-02 14:42:35 +01:00
Remote to encrypt/decrypt.
Normally should contain a &#39;:&#39; and a path, eg &quot;myremote:path/to/dir&quot;,
&quot;myremote:bucket&quot; or maybe &quot;myremote:&quot; (not recommended).
Enter a string value. Press Enter for the default (&quot;&quot;).
remote&gt; remote:path
How to encrypt the filenames.
Enter a string value. Press Enter for the default (&quot;standard&quot;).
Choose a number from below, or type in your own value
1 / Encrypt the filenames see the docs for the details.
\ &quot;standard&quot;
2 / Very simple filename obfuscation.
\ &quot;obfuscate&quot;
3 / Don&#39;t encrypt the file names. Adds a &quot;.bin&quot; extension only.
\ &quot;off&quot;
filename_encryption&gt;
Option to either encrypt directory names or leave them intact.
2020-09-02 17:59:04 +02:00
2021-02-02 14:42:35 +01:00
NB If filename_encryption is &quot;off&quot; then this option will do nothing.
Enter a boolean value (true or false). Press Enter for the default (&quot;true&quot;).
Choose a number from below, or type in your own value
1 / Encrypt directory names.
\ &quot;true&quot;
2 / Don&#39;t encrypt directory names, leave them intact.
\ &quot;false&quot;
directory_name_encryption&gt;
Password or pass phrase for encryption.
y) Yes type in my own password
g) Generate random password
y/g&gt; y
Enter the password:
password:
Confirm the password:
password:
Password or pass phrase for salt. Optional but recommended.
Should be different to the previous password.
y) Yes type in my own password
g) Generate random password
n) No leave this optional password blank (default)
y/g/n&gt; g
Password strength in bits.
64 is just about memorable
128 is secure
1024 is the maximum
Bits&gt; 128
Your password is: JAsJvRcgR-_veXNfy_sGmQ
Use this password? Please note that an obscured version of this
password (and not the password itself) will be stored under your
configuration file, so keep this generated password in a safe place.
y) Yes (default)
n) No
y/n&gt;
Edit advanced config? (y/n)
y) Yes
n) No (default)
y/n&gt;
Remote config
--------------------
[secret]
type = crypt
remote = remote:path
password = *** ENCRYPTED ***
password2 = *** ENCRYPTED ***
--------------------
y) Yes this is OK (default)
e) Edit this remote
d) Delete this remote
y/e/d&gt;</code></pre>
<p><strong>Important</strong> The crypt password stored in <code>rclone.conf</code> is lightly obscured. That only protects it from cursory inspection. It is not secure unless <a href="https://rclone.org/docs/#configuration-encryption">configuration encryption</a> of <code>rclone.conf</code> is specified.</p>
<p>A long passphrase is recommended, or <code>rclone config</code> can generate a random one.</p>
<p>The obscured password is created using AES-CTR with a static key. The salt is stored verbatim at the beginning of the obscured password. This static key is shared between all versions of rclone.</p>
<p>If you reconfigure rclone with the same passwords/passphrases elsewhere it will be compatible, but the obscured version will be different due to the different salt.</p>
<p>Rclone does not encrypt</p>
<ul>
<li>file length - this can be calculated within 16 bytes</li>
<li>modification time - used for syncing</li>
</ul>
<h3 id="specifying-the-remote-1">Specifying the remote</h3>
<p>When configuring the remote to encrypt/decrypt, you may specify any string that rclone accepts as a source/destination of other commands.</p>
<p>The primary use case is to specify the path into an already configured remote (e.g. <code>remote:path/to/dir</code> or <code>remote:bucket</code>), such that data in a remote untrusted location can be stored encrypted.</p>
<p>You may also specify a local filesystem path, such as <code>/path/to/dir</code> on Linux, <code>C:\path\to\dir</code> on Windows. By creating a crypt remote pointing to such a local filesystem path, you can use rclone as a utility for pure local file encryption, for example to keep encrypted files on a removable USB drive.</p>
<p><strong>Note</strong>: A string which do not contain a <code>:</code> will by rclone be treated as a relative path in the local filesystem. For example, if you enter the name <code>remote</code> without the trailing <code>:</code>, it will be treated as a subdirectory of the current directory with name "remote".</p>
<p>If a path <code>remote:path/to/dir</code> is specified, rclone stores encrypted files in <code>path/to/dir</code> on the remote. With file name encryption, files saved to <code>secret:subdir/subfile</code> are stored in the unencrypted path <code>path/to/dir</code> but the <code>subdir/subpath</code> element is encrypted.</p>
<p>The path you specify does not have to exist, rclone will create it when needed.</p>
<p>If you intend to use the wrapped remote both directly for keeping unencrypted content, as well as through a crypt remote for encrypted content, it is recommended to point the crypt remote to a separate directory within the wrapped remote. If you use a bucket based storage system (e.g. Swift, S3, Google Compute Storage, B2, Hubic) it is generally advisable to wrap the crypt remote around a specific bucket (<code>s3:bucket</code>). If wrapping around the entire root of the storage (<code>s3:</code>), and use the optional file name encryption, rclone will encrypt the bucket name.</p>
<h3 id="changing-password">Changing password</h3>
<p>Should the password, or the configuration file containing a lightly obscured form of the password, be compromised, you need to re-encrypt your data with a new password. Since rclone uses secret-key encryption, where the encryption key is generated directly from the password kept on the client, it is not possible to change the password/key of already encrypted content. Just changing the password configured for an existing crypt remote means you will no longer able to decrypt any of the previously encrypted content. The only possibility is to re-upload everything via a crypt remote configured with your new password.</p>
<p>Depending on the size of your data, your bandwith, storage quota etc, there are different approaches you can take: - If you have everything in a different location, for example on your local system, you could remove all of the prior encrypted files, change the password for your configured crypt remote (or delete and re-create the crypt configuration), and then re-upload everything from the alternative location. - If you have enough space on the storage system you can create a new crypt remote pointing to a separate directory on the same backend, and then use rclone to copy everything from the original crypt remote to the new, effectively decrypting everything on the fly using the old password and re-encrypting using the new password. When done, delete the original crypt remote directory and finally the rclone crypt configuration with the old password. All data will be streamed from the storage system and back, so you will get half the bandwith and be charged twice if you have upload and download quota on the storage system.</p>
<p><strong>Note</strong>: A security problem related to the random password generator was fixed in rclone version 1.53.3 (released 2020-11-19). Passwords generated by rclone config in version 1.49.0 (released 2019-08-26) to 1.53.2 (released 2020-10-26) are not considered secure and should be changed. If you made up your own password, or used rclone version older than 1.49.0 or newer than 1.53.2 to generate it, you are <em>not</em> affected by this issue. See <a href="https://github.com/rclone/rclone/issues/4783">issue #4783</a> for more details, and a tool you can use to check if you are affected.</p>
<h3 id="example">Example</h3>
<p>Create the following file structure using "standard" file name encryption.</p>
<pre><code>plaintext/
├── file0.txt
├── file1.txt
└── subdir
├── file2.txt
├── file3.txt
└── subsubdir
└── file4.txt</code></pre>
<p>Copy these to the remote, and list them</p>
<pre><code>$ rclone -q copy plaintext secret:
$ rclone -q ls secret:
7 file1.txt
6 file0.txt
8 subdir/file2.txt
10 subdir/subsubdir/file4.txt
9 subdir/file3.txt</code></pre>
<p>The crypt remote looks like</p>
<pre><code>$ rclone -q ls remote:path
55 hagjclgavj2mbiqm6u6cnjjqcg
54 v05749mltvv1tf4onltun46gls
57 86vhrsv86mpbtd3a0akjuqslj8/dlj7fkq4kdq72emafg7a7s41uo
58 86vhrsv86mpbtd3a0akjuqslj8/7uu829995du6o42n32otfhjqp4/b9pausrfansjth5ob3jkdqd4lc
56 86vhrsv86mpbtd3a0akjuqslj8/8njh1sk437gttmep3p70g81aps</code></pre>
<p>The directory structure is preserved</p>
<pre><code>$ rclone -q ls secret:subdir
8 file2.txt
9 file3.txt
10 subsubdir/file4.txt</code></pre>
<p>Without file name encryption <code>.bin</code> extensions are added to underlying names. This prevents the cloud provider attempting to interpret file content.</p>
<pre><code>$ rclone -q ls remote:path
54 file0.txt.bin
57 subdir/file3.txt.bin
56 subdir/file2.txt.bin
58 subdir/subsubdir/file4.txt.bin
55 file1.txt.bin</code></pre>
<h3 id="file-name-encryption-modes">File name encryption modes</h3>
<p>Off</p>
<ul>
<li>doesn't hide file names or directory structure</li>
<li>allows for longer file names (~246 characters)</li>
<li>can use sub paths and copy single files</li>
</ul>
<p>Standard</p>
<ul>
<li>file names encrypted</li>
<li>file names can't be as long (~143 characters)</li>
<li>can use sub paths and copy single files</li>
<li>directory structure visible</li>
<li>identical files names will have identical uploaded names</li>
<li>can use shortcuts to shorten the directory recursion</li>
</ul>
<p>Obfuscation</p>
<p>This is a simple "rotate" of the filename, with each file having a rot distance based on the filename. Rclone stores the distance at the beginning of the filename. A file called "hello" may become "53.jgnnq".</p>
<p>Obfuscation is not a strong encryption of filenames, but hinders automated scanning tools picking up on filename patterns. It is an intermediate between "off" and "standard" which allows for longer path segment names.</p>
<p>There is a possibility with some unicode based filenames that the obfuscation is weak and may map lower case characters to upper case equivalents.</p>
<p>Obfuscation cannot be relied upon for strong protection.</p>
<ul>
<li>file names very lightly obfuscated</li>
<li>file names can be longer than standard encryption</li>
<li>can use sub paths and copy single files</li>
<li>directory structure visible</li>
<li>identical files names will have identical uploaded names</li>
</ul>
<p>Cloud storage systems have limits on file name length and total path length which rclone is more likely to breach using "Standard" file name encryption. Where file names are less thn 156 characters in length issues should not be encountered, irrespective of cloud storage provider.</p>
<p>An alternative, future rclone file name encryption mode may tolerate backend provider path length limits.</p>
<h3 id="directory-name-encryption">Directory name encryption</h3>
<p>Crypt offers the option of encrypting dir names or leaving them intact. There are two options:</p>
<p>True</p>
<p>Encrypts the whole file path including directory names Example: <code>1/12/123.txt</code> is encrypted to <code>p0e52nreeaj0a5ea7s64m4j72s/l42g6771hnv3an9cgc8cr2n1ng/qgm4avr35m5loi1th53ato71v0</code></p>
<p>False</p>
<p>Only encrypts file names, skips directory names Example: <code>1/12/123.txt</code> is encrypted to <code>1/12/qgm4avr35m5loi1th53ato71v0</code></p>
<h3 id="modified-time-and-hashes-3">Modified time and hashes</h3>
<p>Crypt stores modification times using the underlying remote so support depends on that.</p>
<p>Hashes are not stored for crypt. However the data integrity is protected by an extremely strong crypto authenticator.</p>
<p>Use the <code>rclone cryptcheck</code> command to check the integrity of a crypted remote instead of <code>rclone check</code> which can't check the checksums properly.</p>
<h3 id="standard-options-9">Standard Options</h3>
<p>Here are the standard options specific to crypt (Encrypt/Decrypt a remote).</p>
<h4 id="crypt-remote">--crypt-remote</h4>
<p>Remote to encrypt/decrypt. Normally should contain a ':' and a path, e.g. "myremote:path/to/dir", "myremote:bucket" or maybe "myremote:" (not recommended).</p>
<ul>
<li>Config: remote</li>
<li>Env Var: RCLONE_CRYPT_REMOTE</li>
<li>Type: string</li>
<li>Default: ""</li>
</ul>
<h4 id="crypt-filename-encryption">--crypt-filename-encryption</h4>
<p>How to encrypt the filenames.</p>
<ul>
<li>Config: filename_encryption</li>
<li>Env Var: RCLONE_CRYPT_FILENAME_ENCRYPTION</li>
<li>Type: string</li>
<li>Default: "standard"</li>
<li>Examples:
<ul>
<li>"standard"
<ul>
<li>Encrypt the filenames see the docs for the details.</li>
</ul></li>
<li>"obfuscate"
<ul>
<li>Very simple filename obfuscation.</li>
</ul></li>
<li>"off"
<ul>
<li>Don't encrypt the file names. Adds a ".bin" extension only.</li>
</ul></li>
</ul></li>
</ul>
<h4 id="crypt-directory-name-encryption">--crypt-directory-name-encryption</h4>
<p>Option to either encrypt directory names or leave them intact.</p>
<p>NB If filename_encryption is "off" then this option will do nothing.</p>
<ul>
<li>Config: directory_name_encryption</li>
<li>Env Var: RCLONE_CRYPT_DIRECTORY_NAME_ENCRYPTION</li>
<li>Type: bool</li>
<li>Default: true</li>
<li>Examples:
<ul>
<li>"true"
<ul>
<li>Encrypt directory names.</li>
</ul></li>
<li>"false"
<ul>
<li>Don't encrypt directory names, leave them intact.</li>
</ul></li>
</ul></li>
</ul>
<h4 id="crypt-password">--crypt-password</h4>
<p>Password or pass phrase for encryption.</p>
<p><strong>NB</strong> Input to this must be obscured - see <a href="https://rclone.org/commands/rclone_obscure/">rclone obscure</a>.</p>
<ul>
<li>Config: password</li>
<li>Env Var: RCLONE_CRYPT_PASSWORD</li>
<li>Type: string</li>
<li>Default: ""</li>
</ul>
<h4 id="crypt-password2">--crypt-password2</h4>
<p>Password or pass phrase for salt. Optional but recommended. Should be different to the previous password.</p>
<p><strong>NB</strong> Input to this must be obscured - see <a href="https://rclone.org/commands/rclone_obscure/">rclone obscure</a>.</p>
<ul>
<li>Config: password2</li>
<li>Env Var: RCLONE_CRYPT_PASSWORD2</li>
<li>Type: string</li>
<li>Default: ""</li>
</ul>
<h3 id="advanced-options-8">Advanced Options</h3>
<p>Here are the advanced options specific to crypt (Encrypt/Decrypt a remote).</p>
<h4 id="crypt-server-side-across-configs">--crypt-server-side-across-configs</h4>
<p>Allow server-side operations (e.g. copy) to work across different crypt configs.</p>
<p>Normally this option is not what you want, but if you have two crypts pointing to the same backend you can use it.</p>
<p>This can be used, for example, to change file name encryption type without re-uploading all the data. Just make two crypt backends pointing to two different directories with the single changed parameter and use rclone move to move the files between the crypt remotes.</p>
<ul>
<li>Config: server_side_across_configs</li>
<li>Env Var: RCLONE_CRYPT_SERVER_SIDE_ACROSS_CONFIGS</li>
<li>Type: bool</li>
<li>Default: false</li>
</ul>
<h4 id="crypt-show-mapping">--crypt-show-mapping</h4>
<p>For all files listed show how the names encrypt.</p>
<p>If this flag is set then for each file that the remote is asked to list, it will log (at level INFO) a line stating the decrypted file name and the encrypted file name.</p>
<p>This is so you can work out which encrypted names are which decrypted names just in case you need to do something with the encrypted file names, or for debugging purposes.</p>
<ul>
<li>Config: show_mapping</li>
<li>Env Var: RCLONE_CRYPT_SHOW_MAPPING</li>
<li>Type: bool</li>
<li>Default: false</li>
</ul>
2021-03-31 20:12:08 +02:00
<h4 id="crypt-no-data-encryption">--crypt-no-data-encryption</h4>
<p>Option to either encrypt file data or leave it unencrypted.</p>
<ul>
<li>Config: no_data_encryption</li>
<li>Env Var: RCLONE_CRYPT_NO_DATA_ENCRYPTION</li>
<li>Type: bool</li>
<li>Default: false</li>
<li>Examples:
<ul>
<li>"true"
<ul>
<li>Don't encrypt file data, leave it unencrypted.</li>
</ul></li>
<li>"false"
<ul>
<li>Encrypt file data.</li>
</ul></li>
</ul></li>
</ul>
2021-02-02 14:42:35 +01:00
<h3 id="backend-commands-2">Backend commands</h3>
<p>Here are the commands specific to the crypt backend.</p>
<p>Run them with</p>
<pre><code>rclone backend COMMAND remote:</code></pre>
<p>The help below will explain what arguments each command takes.</p>
<p>See <a href="https://rclone.org/commands/rclone_backend/">the "rclone backend" command</a> for more info on how to pass options and arguments.</p>
<p>These can be run on a running backend using the rc command <a href="https://rclone.org/rc/#backend/command">backend/command</a>.</p>
<h4 id="encode">encode</h4>
<p>Encode the given filename(s)</p>
<pre><code>rclone backend encode remote: [options] [&lt;arguments&gt;+]</code></pre>
<p>This encodes the filenames given as arguments returning a list of strings of the encoded results.</p>
<p>Usage Example:</p>
<pre><code>rclone backend encode crypt: file1 [file2...]
rclone rc backend/command command=encode fs=crypt: file1 [file2...]</code></pre>
<h4 id="decode">decode</h4>
<p>Decode the given filename(s)</p>
<pre><code>rclone backend decode remote: [options] [&lt;arguments&gt;+]</code></pre>
<p>This decodes the filenames given as arguments returning a list of strings of the decoded results. It will return an error if any of the inputs are invalid.</p>
<p>Usage Example:</p>
<pre><code>rclone backend decode crypt: encryptedfile1 [encryptedfile2...]
rclone rc backend/command command=decode fs=crypt: encryptedfile1 [encryptedfile2...]</code></pre>
<h2 id="backing-up-a-crypted-remote">Backing up a crypted remote</h2>
<p>If you wish to backup a crypted remote, it is recommended that you use <code>rclone sync</code> on the encrypted files, and make sure the passwords are the same in the new encrypted remote.</p>
<p>This will have the following advantages</p>
<ul>
<li><code>rclone sync</code> will check the checksums while copying</li>
<li>you can use <code>rclone check</code> between the encrypted remotes</li>
<li>you don't decrypt and encrypt unnecessarily</li>
</ul>
<p>For example, let's say you have your original remote at <code>remote:</code> with the encrypted version at <code>eremote:</code> with path <code>remote:crypt</code>. You would then set up the new remote <code>remote2:</code> and then the encrypted version <code>eremote2:</code> with path <code>remote2:crypt</code> using the same passwords as <code>eremote:</code>.</p>
<p>To sync the two remotes you would do</p>
<pre><code>rclone sync -i remote:crypt remote2:crypt</code></pre>
<p>And to check the integrity you would do</p>
<pre><code>rclone check remote:crypt remote2:crypt</code></pre>
<h2 id="file-formats">File formats</h2>
<h3 id="file-encryption">File encryption</h3>
<p>Files are encrypted 1:1 source file to destination object. The file has a header and is divided into chunks.</p>
<h4 id="header-1">Header</h4>
<ul>
<li>8 bytes magic string <code>RCLONE\x00\x00</code></li>
<li>24 bytes Nonce (IV)</li>
</ul>
<p>The initial nonce is generated from the operating systems crypto strong random number generator. The nonce is incremented for each chunk read making sure each nonce is unique for each block written. The chance of a nonce being re-used is minuscule. If you wrote an exabyte of data (10¹⁸ bytes) you would have a probability of approximately 2×10⁻³² of re-using a nonce.</p>
<h4 id="chunk">Chunk</h4>
<p>Each chunk will contain 64kB of data, except for the last one which may have less data. The data chunk is in standard NaCl SecretBox format. SecretBox uses XSalsa20 and Poly1305 to encrypt and authenticate messages.</p>
<p>Each chunk contains:</p>
<ul>
<li>16 Bytes of Poly1305 authenticator</li>
<li>1 - 65536 bytes XSalsa20 encrypted data</li>
</ul>
<p>64k chunk size was chosen as the best performing chunk size (the authenticator takes too much time below this and the performance drops off due to cache effects above this). Note that these chunks are buffered in memory so they can't be too big.</p>
<p>This uses a 32 byte (256 bit key) key derived from the user password.</p>
<h4 id="examples">Examples</h4>
<p>1 byte file will encrypt to</p>
<ul>
<li>32 bytes header</li>
<li>17 bytes data chunk</li>
</ul>
<p>49 bytes total</p>
<p>1MB (1048576 bytes) file will encrypt to</p>
<ul>
<li>32 bytes header</li>
<li>16 chunks of 65568 bytes</li>
</ul>
<p>1049120 bytes total (a 0.05% overhead). This is the overhead for big files.</p>
<h3 id="name-encryption">Name encryption</h3>
<p>File names are encrypted segment by segment - the path is broken up into <code>/</code> separated strings and these are encrypted individually.</p>
<p>File segments are padded using PKCS#7 to a multiple of 16 bytes before encryption.</p>
<p>They are then encrypted with EME using AES with 256 bit key. EME (ECB-Mix-ECB) is a wide-block encryption mode presented in the 2003 paper "A Parallelizable Enciphering Mode" by Halevi and Rogaway.</p>
<p>This makes for deterministic encryption which is what we want - the same filename must encrypt to the same thing otherwise we can't find it on the cloud storage system.</p>
<p>This means that</p>
<ul>
<li>filenames with the same name will encrypt the same</li>
<li>filenames which start the same won't have a common prefix</li>
</ul>
<p>This uses a 32 byte key (256 bits) and a 16 byte (128 bits) IV both of which are derived from the user password.</p>
<p>After encryption they are written out using a modified version of standard <code>base32</code> encoding as described in RFC4648. The standard encoding is modified in two ways:</p>
<ul>
<li>it becomes lower case (no-one likes upper case filenames!)</li>
<li>we strip the padding character <code>=</code></li>
</ul>
<p><code>base32</code> is used rather than the more efficient <code>base64</code> so rclone can be used on case insensitive remotes (e.g. Windows, Amazon Drive).</p>
<h3 id="key-derivation">Key derivation</h3>
<p>Rclone uses <code>scrypt</code> with parameters <code>N=16384, r=8, p=1</code> with an optional user supplied salt (password2) to derive the 32+32+16 = 80 bytes of key material required. If the user doesn't supply a salt then rclone uses an internal one.</p>
<p><code>scrypt</code> makes it impractical to mount a dictionary attack on rclone encrypted data. For full protection against this you should always use a salt.</p>
2021-03-31 20:12:08 +02:00
<h2 id="see-also-73">SEE ALSO</h2>
2021-02-02 14:42:35 +01:00
<ul>
<li><a href="https://rclone.org/commands/rclone_cryptdecode/">rclone cryptdecode</a> - Show forward/reverse mapping of encrypted filenames</li>
</ul>
<h2 id="compress-experimental">Compress (Experimental)</h2>
<h3 id="warning">Warning</h3>
<p>This remote is currently <strong>experimental</strong>. Things may break and data may be lost. Anything you do with this remote is at your own risk. Please understand the risks associated with using experimental code and don't use this remote in critical applications.</p>
<p>The <code>Compress</code> remote adds compression to another remote. It is best used with remotes containing many large compressible files.</p>
<p>To use this remote, all you need to do is specify another remote and a compression mode to use:</p>
<pre><code>Current remotes:
2020-09-02 17:59:04 +02:00
2021-02-02 14:42:35 +01:00
Name Type
==== ====
remote_to_press sometype
2020-09-02 17:59:04 +02:00
2021-02-02 14:42:35 +01:00
e) Edit existing remote
$ rclone config
n) New remote
d) Delete remote
r) Rename remote
c) Copy remote
s) Set configuration password
q) Quit config
e/n/d/r/c/s/q&gt; n
name&gt; compress
...
8 / Compress a remote
\ &quot;compress&quot;
...
Storage&gt; compress
** See help for compress backend at: https://rclone.org/compress/ **
2020-09-02 17:59:04 +02:00
2021-02-02 14:42:35 +01:00
Remote to compress.
Enter a string value. Press Enter for the default (&quot;&quot;).
remote&gt; remote_to_press:subdir
Compression mode.
Enter a string value. Press Enter for the default (&quot;gzip&quot;).
Choose a number from below, or type in your own value
1 / Gzip compression balanced for speed and compression strength.
\ &quot;gzip&quot;
compression_mode&gt; gzip
Edit advanced config? (y/n)
y) Yes
n) No (default)
y/n&gt; n
Remote config
--------------------
[compress]
type = compress
remote = remote_to_press:subdir
compression_mode = gzip
--------------------
y) Yes this is OK (default)
e) Edit this remote
d) Delete this remote
y/e/d&gt; y</code></pre>
<h3 id="compression-modes">Compression Modes</h3>
<p>Currently only gzip compression is supported, it provides a decent balance between speed and strength and is well supported by other application. Compression strength can further be configured via an advanced setting where 0 is no compression and 9 is strongest compression.</p>
<h4 id="filetype">Filetype</h4>
<p>If you open a remote wrapped by press, you will see that there are many files with an extension corresponding to the compression algorithm you chose. These files are standard files that can be opened by various archive programs, but they have some hidden metadata that allows them to be used by rclone. While you may download and decompress these files at will, do <strong>not</strong> manually delete or rename files. Files without correct metadata files will not be recognized by rclone.</p>
<h3 id="file-names">File names</h3>
<p>The compressed files will be named <code>*.###########.gz</code> where <code>*</code> is the base file and the <code>#</code> part is base64 encoded size of the uncompressed file. The file names should not be changed by anything other than the rclone compression backend.</p>
<h3 id="standard-options-10">Standard Options</h3>
<p>Here are the standard options specific to compress (Compress a remote).</p>
<h4 id="compress-remote">--compress-remote</h4>
<p>Remote to compress.</p>
<ul>
<li>Config: remote</li>
<li>Env Var: RCLONE_COMPRESS_REMOTE</li>
<li>Type: string</li>
<li>Default: ""</li>
</ul>
<h4 id="compress-mode">--compress-mode</h4>
<p>Compression mode.</p>
<ul>
<li>Config: mode</li>
<li>Env Var: RCLONE_COMPRESS_MODE</li>
<li>Type: string</li>
<li>Default: "gzip"</li>
<li>Examples:
<ul>
<li>"gzip"
<ul>
<li>Standard gzip compression with fastest parameters.</li>
</ul></li>
</ul></li>
</ul>
<h3 id="advanced-options-9">Advanced Options</h3>
<p>Here are the advanced options specific to compress (Compress a remote).</p>
<h4 id="compress-level">--compress-level</h4>
<p>GZIP compression level (-2 to 9).</p>
<pre><code> Generally -1 (default, equivalent to 5) is recommended.
Levels 1 to 9 increase compressiong at the cost of speed.. Going past 6
generally offers very little return.
Level -2 uses Huffmann encoding only. Only use if you now what you
are doing
Level 0 turns off compression.</code></pre>
<ul>
<li>Config: level</li>
<li>Env Var: RCLONE_COMPRESS_LEVEL</li>
<li>Type: int</li>
<li>Default: -1</li>
</ul>
<h4 id="compress-ram-cache-limit">--compress-ram-cache-limit</h4>
<p>Some remotes don't allow the upload of files with unknown size. In this case the compressed file will need to be cached to determine it's size.</p>
<pre><code> Files smaller than this limit will be cached in RAM, file larger than
this limit will be cached on disk</code></pre>
<ul>
<li>Config: ram_cache_limit</li>
<li>Env Var: RCLONE_COMPRESS_RAM_CACHE_LIMIT</li>
<li>Type: SizeSuffix</li>
<li>Default: 20M</li>
</ul>
<h2 id="dropbox">Dropbox</h2>
<p>Paths are specified as <code>remote:path</code></p>
<p>Dropbox paths may be as deep as required, e.g. <code>remote:directory/subdirectory</code>.</p>
<p>The initial setup for dropbox involves getting a token from Dropbox which you need to do in your browser. <code>rclone config</code> walks you through it.</p>
<p>Here is an example of how to make a remote called <code>remote</code>. First run:</p>
<pre><code> rclone config</code></pre>
<p>This will guide you through an interactive setup process:</p>
<pre><code>n) New remote
d) Delete remote
q) Quit config
e/n/d/q&gt; n
name&gt; remote
Type of storage to configure.
Choose a number from below, or type in your own value
[snip]
XX / Dropbox
\ &quot;dropbox&quot;
[snip]
Storage&gt; dropbox
Dropbox App Key - leave blank normally.
app_key&gt;
Dropbox App Secret - leave blank normally.
app_secret&gt;
Remote config
Please visit:
https://www.dropbox.com/1/oauth2/authorize?client_id=XXXXXXXXXXXXXXX&amp;response_type=code
Enter the code: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX_XXXXXXXXXX
--------------------
[remote]
app_key =
app_secret =
token = XXXXXXXXXXXXXXXXXXXXXXXXXXXXX_XXXX_XXXXXXXXXXXXXXXXXXXXXXXXXXXXX
--------------------
y) Yes this is OK
e) Edit this remote
d) Delete this remote
y/e/d&gt; y</code></pre>
<p>You can then use it like this,</p>
<p>List directories in top level of your dropbox</p>
<pre><code>rclone lsd remote:</code></pre>
<p>List all the files in your dropbox</p>
<pre><code>rclone ls remote:</code></pre>
<p>To copy a local directory to a dropbox directory called backup</p>
<pre><code>rclone copy /home/source remote:backup</code></pre>
<h3 id="dropbox-for-business">Dropbox for business</h3>
<p>Rclone supports Dropbox for business and Team Folders.</p>
<p>When using Dropbox for business <code>remote:</code> and <code>remote:path/to/file</code> will refer to your personal folder.</p>
<p>If you wish to see Team Folders you must use a leading <code>/</code> in the path, so <code>rclone lsd remote:/</code> will refer to the root and show you all Team Folders and your User Folder.</p>
<p>You can then use team folders like this <code>remote:/TeamFolder</code> and <code>remote:/TeamFolder/path/to/file</code>.</p>
<p>A leading <code>/</code> for a Dropbox personal account will do nothing, but it will take an extra HTTP transaction so it should be avoided.</p>
<h3 id="modified-time-and-hashes-4">Modified time and Hashes</h3>
<p>Dropbox supports modified times, but the only way to set a modification time is to re-upload the file.</p>
<p>This means that if you uploaded your data with an older version of rclone which didn't support the v2 API and modified times, rclone will decide to upload all your old data to fix the modification times. If you don't want this to happen use <code>--size-only</code> or <code>--checksum</code> flag to stop it.</p>
<p>Dropbox supports <a href="https://www.dropbox.com/developers/reference/content-hash">its own hash type</a> which is checked for all transfers.</p>
<h4 id="restricted-filename-characters-6">Restricted filename characters</h4>
<table>
<thead>
<tr class="header">
<th>Character</th>
<th style="text-align: center;">Value</th>
<th style="text-align: center;">Replacement</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td>NUL</td>
<td style="text-align: center;">0x00</td>
<td style="text-align: center;"></td>
</tr>
<tr class="even">
<td>/</td>
<td style="text-align: center;">0x2F</td>
<td style="text-align: center;"></td>
</tr>
<tr class="odd">
<td>DEL</td>
<td style="text-align: center;">0x7F</td>
<td style="text-align: center;"></td>
</tr>
<tr class="even">
<td>\</td>
<td style="text-align: center;">0x5C</td>
<td style="text-align: center;"></td>
</tr>
</tbody>
</table>
<p>File names can also not end with the following characters. These only get replaced if they are the last character in the name:</p>
<table>
<thead>
<tr class="header">
<th>Character</th>
<th style="text-align: center;">Value</th>
<th style="text-align: center;">Replacement</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td>SP</td>
<td style="text-align: center;">0x20</td>
<td style="text-align: center;"></td>
</tr>
</tbody>
</table>
<p>Invalid UTF-8 bytes will also be <a href="https://rclone.org/overview/#invalid-utf8">replaced</a>, as they can't be used in JSON strings.</p>
<h3 id="standard-options-11">Standard Options</h3>
<p>Here are the standard options specific to dropbox (Dropbox).</p>
<h4 id="dropbox-client-id">--dropbox-client-id</h4>
<p>OAuth Client Id Leave blank normally.</p>
<ul>
<li>Config: client_id</li>
<li>Env Var: RCLONE_DROPBOX_CLIENT_ID</li>
<li>Type: string</li>
<li>Default: ""</li>
</ul>
<h4 id="dropbox-client-secret">--dropbox-client-secret</h4>
<p>OAuth Client Secret Leave blank normally.</p>
<ul>
<li>Config: client_secret</li>
<li>Env Var: RCLONE_DROPBOX_CLIENT_SECRET</li>
<li>Type: string</li>
<li>Default: ""</li>
</ul>
<h3 id="advanced-options-10">Advanced Options</h3>
<p>Here are the advanced options specific to dropbox (Dropbox).</p>
<h4 id="dropbox-token">--dropbox-token</h4>
<p>OAuth Access Token as a JSON blob.</p>
<ul>
<li>Config: token</li>
<li>Env Var: RCLONE_DROPBOX_TOKEN</li>
<li>Type: string</li>
<li>Default: ""</li>
</ul>
<h4 id="dropbox-auth-url">--dropbox-auth-url</h4>
<p>Auth server URL. Leave blank to use the provider defaults.</p>
<ul>
<li>Config: auth_url</li>
<li>Env Var: RCLONE_DROPBOX_AUTH_URL</li>
<li>Type: string</li>
<li>Default: ""</li>
</ul>
<h4 id="dropbox-token-url">--dropbox-token-url</h4>
<p>Token server url. Leave blank to use the provider defaults.</p>
<ul>
<li>Config: token_url</li>
<li>Env Var: RCLONE_DROPBOX_TOKEN_URL</li>
<li>Type: string</li>
<li>Default: ""</li>
</ul>
<h4 id="dropbox-chunk-size">--dropbox-chunk-size</h4>
<p>Upload chunk size. (&lt; 150M).</p>
<p>Any files larger than this will be uploaded in chunks of this size.</p>
<p>Note that chunks are buffered in memory (one at a time) so rclone can deal with retries. Setting this larger will increase the speed slightly (at most 10% for 128MB in tests) at the cost of using more memory. It can be set smaller if you are tight on memory.</p>
<ul>
<li>Config: chunk_size</li>
<li>Env Var: RCLONE_DROPBOX_CHUNK_SIZE</li>
<li>Type: SizeSuffix</li>
<li>Default: 48M</li>
</ul>
<h4 id="dropbox-impersonate">--dropbox-impersonate</h4>
<p>Impersonate this user when using a business account.</p>
2021-03-31 20:12:08 +02:00
<p>Note that if you want to use impersonate, you should make sure this flag is set when running "rclone config" as this will cause rclone to request the "members.read" scope which it won't normally. This is needed to lookup a members email address into the internal ID that dropbox uses in the API.</p>
<p>Using the "members.read" scope will require a Dropbox Team Admin to approve during the OAuth flow.</p>
<p>You will have to use your own App (setting your own client_id and client_secret) to use this option as currently rclone's default set of permissions doesn't include "members.read". This can be added once v1.55 or later is in use everywhere.</p>
2021-02-02 14:42:35 +01:00
<ul>
<li>Config: impersonate</li>
<li>Env Var: RCLONE_DROPBOX_IMPERSONATE</li>
<li>Type: string</li>
<li>Default: ""</li>
</ul>
<h4 id="dropbox-shared-files">--dropbox-shared-files</h4>
<p>Instructs rclone to work on individual shared files.</p>
<p>In this mode rclone's features are extremely limited - only list (ls, lsl, etc.) operations and read operations (e.g. downloading) are supported in this mode. All other operations will be disabled.</p>
<ul>
<li>Config: shared_files</li>
<li>Env Var: RCLONE_DROPBOX_SHARED_FILES</li>
<li>Type: bool</li>
<li>Default: false</li>
</ul>
<h4 id="dropbox-shared-folders">--dropbox-shared-folders</h4>
<p>Instructs rclone to work on shared folders.</p>
<p>When this flag is used with no path only the List operation is supported and all available shared folders will be listed. If you specify a path the first part will be interpreted as the name of shared folder. Rclone will then try to mount this shared to the root namespace. On success shared folder rclone proceeds normally. The shared folder is now pretty much a normal folder and all normal operations are supported.</p>
<p>Note that we don't unmount the shared folder afterwards so the --dropbox-shared-folders can be omitted after the first use of a particular shared folder.</p>
<ul>
<li>Config: shared_folders</li>
<li>Env Var: RCLONE_DROPBOX_SHARED_FOLDERS</li>
<li>Type: bool</li>
<li>Default: false</li>
</ul>
<h4 id="dropbox-encoding">--dropbox-encoding</h4>
<p>This sets the encoding for the backend.</p>
<p>See: the <a href="https://rclone.org/overview/#encoding">encoding section in the overview</a> for more info.</p>
<ul>
<li>Config: encoding</li>
<li>Env Var: RCLONE_DROPBOX_ENCODING</li>
<li>Type: MultiEncoder</li>
<li>Default: Slash,BackSlash,Del,RightSpace,InvalidUtf8,Dot</li>
</ul>
<h3 id="limitations-9">Limitations</h3>
<p>Note that Dropbox is case insensitive so you can't have a file called "Hello.doc" and one called "hello.doc".</p>
<p>There are some file names such as <code>thumbs.db</code> which Dropbox can't store. There is a full list of them in the <a href="https://www.dropbox.com/en/help/145">"Ignored Files" section of this document</a>. Rclone will issue an error message <code>File name disallowed - not uploading</code> if it attempts to upload one of those file names, but the sync won't fail.</p>
<p>Some errors may occur if you try to sync copyright-protected files because Dropbox has its own <a href="https://techcrunch.com/2014/03/30/how-dropbox-knows-when-youre-sharing-copyrighted-stuff-without-actually-looking-at-your-stuff/">copyright detector</a> that prevents this sort of file being downloaded. This will return the error <code>ERROR : /path/to/your/file: Failed to copy: failed to open source object: path/restricted_content/.</code></p>
<p>If you have more than 10,000 files in a directory then <code>rclone purge dropbox:dir</code> will return the error <code>Failed to purge: There are too many files involved in this operation</code>. As a work-around do an <code>rclone delete dropbox:dir</code> followed by an <code>rclone rmdir dropbox:dir</code>.</p>
<h3 id="get-your-own-dropbox-app-id">Get your own Dropbox App ID</h3>
<p>When you use rclone with Dropbox in its default configuration you are using rclone's App ID. This is shared between all the rclone users.</p>
<p>Here is how to create your own Dropbox App ID for rclone:</p>
<ol type="1">
<li><p>Log into the <a href="https://www.dropbox.com/developers/apps/create">Dropbox App console</a> with your Dropbox Account (It need not to be the same account as the Dropbox you want to access)</p></li>
<li><p>Choose an API =&gt; Usually this should be <code>Dropbox API</code></p></li>
<li><p>Choose the type of access you want to use =&gt; <code>Full Dropbox</code> or <code>App Folder</code></p></li>
<li><p>Name your App. The app name is global, so you can't use <code>rclone</code> for example</p></li>
<li><p>Click the button <code>Create App</code></p></li>
<li><p>Fill <code>Redirect URIs</code> as <code>http://localhost:53682/</code></p></li>
<li><p>Find the <code>App key</code> and <code>App secret</code> Use these values in rclone config to add a new remote or edit an existing remote.</p></li>
</ol>
<h2 id="enterprise-file-fabric">Enterprise File Fabric</h2>
<p>This backend supports <a href="https://storagemadeeasy.com/about/">Storage Made Easy's Enterprise File Fabric™</a> which provides a software solution to integrate and unify File and Object Storage accessible through a global file system.</p>
<p>The initial setup for the Enterprise File Fabric backend involves getting a token from the the Enterprise File Fabric which you need to do in your browser. <code>rclone config</code> walks you through it.</p>
<p>Here is an example of how to make a remote called <code>remote</code>. First run:</p>
<pre><code> rclone config</code></pre>
<p>This will guide you through an interactive setup process:</p>
<pre><code>No remotes found - make a new one
n) New remote
s) Set configuration password
q) Quit config
n/s/q&gt; n
name&gt; remote
Type of storage to configure.
Enter a string value. Press Enter for the default (&quot;&quot;).
Choose a number from below, or type in your own value
[snip]
XX / Enterprise File Fabric
\ &quot;filefabric&quot;
[snip]
Storage&gt; filefabric
** See help for filefabric backend at: https://rclone.org/filefabric/ **
2020-09-02 17:59:04 +02:00
2021-02-02 14:42:35 +01:00
URL of the Enterprise File Fabric to connect to
Enter a string value. Press Enter for the default (&quot;&quot;).
Choose a number from below, or type in your own value
1 / Storage Made Easy US
\ &quot;https://storagemadeeasy.com&quot;
2 / Storage Made Easy EU
\ &quot;https://eu.storagemadeeasy.com&quot;
3 / Connect to your Enterprise File Fabric
\ &quot;https://yourfabric.smestorage.com&quot;
url&gt; https://yourfabric.smestorage.com/
ID of the root folder
Leave blank normally.
2020-09-02 17:59:04 +02:00
2021-02-02 14:42:35 +01:00
Fill in to make rclone start with directory of a given ID.
2020-09-02 17:59:04 +02:00
2021-02-02 14:42:35 +01:00
Enter a string value. Press Enter for the default (&quot;&quot;).
root_folder_id&gt;
Permanent Authentication Token
2020-09-02 17:59:04 +02:00
2021-02-02 14:42:35 +01:00
A Permanent Authentication Token can be created in the Enterprise File
Fabric, on the users Dashboard under Security, there is an entry
you&#39;ll see called &quot;My Authentication Tokens&quot;. Click the Manage button
to create one.
2020-09-02 17:59:04 +02:00
2021-02-02 14:42:35 +01:00
These tokens are normally valid for several years.
2020-09-02 17:59:04 +02:00
2021-02-02 14:42:35 +01:00
For more info see: https://docs.storagemadeeasy.com/organisationcloud/api-tokens
2020-09-02 17:59:04 +02:00
2021-02-02 14:42:35 +01:00
Enter a string value. Press Enter for the default (&quot;&quot;).
permanent_token&gt; xxxxxxxxxxxxxxx-xxxxxxxxxxxxxxxx
Edit advanced config? (y/n)
y) Yes
n) No (default)
y/n&gt; n
Remote config
--------------------
[remote]
type = filefabric
url = https://yourfabric.smestorage.com/
permanent_token = xxxxxxxxxxxxxxx-xxxxxxxxxxxxxxxx
--------------------
y) Yes this is OK (default)
e) Edit this remote
d) Delete this remote
y/e/d&gt; y</code></pre>
<p>Once configured you can then use <code>rclone</code> like this,</p>
<p>List directories in top level of your Enterprise File Fabric</p>
<pre><code>rclone lsd remote:</code></pre>
<p>List all the files in your Enterprise File Fabric</p>
<pre><code>rclone ls remote:</code></pre>
<p>To copy a local directory to an Enterprise File Fabric directory called backup</p>
<pre><code>rclone copy /home/source remote:backup</code></pre>
<h3 id="modified-time-and-hashes-5">Modified time and hashes</h3>
<p>The Enterprise File Fabric allows modification times to be set on files accurate to 1 second. These will be used to detect whether objects need syncing or not.</p>
<p>The Enterprise File Fabric does not support any data hashes at this time.</p>
<h3 id="restricted-filename-characters-7">Restricted filename characters</h3>
<p>The <a href="https://rclone.org/overview/#restricted-characters">default restricted characters set</a> will be replaced.</p>
<p>Invalid UTF-8 bytes will also be <a href="https://rclone.org/overview/#invalid-utf8">replaced</a>, as they can't be used in JSON strings.</p>
<h3 id="empty-files">Empty files</h3>
<p>Empty files aren't supported by the Enterprise File Fabric. Rclone will therefore upload an empty file as a single space with a mime type of <code>application/vnd.rclone.empty.file</code> and files with that mime type are treated as empty.</p>
<h3 id="root-folder-id-1">Root folder ID</h3>
<p>You can set the <code>root_folder_id</code> for rclone. This is the directory (identified by its <code>Folder ID</code>) that rclone considers to be the root of your Enterprise File Fabric.</p>
<p>Normally you will leave this blank and rclone will determine the correct root to use itself.</p>
<p>However you can set this to restrict rclone to a specific folder hierarchy.</p>
<p>In order to do this you will have to find the <code>Folder ID</code> of the directory you wish rclone to display. These aren't displayed in the web interface, but you can use <code>rclone lsf</code> to find them, for example</p>
<pre><code>$ rclone lsf --dirs-only -Fip --csv filefabric:
120673758,Burnt PDFs/
120673759,My Quick Uploads/
120673755,My Syncs/
120673756,My backups/
120673757,My contacts/
120673761,S3 Storage/</code></pre>
<p>The ID for "S3 Storage" would be <code>120673761</code>.</p>
<h3 id="standard-options-12">Standard Options</h3>
<p>Here are the standard options specific to filefabric (Enterprise File Fabric).</p>
<h4 id="filefabric-url">--filefabric-url</h4>
<p>URL of the Enterprise File Fabric to connect to</p>
<ul>
<li>Config: url</li>
<li>Env Var: RCLONE_FILEFABRIC_URL</li>
<li>Type: string</li>
<li>Default: ""</li>
<li>Examples:
<ul>
<li>"https://storagemadeeasy.com"
<ul>
<li>Storage Made Easy US</li>
</ul></li>
<li>"https://eu.storagemadeeasy.com"
<ul>
<li>Storage Made Easy EU</li>
</ul></li>
<li>"https://yourfabric.smestorage.com"
<ul>
<li>Connect to your Enterprise File Fabric</li>
</ul></li>
</ul></li>
</ul>
<h4 id="filefabric-root-folder-id">--filefabric-root-folder-id</h4>
<p>ID of the root folder Leave blank normally.</p>
<p>Fill in to make rclone start with directory of a given ID.</p>
<ul>
<li>Config: root_folder_id</li>
<li>Env Var: RCLONE_FILEFABRIC_ROOT_FOLDER_ID</li>
<li>Type: string</li>
<li>Default: ""</li>
</ul>
<h4 id="filefabric-permanent-token">--filefabric-permanent-token</h4>
<p>Permanent Authentication Token</p>
<p>A Permanent Authentication Token can be created in the Enterprise File Fabric, on the users Dashboard under Security, there is an entry you'll see called "My Authentication Tokens". Click the Manage button to create one.</p>
<p>These tokens are normally valid for several years.</p>
<p>For more info see: https://docs.storagemadeeasy.com/organisationcloud/api-tokens</p>
<ul>
<li>Config: permanent_token</li>
<li>Env Var: RCLONE_FILEFABRIC_PERMANENT_TOKEN</li>
<li>Type: string</li>
<li>Default: ""</li>
</ul>
<h3 id="advanced-options-11">Advanced Options</h3>
<p>Here are the advanced options specific to filefabric (Enterprise File Fabric).</p>
<h4 id="filefabric-token">--filefabric-token</h4>
<p>Session Token</p>
<p>This is a session token which rclone caches in the config file. It is usually valid for 1 hour.</p>
<p>Don't set this value - rclone will set it automatically.</p>
<ul>
<li>Config: token</li>
<li>Env Var: RCLONE_FILEFABRIC_TOKEN</li>
<li>Type: string</li>
<li>Default: ""</li>
</ul>
<h4 id="filefabric-token-expiry">--filefabric-token-expiry</h4>
<p>Token expiry time</p>
<p>Don't set this value - rclone will set it automatically.</p>
<ul>
<li>Config: token_expiry</li>
<li>Env Var: RCLONE_FILEFABRIC_TOKEN_EXPIRY</li>
<li>Type: string</li>
<li>Default: ""</li>
</ul>
<h4 id="filefabric-version">--filefabric-version</h4>
<p>Version read from the file fabric</p>
<p>Don't set this value - rclone will set it automatically.</p>
<ul>
<li>Config: version</li>
<li>Env Var: RCLONE_FILEFABRIC_VERSION</li>
<li>Type: string</li>
<li>Default: ""</li>
</ul>
<h4 id="filefabric-encoding">--filefabric-encoding</h4>
<p>This sets the encoding for the backend.</p>
<p>See: the <a href="https://rclone.org/overview/#encoding">encoding section in the overview</a> for more info.</p>
<ul>
<li>Config: encoding</li>
<li>Env Var: RCLONE_FILEFABRIC_ENCODING</li>
<li>Type: MultiEncoder</li>
<li>Default: Slash,Del,Ctl,InvalidUtf8,Dot</li>
</ul>
<h2 id="ftp">FTP</h2>
<p>FTP is the File Transfer Protocol. Rclone FTP support is provided using the <a href="https://godoc.org/github.com/jlaffaye/ftp">github.com/jlaffaye/ftp</a> package.</p>
<p><a href="#Limitations">Limitations of Rclone's FTP backend</a></p>
<p>Paths are specified as <code>remote:path</code>. If the path does not begin with a <code>/</code> it is relative to the home directory of the user. An empty path <code>remote:</code> refers to the user's home directory.</p>
<p>To create an FTP configuration named <code>remote</code>, run</p>
<pre><code>rclone config</code></pre>
<p>Rclone config guides you through an interactive setup process. A minimal rclone FTP remote definition only requires host, username and password. For an anonymous FTP server, use <code>anonymous</code> as username and your email address as password.</p>
<pre><code>No remotes found - make a new one
n) New remote
r) Rename remote
c) Copy remote
s) Set configuration password
q) Quit config
n/r/c/s/q&gt; n
name&gt; remote
Type of storage to configure.
Enter a string value. Press Enter for the default (&quot;&quot;).
Choose a number from below, or type in your own value
[snip]
XX / FTP Connection
\ &quot;ftp&quot;
[snip]
Storage&gt; ftp
** See help for ftp backend at: https://rclone.org/ftp/ **
2020-09-02 17:59:04 +02:00
FTP host to connect to
2021-02-02 14:42:35 +01:00
Enter a string value. Press Enter for the default (&quot;&quot;).
Choose a number from below, or type in your own value
1 / Connect to ftp.example.com
\ &quot;ftp.example.com&quot;
host&gt; ftp.example.com
2020-09-02 17:59:04 +02:00
FTP username, leave blank for current username, $USER
2021-02-02 14:42:35 +01:00
Enter a string value. Press Enter for the default (&quot;&quot;).
user&gt;
2020-09-02 17:59:04 +02:00
FTP port, leave blank to use default (21)
2021-02-02 14:42:35 +01:00
Enter a string value. Press Enter for the default (&quot;&quot;).
port&gt;
2020-09-02 17:59:04 +02:00
FTP password
2021-02-02 14:42:35 +01:00
y) Yes type in my own password
g) Generate random password
y/g&gt; y
Enter the password:
password:
Confirm the password:
password:
Use FTP over TLS (Implicit)
Enter a boolean value (true or false). Press Enter for the default (&quot;false&quot;).
tls&gt;
2020-09-02 17:59:04 +02:00
Use FTP over TLS (Explicit)
2021-02-02 14:42:35 +01:00
Enter a boolean value (true or false). Press Enter for the default (&quot;false&quot;).
explicit_tls&gt;
Remote config
--------------------
[remote]
type = ftp
host = ftp.example.com
pass = *** ENCRYPTED ***
--------------------
y) Yes this is OK
e) Edit this remote
d) Delete this remote
y/e/d&gt; y</code></pre>
<p>To see all directories in the home directory of <code>remote</code></p>
<pre><code>rclone lsd remote:</code></pre>
<p>Make a new directory</p>
<pre><code>rclone mkdir remote:path/to/directory</code></pre>
<p>List the contents of a directory</p>
<pre><code>rclone ls remote:path/to/directory</code></pre>
<p>Sync <code>/home/local/directory</code> to the remote directory, deleting any excess files in the directory.</p>
<pre><code>rclone sync -i /home/local/directory remote:directory</code></pre>
<h3 id="example-without-a-config-file">Example without a config file</h3>
<pre><code>rclone lsf :ftp: --ftp-host=speedtest.tele2.net --ftp-user=anonymous --ftp-pass=`rclone obscure dummy`</code></pre>
<h3 id="implicit-tls">Implicit TLS</h3>
2021-03-31 20:12:08 +02:00
<p>Rlone FTP supports implicit FTP over TLS servers (FTPS). This has to be enabled in the FTP backend config for the remote, or with <a href="#ftp-tls"><code>--ftp-tls</code></a>. The default FTPS port is <code>990</code>, not <code>21</code> and can be set with <a href="#ftp-port"><code>--ftp-port</code></a>.</p>
2021-02-02 14:42:35 +01:00
<h3 id="standard-options-13">Standard Options</h3>
<p>Here are the standard options specific to ftp (FTP Connection).</p>
<h4 id="ftp-host">--ftp-host</h4>
<p>FTP host to connect to</p>
<ul>
<li>Config: host</li>
<li>Env Var: RCLONE_FTP_HOST</li>
<li>Type: string</li>
<li>Default: ""</li>
<li>Examples:
<ul>
<li>"ftp.example.com"
<ul>
<li>Connect to ftp.example.com</li>
</ul></li>
</ul></li>
</ul>
<h4 id="ftp-user">--ftp-user</h4>
<p>FTP username, leave blank for current username, $USER</p>
<ul>
<li>Config: user</li>
<li>Env Var: RCLONE_FTP_USER</li>
<li>Type: string</li>
<li>Default: ""</li>
</ul>
<h4 id="ftp-port">--ftp-port</h4>
<p>FTP port, leave blank to use default (21)</p>
<ul>
<li>Config: port</li>
<li>Env Var: RCLONE_FTP_PORT</li>
<li>Type: string</li>
<li>Default: ""</li>
</ul>
<h4 id="ftp-pass">--ftp-pass</h4>
<p>FTP password</p>
<p><strong>NB</strong> Input to this must be obscured - see <a href="https://rclone.org/commands/rclone_obscure/">rclone obscure</a>.</p>
<ul>
<li>Config: pass</li>
<li>Env Var: RCLONE_FTP_PASS</li>
<li>Type: string</li>
<li>Default: ""</li>
</ul>
<h4 id="ftp-tls">--ftp-tls</h4>
<p>Use Implicit FTPS (FTP over TLS) When using implicit FTP over TLS the client connects using TLS right from the start which breaks compatibility with non-TLS-aware servers. This is usually served over port 990 rather than port 21. Cannot be used in combination with explicit FTP.</p>
<ul>
<li>Config: tls</li>
<li>Env Var: RCLONE_FTP_TLS</li>
<li>Type: bool</li>
<li>Default: false</li>
</ul>
<h4 id="ftp-explicit-tls">--ftp-explicit-tls</h4>
<p>Use Explicit FTPS (FTP over TLS) When using explicit FTP over TLS the client explicitly requests security from the server in order to upgrade a plain text connection to an encrypted one. Cannot be used in combination with implicit FTP.</p>
<ul>
<li>Config: explicit_tls</li>
<li>Env Var: RCLONE_FTP_EXPLICIT_TLS</li>
<li>Type: bool</li>
<li>Default: false</li>
</ul>
<h3 id="advanced-options-12">Advanced Options</h3>
<p>Here are the advanced options specific to ftp (FTP Connection).</p>
<h4 id="ftp-concurrency">--ftp-concurrency</h4>
<p>Maximum number of FTP simultaneous connections, 0 for unlimited</p>
<ul>
<li>Config: concurrency</li>
<li>Env Var: RCLONE_FTP_CONCURRENCY</li>
<li>Type: int</li>
<li>Default: 0</li>
</ul>
<h4 id="ftp-no-check-certificate">--ftp-no-check-certificate</h4>
<p>Do not verify the TLS certificate of the server</p>
<ul>
<li>Config: no_check_certificate</li>
<li>Env Var: RCLONE_FTP_NO_CHECK_CERTIFICATE</li>
<li>Type: bool</li>
<li>Default: false</li>
</ul>
<h4 id="ftp-disable-epsv">--ftp-disable-epsv</h4>
<p>Disable using EPSV even if server advertises support</p>
<ul>
<li>Config: disable_epsv</li>
<li>Env Var: RCLONE_FTP_DISABLE_EPSV</li>
<li>Type: bool</li>
<li>Default: false</li>
</ul>
<h4 id="ftp-disable-mlsd">--ftp-disable-mlsd</h4>
<p>Disable using MLSD even if server advertises support</p>
<ul>
<li>Config: disable_mlsd</li>
<li>Env Var: RCLONE_FTP_DISABLE_MLSD</li>
<li>Type: bool</li>
<li>Default: false</li>
</ul>
2021-03-31 20:12:08 +02:00
<h4 id="ftp-idle-timeout">--ftp-idle-timeout</h4>
<p>Max time before closing idle connections</p>
<p>If no connections have been returned to the connection pool in the time given, rclone will empty the connection pool.</p>
<p>Set to 0 to keep connections indefinitely.</p>
<ul>
<li>Config: idle_timeout</li>
<li>Env Var: RCLONE_FTP_IDLE_TIMEOUT</li>
<li>Type: Duration</li>
<li>Default: 1m0s</li>
</ul>
<h4 id="ftp-close-timeout">--ftp-close-timeout</h4>
<p>Maximum time to wait for a response to close.</p>
<ul>
<li>Config: close_timeout</li>
<li>Env Var: RCLONE_FTP_CLOSE_TIMEOUT</li>
<li>Type: Duration</li>
<li>Default: 1m0s</li>
</ul>
2021-02-02 14:42:35 +01:00
<h4 id="ftp-encoding">--ftp-encoding</h4>
<p>This sets the encoding for the backend.</p>
<p>See: the <a href="https://rclone.org/overview/#encoding">encoding section in the overview</a> for more info.</p>
<ul>
<li>Config: encoding</li>
<li>Env Var: RCLONE_FTP_ENCODING</li>
<li>Type: MultiEncoder</li>
<li>Default: Slash,Del,Ctl,RightSpace,Dot</li>
</ul>
<h3 id="limitations-10">Limitations</h3>
<p>Modified times are not supported. Times you see on the FTP server through rclone are those of upload.</p>
<p>Rclone's FTP backend does not support any checksums but can compare file sizes.</p>
<p><code>rclone about</code> is not supported by the FTP backend. Backends without this capability cannot determine free space for an rclone mount or use policy <code>mfs</code> (most free space) as a member of an rclone union remote.</p>
<p>See <a href="https://rclone.org/overview/#optional-features">List of backends that do not support rclone about</a> See <a href="https://rclone.org/commands/rclone_about/">rclone about</a></p>
<p>The implementation of : <code>--dump headers</code>, <code>--dump bodies</code>, <code>--dump auth</code> for debugging isn't the same as for rclone HTTP based backends - it has less fine grained control.</p>
<p><code>--timeout</code> isn't supported (but <code>--contimeout</code> is).</p>
<p><code>--bind</code> isn't supported.</p>
<p>Rclone's FTP backend could support server-side move but does not at present.</p>
<p>The <code>ftp_proxy</code> environment variable is not currently supported.</p>
<p>FTP servers acting as rclone remotes must support 'passive' mode. Rclone's FTP implementation is not compatible with 'active' mode.</p>
<h4 id="restricted-filename-characters-8">Restricted filename characters</h4>
<p>In addition to the <a href="https://rclone.org/overview/#restricted-characters">default restricted characters set</a> the following characters are also replaced:</p>
<p>File names cannot end with the following characters. Repacement is limited to the last character in a file name:</p>
<table>
<thead>
<tr class="header">
<th>Character</th>
<th style="text-align: center;">Value</th>
<th style="text-align: center;">Replacement</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td>SP</td>
<td style="text-align: center;">0x20</td>
<td style="text-align: center;"></td>
</tr>
</tbody>
</table>
<p>Not all FTP servers can have all characters in file names, for example:</p>
<table>
<thead>
<tr class="header">
<th>FTP Server</th>
<th style="text-align: center;">Forbidden characters</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td>proftpd</td>
<td style="text-align: center;"><code>*</code></td>
</tr>
<tr class="even">
<td>pureftpd</td>
<td style="text-align: center;"><code>\ [ ]</code></td>
</tr>
</tbody>
</table>
<h2 id="google-cloud-storage">Google Cloud Storage</h2>
<p>Paths are specified as <code>remote:bucket</code> (or <code>remote:</code> for the <code>lsd</code> command.) You may put subdirectories in too, e.g. <code>remote:bucket/path/to/dir</code>.</p>
<p>The initial setup for google cloud storage involves getting a token from Google Cloud Storage which you need to do in your browser. <code>rclone config</code> walks you through it.</p>
<p>Here is an example of how to make a remote called <code>remote</code>. First run:</p>
<pre><code> rclone config</code></pre>
<p>This will guide you through an interactive setup process:</p>
<pre><code>n) New remote
d) Delete remote
q) Quit config
e/n/d/q&gt; n
name&gt; remote
Type of storage to configure.
Choose a number from below, or type in your own value
[snip]
XX / Google Cloud Storage (this is not Google Drive)
\ &quot;google cloud storage&quot;
[snip]
Storage&gt; google cloud storage
Google Application Client Id - leave blank normally.
client_id&gt;
Google Application Client Secret - leave blank normally.
client_secret&gt;
Project number optional - needed only for list/create/delete buckets - see your developer console.
project_number&gt; 12345678
Service Account Credentials JSON file path - needed only if you want use SA instead of interactive login.
service_account_file&gt;
Access Control List for new objects.
Choose a number from below, or type in your own value
1 / Object owner gets OWNER access, and all Authenticated Users get READER access.
\ &quot;authenticatedRead&quot;
2 / Object owner gets OWNER access, and project team owners get OWNER access.
\ &quot;bucketOwnerFullControl&quot;
3 / Object owner gets OWNER access, and project team owners get READER access.
\ &quot;bucketOwnerRead&quot;
4 / Object owner gets OWNER access [default if left blank].
\ &quot;private&quot;
5 / Object owner gets OWNER access, and project team members get access according to their roles.
\ &quot;projectPrivate&quot;
6 / Object owner gets OWNER access, and all Users get READER access.
\ &quot;publicRead&quot;
object_acl&gt; 4
Access Control List for new buckets.
Choose a number from below, or type in your own value
1 / Project team owners get OWNER access, and all Authenticated Users get READER access.
\ &quot;authenticatedRead&quot;
2 / Project team owners get OWNER access [default if left blank].
\ &quot;private&quot;
3 / Project team members get access according to their roles.
\ &quot;projectPrivate&quot;
4 / Project team owners get OWNER access, and all Users get READER access.
\ &quot;publicRead&quot;
5 / Project team owners get OWNER access, and all Users get WRITER access.
\ &quot;publicReadWrite&quot;
bucket_acl&gt; 2
Location for the newly created buckets.
Choose a number from below, or type in your own value
1 / Empty for default location (US).
\ &quot;&quot;
2 / Multi-regional location for Asia.
\ &quot;asia&quot;
3 / Multi-regional location for Europe.
\ &quot;eu&quot;
4 / Multi-regional location for United States.
\ &quot;us&quot;
5 / Taiwan.
\ &quot;asia-east1&quot;
6 / Tokyo.
\ &quot;asia-northeast1&quot;
7 / Singapore.
\ &quot;asia-southeast1&quot;
8 / Sydney.
\ &quot;australia-southeast1&quot;
9 / Belgium.
\ &quot;europe-west1&quot;
10 / London.
\ &quot;europe-west2&quot;
11 / Iowa.
\ &quot;us-central1&quot;
12 / South Carolina.
\ &quot;us-east1&quot;
13 / Northern Virginia.
\ &quot;us-east4&quot;
14 / Oregon.
\ &quot;us-west1&quot;
location&gt; 12
The storage class to use when storing objects in Google Cloud Storage.
Choose a number from below, or type in your own value
1 / Default
\ &quot;&quot;
2 / Multi-regional storage class
\ &quot;MULTI_REGIONAL&quot;
3 / Regional storage class
\ &quot;REGIONAL&quot;
4 / Nearline storage class
\ &quot;NEARLINE&quot;
5 / Coldline storage class
\ &quot;COLDLINE&quot;
6 / Durable reduced availability storage class
\ &quot;DURABLE_REDUCED_AVAILABILITY&quot;
storage_class&gt; 5
Remote config
Use auto config?
* Say Y if not sure
* Say N if you are working on a remote or headless machine or Y didn&#39;t work
y) Yes
n) No
y/n&gt; y
If your browser doesn&#39;t open automatically go to the following link: http://127.0.0.1:53682/auth
Log in and authorize rclone for access
Waiting for code...
Got code
--------------------
[remote]
type = google cloud storage
client_id =
client_secret =
token = {&quot;AccessToken&quot;:&quot;xxxx.xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx&quot;,&quot;RefreshToken&quot;:&quot;x/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx_xxxxxxxxx&quot;,&quot;Expiry&quot;:&quot;2014-07-17T20:49:14.929208288+01:00&quot;,&quot;Extra&quot;:null}
project_number = 12345678
object_acl = private
bucket_acl = private
--------------------
y) Yes this is OK
e) Edit this remote
d) Delete this remote
y/e/d&gt; y</code></pre>
<p>Note that rclone runs a webserver on your local machine to collect the token as returned from Google if you use auto config mode. This only runs from the moment it opens your browser to the moment you get back the verification code. This is on <code>http://127.0.0.1:53682/</code> and this it may require you to unblock it temporarily if you are running a host firewall, or use manual mode.</p>
<p>This remote is called <code>remote</code> and can now be used like this</p>
<p>See all the buckets in your project</p>
<pre><code>rclone lsd remote:</code></pre>
<p>Make a new bucket</p>
<pre><code>rclone mkdir remote:bucket</code></pre>
<p>List the contents of a bucket</p>
<pre><code>rclone ls remote:bucket</code></pre>
<p>Sync <code>/home/local/directory</code> to the remote bucket, deleting any excess files in the bucket.</p>
<pre><code>rclone sync -i /home/local/directory remote:bucket</code></pre>
<h3 id="service-account-support">Service Account support</h3>
<p>You can set up rclone with Google Cloud Storage in an unattended mode, i.e. not tied to a specific end-user Google account. This is useful when you want to synchronise files onto machines that don't have actively logged-in users, for example build machines.</p>
<p>To get credentials for Google Cloud Platform <a href="https://cloud.google.com/iam/docs/service-accounts">IAM Service Accounts</a>, please head to the <a href="https://console.cloud.google.com/permissions/serviceaccounts">Service Account</a> section of the Google Developer Console. Service Accounts behave just like normal <code>User</code> permissions in <a href="https://cloud.google.com/storage/docs/access-control">Google Cloud Storage ACLs</a>, so you can limit their access (e.g. make them read only). After creating an account, a JSON file containing the Service Account's credentials will be downloaded onto your machines. These credentials are what rclone will use for authentication.</p>
<p>To use a Service Account instead of OAuth2 token flow, enter the path to your Service Account credentials at the <code>service_account_file</code> prompt and rclone won't use the browser based authentication flow. If you'd rather stuff the contents of the credentials file into the rclone config file, you can set <code>service_account_credentials</code> with the actual contents of the file instead, or set the equivalent environment variable.</p>
<h3 id="anonymous-access">Anonymous Access</h3>
<p>For downloads of objects that permit public access you can configure rclone to use anonymous access by setting <code>anonymous</code> to <code>true</code>. With unauthorized access you can't write or create files but only read or list those buckets and objects that have public read access.</p>
<h3 id="application-default-credentials">Application Default Credentials</h3>
<p>If no other source of credentials is provided, rclone will fall back to <a href="https://cloud.google.com/video-intelligence/docs/common/auth#authenticating_with_application_default_credentials">Application Default Credentials</a> this is useful both when you already have configured authentication for your developer account, or in production when running on a google compute host. Note that if running in docker, you may need to run additional commands on your google compute machine - <a href="https://cloud.google.com/container-registry/docs/advanced-authentication#gcloud_as_a_docker_credential_helper">see this page</a>.</p>
<p>Note that in the case application default credentials are used, there is no need to explicitly configure a project number.</p>
<h3 id="fast-list-2">--fast-list</h3>
<p>This remote supports <code>--fast-list</code> which allows you to use fewer transactions in exchange for more memory. See the <a href="https://rclone.org/docs/#fast-list">rclone docs</a> for more details.</p>
<h3 id="custom-upload-headers">Custom upload headers</h3>
<p>You can set custom upload headers with the <code>--header-upload</code> flag. Google Cloud Storage supports the headers as described in the <a href="https://cloud.google.com/storage/docs/gsutil/addlhelp/WorkingWithObjectMetadata">working with metadata documentation</a></p>
<ul>
<li>Cache-Control</li>
<li>Content-Disposition</li>
<li>Content-Encoding</li>
<li>Content-Language</li>
<li>Content-Type</li>
<li>X-Goog-Storage-Class</li>
<li>X-Goog-Meta-</li>
</ul>
<p>Eg <code>--header-upload "Content-Type text/potato"</code></p>
<p>Note that the last of these is for setting custom metadata in the form <code>--header-upload "x-goog-meta-key: value"</code></p>
<h3 id="modified-time-3">Modified time</h3>
<p>Google google cloud storage stores md5sums natively and rclone stores modification times as metadata on the object, under the "mtime" key in RFC3339 format accurate to 1ns.</p>
<h4 id="restricted-filename-characters-9">Restricted filename characters</h4>
<table>
<thead>
<tr class="header">
<th>Character</th>
<th style="text-align: center;">Value</th>
<th style="text-align: center;">Replacement</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td>NUL</td>
<td style="text-align: center;">0x00</td>
<td style="text-align: center;"></td>
</tr>
<tr class="even">
<td>LF</td>
<td style="text-align: center;">0x0A</td>
<td style="text-align: center;"></td>
</tr>
<tr class="odd">
<td>CR</td>
<td style="text-align: center;">0x0D</td>
<td style="text-align: center;"></td>
</tr>
<tr class="even">
<td>/</td>
<td style="text-align: center;">0x2F</td>
<td style="text-align: center;"></td>
</tr>
</tbody>
</table>
<p>Invalid UTF-8 bytes will also be <a href="https://rclone.org/overview/#invalid-utf8">replaced</a>, as they can't be used in JSON strings.</p>
<h3 id="standard-options-14">Standard Options</h3>
<p>Here are the standard options specific to google cloud storage (Google Cloud Storage (this is not Google Drive)).</p>
<h4 id="gcs-client-id">--gcs-client-id</h4>
<p>OAuth Client Id Leave blank normally.</p>
<ul>
<li>Config: client_id</li>
<li>Env Var: RCLONE_GCS_CLIENT_ID</li>
<li>Type: string</li>
<li>Default: ""</li>
</ul>
<h4 id="gcs-client-secret">--gcs-client-secret</h4>
<p>OAuth Client Secret Leave blank normally.</p>
<ul>
<li>Config: client_secret</li>
<li>Env Var: RCLONE_GCS_CLIENT_SECRET</li>
<li>Type: string</li>
<li>Default: ""</li>
</ul>
<h4 id="gcs-project-number">--gcs-project-number</h4>
<p>Project number. Optional - needed only for list/create/delete buckets - see your developer console.</p>
<ul>
<li>Config: project_number</li>
<li>Env Var: RCLONE_GCS_PROJECT_NUMBER</li>
<li>Type: string</li>
<li>Default: ""</li>
</ul>
<h4 id="gcs-service-account-file">--gcs-service-account-file</h4>
<p>Service Account Credentials JSON file path Leave blank normally. Needed only if you want use SA instead of interactive login.</p>
<p>Leading <code>~</code> will be expanded in the file name as will environment variables such as <code>${RCLONE_CONFIG_DIR}</code>.</p>
<ul>
<li>Config: service_account_file</li>
<li>Env Var: RCLONE_GCS_SERVICE_ACCOUNT_FILE</li>
<li>Type: string</li>
<li>Default: ""</li>
</ul>
<h4 id="gcs-service-account-credentials">--gcs-service-account-credentials</h4>
<p>Service Account Credentials JSON blob Leave blank normally. Needed only if you want use SA instead of interactive login.</p>
<ul>
<li>Config: service_account_credentials</li>
<li>Env Var: RCLONE_GCS_SERVICE_ACCOUNT_CREDENTIALS</li>
<li>Type: string</li>
<li>Default: ""</li>
</ul>
<h4 id="gcs-anonymous">--gcs-anonymous</h4>
<p>Access public buckets and objects without credentials Set to 'true' if you just want to download files and don't configure credentials.</p>
<ul>
<li>Config: anonymous</li>
<li>Env Var: RCLONE_GCS_ANONYMOUS</li>
<li>Type: bool</li>
<li>Default: false</li>
</ul>
<h4 id="gcs-object-acl">--gcs-object-acl</h4>
<p>Access Control List for new objects.</p>
<ul>
<li>Config: object_acl</li>
<li>Env Var: RCLONE_GCS_OBJECT_ACL</li>
<li>Type: string</li>
<li>Default: ""</li>
<li>Examples:
<ul>
<li>"authenticatedRead"
<ul>
<li>Object owner gets OWNER access, and all Authenticated Users get READER access.</li>
</ul></li>
<li>"bucketOwnerFullControl"
<ul>
<li>Object owner gets OWNER access, and project team owners get OWNER access.</li>
</ul></li>
<li>"bucketOwnerRead"
<ul>
<li>Object owner gets OWNER access, and project team owners get READER access.</li>
</ul></li>
<li>"private"
<ul>
<li>Object owner gets OWNER access [default if left blank].</li>
</ul></li>
<li>"projectPrivate"
<ul>
<li>Object owner gets OWNER access, and project team members get access according to their roles.</li>
</ul></li>
<li>"publicRead"
<ul>
<li>Object owner gets OWNER access, and all Users get READER access.</li>
</ul></li>
</ul></li>
</ul>
<h4 id="gcs-bucket-acl">--gcs-bucket-acl</h4>
<p>Access Control List for new buckets.</p>
<ul>
<li>Config: bucket_acl</li>
<li>Env Var: RCLONE_GCS_BUCKET_ACL</li>
<li>Type: string</li>
<li>Default: ""</li>
<li>Examples:
<ul>
<li>"authenticatedRead"
<ul>
<li>Project team owners get OWNER access, and all Authenticated Users get READER access.</li>
</ul></li>
<li>"private"
<ul>
<li>Project team owners get OWNER access [default if left blank].</li>
</ul></li>
<li>"projectPrivate"
<ul>
<li>Project team members get access according to their roles.</li>
</ul></li>
<li>"publicRead"
<ul>
<li>Project team owners get OWNER access, and all Users get READER access.</li>
</ul></li>
<li>"publicReadWrite"
<ul>
<li>Project team owners get OWNER access, and all Users get WRITER access.</li>
</ul></li>
</ul></li>
</ul>
<h4 id="gcs-bucket-policy-only">--gcs-bucket-policy-only</h4>
<p>Access checks should use bucket-level IAM policies.</p>
<p>If you want to upload objects to a bucket with Bucket Policy Only set then you will need to set this.</p>
<p>When it is set, rclone:</p>
<ul>
<li>ignores ACLs set on buckets</li>
<li>ignores ACLs set on objects</li>
<li>creates buckets with Bucket Policy Only set</li>
</ul>
<p>Docs: https://cloud.google.com/storage/docs/bucket-policy-only</p>
<ul>
<li>Config: bucket_policy_only</li>
<li>Env Var: RCLONE_GCS_BUCKET_POLICY_ONLY</li>
<li>Type: bool</li>
<li>Default: false</li>
</ul>
<h4 id="gcs-location">--gcs-location</h4>
<p>Location for the newly created buckets.</p>
<ul>
<li>Config: location</li>
<li>Env Var: RCLONE_GCS_LOCATION</li>
<li>Type: string</li>
<li>Default: ""</li>
<li>Examples:
<ul>
<li>""
<ul>
<li>Empty for default location (US).</li>
</ul></li>
<li>"asia"
<ul>
<li>Multi-regional location for Asia.</li>
</ul></li>
<li>"eu"
<ul>
<li>Multi-regional location for Europe.</li>
</ul></li>
<li>"us"
<ul>
<li>Multi-regional location for United States.</li>
</ul></li>
<li>"asia-east1"
<ul>
<li>Taiwan.</li>
</ul></li>
<li>"asia-east2"
<ul>
<li>Hong Kong.</li>
</ul></li>
<li>"asia-northeast1"
<ul>
<li>Tokyo.</li>
</ul></li>
<li>"asia-south1"
<ul>
<li>Mumbai.</li>
</ul></li>
<li>"asia-southeast1"
<ul>
<li>Singapore.</li>
</ul></li>
<li>"australia-southeast1"
<ul>
<li>Sydney.</li>
</ul></li>
<li>"europe-north1"
<ul>
<li>Finland.</li>
</ul></li>
<li>"europe-west1"
<ul>
<li>Belgium.</li>
</ul></li>
<li>"europe-west2"
<ul>
<li>London.</li>
</ul></li>
<li>"europe-west3"
<ul>
<li>Frankfurt.</li>
</ul></li>
<li>"europe-west4"
<ul>
<li>Netherlands.</li>
</ul></li>
<li>"us-central1"
<ul>
<li>Iowa.</li>
</ul></li>
<li>"us-east1"
<ul>
<li>South Carolina.</li>
</ul></li>
<li>"us-east4"
<ul>
<li>Northern Virginia.</li>
</ul></li>
<li>"us-west1"
<ul>
<li>Oregon.</li>
</ul></li>
<li>"us-west2"
<ul>
<li>California.</li>
</ul></li>
</ul></li>
</ul>
<h4 id="gcs-storage-class">--gcs-storage-class</h4>
<p>The storage class to use when storing objects in Google Cloud Storage.</p>
<ul>
<li>Config: storage_class</li>
<li>Env Var: RCLONE_GCS_STORAGE_CLASS</li>
<li>Type: string</li>
<li>Default: ""</li>
<li>Examples:
<ul>
<li>""
<ul>
<li>Default</li>
</ul></li>
<li>"MULTI_REGIONAL"
<ul>
<li>Multi-regional storage class</li>
</ul></li>
<li>"REGIONAL"
<ul>
<li>Regional storage class</li>
</ul></li>
<li>"NEARLINE"
<ul>
<li>Nearline storage class</li>
</ul></li>
<li>"COLDLINE"
<ul>
<li>Coldline storage class</li>
</ul></li>
<li>"ARCHIVE"
2020-02-01 11:31:42 +01:00
<ul>
2021-02-02 14:42:35 +01:00
<li>Archive storage class</li>
</ul></li>
<li>"DURABLE_REDUCED_AVAILABILITY"
<ul>
<li>Durable reduced availability storage class</li>
</ul></li>
</ul></li>
2020-02-01 11:31:42 +01:00
</ul>
2021-02-02 14:42:35 +01:00
<h3 id="advanced-options-13">Advanced Options</h3>
<p>Here are the advanced options specific to google cloud storage (Google Cloud Storage (this is not Google Drive)).</p>
<h4 id="gcs-token">--gcs-token</h4>
<p>OAuth Access Token as a JSON blob.</p>
<ul>
<li>Config: token</li>
<li>Env Var: RCLONE_GCS_TOKEN</li>
<li>Type: string</li>
<li>Default: ""</li>
</ul>
<h4 id="gcs-auth-url">--gcs-auth-url</h4>
<p>Auth server URL. Leave blank to use the provider defaults.</p>
<ul>
<li>Config: auth_url</li>
<li>Env Var: RCLONE_GCS_AUTH_URL</li>
<li>Type: string</li>
<li>Default: ""</li>
</ul>
<h4 id="gcs-token-url">--gcs-token-url</h4>
<p>Token server url. Leave blank to use the provider defaults.</p>
<ul>
<li>Config: token_url</li>
<li>Env Var: RCLONE_GCS_TOKEN_URL</li>
<li>Type: string</li>
<li>Default: ""</li>
</ul>
<h4 id="gcs-encoding">--gcs-encoding</h4>
<p>This sets the encoding for the backend.</p>
<p>See: the <a href="https://rclone.org/overview/#encoding">encoding section in the overview</a> for more info.</p>
<ul>
<li>Config: encoding</li>
<li>Env Var: RCLONE_GCS_ENCODING</li>
<li>Type: MultiEncoder</li>
<li>Default: Slash,CrLf,InvalidUtf8,Dot</li>
</ul>
<h3 id="limitations-11">Limitations</h3>
<p><code>rclone about</code> is not supported by the Google Cloud Storage backend. Backends without this capability cannot determine free space for an rclone mount or use policy <code>mfs</code> (most free space) as a member of an rclone union remote.</p>
<p>See <a href="https://rclone.org/overview/#optional-features">List of backends that do not support rclone about</a> See <a href="https://rclone.org/commands/rclone_about/">rclone about</a></p>
<h2 id="google-drive">Google Drive</h2>
<p>Paths are specified as <code>drive:path</code></p>
<p>Drive paths may be as deep as required, e.g. <code>drive:directory/subdirectory</code>.</p>
<p>The initial setup for drive involves getting a token from Google drive which you need to do in your browser. <code>rclone config</code> walks you through it.</p>
<p>Here is an example of how to make a remote called <code>remote</code>. First run:</p>
<pre><code> rclone config</code></pre>
<p>This will guide you through an interactive setup process:</p>
<pre><code>No remotes found - make a new one
n) New remote
r) Rename remote
c) Copy remote
s) Set configuration password
q) Quit config
n/r/c/s/q&gt; n
name&gt; remote
Type of storage to configure.
Choose a number from below, or type in your own value
[snip]
XX / Google Drive
\ &quot;drive&quot;
[snip]
Storage&gt; drive
Google Application Client Id - leave blank normally.
client_id&gt;
Google Application Client Secret - leave blank normally.
client_secret&gt;
2020-02-01 11:31:42 +01:00
Scope that rclone should use when requesting access from drive.
2021-02-02 14:42:35 +01:00
Choose a number from below, or type in your own value
1 / Full access all files, excluding Application Data Folder.
\ &quot;drive&quot;
2 / Read-only access to file metadata and file contents.
\ &quot;drive.readonly&quot;
/ Access to files created by rclone only.
3 | These are visible in the drive website.
| File authorization is revoked when the user deauthorizes the app.
\ &quot;drive.file&quot;
/ Allows read and write access to the Application Data folder.
4 | This is not visible in the drive website.
\ &quot;drive.appfolder&quot;
/ Allows read-only access to file metadata but
5 | does not allow any access to read or download file content.
\ &quot;drive.metadata.readonly&quot;
scope&gt; 1
ID of the root folder - leave blank normally. Fill in to access &quot;Computers&quot; folders. (see docs).
root_folder_id&gt;
Service Account Credentials JSON file path - needed only if you want use SA instead of interactive login.
service_account_file&gt;
Remote config
Use auto config?
* Say Y if not sure
* Say N if you are working on a remote or headless machine or Y didn&#39;t work
y) Yes
n) No
y/n&gt; y
If your browser doesn&#39;t open automatically go to the following link: http://127.0.0.1:53682/auth
Log in and authorize rclone for access
Waiting for code...
Got code
2021-03-31 20:12:08 +02:00
Configure this as a Shared Drive (Team Drive)?
2021-02-02 14:42:35 +01:00
y) Yes
n) No
y/n&gt; n
--------------------
[remote]
client_id =
client_secret =
scope = drive
root_folder_id =
service_account_file =
token = {&quot;access_token&quot;:&quot;XXX&quot;,&quot;token_type&quot;:&quot;Bearer&quot;,&quot;refresh_token&quot;:&quot;XXX&quot;,&quot;expiry&quot;:&quot;2014-03-16T13:57:58.955387075Z&quot;}
--------------------
y) Yes this is OK
e) Edit this remote
d) Delete this remote
y/e/d&gt; y</code></pre>
<p>Note that rclone runs a webserver on your local machine to collect the token as returned from Google if you use auto config mode. This only runs from the moment it opens your browser to the moment you get back the verification code. This is on <code>http://127.0.0.1:53682/</code> and this it may require you to unblock it temporarily if you are running a host firewall, or use manual mode.</p>
<p>You can then use it like this,</p>
<p>List directories in top level of your drive</p>
<pre><code>rclone lsd remote:</code></pre>
<p>List all the files in your drive</p>
<pre><code>rclone ls remote:</code></pre>
<p>To copy a local directory to a drive directory called backup</p>
<pre><code>rclone copy /home/source remote:backup</code></pre>
<h3 id="scopes">Scopes</h3>
<p>Rclone allows you to select which scope you would like for rclone to use. This changes what type of token is granted to rclone. <a href="https://developers.google.com/drive/v3/web/about-auth">The scopes are defined here</a>.</p>
<p>The scope are</p>
<h4 id="drive">drive</h4>
<p>This is the default scope and allows full access to all files, except for the Application Data Folder (see below).</p>
<p>Choose this one if you aren't sure.</p>
<h4 id="drive.readonly">drive.readonly</h4>
<p>This allows read only access to all files. Files may be listed and downloaded but not uploaded, renamed or deleted.</p>
<h4 id="drive.file">drive.file</h4>
<p>With this scope rclone can read/view/modify only those files and folders it creates.</p>
<p>So if you uploaded files to drive via the web interface (or any other means) they will not be visible to rclone.</p>
<p>This can be useful if you are using rclone to backup data and you want to be sure confidential data on your drive is not visible to rclone.</p>
<p>Files created with this scope are visible in the web interface.</p>
<h4 id="drive.appfolder">drive.appfolder</h4>
<p>This gives rclone its own private area to store files. Rclone will not be able to see any other files on your drive and you won't be able to see rclone's files from the web interface either.</p>
<h4 id="drive.metadata.readonly">drive.metadata.readonly</h4>
<p>This allows read only access to file names only. It does not allow rclone to download or upload data, or rename or delete files or directories.</p>
<h3 id="root-folder-id-2">Root folder ID</h3>
<p>You can set the <code>root_folder_id</code> for rclone. This is the directory (identified by its <code>Folder ID</code>) that rclone considers to be the root of your drive.</p>
<p>Normally you will leave this blank and rclone will determine the correct root to use itself.</p>
<p>However you can set this to restrict rclone to a specific folder hierarchy or to access data within the "Computers" tab on the drive web interface (where files from Google's Backup and Sync desktop program go).</p>
<p>In order to do this you will have to find the <code>Folder ID</code> of the directory you wish rclone to display. This will be the last segment of the URL when you open the relevant folder in the drive web interface.</p>
<p>So if the folder you want rclone to use has a URL which looks like <code>https://drive.google.com/drive/folders/1XyfxxxxxxxxxxxxxxxxxxxxxxxxxKHCh</code> in the browser, then you use <code>1XyfxxxxxxxxxxxxxxxxxxxxxxxxxKHCh</code> as the <code>root_folder_id</code> in the config.</p>
<p><strong>NB</strong> folders under the "Computers" tab seem to be read only (drive gives a 500 error) when using rclone.</p>
<p>There doesn't appear to be an API to discover the folder IDs of the "Computers" tab - please contact us if you know otherwise!</p>
<p>Note also that rclone can't access any data under the "Backups" tab on the google drive web interface yet.</p>
<h3 id="service-account-support-1">Service Account support</h3>
<p>You can set up rclone with Google Drive in an unattended mode, i.e. not tied to a specific end-user Google account. This is useful when you want to synchronise files onto machines that don't have actively logged-in users, for example build machines.</p>
<p>To use a Service Account instead of OAuth2 token flow, enter the path to your Service Account credentials at the <code>service_account_file</code> prompt during <code>rclone config</code> and rclone won't use the browser based authentication flow. If you'd rather stuff the contents of the credentials file into the rclone config file, you can set <code>service_account_credentials</code> with the actual contents of the file instead, or set the equivalent environment variable.</p>
<h4 id="use-case---google-appsg-suite-account-and-individual-drive">Use case - Google Apps/G-suite account and individual Drive</h4>
<p>Let's say that you are the administrator of a Google Apps (old) or G-suite account. The goal is to store data on an individual's Drive account, who IS a member of the domain. We'll call the domain <strong>example.com</strong>, and the user <strong>foo@example.com</strong>.</p>
<p>There's a few steps we need to go through to accomplish this:</p>
<h5 id="create-a-service-account-for-example.com">1. Create a service account for example.com</h5>
<ul>
<li>To create a service account and obtain its credentials, go to the <a href="https://console.developers.google.com">Google Developer Console</a>.</li>
<li>You must have a project - create one if you don't.</li>
<li>Then go to "IAM &amp; admin" -&gt; "Service Accounts".</li>
<li>Use the "Create Credentials" button. Fill in "Service account name" with something that identifies your client. "Role" can be empty.</li>
<li>Tick "Furnish a new private key" - select "Key type JSON".</li>
<li>Tick "Enable G Suite Domain-wide Delegation". This option makes "impersonation" possible, as documented here: <a href="https://developers.google.com/identity/protocols/OAuth2ServiceAccount#delegatingauthority">Delegating domain-wide authority to the service account</a></li>
<li>These credentials are what rclone will use for authentication. If you ever need to remove access, press the "Delete service account key" button.</li>
</ul>
<h5 id="allowing-api-access-to-example.com-google-drive">2. Allowing API access to example.com Google Drive</h5>
<ul>
<li>Go to example.com's admin console</li>
<li>Go into "Security" (or use the search bar)</li>
<li>Select "Show more" and then "Advanced settings"</li>
<li>Select "Manage API client access" in the "Authentication" section</li>
<li>In the "Client Name" field enter the service account's "Client ID" - this can be found in the Developer Console under "IAM &amp; Admin" -&gt; "Service Accounts", then "View Client ID" for the newly created service account. It is a ~21 character numerical string.</li>
<li>In the next field, "One or More API Scopes", enter <code>https://www.googleapis.com/auth/drive</code> to grant access to Google Drive specifically.</li>
</ul>
<h5 id="configure-rclone-assuming-a-new-install">3. Configure rclone, assuming a new install</h5>
<pre><code>rclone config
n/s/q&gt; n # New
name&gt;gdrive # Gdrive is an example name
Storage&gt; # Select the number shown for Google Drive
client_id&gt; # Can be left blank
client_secret&gt; # Can be left blank
scope&gt; # Select your scope, 1 for example
root_folder_id&gt; # Can be left blank
service_account_file&gt; /home/foo/myJSONfile.json # This is where the JSON file goes!
y/n&gt; # Auto config, y
</code></pre>
<h5 id="verify-that-its-working">4. Verify that it's working</h5>
<ul>
<li><code>rclone -v --drive-impersonate foo@example.com lsf gdrive:backup</code></li>
<li>The arguments do:
<ul>
<li><code>-v</code> - verbose logging</li>
<li><code>--drive-impersonate foo@example.com</code> - this is what does the magic, pretending to be user foo.</li>
<li><code>lsf</code> - list files in a parsing friendly way</li>
<li><code>gdrive:backup</code> - use the remote called gdrive, work in the folder named backup.</li>
</ul></li>
</ul>
<p>Note: in case you configured a specific root folder on gdrive and rclone is unable to access the contents of that folder when using <code>--drive-impersonate</code>, do this instead: - in the gdrive web interface, share your root folder with the user/email of the new Service Account you created/selected at step #1 - use rclone without specifying the <code>--drive-impersonate</code> option, like this: <code>rclone -v foo@example.com lsf gdrive:backup</code></p>
2021-03-31 20:12:08 +02:00
<h3 id="shared-drives-team-drives">Shared drives (team drives)</h3>
<p>If you want to configure the remote to point to a Google Shared Drive (previously known as Team Drives) then answer <code>y</code> to the question <code>Configure this as a Shared Drive (Team Drive)?</code>.</p>
<p>This will fetch the list of Shared Drives from google and allow you to configure which one you want to use. You can also type in a Shared Drive ID if you prefer.</p>
2021-02-02 14:42:35 +01:00
<p>For example:</p>
2021-03-31 20:12:08 +02:00
<pre><code>Configure this as a Shared Drive (Team Drive)?
2021-02-02 14:42:35 +01:00
y) Yes
n) No
y/n&gt; y
2021-03-31 20:12:08 +02:00
Fetching Shared Drive list...
2021-02-02 14:42:35 +01:00
Choose a number from below, or type in your own value
1 / Rclone Test
\ &quot;xxxxxxxxxxxxxxxxxxxx&quot;
2 / Rclone Test 2
\ &quot;yyyyyyyyyyyyyyyyyyyy&quot;
3 / Rclone Test 3
\ &quot;zzzzzzzzzzzzzzzzzzzz&quot;
2021-03-31 20:12:08 +02:00
Enter a Shared Drive ID&gt; 1
2021-02-02 14:42:35 +01:00
--------------------
[remote]
client_id =
client_secret =
token = {&quot;AccessToken&quot;:&quot;xxxx.x.xxxxx_xxxxxxxxxxx_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx&quot;,&quot;RefreshToken&quot;:&quot;1/xxxxxxxxxxxxxxxx_xxxxxxxxxxxxxxxxxxxxxxxxxx&quot;,&quot;Expiry&quot;:&quot;2014-03-16T13:57:58.955387075Z&quot;,&quot;Extra&quot;:null}
team_drive = xxxxxxxxxxxxxxxxxxxx
--------------------
y) Yes this is OK
e) Edit this remote
d) Delete this remote
y/e/d&gt; y</code></pre>
<h3 id="fast-list-3">--fast-list</h3>
<p>This remote supports <code>--fast-list</code> which allows you to use fewer transactions in exchange for more memory. See the <a href="https://rclone.org/docs/#fast-list">rclone docs</a> for more details.</p>
<p>It does this by combining multiple <code>list</code> calls into a single API request.</p>
<p>This works by combining many <code>'%s' in parents</code> filters into one expression. To list the contents of directories a, b and c, the following requests will be send by the regular <code>List</code> function:</p>
<pre><code>trashed=false and &#39;a&#39; in parents
trashed=false and &#39;b&#39; in parents
trashed=false and &#39;c&#39; in parents</code></pre>
<p>These can now be combined into a single request:</p>
<pre><code>trashed=false and (&#39;a&#39; in parents or &#39;b&#39; in parents or &#39;c&#39; in parents)</code></pre>
<p>The implementation of <code>ListR</code> will put up to 50 <code>parents</code> filters into one request. It will use the <code>--checkers</code> value to specify the number of requests to run in parallel.</p>
<p>In tests, these batch requests were up to 20x faster than the regular method. Running the following command against different sized folders gives:</p>
<pre><code>rclone lsjson -vv -R --checkers=6 gdrive:folder</code></pre>
<p>small folder (220 directories, 700 files):</p>
<ul>
<li>without <code>--fast-list</code>: 38s</li>
<li>with <code>--fast-list</code>: 10s</li>
</ul>
<p>large folder (10600 directories, 39000 files):</p>
<ul>
<li>without <code>--fast-list</code>: 22:05 min</li>
<li>with <code>--fast-list</code>: 58s</li>
</ul>
<h3 id="modified-time-4">Modified time</h3>
<p>Google drive stores modification times accurate to 1 ms.</p>
<h4 id="restricted-filename-characters-10">Restricted filename characters</h4>
<p>Only Invalid UTF-8 bytes will be <a href="https://rclone.org/overview/#invalid-utf8">replaced</a>, as they can't be used in JSON strings.</p>
<p>In contrast to other backends, <code>/</code> can also be used in names and <code>.</code> or <code>..</code> are valid names.</p>
<h3 id="revisions">Revisions</h3>
<p>Google drive stores revisions of files. When you upload a change to an existing file to google drive using rclone it will create a new revision of that file.</p>
<p>Revisions follow the standard google policy which at time of writing was</p>
<ul>
<li>They are deleted after 30 days or 100 revisions (whatever comes first).</li>
<li>They do not count towards a user storage quota.</li>
</ul>
<h3 id="deleting-files-2">Deleting files</h3>
<p>By default rclone will send all files to the trash when deleting files. If deleting them permanently is required then use the <code>--drive-use-trash=false</code> flag, or set the equivalent environment variable.</p>
<h3 id="shortcuts">Shortcuts</h3>
<p>In March 2020 Google introduced a new feature in Google Drive called <a href="https://support.google.com/drive/answer/9700156">drive shortcuts</a> (<a href="https://developers.google.com/drive/api/v3/shortcuts">API</a>). These will (by September 2020) <a href="https://cloud.google.com/blog/products/g-suite/simplifying-google-drives-folder-structure-and-sharing-models">replace the ability for files or folders to be in multiple folders at once</a>.</p>
<p>Shortcuts are files that link to other files on Google Drive somewhat like a symlink in unix, except they point to the underlying file data (e.g. the inode in unix terms) so they don't break if the source is renamed or moved about.</p>
<p>Be default rclone treats these as follows.</p>
<p>For shortcuts pointing to files:</p>
<ul>
<li>When listing a file shortcut appears as the destination file.</li>
<li>When downloading the contents of the destination file is downloaded.</li>
<li>When updating shortcut file with a non shortcut file, the shortcut is removed then a new file is uploaded in place of the shortcut.</li>
<li>When server-side moving (renaming) the shortcut is renamed, not the destination file.</li>
<li>When server-side copying the shortcut is copied, not the contents of the shortcut.</li>
<li>When deleting the shortcut is deleted not the linked file.</li>
<li>When setting the modification time, the modification time of the linked file will be set.</li>
</ul>
<p>For shortcuts pointing to folders:</p>
<ul>
<li>When listing the shortcut appears as a folder and that folder will contain the contents of the linked folder appear (including any sub folders)</li>
<li>When downloading the contents of the linked folder and sub contents are downloaded</li>
<li>When uploading to a shortcut folder the file will be placed in the linked folder</li>
<li>When server-side moving (renaming) the shortcut is renamed, not the destination folder</li>
<li>When server-side copying the contents of the linked folder is copied, not the shortcut.</li>
<li>When deleting with <code>rclone rmdir</code> or <code>rclone purge</code> the shortcut is deleted not the linked folder.</li>
<li><strong>NB</strong> When deleting with <code>rclone remove</code> or <code>rclone mount</code> the contents of the linked folder will be deleted.</li>
</ul>
<p>The <a href="https://rclone.org/commands/rclone_backend/">rclone backend</a> command can be used to create shortcuts.</p>
<p>Shortcuts can be completely ignored with the <code>--drive-skip-shortcuts</code> flag or the corresponding <code>skip_shortcuts</code> configuration setting.</p>
<h3 id="emptying-trash">Emptying trash</h3>
<p>If you wish to empty your trash you can use the <code>rclone cleanup remote:</code> command which will permanently delete all your trashed files. This command does not take any path arguments.</p>
<p>Note that Google Drive takes some time (minutes to days) to empty the trash even though the command returns within a few seconds. No output is echoed, so there will be no confirmation even using -v or -vv.</p>
<h3 id="quota-information">Quota information</h3>
<p>To view your current quota you can use the <code>rclone about remote:</code> command which will display your usage limit (quota), the usage in Google Drive, the size of all files in the Trash and the space used by other Google services such as Gmail. This command does not take any path arguments.</p>
<h4 id="importexport-of-google-documents">Import/Export of google documents</h4>
<p>Google documents can be exported from and uploaded to Google Drive.</p>
<p>When rclone downloads a Google doc it chooses a format to download depending upon the <code>--drive-export-formats</code> setting. By default the export formats are <code>docx,xlsx,pptx,svg</code> which are a sensible default for an editable document.</p>
<p>When choosing a format, rclone runs down the list provided in order and chooses the first file format the doc can be exported as from the list. If the file can't be exported to a format on the formats list, then rclone will choose a format from the default list.</p>
<p>If you prefer an archive copy then you might use <code>--drive-export-formats pdf</code>, or if you prefer openoffice/libreoffice formats you might use <code>--drive-export-formats ods,odt,odp</code>.</p>
<p>Note that rclone adds the extension to the google doc, so if it is called <code>My Spreadsheet</code> on google docs, it will be exported as <code>My Spreadsheet.xlsx</code> or <code>My Spreadsheet.pdf</code> etc.</p>
<p>When importing files into Google Drive, rclone will convert all files with an extension in <code>--drive-import-formats</code> to their associated document type. rclone will not convert any files by default, since the conversion is lossy process.</p>
<p>The conversion must result in a file with the same extension when the <code>--drive-export-formats</code> rules are applied to the uploaded document.</p>
<p>Here are some examples for allowed and prohibited conversions.</p>
<table>
<thead>
<tr class="header">
<th>export-formats</th>
<th>import-formats</th>
<th>Upload Ext</th>
<th>Document Ext</th>
<th>Allowed</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td>odt</td>
<td>odt</td>
<td>odt</td>
<td>odt</td>
<td>Yes</td>
</tr>
<tr class="even">
<td>odt</td>
<td>docx,odt</td>
<td>odt</td>
<td>odt</td>
<td>Yes</td>
</tr>
<tr class="odd">
<td></td>
<td>docx</td>
<td>docx</td>
<td>docx</td>
<td>Yes</td>
</tr>
<tr class="even">
<td></td>
<td>odt</td>
<td>odt</td>
<td>docx</td>
<td>No</td>
</tr>
<tr class="odd">
<td>odt,docx</td>
<td>docx,odt</td>
<td>docx</td>
<td>odt</td>
<td>No</td>
</tr>
<tr class="even">
<td>docx,odt</td>
<td>docx,odt</td>
<td>docx</td>
<td>docx</td>
<td>Yes</td>
</tr>
<tr class="odd">
<td>docx,odt</td>
<td>docx,odt</td>
<td>odt</td>
<td>docx</td>
<td>No</td>
</tr>
</tbody>
</table>
<p>This limitation can be disabled by specifying <code>--drive-allow-import-name-change</code>. When using this flag, rclone can convert multiple files types resulting in the same document type at once, e.g. with <code>--drive-import-formats docx,odt,txt</code>, all files having these extension would result in a document represented as a docx file. This brings the additional risk of overwriting a document, if multiple files have the same stem. Many rclone operations will not handle this name change in any way. They assume an equal name when copying files and might copy the file again or delete them when the name changes.</p>
<p>Here are the possible export extensions with their corresponding mime types. Most of these can also be used for importing, but there more that are not listed here. Some of these additional ones might only be available when the operating system provides the correct MIME type entries.</p>
<p>This list can be changed by Google Drive at any time and might not represent the currently available conversions.</p>
<table>
<colgroup>
<col style="width: 28%" />
<col style="width: 34%" />
<col style="width: 37%" />
</colgroup>
<thead>
<tr class="header">
<th>Extension</th>
<th>Mime Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td>csv</td>
<td>text/csv</td>
<td>Standard CSV format for Spreadsheets</td>
</tr>
<tr class="even">
<td>docx</td>
<td>application/vnd.openxmlformats-officedocument.wordprocessingml.document</td>
<td>Microsoft Office Document</td>
</tr>
<tr class="odd">
<td>epub</td>
<td>application/epub+zip</td>
<td>E-book format</td>
</tr>
<tr class="even">
<td>html</td>
<td>text/html</td>
<td>An HTML Document</td>
</tr>
<tr class="odd">
<td>jpg</td>
<td>image/jpeg</td>
<td>A JPEG Image File</td>
</tr>
<tr class="even">
<td>json</td>
<td>application/vnd.google-apps.script+json</td>
<td>JSON Text Format</td>
</tr>
<tr class="odd">
<td>odp</td>
<td>application/vnd.oasis.opendocument.presentation</td>
<td>Openoffice Presentation</td>
</tr>
<tr class="even">
<td>ods</td>
<td>application/vnd.oasis.opendocument.spreadsheet</td>
<td>Openoffice Spreadsheet</td>
</tr>
<tr class="odd">
<td>ods</td>
<td>application/x-vnd.oasis.opendocument.spreadsheet</td>
<td>Openoffice Spreadsheet</td>
</tr>
<tr class="even">
<td>odt</td>
<td>application/vnd.oasis.opendocument.text</td>
<td>Openoffice Document</td>
</tr>
<tr class="odd">
<td>pdf</td>
<td>application/pdf</td>
<td>Adobe PDF Format</td>
</tr>
<tr class="even">
<td>png</td>
<td>image/png</td>
<td>PNG Image Format</td>
</tr>
<tr class="odd">
<td>pptx</td>
<td>application/vnd.openxmlformats-officedocument.presentationml.presentation</td>
<td>Microsoft Office Powerpoint</td>
</tr>
<tr class="even">
<td>rtf</td>
<td>application/rtf</td>
<td>Rich Text Format</td>
</tr>
<tr class="odd">
<td>svg</td>
<td>image/svg+xml</td>
<td>Scalable Vector Graphics Format</td>
</tr>
<tr class="even">
<td>tsv</td>
<td>text/tab-separated-values</td>
<td>Standard TSV format for spreadsheets</td>
</tr>
<tr class="odd">
<td>txt</td>
<td>text/plain</td>
<td>Plain Text</td>
</tr>
<tr class="even">
<td>xlsx</td>
<td>application/vnd.openxmlformats-officedocument.spreadsheetml.sheet</td>
<td>Microsoft Office Spreadsheet</td>
</tr>
<tr class="odd">
<td>zip</td>
<td>application/zip</td>
<td>A ZIP file of HTML, Images CSS</td>
</tr>
</tbody>
</table>
<p>Google documents can also be exported as link files. These files will open a browser window for the Google Docs website of that document when opened. The link file extension has to be specified as a <code>--drive-export-formats</code> parameter. They will match all available Google Documents.</p>
<table>
<thead>
<tr class="header">
<th>Extension</th>
<th>Description</th>
<th>OS Support</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td>desktop</td>
<td>freedesktop.org specified desktop entry</td>
<td>Linux</td>
</tr>
<tr class="even">
<td>link.html</td>
<td>An HTML Document with a redirect</td>
<td>All</td>
</tr>
<tr class="odd">
<td>url</td>
<td>INI style link file</td>
<td>macOS, Windows</td>
</tr>
<tr class="even">
<td>webloc</td>
<td>macOS specific XML format</td>
<td>macOS</td>
</tr>
</tbody>
</table>
<h3 id="standard-options-15">Standard Options</h3>
<p>Here are the standard options specific to drive (Google Drive).</p>
<h4 id="drive-client-id">--drive-client-id</h4>
<p>Google Application Client Id Setting your own is recommended. See https://rclone.org/drive/#making-your-own-client-id for how to create your own. If you leave this blank, it will use an internal key which is low performance.</p>
<ul>
<li>Config: client_id</li>
<li>Env Var: RCLONE_DRIVE_CLIENT_ID</li>
<li>Type: string</li>
<li>Default: ""</li>
</ul>
<h4 id="drive-client-secret">--drive-client-secret</h4>
<p>OAuth Client Secret Leave blank normally.</p>
<ul>
<li>Config: client_secret</li>
<li>Env Var: RCLONE_DRIVE_CLIENT_SECRET</li>
<li>Type: string</li>
<li>Default: ""</li>
</ul>
<h4 id="drive-scope">--drive-scope</h4>
<p>Scope that rclone should use when requesting access from drive.</p>
<ul>
<li>Config: scope</li>
<li>Env Var: RCLONE_DRIVE_SCOPE</li>
<li>Type: string</li>
<li>Default: ""</li>
<li>Examples:
<ul>
<li>"drive"
<ul>
<li>Full access all files, excluding Application Data Folder.</li>
</ul></li>
<li>"drive.readonly"
<ul>
<li>Read-only access to file metadata and file contents.</li>
</ul></li>
<li>"drive.file"
<ul>
<li>Access to files created by rclone only.</li>
<li>These are visible in the drive website.</li>
<li>File authorization is revoked when the user deauthorizes the app.</li>
</ul></li>
<li>"drive.appfolder"
<ul>
<li>Allows read and write access to the Application Data folder.</li>
<li>This is not visible in the drive website.</li>
</ul></li>
<li>"drive.metadata.readonly"
<ul>
<li>Allows read-only access to file metadata but</li>
<li>does not allow any access to read or download file content.</li>
</ul></li>
</ul></li>
</ul>
<h4 id="drive-root-folder-id">--drive-root-folder-id</h4>
<p>ID of the root folder Leave blank normally.</p>
<p>Fill in to access "Computers" folders (see docs), or for rclone to use a non root folder as its starting point.</p>
<ul>
<li>Config: root_folder_id</li>
<li>Env Var: RCLONE_DRIVE_ROOT_FOLDER_ID</li>
<li>Type: string</li>
<li>Default: ""</li>
</ul>
<h4 id="drive-service-account-file">--drive-service-account-file</h4>
<p>Service Account Credentials JSON file path Leave blank normally. Needed only if you want use SA instead of interactive login.</p>
<p>Leading <code>~</code> will be expanded in the file name as will environment variables such as <code>${RCLONE_CONFIG_DIR}</code>.</p>
<ul>
<li>Config: service_account_file</li>
<li>Env Var: RCLONE_DRIVE_SERVICE_ACCOUNT_FILE</li>
<li>Type: string</li>
<li>Default: ""</li>
</ul>
<h4 id="drive-alternate-export">--drive-alternate-export</h4>
<p>Deprecated: no longer needed</p>
<ul>
<li>Config: alternate_export</li>
<li>Env Var: RCLONE_DRIVE_ALTERNATE_EXPORT</li>
<li>Type: bool</li>
<li>Default: false</li>
</ul>
<h3 id="advanced-options-14">Advanced Options</h3>
<p>Here are the advanced options specific to drive (Google Drive).</p>
<h4 id="drive-token">--drive-token</h4>
<p>OAuth Access Token as a JSON blob.</p>
<ul>
<li>Config: token</li>
<li>Env Var: RCLONE_DRIVE_TOKEN</li>
<li>Type: string</li>
<li>Default: ""</li>
</ul>
<h4 id="drive-auth-url">--drive-auth-url</h4>
<p>Auth server URL. Leave blank to use the provider defaults.</p>
<ul>
<li>Config: auth_url</li>
<li>Env Var: RCLONE_DRIVE_AUTH_URL</li>
<li>Type: string</li>
<li>Default: ""</li>
</ul>
<h4 id="drive-token-url">--drive-token-url</h4>
<p>Token server url. Leave blank to use the provider defaults.</p>
<ul>
<li>Config: token_url</li>
<li>Env Var: RCLONE_DRIVE_TOKEN_URL</li>
<li>Type: string</li>
<li>Default: ""</li>
</ul>
<h4 id="drive-service-account-credentials">--drive-service-account-credentials</h4>
<p>Service Account Credentials JSON blob Leave blank normally. Needed only if you want use SA instead of interactive login.</p>
<ul>
<li>Config: service_account_credentials</li>
<li>Env Var: RCLONE_DRIVE_SERVICE_ACCOUNT_CREDENTIALS</li>
<li>Type: string</li>
<li>Default: ""</li>
</ul>
<h4 id="drive-team-drive">--drive-team-drive</h4>
2021-03-31 20:12:08 +02:00
<p>ID of the Shared Drive (Team Drive)</p>
2021-02-02 14:42:35 +01:00
<ul>
<li>Config: team_drive</li>
<li>Env Var: RCLONE_DRIVE_TEAM_DRIVE</li>
<li>Type: string</li>
<li>Default: ""</li>
</ul>
<h4 id="drive-auth-owner-only">--drive-auth-owner-only</h4>
<p>Only consider files owned by the authenticated user.</p>
<ul>
<li>Config: auth_owner_only</li>
<li>Env Var: RCLONE_DRIVE_AUTH_OWNER_ONLY</li>
<li>Type: bool</li>
<li>Default: false</li>
</ul>
<h4 id="drive-use-trash">--drive-use-trash</h4>
<p>Send files to the trash instead of deleting permanently. Defaults to true, namely sending files to the trash. Use <code>--drive-use-trash=false</code> to delete files permanently instead.</p>
<ul>
<li>Config: use_trash</li>
<li>Env Var: RCLONE_DRIVE_USE_TRASH</li>
<li>Type: bool</li>
<li>Default: true</li>
</ul>
<h4 id="drive-skip-gdocs">--drive-skip-gdocs</h4>
<p>Skip google documents in all listings. If given, gdocs practically become invisible to rclone.</p>
<ul>
<li>Config: skip_gdocs</li>
<li>Env Var: RCLONE_DRIVE_SKIP_GDOCS</li>
<li>Type: bool</li>
<li>Default: false</li>
</ul>
<h4 id="drive-skip-checksum-gphotos">--drive-skip-checksum-gphotos</h4>
<p>Skip MD5 checksum on Google photos and videos only.</p>
<p>Use this if you get checksum errors when transferring Google photos or videos.</p>
<p>Setting this flag will cause Google photos and videos to return a blank MD5 checksum.</p>
<p>Google photos are identified by being in the "photos" space.</p>
<p>Corrupted checksums are caused by Google modifying the image/video but not updating the checksum.</p>
<ul>
<li>Config: skip_checksum_gphotos</li>
<li>Env Var: RCLONE_DRIVE_SKIP_CHECKSUM_GPHOTOS</li>
<li>Type: bool</li>
<li>Default: false</li>
</ul>
<h4 id="drive-shared-with-me">--drive-shared-with-me</h4>
<p>Only show files that are shared with me.</p>
<p>Instructs rclone to operate on your "Shared with me" folder (where Google Drive lets you access the files and folders others have shared with you).</p>
<p>This works both with the "list" (lsd, lsl, etc.) and the "copy" commands (copy, sync, etc.), and with all other commands too.</p>
<ul>
<li>Config: shared_with_me</li>
<li>Env Var: RCLONE_DRIVE_SHARED_WITH_ME</li>
<li>Type: bool</li>
<li>Default: false</li>
</ul>
<h4 id="drive-trashed-only">--drive-trashed-only</h4>
<p>Only show files that are in the trash. This will show trashed files in their original directory structure.</p>
<ul>
<li>Config: trashed_only</li>
<li>Env Var: RCLONE_DRIVE_TRASHED_ONLY</li>
<li>Type: bool</li>
<li>Default: false</li>
</ul>
<h4 id="drive-starred-only">--drive-starred-only</h4>
<p>Only show files that are starred.</p>
<ul>
<li>Config: starred_only</li>
<li>Env Var: RCLONE_DRIVE_STARRED_ONLY</li>
<li>Type: bool</li>
<li>Default: false</li>
</ul>
<h4 id="drive-formats">--drive-formats</h4>
<p>Deprecated: see export_formats</p>
<ul>
<li>Config: formats</li>
<li>Env Var: RCLONE_DRIVE_FORMATS</li>
<li>Type: string</li>
<li>Default: ""</li>
</ul>
<h4 id="drive-export-formats">--drive-export-formats</h4>
<p>Comma separated list of preferred formats for downloading Google docs.</p>
<ul>
<li>Config: export_formats</li>
<li>Env Var: RCLONE_DRIVE_EXPORT_FORMATS</li>
<li>Type: string</li>
<li>Default: "docx,xlsx,pptx,svg"</li>
</ul>
<h4 id="drive-import-formats">--drive-import-formats</h4>
<p>Comma separated list of preferred formats for uploading Google docs.</p>
<ul>
<li>Config: import_formats</li>
<li>Env Var: RCLONE_DRIVE_IMPORT_FORMATS</li>
<li>Type: string</li>
<li>Default: ""</li>
</ul>
<h4 id="drive-allow-import-name-change">--drive-allow-import-name-change</h4>
<p>Allow the filetype to change when uploading Google docs (e.g. file.doc to file.docx). This will confuse sync and reupload every time.</p>
<ul>
<li>Config: allow_import_name_change</li>
<li>Env Var: RCLONE_DRIVE_ALLOW_IMPORT_NAME_CHANGE</li>
<li>Type: bool</li>
<li>Default: false</li>
</ul>
<h4 id="drive-use-created-date">--drive-use-created-date</h4>
<p>Use file created date instead of modified date.,</p>
<p>Useful when downloading data and you want the creation date used in place of the last modified date.</p>
<p><strong>WARNING</strong>: This flag may have some unexpected consequences.</p>
<p>When uploading to your drive all files will be overwritten unless they haven't been modified since their creation. And the inverse will occur while downloading. This side effect can be avoided by using the "--checksum" flag.</p>
<p>This feature was implemented to retain photos capture date as recorded by google photos. You will first need to check the "Create a Google Photos folder" option in your google drive settings. You can then copy or move the photos locally and use the date the image was taken (created) set as the modification date.</p>
<ul>
<li>Config: use_created_date</li>
<li>Env Var: RCLONE_DRIVE_USE_CREATED_DATE</li>
<li>Type: bool</li>
<li>Default: false</li>
</ul>
<h4 id="drive-use-shared-date">--drive-use-shared-date</h4>
<p>Use date file was shared instead of modified date.</p>
<p>Note that, as with "--drive-use-created-date", this flag may have unexpected consequences when uploading/downloading files.</p>
<p>If both this flag and "--drive-use-created-date" are set, the created date is used.</p>
<ul>
<li>Config: use_shared_date</li>
<li>Env Var: RCLONE_DRIVE_USE_SHARED_DATE</li>
<li>Type: bool</li>
<li>Default: false</li>
</ul>
<h4 id="drive-list-chunk">--drive-list-chunk</h4>
<p>Size of listing chunk 100-1000. 0 to disable.</p>
<ul>
<li>Config: list_chunk</li>
<li>Env Var: RCLONE_DRIVE_LIST_CHUNK</li>
<li>Type: int</li>
<li>Default: 1000</li>
</ul>
<h4 id="drive-impersonate">--drive-impersonate</h4>
<p>Impersonate this user when using a service account.</p>
<ul>
<li>Config: impersonate</li>
<li>Env Var: RCLONE_DRIVE_IMPERSONATE</li>
<li>Type: string</li>
<li>Default: ""</li>
</ul>
<h4 id="drive-upload-cutoff">--drive-upload-cutoff</h4>
<p>Cutoff for switching to chunked upload</p>
<ul>
<li>Config: upload_cutoff</li>
<li>Env Var: RCLONE_DRIVE_UPLOAD_CUTOFF</li>
<li>Type: SizeSuffix</li>
<li>Default: 8M</li>
</ul>
<h4 id="drive-chunk-size">--drive-chunk-size</h4>
<p>Upload chunk size. Must a power of 2 &gt;= 256k.</p>
<p>Making this larger will improve performance, but note that each chunk is buffered in memory one per transfer.</p>
<p>Reducing this will reduce memory usage but decrease performance.</p>
<ul>
<li>Config: chunk_size</li>
<li>Env Var: RCLONE_DRIVE_CHUNK_SIZE</li>
<li>Type: SizeSuffix</li>
<li>Default: 8M</li>
</ul>
<h4 id="drive-acknowledge-abuse">--drive-acknowledge-abuse</h4>
<p>Set to allow files which return cannotDownloadAbusiveFile to be downloaded.</p>
<p>If downloading a file returns the error "This file has been identified as malware or spam and cannot be downloaded" with the error code "cannotDownloadAbusiveFile" then supply this flag to rclone to indicate you acknowledge the risks of downloading the file and rclone will download it anyway.</p>
<ul>
<li>Config: acknowledge_abuse</li>
<li>Env Var: RCLONE_DRIVE_ACKNOWLEDGE_ABUSE</li>
<li>Type: bool</li>
<li>Default: false</li>
</ul>
<h4 id="drive-keep-revision-forever">--drive-keep-revision-forever</h4>
<p>Keep new head revision of each file forever.</p>
<ul>
<li>Config: keep_revision_forever</li>
<li>Env Var: RCLONE_DRIVE_KEEP_REVISION_FOREVER</li>
<li>Type: bool</li>
<li>Default: false</li>
</ul>
<h4 id="drive-size-as-quota">--drive-size-as-quota</h4>
<p>Show sizes as storage quota usage, not actual size.</p>
<p>Show the size of a file as the storage quota used. This is the current version plus any older versions that have been set to keep forever.</p>
<p><strong>WARNING</strong>: This flag may have some unexpected consequences.</p>
<p>It is not recommended to set this flag in your config - the recommended usage is using the flag form --drive-size-as-quota when doing rclone ls/lsl/lsf/lsjson/etc only.</p>
<p>If you do use this flag for syncing (not recommended) then you will need to use --ignore size also.</p>
<ul>
<li>Config: size_as_quota</li>
<li>Env Var: RCLONE_DRIVE_SIZE_AS_QUOTA</li>
<li>Type: bool</li>
<li>Default: false</li>
</ul>
<h4 id="drive-v2-download-min-size">--drive-v2-download-min-size</h4>
<p>If Object's are greater, use drive v2 API to download.</p>
<ul>
<li>Config: v2_download_min_size</li>
<li>Env Var: RCLONE_DRIVE_V2_DOWNLOAD_MIN_SIZE</li>
<li>Type: SizeSuffix</li>
<li>Default: off</li>
</ul>
<h4 id="drive-pacer-min-sleep">--drive-pacer-min-sleep</h4>
<p>Minimum time to sleep between API calls.</p>
<ul>
<li>Config: pacer_min_sleep</li>
<li>Env Var: RCLONE_DRIVE_PACER_MIN_SLEEP</li>
<li>Type: Duration</li>
<li>Default: 100ms</li>
</ul>
<h4 id="drive-pacer-burst">--drive-pacer-burst</h4>
<p>Number of API calls to allow without sleeping.</p>
<ul>
<li>Config: pacer_burst</li>
<li>Env Var: RCLONE_DRIVE_PACER_BURST</li>
<li>Type: int</li>
<li>Default: 100</li>
</ul>
<h4 id="drive-server-side-across-configs">--drive-server-side-across-configs</h4>
<p>Allow server-side operations (e.g. copy) to work across different drive configs.</p>
<p>This can be useful if you wish to do a server-side copy between two different Google drives. Note that this isn't enabled by default because it isn't easy to tell if it will work between any two configurations.</p>
<ul>
<li>Config: server_side_across_configs</li>
<li>Env Var: RCLONE_DRIVE_SERVER_SIDE_ACROSS_CONFIGS</li>
<li>Type: bool</li>
<li>Default: false</li>
</ul>
<h4 id="drive-disable-http2">--drive-disable-http2</h4>
<p>Disable drive using http2</p>
<p>There is currently an unsolved issue with the google drive backend and HTTP/2. HTTP/2 is therefore disabled by default for the drive backend but can be re-enabled here. When the issue is solved this flag will be removed.</p>
<p>See: https://github.com/rclone/rclone/issues/3631</p>
<ul>
<li>Config: disable_http2</li>
<li>Env Var: RCLONE_DRIVE_DISABLE_HTTP2</li>
<li>Type: bool</li>
<li>Default: true</li>
</ul>
<h4 id="drive-stop-on-upload-limit">--drive-stop-on-upload-limit</h4>
<p>Make upload limit errors be fatal</p>
<p>At the time of writing it is only possible to upload 750GB of data to Google Drive a day (this is an undocumented limit). When this limit is reached Google Drive produces a slightly different error message. When this flag is set it causes these errors to be fatal. These will stop the in-progress sync.</p>
<p>Note that this detection is relying on error message strings which Google don't document so it may break in the future.</p>
<p>See: https://github.com/rclone/rclone/issues/3857</p>
<ul>
<li>Config: stop_on_upload_limit</li>
<li>Env Var: RCLONE_DRIVE_STOP_ON_UPLOAD_LIMIT</li>
<li>Type: bool</li>
<li>Default: false</li>
</ul>
<h4 id="drive-stop-on-download-limit">--drive-stop-on-download-limit</h4>
<p>Make download limit errors be fatal</p>
<p>At the time of writing it is only possible to download 10TB of data from Google Drive a day (this is an undocumented limit). When this limit is reached Google Drive produces a slightly different error message. When this flag is set it causes these errors to be fatal. These will stop the in-progress sync.</p>
<p>Note that this detection is relying on error message strings which Google don't document so it may break in the future.</p>
<ul>
<li>Config: stop_on_download_limit</li>
<li>Env Var: RCLONE_DRIVE_STOP_ON_DOWNLOAD_LIMIT</li>
<li>Type: bool</li>
<li>Default: false</li>
</ul>
<h4 id="drive-skip-shortcuts">--drive-skip-shortcuts</h4>
<p>If set skip shortcut files</p>
<p>Normally rclone dereferences shortcut files making them appear as if they are the original file (see <a href="#shortcuts">the shortcuts section</a>). If this flag is set then rclone will ignore shortcut files completely.</p>
<ul>
<li>Config: skip_shortcuts</li>
<li>Env Var: RCLONE_DRIVE_SKIP_SHORTCUTS</li>
<li>Type: bool</li>
<li>Default: false</li>
</ul>
<h4 id="drive-encoding">--drive-encoding</h4>
<p>This sets the encoding for the backend.</p>
<p>See: the <a href="https://rclone.org/overview/#encoding">encoding section in the overview</a> for more info.</p>
<ul>
<li>Config: encoding</li>
<li>Env Var: RCLONE_DRIVE_ENCODING</li>
<li>Type: MultiEncoder</li>
<li>Default: InvalidUtf8</li>
</ul>
<h3 id="backend-commands-3">Backend commands</h3>
<p>Here are the commands specific to the drive backend.</p>
<p>Run them with</p>
<pre><code>rclone backend COMMAND remote:</code></pre>
<p>The help below will explain what arguments each command takes.</p>
<p>See <a href="https://rclone.org/commands/rclone_backend/">the "rclone backend" command</a> for more info on how to pass options and arguments.</p>
<p>These can be run on a running backend using the rc command <a href="https://rclone.org/rc/#backend/command">backend/command</a>.</p>
<h4 id="get">get</h4>
<p>Get command for fetching the drive config parameters</p>
<pre><code>rclone backend get remote: [options] [&lt;arguments&gt;+]</code></pre>
<p>This is a get command which will be used to fetch the various drive config parameters</p>
<p>Usage Examples:</p>
<pre><code>rclone backend get drive: [-o service_account_file] [-o chunk_size]
rclone rc backend/command command=get fs=drive: [-o service_account_file] [-o chunk_size]</code></pre>
<p>Options:</p>
<ul>
<li>"chunk_size": show the current upload chunk size</li>
<li>"service_account_file": show the current service account file</li>
</ul>
<h4 id="set">set</h4>
<p>Set command for updating the drive config parameters</p>
<pre><code>rclone backend set remote: [options] [&lt;arguments&gt;+]</code></pre>
<p>This is a set command which will be used to update the various drive config parameters</p>
<p>Usage Examples:</p>
<pre><code>rclone backend set drive: [-o service_account_file=sa.json] [-o chunk_size=67108864]
rclone rc backend/command command=set fs=drive: [-o service_account_file=sa.json] [-o chunk_size=67108864]</code></pre>
<p>Options:</p>
<ul>
<li>"chunk_size": update the current upload chunk size</li>
<li>"service_account_file": update the current service account file</li>
</ul>
<h4 id="shortcut">shortcut</h4>
<p>Create shortcuts from files or directories</p>
<pre><code>rclone backend shortcut remote: [options] [&lt;arguments&gt;+]</code></pre>
<p>This command creates shortcuts from files or directories.</p>
<p>Usage:</p>
<pre><code>rclone backend shortcut drive: source_item destination_shortcut
rclone backend shortcut drive: source_item -o target=drive2: destination_shortcut</code></pre>
<p>In the first example this creates a shortcut from the "source_item" which can be a file or a directory to the "destination_shortcut". The "source_item" and the "destination_shortcut" should be relative paths from "drive:"</p>
<p>In the second example this creates a shortcut from the "source_item" relative to "drive:" to the "destination_shortcut" relative to "drive2:". This may fail with a permission error if the user authenticated with "drive2:" can't read files from "drive:".</p>
<p>Options:</p>
<ul>
<li>"target": optional target remote for the shortcut destination</li>
</ul>
<h4 id="drives">drives</h4>
2021-03-31 20:12:08 +02:00
<p>List the Shared Drives available to this account</p>
2021-02-02 14:42:35 +01:00
<pre><code>rclone backend drives remote: [options] [&lt;arguments&gt;+]</code></pre>
2021-03-31 20:12:08 +02:00
<p>This command lists the Shared Drives (Team Drives) available to this account.</p>
2021-02-02 14:42:35 +01:00
<p>Usage:</p>
<pre><code>rclone backend drives drive:</code></pre>
<p>This will return a JSON list of objects like this</p>
<pre><code>[
{
&quot;id&quot;: &quot;0ABCDEF-01234567890&quot;,
&quot;kind&quot;: &quot;drive#teamDrive&quot;,
&quot;name&quot;: &quot;My Drive&quot;
},
2020-09-02 17:59:04 +02:00
{
2021-02-02 14:42:35 +01:00
&quot;id&quot;: &quot;0ABCDEFabcdefghijkl&quot;,
&quot;kind&quot;: &quot;drive#teamDrive&quot;,
&quot;name&quot;: &quot;Test Drive&quot;
2020-09-02 17:59:04 +02:00
}
2021-02-02 14:42:35 +01:00
]</code></pre>
<h4 id="untrash">untrash</h4>
<p>Untrash files and directories</p>
<pre><code>rclone backend untrash remote: [options] [&lt;arguments&gt;+]</code></pre>
<p>This command untrashes all the files and directories in the directory passed in recursively.</p>
<p>Usage:</p>
<p>This takes an optional directory to trash which make this easier to use via the API.</p>
<pre><code>rclone backend untrash drive:directory
rclone backend -i untrash drive:directory subdir</code></pre>
<p>Use the -i flag to see what would be restored before restoring it.</p>
<p>Result:</p>
<pre><code>{
&quot;Untrashed&quot;: 17,
&quot;Errors&quot;: 0
}</code></pre>
<h4 id="copyid">copyid</h4>
<p>Copy files by ID</p>
<pre><code>rclone backend copyid remote: [options] [&lt;arguments&gt;+]</code></pre>
<p>This command copies files by ID</p>
<p>Usage:</p>
<pre><code>rclone backend copyid drive: ID path
rclone backend copyid drive: ID1 path1 ID2 path2</code></pre>
<p>It copies the drive file with ID given to the path (an rclone path which will be passed internally to rclone copyto). The ID and path pairs can be repeated.</p>
<p>The path should end with a / to indicate copy the file as named to this directory. If it doesn't end with a / then the last path component will be used as the file name.</p>
<p>If the destination is a drive backend then server-side copying will be attempted if possible.</p>
<p>Use the -i flag to see what would be copied before copying.</p>
<h3 id="limitations-12">Limitations</h3>
<p>Drive has quite a lot of rate limiting. This causes rclone to be limited to transferring about 2 files per second only. Individual files may be transferred much faster at 100s of MBytes/s but lots of small files can take a long time.</p>
<p>Server side copies are also subject to a separate rate limit. If you see User rate limit exceeded errors, wait at least 24 hours and retry. You can disable server-side copies with <code>--disable copy</code> to download and upload the files if you prefer.</p>
<h4 id="limitations-of-google-docs">Limitations of Google Docs</h4>
<p>Google docs will appear as size -1 in <code>rclone ls</code> and as size 0 in anything which uses the VFS layer, e.g. <code>rclone mount</code>, <code>rclone serve</code>.</p>
<p>This is because rclone can't find out the size of the Google docs without downloading them.</p>
<p>Google docs will transfer correctly with <code>rclone sync</code>, <code>rclone copy</code> etc as rclone knows to ignore the size when doing the transfer.</p>
<p>However an unfortunate consequence of this is that you may not be able to download Google docs using <code>rclone mount</code>. If it doesn't work you will get a 0 sized file. If you try again the doc may gain its correct size and be downloadable. Whether it will work on not depends on the application accessing the mount and the OS you are running - experiment to find out if it does work for you!</p>
<h3 id="duplicated-files-1">Duplicated files</h3>
<p>Sometimes, for no reason I've been able to track down, drive will duplicate a file that rclone uploads. Drive unlike all the other remotes can have duplicated files.</p>
<p>Duplicated files cause problems with the syncing and you will see messages in the log about duplicates.</p>
<p>Use <code>rclone dedupe</code> to fix duplicated files.</p>
<p>Note that this isn't just a problem with rclone, even Google Photos on Android duplicates files on drive sometimes.</p>
<h3 id="rclone-appears-to-be-re-copying-files-it-shouldnt">Rclone appears to be re-copying files it shouldn't</h3>
<p>The most likely cause of this is the duplicated file issue above - run <code>rclone dedupe</code> and check your logs for duplicate object or directory messages.</p>
<p>This can also be caused by a delay/caching on google drive's end when comparing directory listings. Specifically with team drives used in combination with --fast-list. Files that were uploaded recently may not appear on the directory list sent to rclone when using --fast-list.</p>
<p>Waiting a moderate period of time between attempts (estimated to be approximately 1 hour) and/or not using --fast-list both seem to be effective in preventing the problem.</p>
<h3 id="making-your-own-client_id">Making your own client_id</h3>
<p>When you use rclone with Google drive in its default configuration you are using rclone's client_id. This is shared between all the rclone users. There is a global rate limit on the number of queries per second that each client_id can do set by Google. rclone already has a high quota and I will continue to make sure it is high enough by contacting Google.</p>
<p>It is strongly recommended to use your own client ID as the default rclone ID is heavily used. If you have multiple services running, it is recommended to use an API key for each service. The default Google quota is 10 transactions per second so it is recommended to stay under that number as if you use more than that, it will cause rclone to rate limit and make things slower.</p>
<p>Here is how to create your own Google Drive client ID for rclone:</p>
<ol type="1">
<li><p>Log into the <a href="https://console.developers.google.com/">Google API Console</a> with your Google account. It doesn't matter what Google account you use. (It need not be the same account as the Google Drive you want to access)</p></li>
<li><p>Select a project or create a new project.</p></li>
<li><p>Under "ENABLE APIS AND SERVICES" search for "Drive", and enable the "Google Drive API".</p></li>
<li><p>Click "Credentials" in the left-side panel (not "Create credentials", which opens the wizard), then "Create credentials"</p></li>
<li><p>If you already configured an "Oauth Consent Screen", then skip to the next step; if not, click on "CONFIGURE CONSENT SCREEN" button (near the top right corner of the right panel), then select "External" and click on "CREATE"; on the next screen, enter an "Application name" ("rclone" is OK) then click on "Save" (all other data is optional). Click again on "Credentials" on the left panel to go back to the "Credentials" screen.</p></li>
</ol>
<p>(PS: if you are a GSuite user, you could also select "Internal" instead of "External" above, but this has not been tested/documented so far).</p>
<ol start="6" type="1">
<li><p>Click on the "+ CREATE CREDENTIALS" button at the top of the screen, then select "OAuth client ID".</p></li>
<li><p>Choose an application type of "Desktop app" if you using a Google account or "Other" if you using a GSuite account and click "Create". (the default name is fine)</p></li>
<li><p>It will show you a client ID and client secret. Use these values in rclone config to add a new remote or edit an existing remote.</p></li>
</ol>
<p>Be aware that, due to the "enhanced security" recently introduced by Google, you are theoretically expected to "submit your app for verification" and then wait a few weeks(!) for their response; in practice, you can go right ahead and use the client ID and client secret with rclone, the only issue will be a very scary confirmation screen shown when you connect via your browser for rclone to be able to get its token-id (but as this only happens during the remote configuration, it's not such a big deal).</p>
<p>(Thanks to <span class="citation" data-cites="balazer">@balazer</span> on github for these instructions.)</p>
<p>Sometimes, creation of an OAuth consent in Google API Console fails due to an error message “The request failed because changes to one of the field of the resource is not supported”. As a convenient workaround, the necessary Google Drive API key can be created on the <a href="https://developers.google.com/drive/api/v3/quickstart/python">Python Quickstart</a> page. Just push the Enable the Drive API button to receive the Client ID and Secret. Note that it will automatically create a new project in the API Console.</p>
<h2 id="google-photos">Google Photos</h2>
<p>The rclone backend for <a href="https://www.google.com/photos/about/">Google Photos</a> is a specialized backend for transferring photos and videos to and from Google Photos.</p>
<p><strong>NB</strong> The Google Photos API which rclone uses has quite a few limitations, so please read the <a href="#limitations">limitations section</a> carefully to make sure it is suitable for your use.</p>
<h2 id="configuring-google-photos">Configuring Google Photos</h2>
<p>The initial setup for google cloud storage involves getting a token from Google Photos which you need to do in your browser. <code>rclone config</code> walks you through it.</p>
<p>Here is an example of how to make a remote called <code>remote</code>. First run:</p>
<pre><code> rclone config</code></pre>
<p>This will guide you through an interactive setup process:</p>
<pre><code>No remotes found - make a new one
n) New remote
s) Set configuration password
q) Quit config
n/s/q&gt; n
name&gt; remote
Type of storage to configure.
Enter a string value. Press Enter for the default (&quot;&quot;).
Choose a number from below, or type in your own value
[snip]
XX / Google Photos
\ &quot;google photos&quot;
[snip]
Storage&gt; google photos
** See help for google photos backend at: https://rclone.org/googlephotos/ **
2020-09-02 17:59:04 +02:00
2021-02-02 14:42:35 +01:00
Google Application Client Id
Leave blank normally.
Enter a string value. Press Enter for the default (&quot;&quot;).
client_id&gt;
Google Application Client Secret
Leave blank normally.
Enter a string value. Press Enter for the default (&quot;&quot;).
client_secret&gt;
Set to make the Google Photos backend read only.
2020-09-02 17:59:04 +02:00
2021-02-02 14:42:35 +01:00
If you choose read only then rclone will only request read only access
to your photos, otherwise rclone will request full access.
Enter a boolean value (true or false). Press Enter for the default (&quot;false&quot;).
read_only&gt;
Edit advanced config? (y/n)
y) Yes
n) No
y/n&gt; n
Remote config
Use auto config?
* Say Y if not sure
* Say N if you are working on a remote or headless machine
y) Yes
n) No
y/n&gt; y
If your browser doesn&#39;t open automatically go to the following link: http://127.0.0.1:53682/auth
Log in and authorize rclone for access
Waiting for code...
Got code
2020-09-02 17:59:04 +02:00
2021-02-02 14:42:35 +01:00
*** IMPORTANT: All media items uploaded to Google Photos with rclone
*** are stored in full resolution at original quality. These uploads
*** will count towards storage in your Google Account.
2020-09-02 17:59:04 +02:00
2021-02-02 14:42:35 +01:00
--------------------
[remote]
type = google photos
token = {&quot;access_token&quot;:&quot;XXX&quot;,&quot;token_type&quot;:&quot;Bearer&quot;,&quot;refresh_token&quot;:&quot;XXX&quot;,&quot;expiry&quot;:&quot;2019-06-28T17:38:04.644930156+01:00&quot;}
--------------------
y) Yes this is OK
e) Edit this remote
d) Delete this remote
y/e/d&gt; y</code></pre>
<p>Note that rclone runs a webserver on your local machine to collect the token as returned from Google if you use auto config mode. This only runs from the moment it opens your browser to the moment you get back the verification code. This is on <code>http://127.0.0.1:53682/</code> and this may require you to unblock it temporarily if you are running a host firewall, or use manual mode.</p>
<p>This remote is called <code>remote</code> and can now be used like this</p>
<p>See all the albums in your photos</p>
<pre><code>rclone lsd remote:album</code></pre>
<p>Make a new album</p>
<pre><code>rclone mkdir remote:album/newAlbum</code></pre>
<p>List the contents of an album</p>
<pre><code>rclone ls remote:album/newAlbum</code></pre>
<p>Sync <code>/home/local/images</code> to the Google Photos, removing any excess files in the album.</p>
<pre><code>rclone sync -i /home/local/image remote:album/newAlbum</code></pre>
<h2 id="layout">Layout</h2>
<p>As Google Photos is not a general purpose cloud storage system the backend is laid out to help you navigate it.</p>
<p>The directories under <code>media</code> show different ways of categorizing the media. Each file will appear multiple times. So if you want to make a backup of your google photos you might choose to backup <code>remote:media/by-month</code>. (<strong>NB</strong> <code>remote:media/by-day</code> is rather slow at the moment so avoid for syncing.)</p>
<p>Note that all your photos and videos will appear somewhere under <code>media</code>, but they may not appear under <code>album</code> unless you've put them into albums.</p>
<pre><code>/
- upload
- file1.jpg
- file2.jpg
- ...
- media
- all
- file1.jpg
- file2.jpg
- ...
- by-year
- 2000
- file1.jpg
- ...
- 2001
- file2.jpg
- ...
- ...
- by-month
- 2000
- 2000-01
- file1.jpg
- ...
- 2000-02
- file2.jpg
- ...
- ...
- by-day
- 2000
- 2000-01-01
- file1.jpg
- ...
- 2000-01-02
- file2.jpg
- ...
- ...
- album
- album name
- album name/sub
- shared-album
- album name
- album name/sub
- feature
- favorites
- file1.jpg
- file2.jpg</code></pre>
<p>There are two writable parts of the tree, the <code>upload</code> directory and sub directories of the <code>album</code> directory.</p>
<p>The <code>upload</code> directory is for uploading files you don't want to put into albums. This will be empty to start with and will contain the files you've uploaded for one rclone session only, becoming empty again when you restart rclone. The use case for this would be if you have a load of files you just want to once off dump into Google Photos. For repeated syncing, uploading to <code>album</code> will work better.</p>
<p>Directories within the <code>album</code> directory are also writeable and you may create new directories (albums) under <code>album</code>. If you copy files with a directory hierarchy in there then rclone will create albums with the <code>/</code> character in them. For example if you do</p>
<pre><code>rclone copy /path/to/images remote:album/images</code></pre>
<p>and the images directory contains</p>
<pre><code>images
- file1.jpg
dir
file2.jpg
dir2
dir3
file3.jpg</code></pre>
<p>Then rclone will create the following albums with the following files in</p>
<ul>
<li>images
<ul>
<li>file1.jpg</li>
</ul></li>
<li>images/dir
<ul>
<li>file2.jpg</li>
</ul></li>
<li>images/dir2/dir3
<ul>
<li>file3.jpg</li>
</ul></li>
</ul>
<p>This means that you can use the <code>album</code> path pretty much like a normal filesystem and it is a good target for repeated syncing.</p>
<p>The <code>shared-album</code> directory shows albums shared with you or by you. This is similar to the Sharing tab in the Google Photos web interface.</p>
<h2 id="limitations-13">Limitations</h2>
<p>Only images and videos can be uploaded. If you attempt to upload non videos or images or formats that Google Photos doesn't understand, rclone will upload the file, then Google Photos will give an error when it is put turned into a media item.</p>
<p>Note that all media items uploaded to Google Photos through the API are stored in full resolution at "original quality" and <strong>will</strong> count towards your storage quota in your Google Account. The API does <strong>not</strong> offer a way to upload in "high quality" mode..</p>
<p><code>rclone about</code> is not supported by the Google Photos backend. Backends without this capability cannot determine free space for an rclone mount or use policy <code>mfs</code> (most free space) as a member of an rclone union remote.</p>
<p>See <a href="https://rclone.org/overview/#optional-features">List of backends that do not support rclone about</a> See <a href="https://rclone.org/commands/rclone_about/">rclone about</a></p>
<h3 id="downloading-images">Downloading Images</h3>
<p>When Images are downloaded this strips EXIF location (according to the docs and my tests). This is a limitation of the Google Photos API and is covered by <a href="https://issuetracker.google.com/issues/112096115">bug #112096115</a>.</p>
<p><strong>The current google API does not allow photos to be downloaded at original resolution. This is very important if you are, for example, relying on "Google Photos" as a backup of your photos. You will not be able to use rclone to redownload original images. You could use 'google takeout' to recover the original photos as a last resort</strong></p>
<h3 id="downloading-videos">Downloading Videos</h3>
<p>When videos are downloaded they are downloaded in a really compressed version of the video compared to downloading it via the Google Photos web interface. This is covered by <a href="https://issuetracker.google.com/issues/113672044">bug #113672044</a>.</p>
<h3 id="duplicates">Duplicates</h3>
<p>If a file name is duplicated in a directory then rclone will add the file ID into its name. So two files called <code>file.jpg</code> would then appear as <code>file {123456}.jpg</code> and <code>file {ABCDEF}.jpg</code> (the actual IDs are a lot longer alas!).</p>
<p>If you upload the same image (with the same binary data) twice then Google Photos will deduplicate it. However it will retain the filename from the first upload which may confuse rclone. For example if you uploaded an image to <code>upload</code> then uploaded the same image to <code>album/my_album</code> the filename of the image in <code>album/my_album</code> will be what it was uploaded with initially, not what you uploaded it with to <code>album</code>. In practise this shouldn't cause too many problems.</p>
<h3 id="modified-time-5">Modified time</h3>
<p>The date shown of media in Google Photos is the creation date as determined by the EXIF information, or the upload date if that is not known.</p>
<p>This is not changeable by rclone and is not the modification date of the media on local disk. This means that rclone cannot use the dates from Google Photos for syncing purposes.</p>
<h3 id="size">Size</h3>
<p>The Google Photos API does not return the size of media. This means that when syncing to Google Photos, rclone can only do a file existence check.</p>
<p>It is possible to read the size of the media, but this needs an extra HTTP HEAD request per media item so is <strong>very slow</strong> and uses up a lot of transactions. This can be enabled with the <code>--gphotos-read-size</code> option or the <code>read_size = true</code> config parameter.</p>
<p>If you want to use the backend with <code>rclone mount</code> you may need to enable this flag (depending on your OS and application using the photos) otherwise you may not be able to read media off the mount. You'll need to experiment to see if it works for you without the flag.</p>
<h3 id="albums">Albums</h3>
<p>Rclone can only upload files to albums it created. This is a <a href="https://developers.google.com/photos/library/guides/manage-albums">limitation of the Google Photos API</a>.</p>
<p>Rclone can remove files it uploaded from albums it created only.</p>
<h3 id="deleting-files-3">Deleting files</h3>
<p>Rclone can remove files from albums it created, but note that the Google Photos API does not allow media to be deleted permanently so this media will still remain. See <a href="https://issuetracker.google.com/issues/109759781">bug #109759781</a>.</p>
<p>Rclone cannot delete files anywhere except under <code>album</code>.</p>
<h3 id="deleting-albums">Deleting albums</h3>
<p>The Google Photos API does not support deleting albums - see <a href="https://issuetracker.google.com/issues/135714733">bug #135714733</a>.</p>
<h3 id="standard-options-16">Standard Options</h3>
<p>Here are the standard options specific to google photos (Google Photos).</p>
<h4 id="gphotos-client-id">--gphotos-client-id</h4>
<p>OAuth Client Id Leave blank normally.</p>
<ul>
<li>Config: client_id</li>
<li>Env Var: RCLONE_GPHOTOS_CLIENT_ID</li>
<li>Type: string</li>
<li>Default: ""</li>
</ul>
<h4 id="gphotos-client-secret">--gphotos-client-secret</h4>
<p>OAuth Client Secret Leave blank normally.</p>
<ul>
<li>Config: client_secret</li>
<li>Env Var: RCLONE_GPHOTOS_CLIENT_SECRET</li>
<li>Type: string</li>
<li>Default: ""</li>
</ul>
<h4 id="gphotos-read-only">--gphotos-read-only</h4>
<p>Set to make the Google Photos backend read only.</p>
<p>If you choose read only then rclone will only request read only access to your photos, otherwise rclone will request full access.</p>
<ul>
<li>Config: read_only</li>
<li>Env Var: RCLONE_GPHOTOS_READ_ONLY</li>
<li>Type: bool</li>
<li>Default: false</li>
</ul>
<h3 id="advanced-options-15">Advanced Options</h3>
<p>Here are the advanced options specific to google photos (Google Photos).</p>
<h4 id="gphotos-token">--gphotos-token</h4>
<p>OAuth Access Token as a JSON blob.</p>
<ul>
<li>Config: token</li>
<li>Env Var: RCLONE_GPHOTOS_TOKEN</li>
<li>Type: string</li>
<li>Default: ""</li>
</ul>
<h4 id="gphotos-auth-url">--gphotos-auth-url</h4>
<p>Auth server URL. Leave blank to use the provider defaults.</p>
<ul>
<li>Config: auth_url</li>
<li>Env Var: RCLONE_GPHOTOS_AUTH_URL</li>
<li>Type: string</li>
<li>Default: ""</li>
</ul>
<h4 id="gphotos-token-url">--gphotos-token-url</h4>
<p>Token server url. Leave blank to use the provider defaults.</p>
<ul>
<li>Config: token_url</li>
<li>Env Var: RCLONE_GPHOTOS_TOKEN_URL</li>
<li>Type: string</li>
<li>Default: ""</li>
</ul>
<h4 id="gphotos-read-size">--gphotos-read-size</h4>
<p>Set to read the size of media items.</p>
<p>Normally rclone does not read the size of media items since this takes another transaction. This isn't necessary for syncing. However rclone mount needs to know the size of files in advance of reading them, so setting this flag when using rclone mount is recommended if you want to read the media.</p>
<ul>
<li>Config: read_size</li>
<li>Env Var: RCLONE_GPHOTOS_READ_SIZE</li>
<li>Type: bool</li>
<li>Default: false</li>
</ul>
<h4 id="gphotos-start-year">--gphotos-start-year</h4>
<p>Year limits the photos to be downloaded to those which are uploaded after the given year</p>
<ul>
<li>Config: start_year</li>
<li>Env Var: RCLONE_GPHOTOS_START_YEAR</li>
<li>Type: int</li>
<li>Default: 2000</li>
</ul>
<h4 id="gphotos-include-archived">--gphotos-include-archived</h4>
<p>Also view and download archived media.</p>
<p>By default rclone does not request archived media. Thus, when syncing, archived media is not visible in directory listings or transferred.</p>
<p>Note that media in albums is always visible and synced, no matter their archive status.</p>
<p>With this flag, archived media are always visible in directory listings and transferred.</p>
<p>Without this flag, archived media will not be visible in directory listings and won't be transferred.</p>
<ul>
<li>Config: include_archived</li>
<li>Env Var: RCLONE_GPHOTOS_INCLUDE_ARCHIVED</li>
<li>Type: bool</li>
<li>Default: false</li>
</ul>
<h2 id="hdfs">HDFS</h2>
<p><a href="https://hadoop.apache.org/docs/stable/hadoop-project-dist/hadoop-hdfs/HdfsDesign.html">HDFS</a> is a distributed file-system, part of the <a href="https://hadoop.apache.org/">Apache Hadoop</a> framework.</p>
<p>Paths are specified as <code>remote:</code> or <code>remote:path/to/dir</code>.</p>
<p>Here is an example of how to make a remote called <code>remote</code>. First run:</p>
<pre><code> rclone config</code></pre>
<p>This will guide you through an interactive setup process:</p>
<pre><code>No remotes found - make a new one
n) New remote
s) Set configuration password
q) Quit config
n/s/q&gt; n
name&gt; remote
Type of storage to configure.
Enter a string value. Press Enter for the default (&quot;&quot;).
Choose a number from below, or type in your own value
[skip]
XX / Hadoop distributed file system
\ &quot;hdfs&quot;
[skip]
Storage&gt; hdfs
** See help for hdfs backend at: https://rclone.org/hdfs/ **
hadoop name node and port
Enter a string value. Press Enter for the default (&quot;&quot;).
Choose a number from below, or type in your own value
1 / Connect to host namenode at port 8020
\ &quot;namenode:8020&quot;
namenode&gt; namenode.hadoop:8020
hadoop user name
Enter a string value. Press Enter for the default (&quot;&quot;).
Choose a number from below, or type in your own value
1 / Connect to hdfs as root
\ &quot;root&quot;
username&gt; root
Edit advanced config? (y/n)
y) Yes
n) No (default)
y/n&gt; n
Remote config
--------------------
[remote]
type = hdfs
namenode = namenode.hadoop:8020
username = root
--------------------
y) Yes this is OK (default)
e) Edit this remote
d) Delete this remote
y/e/d&gt; y
Current remotes:
2020-09-02 17:59:04 +02:00
2021-02-02 14:42:35 +01:00
Name Type
==== ====
hadoop hdfs
2020-09-02 17:59:04 +02:00
2021-02-02 14:42:35 +01:00
e) Edit existing remote
n) New remote
d) Delete remote
r) Rename remote
c) Copy remote
s) Set configuration password
q) Quit config
e/n/d/r/c/s/q&gt; q</code></pre>
<p>This remote is called <code>remote</code> and can now be used like this</p>
<p>See all the top level directories</p>
<pre><code>rclone lsd remote:</code></pre>
<p>List the contents of a directory</p>
<pre><code>rclone ls remote:directory</code></pre>
<p>Sync the remote <code>directory</code> to <code>/home/local/directory</code>, deleting any excess files.</p>
<pre><code>rclone sync -i remote:directory /home/local/directory</code></pre>
<h3 id="setting-up-your-own-hdfs-instance-for-testing">Setting up your own HDFS instance for testing</h3>
<p>You may start with a <a href="https://hadoop.apache.org/docs/stable/hadoop-project-dist/hadoop-common/SingleCluster.html">manual setup</a> or use the docker image from the tests:</p>
<p>If you want to build the docker image</p>
<pre><code>git clone https://github.com/rclone/rclone.git
cd rclone/fstest/testserver/images/test-hdfs
docker build --rm -t rclone/test-hdfs .</code></pre>
<p>Or you can just use the latest one pushed</p>
<pre><code>docker run --rm --name &quot;rclone-hdfs&quot; -p 127.0.0.1:9866:9866 -p 127.0.0.1:8020:8020 --hostname &quot;rclone-hdfs&quot; rclone/test-hdfs</code></pre>
<p><strong>NB</strong> it need few seconds to startup.</p>
<p>For this docker image the remote needs to be configured like this:</p>
<pre><code>[remote]
type = hdfs
namenode = 127.0.0.1:8020
username = root</code></pre>
<p>You can stop this image with <code>docker kill rclone-hdfs</code> (<strong>NB</strong> it does not use volumes, so all data uploaded will be lost.)</p>
<h3 id="modified-time-6">Modified time</h3>
<p>Time accurate to 1 second is stored.</p>
<h3 id="checksum">Checksum</h3>
<p>No checksums are implemented.</p>
<h3 id="usage-information">Usage information</h3>
<p>You can use the <code>rclone about remote:</code> command which will display filesystem size and current usage.</p>
<h3 id="restricted-filename-characters-11">Restricted filename characters</h3>
<p>In addition to the <a href="https://rclone.org/overview/#restricted-characters">default restricted characters set</a> the following characters are also replaced:</p>
<table>
2018-10-15 12:03:08 +02:00
<thead>
<tr class="header">
2021-02-02 14:42:35 +01:00
<th>Character</th>
<th style="text-align: center;">Value</th>
<th style="text-align: center;">Replacement</th>
2019-10-26 12:04:54 +02:00
</tr>
</thead>
<tbody>
<tr class="odd">
2021-02-02 14:42:35 +01:00
<td>:</td>
<td style="text-align: center;">0x3A</td>
<td style="text-align: center;"></td>
2020-09-02 17:59:04 +02:00
</tr>
</tbody>
</table>
2021-02-02 14:42:35 +01:00
<p>Invalid UTF-8 bytes will also be <a href="https://rclone.org/overview/#invalid-utf8">replaced</a>.</p>
<h3 id="limitations-14">Limitations</h3>
<ul>
<li>No server-side <code>Move</code> or <code>DirMove</code>.</li>
<li>Checksums not implemented.</li>
</ul>
<h3 id="standard-options-17">Standard Options</h3>
<p>Here are the standard options specific to hdfs (Hadoop distributed file system).</p>
<h4 id="hdfs-namenode">--hdfs-namenode</h4>
<p>hadoop name node and port</p>
<ul>
<li>Config: namenode</li>
<li>Env Var: RCLONE_HDFS_NAMENODE</li>
<li>Type: string</li>
<li>Default: ""</li>
<li>Examples:
<ul>
<li>"namenode:8020"
<ul>
<li>Connect to host namenode at port 8020</li>
</ul></li>
</ul></li>
</ul>
<h4 id="hdfs-username">--hdfs-username</h4>
<p>hadoop user name</p>
<ul>
<li>Config: username</li>
<li>Env Var: RCLONE_HDFS_USERNAME</li>
<li>Type: string</li>
<li>Default: ""</li>
<li>Examples:
<ul>
<li>"root"
<ul>
<li>Connect to hdfs as root</li>
</ul></li>
</ul></li>
</ul>
<h3 id="advanced-options-16">Advanced Options</h3>
<p>Here are the advanced options specific to hdfs (Hadoop distributed file system).</p>
<h4 id="hdfs-service-principal-name">--hdfs-service-principal-name</h4>
<p>Kerberos service principal name for the namenode</p>
<p>Enables KERBEROS authentication. Specifies the Service Principal Name (<SERVICE>/<FQDN>) for the namenode.</p>
<ul>
<li>Config: service_principal_name</li>
<li>Env Var: RCLONE_HDFS_SERVICE_PRINCIPAL_NAME</li>
<li>Type: string</li>
<li>Default: ""</li>
<li>Examples:
<ul>
<li>"hdfs/namenode.hadoop.docker"
<ul>
<li>Namenode running as service 'hdfs' with FQDN 'namenode.hadoop.docker'.</li>
</ul></li>
</ul></li>
</ul>
<h4 id="hdfs-data-transfer-protection">--hdfs-data-transfer-protection</h4>
<p>Kerberos data transfer protection: authentication|integrity|privacy</p>
<p>Specifies whether or not authentication, data signature integrity checks, and wire encryption is required when communicating the the datanodes. Possible values are 'authentication', 'integrity' and 'privacy'. Used only with KERBEROS enabled.</p>
<ul>
<li>Config: data_transfer_protection</li>
<li>Env Var: RCLONE_HDFS_DATA_TRANSFER_PROTECTION</li>
<li>Type: string</li>
<li>Default: ""</li>
<li>Examples:
<ul>
<li>"privacy"
<ul>
<li>Ensure authentication, integrity and encryption enabled.</li>
</ul></li>
</ul></li>
</ul>
<h4 id="hdfs-encoding">--hdfs-encoding</h4>
<p>This sets the encoding for the backend.</p>
<p>See: the <a href="https://rclone.org/overview/#encoding">encoding section in the overview</a> for more info.</p>
<ul>
<li>Config: encoding</li>
<li>Env Var: RCLONE_HDFS_ENCODING</li>
<li>Type: MultiEncoder</li>
<li>Default: Slash,Colon,Del,Ctl,InvalidUtf8,Dot</li>
</ul>
<h2 id="http">HTTP</h2>
2020-09-02 17:59:04 +02:00
<p>The HTTP remote is a read only remote for reading files of a webserver. The webserver should provide file listings which rclone will read and turn into a remote. This has been tested with common webservers such as Apache/Nginx/Caddy and will likely work with file listings from most web servers. (If it doesn't then please file an issue, or send a pull request!)</p>
2017-09-30 15:19:47 +02:00
<p>Paths are specified as <code>remote:</code> or <code>remote:path/to/dir</code>.</p>
2016-01-31 17:33:20 +01:00
<p>Here is an example of how to make a remote called <code>remote</code>. First run:</p>
<pre><code> rclone config</code></pre>
<p>This will guide you through an interactive setup process:</p>
<pre><code>No remotes found - make a new one
n) New remote
s) Set configuration password
2016-01-31 17:33:20 +01:00
q) Quit config
2017-09-30 15:19:47 +02:00
n/s/q&gt; n
2016-01-31 17:33:20 +01:00
name&gt; remote
2016-03-01 10:00:01 +01:00
Type of storage to configure.
Choose a number from below, or type in your own value
2019-08-26 16:25:20 +02:00
[snip]
XX / http Connection
2017-09-30 15:19:47 +02:00
\ &quot;http&quot;
2019-08-26 16:25:20 +02:00
[snip]
2017-09-30 15:19:47 +02:00
Storage&gt; http
URL of http host to connect to
Choose a number from below, or type in your own value
1 / Connect to example.com
\ &quot;https://example.com&quot;
url&gt; https://beta.rclone.org
2016-01-31 17:33:20 +01:00
Remote config
--------------------
[remote]
2017-09-30 15:19:47 +02:00
url = https://beta.rclone.org
2016-01-31 17:33:20 +01:00
--------------------
y) Yes this is OK
e) Edit this remote
d) Delete this remote
2017-09-30 15:19:47 +02:00
y/e/d&gt; y
Current remotes:
Name Type
==== ====
remote http
e) Edit existing remote
n) New remote
d) Delete remote
r) Rename remote
c) Copy remote
s) Set configuration password
q) Quit config
e/n/d/r/c/s/q&gt; q</code></pre>
<p>This remote is called <code>remote</code> and can now be used like this</p>
<p>See all the top level directories</p>
2016-01-31 17:33:20 +01:00
<pre><code>rclone lsd remote:</code></pre>
2017-09-30 15:19:47 +02:00
<p>List the contents of a directory</p>
<pre><code>rclone ls remote:directory</code></pre>
<p>Sync the remote <code>directory</code> to <code>/home/local/directory</code>, deleting any excess files.</p>
2020-09-02 17:59:04 +02:00
<pre><code>rclone sync -i remote:directory /home/local/directory</code></pre>
2017-09-30 15:19:47 +02:00
<h3 id="read-only">Read only</h3>
2020-09-02 17:59:04 +02:00
<p>This remote is read only - you can't upload files to an HTTP server.</p>
2021-02-02 14:42:35 +01:00
<h3 id="modified-time-7">Modified time</h3>
2017-09-30 15:19:47 +02:00
<p>Most HTTP servers store time accurate to 1 second.</p>
2021-02-02 14:42:35 +01:00
<h3 id="checksum-1">Checksum</h3>
2017-09-30 15:19:47 +02:00
<p>No checksums are stored.</p>
2020-09-02 17:59:04 +02:00
<h3 id="usage-without-a-config-file">Usage without a config file</h3>
2018-09-01 13:58:00 +02:00
<p>Since the http remote only has one config parameter it is easy to use without a config file:</p>
<pre><code>rclone lsd --http-url https://beta.rclone.org :http:</code></pre>
2021-02-02 14:42:35 +01:00
<h3 id="standard-options-18">Standard Options</h3>
2018-10-15 12:03:08 +02:00
<p>Here are the standard options specific to http (http Connection).</p>
2020-09-02 17:59:04 +02:00
<h4 id="http-url">--http-url</h4>
2018-10-15 12:03:08 +02:00
<p>URL of http host to connect to</p>
<ul>
<li>Config: url</li>
<li>Env Var: RCLONE_HTTP_URL</li>
<li>Type: string</li>
2020-02-01 11:31:42 +01:00
<li>Default: ""</li>
2018-10-15 12:03:08 +02:00
<li>Examples:
<ul>
2020-09-02 17:59:04 +02:00
<li>"https://example.com"
2018-10-15 12:03:08 +02:00
<ul>
<li>Connect to example.com</li>
</ul></li>
2020-09-02 17:59:04 +02:00
<li>"https://user:pass@example.com"
2019-02-09 11:42:57 +01:00
<ul>
<li>Connect to example.com using a username and password</li>
</ul></li>
2018-10-15 12:03:08 +02:00
</ul></li>
</ul>
2021-02-02 14:42:35 +01:00
<h3 id="advanced-options-17">Advanced Options</h3>
2019-04-13 12:01:58 +02:00
<p>Here are the advanced options specific to http (http Connection).</p>
2020-09-02 17:59:04 +02:00
<h4 id="http-headers">--http-headers</h4>
2019-08-26 16:25:20 +02:00
<p>Set HTTP headers for all transactions</p>
<p>Use this to set additional HTTP headers for all transactions</p>
<p>The input format is comma separated list of key,value pairs. Standard <a href="https://godoc.org/encoding/csv">CSV encoding</a> may be used.</p>
2020-09-02 17:59:04 +02:00
<p>For example to set a Cookie use 'Cookie,name=value', or '"Cookie","name=value"'.</p>
2021-02-02 14:42:35 +01:00
<p>You can set multiple headers, e.g. '"Cookie","name=value","Authorization","xxx"'.</p>
2019-08-26 16:25:20 +02:00
<ul>
<li>Config: headers</li>
<li>Env Var: RCLONE_HTTP_HEADERS</li>
<li>Type: CommaSepList</li>
<li>Default:</li>
</ul>
2020-09-02 17:59:04 +02:00
<h4 id="http-no-slash">--http-no-slash</h4>
<p>Set this if the site doesn't end directories with /</p>
2019-04-13 12:01:58 +02:00
<p>Use this if your target website does not use / on the end of directories.</p>
<p>A / on the end of a path is how rclone normally tells the difference between files and directories. If this flag is set, then rclone will treat all files with Content-Type: text/html as directories and read URLs from them rather than downloading them.</p>
<p>Note that this may cause rclone to confuse genuine HTML files with directories.</p>
<ul>
<li>Config: no_slash</li>
<li>Env Var: RCLONE_HTTP_NO_SLASH</li>
<li>Type: bool</li>
<li>Default: false</li>
</ul>
2020-09-02 17:59:04 +02:00
<h4 id="http-no-head">--http-no-head</h4>
<p>Don't use HEAD requests to find file sizes in dir listing</p>
2019-10-26 12:04:54 +02:00
<p>If your site is being very slow to load then you can try this option. Normally rclone does a HEAD request for each potential file in a directory listing to:</p>
<ul>
<li>find its size</li>
<li>check it really exists</li>
<li>check to see if it is a directory</li>
</ul>
<p>If you set this option, rclone will not do the HEAD request. This will mean</p>
<ul>
<li>directory listings are much quicker</li>
2020-09-02 17:59:04 +02:00
<li>rclone won't have the times or sizes of any files</li>
<li><p>some files that don't exist may be in the listing</p></li>
2019-10-26 12:04:54 +02:00
<li>Config: no_head</li>
<li>Env Var: RCLONE_HTTP_NO_HEAD</li>
<li>Type: bool</li>
<li><p>Default: false</p></li>
</ul>
2021-02-02 14:42:35 +01:00
<h3 id="limitations-15">Limitations</h3>
<p><code>rclone about</code> is not supported by the HTTP backend. Backends without this capability cannot determine free space for an rclone mount or use policy <code>mfs</code> (most free space) as a member of an rclone union remote.</p>
<p>See <a href="https://rclone.org/overview/#optional-features">List of backends that do not support rclone about</a> See <a href="https://rclone.org/commands/rclone_about/">rclone about</a></p>
2017-09-30 15:19:47 +02:00
<h2 id="hubic">Hubic</h2>
2016-01-31 17:33:20 +01:00
<p>Paths are specified as <code>remote:path</code></p>
2021-02-02 14:42:35 +01:00
<p>Paths are specified as <code>remote:container</code> (or <code>remote:</code> for the <code>lsd</code> command.) You may put subdirectories in too, e.g. <code>remote:container/path/to/dir</code>.</p>
2017-09-30 15:19:47 +02:00
<p>The initial setup for Hubic involves getting a token from Hubic which you need to do in your browser. <code>rclone config</code> walks you through it.</p>
2016-01-31 17:33:20 +01:00
<p>Here is an example of how to make a remote called <code>remote</code>. First run:</p>
<pre><code> rclone config</code></pre>
<p>This will guide you through an interactive setup process:</p>
2017-09-30 15:19:47 +02:00
<pre><code>n) New remote
2016-03-01 10:00:01 +01:00
s) Set configuration password
n/s&gt; n
2016-01-31 17:33:20 +01:00
name&gt; remote
2016-03-01 10:00:01 +01:00
Type of storage to configure.
Choose a number from below, or type in your own value
2019-08-26 16:25:20 +02:00
[snip]
XX / Hubic
2016-03-01 10:00:01 +01:00
\ &quot;hubic&quot;
2019-08-26 16:25:20 +02:00
[snip]
Storage&gt; hubic
2017-09-30 15:19:47 +02:00
Hubic Client Id - leave blank normally.
2017-03-18 12:16:43 +01:00
client_id&gt;
2017-09-30 15:19:47 +02:00
Hubic Client Secret - leave blank normally.
2017-03-18 12:16:43 +01:00
client_secret&gt;
2016-01-31 17:33:20 +01:00
Remote config
2016-03-01 10:00:01 +01:00
Use auto config?
* Say Y if not sure
* Say N if you are working on a remote or headless machine
y) Yes
n) No
y/n&gt; y
2016-01-31 17:33:20 +01:00
If your browser doesn&#39;t open automatically go to the following link: http://127.0.0.1:53682/auth
Log in and authorize rclone for access
Waiting for code...
Got code
--------------------
[remote]
2017-03-18 12:16:43 +01:00
client_id =
client_secret =
2016-01-31 17:33:20 +01:00
token = {&quot;access_token&quot;:&quot;XXXXXX&quot;}
--------------------
y) Yes this is OK
e) Edit this remote
d) Delete this remote
y/e/d&gt; y</code></pre>
<p>See the <a href="https://rclone.org/remote_setup/">remote setup docs</a> for how to set it up on a machine with no Internet browser available.</p>
2017-09-30 15:19:47 +02:00
<p>Note that rclone runs a webserver on your local machine to collect the token as returned from Hubic. This only runs from the moment it opens your browser to the moment you get back the verification code. This is on <code>http://127.0.0.1:53682/</code> and this it may require you to unblock it temporarily if you are running a host firewall.</p>
2016-01-31 17:33:20 +01:00
<p>Once configured you can then use <code>rclone</code> like this,</p>
2017-09-30 15:19:47 +02:00
<p>List containers in the top level of your Hubic</p>
2016-01-31 17:33:20 +01:00
<pre><code>rclone lsd remote:</code></pre>
2017-09-30 15:19:47 +02:00
<p>List all the files in your Hubic</p>
2016-01-31 17:33:20 +01:00
<pre><code>rclone ls remote:</code></pre>
2017-09-30 15:19:47 +02:00
<p>To copy a local directory to an Hubic directory called backup</p>
2016-01-31 17:33:20 +01:00
<pre><code>rclone copy /home/source remote:backup</code></pre>
2017-09-30 15:19:47 +02:00
<p>If you want the directory to be visible in the official <em>Hubic browser</em>, you need to copy your files to the <code>default</code> directory</p>
<pre><code>rclone copy /home/source remote:default/backup</code></pre>
2021-02-02 14:42:35 +01:00
<h3 id="fast-list-4">--fast-list</h3>
2020-05-27 17:11:47 +02:00
<p>This remote supports <code>--fast-list</code> which allows you to use fewer transactions in exchange for more memory. See the <a href="https://rclone.org/docs/#fast-list">rclone docs</a> for more details.</p>
2021-02-02 14:42:35 +01:00
<h3 id="modified-time-8">Modified time</h3>
2017-09-30 15:19:47 +02:00
<p>The modified time is stored as metadata on the object as <code>X-Object-Meta-Mtime</code> as floating point since the epoch accurate to 1 ns.</p>
2019-04-13 12:01:58 +02:00
<p>This is a de facto standard (used in the official python-swiftclient amongst others) for storing the modification time for an object.</p>
2017-09-30 15:19:47 +02:00
<p>Note that Hubic wraps the Swift backend, so most of the properties of are the same.</p>
2021-02-02 14:42:35 +01:00
<h3 id="standard-options-19">Standard Options</h3>
2018-10-15 12:03:08 +02:00
<p>Here are the standard options specific to hubic (Hubic).</p>
2020-09-02 17:59:04 +02:00
<h4 id="hubic-client-id">--hubic-client-id</h4>
<p>OAuth Client Id Leave blank normally.</p>
2018-10-15 12:03:08 +02:00
<ul>
<li>Config: client_id</li>
<li>Env Var: RCLONE_HUBIC_CLIENT_ID</li>
<li>Type: string</li>
2020-02-01 11:31:42 +01:00
<li>Default: ""</li>
2018-10-15 12:03:08 +02:00
</ul>
2020-09-02 17:59:04 +02:00
<h4 id="hubic-client-secret">--hubic-client-secret</h4>
<p>OAuth Client Secret Leave blank normally.</p>
2018-10-15 12:03:08 +02:00
<ul>
<li>Config: client_secret</li>
<li>Env Var: RCLONE_HUBIC_CLIENT_SECRET</li>
<li>Type: string</li>
2020-02-01 11:31:42 +01:00
<li>Default: ""</li>
2018-10-15 12:03:08 +02:00
</ul>
2021-02-02 14:42:35 +01:00
<h3 id="advanced-options-18">Advanced Options</h3>
2018-10-15 12:03:08 +02:00
<p>Here are the advanced options specific to hubic (Hubic).</p>
2020-09-02 17:59:04 +02:00
<h4 id="hubic-token">--hubic-token</h4>
<p>OAuth Access Token as a JSON blob.</p>
<ul>
<li>Config: token</li>
<li>Env Var: RCLONE_HUBIC_TOKEN</li>
<li>Type: string</li>
<li>Default: ""</li>
</ul>
<h4 id="hubic-auth-url">--hubic-auth-url</h4>
<p>Auth server URL. Leave blank to use the provider defaults.</p>
<ul>
<li>Config: auth_url</li>
<li>Env Var: RCLONE_HUBIC_AUTH_URL</li>
<li>Type: string</li>
<li>Default: ""</li>
</ul>
<h4 id="hubic-token-url">--hubic-token-url</h4>
<p>Token server url. Leave blank to use the provider defaults.</p>
<ul>
<li>Config: token_url</li>
<li>Env Var: RCLONE_HUBIC_TOKEN_URL</li>
<li>Type: string</li>
<li>Default: ""</li>
</ul>
<h4 id="hubic-chunk-size">--hubic-chunk-size</h4>
2018-10-15 12:03:08 +02:00
<p>Above this size files will be chunked into a _segments container.</p>
<p>Above this size files will be chunked into a _segments container. The default for this is 5GB which is its maximum value.</p>
<ul>
<li>Config: chunk_size</li>
<li>Env Var: RCLONE_HUBIC_CHUNK_SIZE</li>
<li>Type: SizeSuffix</li>
<li>Default: 5G</li>
</ul>
2020-09-02 17:59:04 +02:00
<h4 id="hubic-no-chunk">--hubic-no-chunk</h4>
<p>Don't chunk files during streaming upload.</p>
2021-02-02 14:42:35 +01:00
<p>When doing streaming uploads (e.g. using rcat or mount) setting this flag will cause the swift backend to not upload chunked files.</p>
2019-02-09 11:42:57 +01:00
<p>This will limit the maximum upload size to 5GB. However non chunked files are easier to deal with and have an MD5SUM.</p>
<p>Rclone will still chunk files bigger than chunk_size when doing normal copy operations.</p>
<ul>
<li>Config: no_chunk</li>
<li>Env Var: RCLONE_HUBIC_NO_CHUNK</li>
<li>Type: bool</li>
<li>Default: false</li>
</ul>
2020-09-02 17:59:04 +02:00
<h4 id="hubic-encoding">--hubic-encoding</h4>
2020-02-01 11:31:42 +01:00
<p>This sets the encoding for the backend.</p>
2020-05-27 17:11:47 +02:00
<p>See: the <a href="https://rclone.org/overview/#encoding">encoding section in the overview</a> for more info.</p>
2020-02-01 11:31:42 +01:00
<ul>
<li>Config: encoding</li>
<li>Env Var: RCLONE_HUBIC_ENCODING</li>
<li>Type: MultiEncoder</li>
<li>Default: Slash,InvalidUtf8</li>
</ul>
2021-02-02 14:42:35 +01:00
<h3 id="limitations-16">Limitations</h3>
2017-09-30 15:19:47 +02:00
<p>This uses the normal OpenStack Swift mechanism to refresh the Swift API credentials and ignores the expires field returned by the Hubic API.</p>
2020-09-02 17:59:04 +02:00
<p>The Swift API doesn't return a correct MD5SUM for segmented files (Dynamic or Static Large Objects) so rclone won't check or use the MD5SUM for these.</p>
2018-09-01 13:58:00 +02:00
<h2 id="jottacloud">Jottacloud</h2>
2020-05-27 17:11:47 +02:00
<p>Jottacloud is a cloud storage service provider from a Norwegian company, using its own datacenters in Norway.</p>
<p>In addition to the official service at <a href="https://www.jottacloud.com/">jottacloud.com</a>, there are also several whitelabel versions which should work with this backend.</p>
2018-04-28 12:46:27 +02:00
<p>Paths are specified as <code>remote:path</code></p>
2021-02-02 14:42:35 +01:00
<p>Paths may be as deep as required, e.g. <code>remote:directory/subdirectory</code>.</p>
<h2 id="setup-2">Setup</h2>
2020-09-02 17:59:04 +02:00
<h3 id="default-setup">Default Setup</h3>
2020-05-27 17:11:47 +02:00
<p>To configure Jottacloud you will need to generate a personal security token in the Jottacloud web interface. You will the option to do in your <a href="https://www.jottacloud.com/web/secure">account security settings</a> (for whitelabel version you need to find this page in its web interface). Note that the web interface may refer to this token as a JottaCli token.</p>
2020-09-02 17:59:04 +02:00
<h3 id="legacy-setup">Legacy Setup</h3>
2021-02-02 14:42:35 +01:00
<p>If you are using one of the whitelabel versions (Elgiganten, Com Hem Cloud) you may not have the option to generate a CLI token. In this case you'll have to use the legacy authentication. To to this select yes when the setup asks for legacy authentication and enter your username and password. The rest of the setup is identical to the default setup.</p>
<h3 id="telia-cloud-setup">Telia Cloud Setup</h3>
<p>Similar to other whitelabel versions Telia Cloud doesn't offer the option of creating a CLI token, and additionally uses a separate authentication flow where the username is generated internally. To setup rclone to use Telia Cloud, choose Telia Cloud authentication in the setup. The rest of the setup is identical to the default setup.</p>
<h3 id="example-1">Example</h3>
2020-09-02 17:59:04 +02:00
<p>Here is an example of how to make a remote called <code>remote</code> with the default setup. First run:</p>
2020-05-27 17:11:47 +02:00
<pre><code>rclone config</code></pre>
2018-04-28 12:46:27 +02:00
<p>This will guide you through an interactive setup process:</p>
<pre><code>No remotes found - make a new one
n) New remote
s) Set configuration password
q) Quit config
n/s/q&gt; n
2020-09-02 17:59:04 +02:00
name&gt; remote
2018-04-28 12:46:27 +02:00
Type of storage to configure.
2018-09-01 13:58:00 +02:00
Enter a string value. Press Enter for the default (&quot;&quot;).
2018-04-28 12:46:27 +02:00
Choose a number from below, or type in your own value
[snip]
2020-05-27 17:11:47 +02:00
XX / Jottacloud
2018-09-01 13:58:00 +02:00
\ &quot;jottacloud&quot;
2018-04-28 12:46:27 +02:00
[snip]
2018-09-01 13:58:00 +02:00
Storage&gt; jottacloud
2019-06-15 13:01:29 +02:00
** See help for jottacloud backend at: https://rclone.org/jottacloud/ **
2019-04-13 12:01:58 +02:00
Edit advanced config? (y/n)
y) Yes
n) No
y/n&gt; n
2018-04-28 12:46:27 +02:00
Remote config
2021-02-02 14:42:35 +01:00
Use legacy authentication?.
2020-09-02 17:59:04 +02:00
This is only required for certain whitelabel versions of Jottacloud and not recommended for normal users.
y) Yes
n) No (default)
y/n&gt; n
2019-04-13 12:01:58 +02:00
2020-02-01 11:31:42 +01:00
Generate a personal login token here: https://www.jottacloud.com/web/secure
Login Token&gt; &lt;your token here&gt;
2019-06-15 13:01:29 +02:00
Do you want to use a non standard device/mountpoint e.g. for accessing files uploaded using the official Jottacloud client?
y) Yes
n) No
y/n&gt; y
Please select the device to use. Normally this will be Jotta
Choose a number from below, or type in an existing value
1 &gt; DESKTOP-3H31129
2020-09-02 17:59:04 +02:00
2 &gt; Jotta
Devices&gt; 2
2019-06-15 13:01:29 +02:00
Please select the mountpoint to user. Normally this will be Archive
Choose a number from below, or type in an existing value
1 &gt; Archive
2020-05-27 17:11:47 +02:00
2 &gt; Links
2019-06-15 13:01:29 +02:00
3 &gt; Sync
2020-05-27 17:11:47 +02:00
2019-06-15 13:01:29 +02:00
Mountpoints&gt; 1
2018-04-28 12:46:27 +02:00
--------------------
2019-06-15 13:01:29 +02:00
[jotta]
2018-09-01 13:58:00 +02:00
type = jottacloud
2019-04-13 12:01:58 +02:00
token = {........}
2019-06-15 13:01:29 +02:00
device = Jotta
mountpoint = Archive
2020-02-01 11:31:42 +01:00
configVersion = 1
2018-04-28 12:46:27 +02:00
--------------------
y) Yes this is OK
e) Edit this remote
d) Delete this remote
y/e/d&gt; y</code></pre>
<p>Once configured you can then use <code>rclone</code> like this,</p>
2018-09-01 13:58:00 +02:00
<p>List directories in top level of your Jottacloud</p>
2018-04-28 12:46:27 +02:00
<pre><code>rclone lsd remote:</code></pre>
2018-09-01 13:58:00 +02:00
<p>List all the files in your Jottacloud</p>
2018-04-28 12:46:27 +02:00
<pre><code>rclone ls remote:</code></pre>
2018-09-01 13:58:00 +02:00
<p>To copy a local directory to an Jottacloud directory called backup</p>
2018-04-28 12:46:27 +02:00
<pre><code>rclone copy /home/source remote:backup</code></pre>
2019-06-15 13:01:29 +02:00
<h3 id="devices-and-mountpoints">Devices and Mountpoints</h3>
2020-09-02 17:59:04 +02:00
<p>The official Jottacloud client registers a device for each computer you install it on, and then creates a mountpoint for each folder you select for Backup. The web interface uses a special device called Jotta for the Archive and Sync mountpoints. In most cases you'll want to use the Jotta/Archive device/mountpoint, however if you want to access files uploaded by any of the official clients rclone provides the option to select other devices and mountpoints during config.</p>
<p>The built-in Jotta device may also contain several other mountpoints, such as: Latest, Links, Shared and Trash. These are special mountpoints with a different internal representation than the "regular" mountpoints. Rclone will only to a very limited degree support them. Generally you should avoid these, unless you know what you are doing.</p>
2021-02-02 14:42:35 +01:00
<h3 id="fast-list-5">--fast-list</h3>
2020-05-27 17:11:47 +02:00
<p>This remote supports <code>--fast-list</code> which allows you to use fewer transactions in exchange for more memory. See the <a href="https://rclone.org/docs/#fast-list">rclone docs</a> for more details.</p>
2018-10-15 12:03:08 +02:00
<p>Note that the implementation in Jottacloud always uses only a single API request to get the entire list, so for large folders this could lead to long wait time before the first results are shown.</p>
2021-02-02 14:42:35 +01:00
<h3 id="modified-time-and-hashes-6">Modified time and hashes</h3>
2018-09-01 13:58:00 +02:00
<p>Jottacloud allows modification times to be set on objects accurate to 1 second. These will be used to detect whether objects need syncing or not.</p>
<p>Jottacloud supports MD5 type hashes, so you can use the <code>--checksum</code> flag.</p>
2021-02-02 14:42:35 +01:00
<p>Note that Jottacloud requires the MD5 hash before upload so if the source does not have an MD5 checksum then the file will be cached temporarily on disk (wherever the <code>TMPDIR</code> environment variable points to) before it is uploaded. Small files will be cached in memory - see the <a href="#jottacloud-md5-memory-limit">--jottacloud-md5-memory-limit</a> flag. When uploading from local disk the source checksum is always available, so this does not apply. Starting with rclone version 1.52 the same is true for crypted remotes (in older versions the crypt backend would not calculate hashes for uploads from local disk, so the Jottacloud backend had to do it as described above).</p>
<h4 id="restricted-filename-characters-12">Restricted filename characters</h4>
2020-05-27 17:11:47 +02:00
<p>In addition to the <a href="https://rclone.org/overview/#restricted-characters">default restricted characters set</a> the following characters are also replaced:</p>
2019-10-26 12:04:54 +02:00
<table>
<thead>
<tr class="header">
<th>Character</th>
<th style="text-align: center;">Value</th>
<th style="text-align: center;">Replacement</th>
</tr>
</thead>
<tbody>
<tr class="odd">
2020-02-01 11:31:42 +01:00
<td>"</td>
2019-10-26 12:04:54 +02:00
<td style="text-align: center;">0x22</td>
<td style="text-align: center;"></td>
</tr>
<tr class="even">
<td>*</td>
<td style="text-align: center;">0x2A</td>
<td style="text-align: center;"></td>
</tr>
<tr class="odd">
<td>:</td>
<td style="text-align: center;">0x3A</td>
<td style="text-align: center;"></td>
</tr>
<tr class="even">
<td>&lt;</td>
<td style="text-align: center;">0x3C</td>
<td style="text-align: center;"></td>
</tr>
<tr class="odd">
<td>&gt;</td>
<td style="text-align: center;">0x3E</td>
<td style="text-align: center;"></td>
</tr>
<tr class="even">
<td>?</td>
<td style="text-align: center;">0x3F</td>
<td style="text-align: center;"></td>
</tr>
<tr class="odd">
<td>|</td>
<td style="text-align: center;">0x7C</td>
<td style="text-align: center;"></td>
</tr>
</tbody>
</table>
2020-09-02 17:59:04 +02:00
<p>Invalid UTF-8 bytes will also be <a href="https://rclone.org/overview/#invalid-utf8">replaced</a>, as they can't be used in XML strings.</p>
2021-02-02 14:42:35 +01:00
<h3 id="deleting-files-4">Deleting files</h3>
2020-09-02 17:59:04 +02:00
<p>By default rclone will send all files to the trash when deleting files. They will be permanently deleted automatically after 30 days. You may bypass the trash and permanently delete files immediately by using the <a href="#jottacloud-hard-delete">--jottacloud-hard-delete</a> flag, or set the equivalent environment variable. Emptying the trash is supported by the <a href="https://rclone.org/commands/rclone_cleanup/">cleanup</a> command.</p>
2021-02-02 14:42:35 +01:00
<h3 id="versions-2">Versions</h3>
2018-09-01 13:58:00 +02:00
<p>Jottacloud supports file versioning. When rclone uploads a new version of a file it creates a new version of it. Currently rclone only supports retrieving the current version but older versions can be accessed via the Jottacloud Website.</p>
2021-02-02 14:42:35 +01:00
<h3 id="quota-information-1">Quota information</h3>
2018-10-15 12:03:08 +02:00
<p>To view your current quota you can use the <code>rclone about remote:</code> command which will display your usage limit (unless it is unlimited) and the current usage.</p>
2021-02-02 14:42:35 +01:00
<h3 id="advanced-options-19">Advanced Options</h3>
2020-05-27 17:11:47 +02:00
<p>Here are the advanced options specific to jottacloud (Jottacloud).</p>
2020-09-02 17:59:04 +02:00
<h4 id="jottacloud-md5-memory-limit">--jottacloud-md5-memory-limit</h4>
2018-10-15 12:03:08 +02:00
<p>Files bigger than this will be cached on disk to calculate the MD5 if required.</p>
<ul>
<li>Config: md5_memory_limit</li>
<li>Env Var: RCLONE_JOTTACLOUD_MD5_MEMORY_LIMIT</li>
<li>Type: SizeSuffix</li>
<li>Default: 10M</li>
</ul>
2020-09-02 17:59:04 +02:00
<h4 id="jottacloud-trashed-only">--jottacloud-trashed-only</h4>
2020-05-27 17:11:47 +02:00
<p>Only show files that are in the trash. This will show trashed files in their original directory structure.</p>
<ul>
<li>Config: trashed_only</li>
<li>Env Var: RCLONE_JOTTACLOUD_TRASHED_ONLY</li>
<li>Type: bool</li>
<li>Default: false</li>
</ul>
2020-09-02 17:59:04 +02:00
<h4 id="jottacloud-hard-delete">--jottacloud-hard-delete</h4>
2018-10-15 12:03:08 +02:00
<p>Delete files permanently rather than putting them into the trash.</p>
<ul>
<li>Config: hard_delete</li>
<li>Env Var: RCLONE_JOTTACLOUD_HARD_DELETE</li>
<li>Type: bool</li>
<li>Default: false</li>
</ul>
2020-09-02 17:59:04 +02:00
<h4 id="jottacloud-upload-resume-limit">--jottacloud-upload-resume-limit</h4>
<p>Files bigger than this can be resumed if the upload fail's.</p>
2019-02-09 11:42:57 +01:00
<ul>
<li>Config: upload_resume_limit</li>
<li>Env Var: RCLONE_JOTTACLOUD_UPLOAD_RESUME_LIMIT</li>
<li>Type: SizeSuffix</li>
<li>Default: 10M</li>
</ul>
2020-09-02 17:59:04 +02:00
<h4 id="jottacloud-encoding">--jottacloud-encoding</h4>
2020-02-01 11:31:42 +01:00
<p>This sets the encoding for the backend.</p>
2020-05-27 17:11:47 +02:00
<p>See: the <a href="https://rclone.org/overview/#encoding">encoding section in the overview</a> for more info.</p>
2020-02-01 11:31:42 +01:00
<ul>
<li>Config: encoding</li>
<li>Env Var: RCLONE_JOTTACLOUD_ENCODING</li>
<li>Type: MultiEncoder</li>
<li>Default: Slash,LtGt,DoubleQuote,Colon,Question,Asterisk,Pipe,Del,Ctl,InvalidUtf8,Dot</li>
</ul>
2021-02-02 14:42:35 +01:00
<h3 id="limitations-17">Limitations</h3>
2020-09-02 17:59:04 +02:00
<p>Note that Jottacloud is case insensitive so you can't have a file called "Hello.doc" and one called "hello.doc".</p>
<p>There are quite a few characters that can't be in Jottacloud file names. Rclone will map these names to and from an identical looking unicode equivalent. For example if a file has a ? in it will be mapped to instead.</p>
2018-09-01 13:58:00 +02:00
<p>Jottacloud only supports filenames up to 255 characters in length.</p>
<h3 id="troubleshooting">Troubleshooting</h3>
<p>Jottacloud exhibits some inconsistent behaviours regarding deleted files and folders which may cause Copy, Move and DirMove operations to previously deleted paths to fail. Emptying the trash should help in such cases.</p>
2019-04-13 12:01:58 +02:00
<h2 id="koofr">Koofr</h2>
<p>Paths are specified as <code>remote:path</code></p>
2021-02-02 14:42:35 +01:00
<p>Paths may be as deep as required, e.g. <code>remote:directory/subdirectory</code>.</p>
2019-04-13 12:01:58 +02:00
<p>The initial setup for Koofr involves creating an application password for rclone. You can do that by opening the Koofr <a href="https://app.koofr.net/app/admin/preferences/password">web application</a>, giving the password a nice name like <code>rclone</code> and clicking on generate.</p>
<p>Here is an example of how to make a remote called <code>koofr</code>. First run:</p>
<pre><code> rclone config</code></pre>
<p>This will guide you through an interactive setup process:</p>
<pre><code>No remotes found - make a new one
n) New remote
s) Set configuration password
q) Quit config
n/s/q&gt; n
name&gt; koofr
Type of storage to configure.
Enter a string value. Press Enter for the default (&quot;&quot;).
Choose a number from below, or type in your own value
2019-08-26 16:25:20 +02:00
[snip]
XX / Koofr
2019-04-13 12:01:58 +02:00
\ &quot;koofr&quot;
2019-08-26 16:25:20 +02:00
[snip]
2019-04-13 12:01:58 +02:00
Storage&gt; koofr
** See help for koofr backend at: https://rclone.org/koofr/ **
Your Koofr user name
Enter a string value. Press Enter for the default (&quot;&quot;).
user&gt; USER@NAME
Your Koofr password for rclone (generate one at https://app.koofr.net/app/admin/preferences/password)
y) Yes type in my own password
g) Generate random password
y/g&gt; y
Enter the password:
password:
Confirm the password:
password:
Edit advanced config? (y/n)
y) Yes
n) No
y/n&gt; n
Remote config
--------------------
[koofr]
type = koofr
baseurl = https://app.koofr.net
user = USER@NAME
password = *** ENCRYPTED ***
--------------------
y) Yes this is OK
e) Edit this remote
d) Delete this remote
y/e/d&gt; y</code></pre>
<p>You can choose to edit advanced config in order to enter your own service URL if you use an on-premise or white label Koofr instance, or choose an alternative mount instead of your primary storage.</p>
<p>Once configured you can then use <code>rclone</code> like this,</p>
<p>List directories in top level of your Koofr</p>
<pre><code>rclone lsd koofr:</code></pre>
<p>List all the files in your Koofr</p>
<pre><code>rclone ls koofr:</code></pre>
<p>To copy a local directory to an Koofr directory called backup</p>
<pre><code>rclone copy /home/source remote:backup</code></pre>
2021-02-02 14:42:35 +01:00
<h4 id="restricted-filename-characters-13">Restricted filename characters</h4>
2020-05-27 17:11:47 +02:00
<p>In addition to the <a href="https://rclone.org/overview/#restricted-characters">default restricted characters set</a> the following characters are also replaced:</p>
2019-10-26 12:04:54 +02:00
<table>
<thead>
<tr class="header">
<th>Character</th>
<th style="text-align: center;">Value</th>
<th style="text-align: center;">Replacement</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td>\</td>
<td style="text-align: center;">0x5C</td>
<td style="text-align: center;"></td>
</tr>
</tbody>
</table>
2020-09-02 17:59:04 +02:00
<p>Invalid UTF-8 bytes will also be <a href="https://rclone.org/overview/#invalid-utf8">replaced</a>, as they can't be used in XML strings.</p>
2021-02-02 14:42:35 +01:00
<h3 id="standard-options-20">Standard Options</h3>
2019-04-13 12:01:58 +02:00
<p>Here are the standard options specific to koofr (Koofr).</p>
2020-09-02 17:59:04 +02:00
<h4 id="koofr-user">--koofr-user</h4>
2019-04-13 12:01:58 +02:00
<p>Your Koofr user name</p>
<ul>
<li>Config: user</li>
<li>Env Var: RCLONE_KOOFR_USER</li>
<li>Type: string</li>
2020-02-01 11:31:42 +01:00
<li>Default: ""</li>
2019-04-13 12:01:58 +02:00
</ul>
2020-09-02 17:59:04 +02:00
<h4 id="koofr-password">--koofr-password</h4>
2019-04-13 12:01:58 +02:00
<p>Your Koofr password for rclone (generate one at https://app.koofr.net/app/admin/preferences/password)</p>
2020-09-02 17:59:04 +02:00
<p><strong>NB</strong> Input to this must be obscured - see <a href="https://rclone.org/commands/rclone_obscure/">rclone obscure</a>.</p>
2019-04-13 12:01:58 +02:00
<ul>
2019-10-26 12:04:54 +02:00
<li>Config: password</li>
<li>Env Var: RCLONE_KOOFR_PASSWORD</li>
<li>Type: string</li>
2020-02-01 11:31:42 +01:00
<li>Default: ""</li>
2019-10-26 12:04:54 +02:00
</ul>
2021-02-02 14:42:35 +01:00
<h3 id="advanced-options-20">Advanced Options</h3>
2019-10-26 12:04:54 +02:00
<p>Here are the advanced options specific to koofr (Koofr).</p>
2020-09-02 17:59:04 +02:00
<h4 id="koofr-endpoint">--koofr-endpoint</h4>
2019-10-26 12:04:54 +02:00
<p>The Koofr API endpoint to use</p>
<ul>
<li>Config: endpoint</li>
<li>Env Var: RCLONE_KOOFR_ENDPOINT</li>
<li>Type: string</li>
2020-09-02 17:59:04 +02:00
<li>Default: "https://app.koofr.net"</li>
2019-10-26 12:04:54 +02:00
</ul>
2020-09-02 17:59:04 +02:00
<h4 id="koofr-mountid">--koofr-mountid</h4>
2019-10-26 12:04:54 +02:00
<p>Mount ID of the mount to use. If omitted, the primary mount is used.</p>
<ul>
<li>Config: mountid</li>
<li>Env Var: RCLONE_KOOFR_MOUNTID</li>
<li>Type: string</li>
2020-02-01 11:31:42 +01:00
<li>Default: ""</li>
2019-10-26 12:04:54 +02:00
</ul>
2020-09-02 17:59:04 +02:00
<h4 id="koofr-setmtime">--koofr-setmtime</h4>
2019-10-26 12:04:54 +02:00
<p>Does the backend support setting modification time. Set this to false if you use a mount ID that points to a Dropbox or Amazon Drive backend.</p>
<ul>
<li>Config: setmtime</li>
<li>Env Var: RCLONE_KOOFR_SETMTIME</li>
<li>Type: bool</li>
<li>Default: true</li>
</ul>
2020-09-02 17:59:04 +02:00
<h4 id="koofr-encoding">--koofr-encoding</h4>
2020-02-01 11:31:42 +01:00
<p>This sets the encoding for the backend.</p>
2020-05-27 17:11:47 +02:00
<p>See: the <a href="https://rclone.org/overview/#encoding">encoding section in the overview</a> for more info.</p>
2020-02-01 11:31:42 +01:00
<ul>
<li>Config: encoding</li>
<li>Env Var: RCLONE_KOOFR_ENCODING</li>
<li>Type: MultiEncoder</li>
<li>Default: Slash,BackSlash,Del,Ctl,InvalidUtf8,Dot</li>
</ul>
2021-02-02 14:42:35 +01:00
<h3 id="limitations-18">Limitations</h3>
2020-09-02 17:59:04 +02:00
<p>Note that Koofr is case insensitive so you can't have a file called "Hello.doc" and one called "hello.doc".</p>
2019-10-26 12:04:54 +02:00
<h2 id="mail.ru-cloud">Mail.ru Cloud</h2>
2021-03-31 20:12:08 +02:00
<p><a href="https://cloud.mail.ru/">Mail.ru Cloud</a> is a cloud storage provided by a Russian internet company <a href="https://mail.ru">Mail.Ru Group</a>. The official desktop client is <a href="https://disk-o.cloud/en">Disk-O:</a>, available on Windows and Mac OS.</p>
2020-05-27 17:11:47 +02:00
<p>Currently it is recommended to disable 2FA on Mail.ru accounts intended for rclone until it gets eventually implemented.</p>
2019-10-26 12:04:54 +02:00
<h3 id="features-highlights">Features highlights</h3>
<ul>
2021-02-02 14:42:35 +01:00
<li>Paths may be as deep as required, e.g. <code>remote:directory/subdirectory</code></li>
2020-09-02 17:59:04 +02:00
<li>Files have a <code>last modified time</code> property, directories don't</li>
2019-10-26 12:04:54 +02:00
<li>Deleted files are by default moved to the trash</li>
<li>Files and directories can be shared via public links</li>
<li>Partial uploads or streaming are not supported, file size must be known before upload</li>
2020-05-27 17:11:47 +02:00
<li>Maximum file size is limited to 2G for a free account, unlimited for paid accounts</li>
2019-10-26 12:04:54 +02:00
<li>Storage keeps hash for all files and performs transparent deduplication, the hash algorithm is a modified SHA1</li>
<li>If a particular file is already present in storage, one can quickly submit file hash instead of long file upload (this optimization is supported by rclone)</li>
</ul>
2021-02-02 14:42:35 +01:00
<h3 id="configuration-1">Configuration</h3>
2019-10-26 12:04:54 +02:00
<p>Here is an example of making a mailru configuration. First create a Mail.ru Cloud account and choose a tariff, then run</p>
<pre><code>rclone config</code></pre>
<p>This will guide you through an interactive setup process:</p>
<pre><code>No remotes found - make a new one
n) New remote
s) Set configuration password
q) Quit config
n/s/q&gt; n
name&gt; remote
Type of storage to configure.
Type of storage to configure.
Enter a string value. Press Enter for the default (&quot;&quot;).
Choose a number from below, or type in your own value
[snip]
XX / Mail.ru Cloud
\ &quot;mailru&quot;
[snip]
Storage&gt; mailru
User name (usually email)
Enter a string value. Press Enter for the default (&quot;&quot;).
user&gt; username@mail.ru
Password
y) Yes type in my own password
g) Generate random password
y/g&gt; y
Enter the password:
password:
Confirm the password:
password:
Skip full upload if there is another file with same data hash.
This feature is called &quot;speedup&quot; or &quot;put by hash&quot;. It is especially efficient
in case of generally available files like popular books, video or audio clips
[snip]
Enter a boolean value (true or false). Press Enter for the default (&quot;true&quot;).
Choose a number from below, or type in your own value
1 / Enable
\ &quot;true&quot;
2 / Disable
\ &quot;false&quot;
speedup_enable&gt; 1
Edit advanced config? (y/n)
y) Yes
n) No
y/n&gt; n
Remote config
--------------------
[remote]
type = mailru
user = username@mail.ru
pass = *** ENCRYPTED ***
speedup_enable = true
--------------------
y) Yes this is OK
e) Edit this remote
d) Delete this remote
y/e/d&gt; y</code></pre>
<p>Configuration of this backend does not require a local web browser. You can use the configured backend as shown below:</p>
<p>See top level directories</p>
<pre><code>rclone lsd remote:</code></pre>
<p>Make a new directory</p>
<pre><code>rclone mkdir remote:directory</code></pre>
<p>List the contents of a directory</p>
<pre><code>rclone ls remote:directory</code></pre>
<p>Sync <code>/home/local/directory</code> to the remote path, deleting any excess files in the path.</p>
2020-09-02 17:59:04 +02:00
<pre><code>rclone sync -i /home/local/directory remote:directory</code></pre>
2021-02-02 14:42:35 +01:00
<h3 id="modified-time-9">Modified time</h3>
2020-09-02 17:59:04 +02:00
<p>Files support a modification time attribute with up to 1 second precision. Directories do not have a modification time, which is shown as "Jan 1 1970".</p>
2019-10-26 12:04:54 +02:00
<h3 id="hash-checksums">Hash checksums</h3>
<p>Hash sums use a custom Mail.ru algorithm based on SHA1. If file size is less than or equal to the SHA1 block size (20 bytes), its hash is simply its data right-padded with zero bytes. Hash sum of a larger file is computed as a SHA1 sum of the file data bytes concatenated with a decimal representation of the data length.</p>
2021-02-02 14:42:35 +01:00
<h3 id="emptying-trash-1">Emptying Trash</h3>
2019-10-26 12:04:54 +02:00
<p>Removing a file or directory actually moves it to the trash, which is not visible to rclone but can be seen in a web browser. The trashed file still occupies part of total quota. If you wish to empty your trash and free some quota, you can use the <code>rclone cleanup remote:</code> command, which will permanently delete all your trashed files. This command does not take any path arguments.</p>
2021-02-02 14:42:35 +01:00
<h3 id="quota-information-2">Quota information</h3>
2019-10-26 12:04:54 +02:00
<p>To view your current quota you can use the <code>rclone about remote:</code> command which will display your usage limit (quota) and the current usage.</p>
2021-02-02 14:42:35 +01:00
<h4 id="restricted-filename-characters-14">Restricted filename characters</h4>
2020-05-27 17:11:47 +02:00
<p>In addition to the <a href="https://rclone.org/overview/#restricted-characters">default restricted characters set</a> the following characters are also replaced:</p>
2019-10-26 12:04:54 +02:00
<table>
<thead>
<tr class="header">
<th>Character</th>
<th style="text-align: center;">Value</th>
<th style="text-align: center;">Replacement</th>
</tr>
</thead>
<tbody>
<tr class="odd">
2020-02-01 11:31:42 +01:00
<td>"</td>
2019-10-26 12:04:54 +02:00
<td style="text-align: center;">0x22</td>
<td style="text-align: center;"></td>
</tr>
<tr class="even">
<td>*</td>
<td style="text-align: center;">0x2A</td>
<td style="text-align: center;"></td>
</tr>
<tr class="odd">
<td>:</td>
<td style="text-align: center;">0x3A</td>
<td style="text-align: center;"></td>
</tr>
<tr class="even">
<td>&lt;</td>
<td style="text-align: center;">0x3C</td>
<td style="text-align: center;"></td>
</tr>
<tr class="odd">
<td>&gt;</td>
<td style="text-align: center;">0x3E</td>
<td style="text-align: center;"></td>
</tr>
<tr class="even">
<td>?</td>
<td style="text-align: center;">0x3F</td>
<td style="text-align: center;"></td>
</tr>
<tr class="odd">
<td>\</td>
<td style="text-align: center;">0x5C</td>
<td style="text-align: center;"></td>
</tr>
<tr class="even">
<td>|</td>
<td style="text-align: center;">0x7C</td>
<td style="text-align: center;"></td>
</tr>
</tbody>
</table>
2020-09-02 17:59:04 +02:00
<p>Invalid UTF-8 bytes will also be <a href="https://rclone.org/overview/#invalid-utf8">replaced</a>, as they can't be used in JSON strings.</p>
2021-02-02 14:42:35 +01:00
<h3 id="limitations-19">Limitations</h3>
2019-10-26 12:04:54 +02:00
<p>File size limits depend on your account. A single file size is limited by 2G for a free account and unlimited for paid tariffs. Please refer to the Mail.ru site for the total uploaded size limits.</p>
2020-09-02 17:59:04 +02:00
<p>Note that Mailru is case insensitive so you can't have a file called "Hello.doc" and one called "hello.doc".</p>
2021-02-02 14:42:35 +01:00
<h3 id="standard-options-21">Standard Options</h3>
2019-10-26 12:04:54 +02:00
<p>Here are the standard options specific to mailru (Mail.ru Cloud).</p>
2020-09-02 17:59:04 +02:00
<h4 id="mailru-user">--mailru-user</h4>
2019-10-26 12:04:54 +02:00
<p>User name (usually email)</p>
<ul>
<li>Config: user</li>
<li>Env Var: RCLONE_MAILRU_USER</li>
<li>Type: string</li>
2020-02-01 11:31:42 +01:00
<li>Default: ""</li>
2019-10-26 12:04:54 +02:00
</ul>
2020-09-02 17:59:04 +02:00
<h4 id="mailru-pass">--mailru-pass</h4>
2019-10-26 12:04:54 +02:00
<p>Password</p>
2020-09-02 17:59:04 +02:00
<p><strong>NB</strong> Input to this must be obscured - see <a href="https://rclone.org/commands/rclone_obscure/">rclone obscure</a>.</p>
2019-10-26 12:04:54 +02:00
<ul>
<li>Config: pass</li>
<li>Env Var: RCLONE_MAILRU_PASS</li>
<li>Type: string</li>
2020-02-01 11:31:42 +01:00
<li>Default: ""</li>
2019-10-26 12:04:54 +02:00
</ul>
2020-09-02 17:59:04 +02:00
<h4 id="mailru-speedup-enable">--mailru-speedup-enable</h4>
2021-02-02 14:42:35 +01:00
<p>Skip full upload if there is another file with same data hash. This feature is called "speedup" or "put by hash". It is especially efficient in case of generally available files like popular books, video or audio clips, because files are searched by hash in all accounts of all mailru users. It is meaningless and ineffective if source file is unique or encrypted. Please note that rclone may need local memory and disk space to calculate content hash in advance and decide whether full upload is required. Also, if rclone does not know file size in advance (e.g. in case of streaming or partial uploads), it will not even try this optimization.</p>
2019-10-26 12:04:54 +02:00
<ul>
<li>Config: speedup_enable</li>
<li>Env Var: RCLONE_MAILRU_SPEEDUP_ENABLE</li>
<li>Type: bool</li>
<li>Default: true</li>
<li>Examples:
<ul>
2020-09-02 17:59:04 +02:00
<li>"true"
2019-10-26 12:04:54 +02:00
<ul>
<li>Enable</li>
</ul></li>
2020-09-02 17:59:04 +02:00
<li>"false"
2019-10-26 12:04:54 +02:00
<ul>
<li>Disable</li>
</ul></li>
</ul></li>
</ul>
2021-02-02 14:42:35 +01:00
<h3 id="advanced-options-21">Advanced Options</h3>
2019-10-26 12:04:54 +02:00
<p>Here are the advanced options specific to mailru (Mail.ru Cloud).</p>
2020-09-02 17:59:04 +02:00
<h4 id="mailru-speedup-file-patterns">--mailru-speedup-file-patterns</h4>
<p>Comma separated list of file name patterns eligible for speedup (put by hash). Patterns are case insensitive and can contain '*' or '?' meta characters.</p>
2019-10-26 12:04:54 +02:00
<ul>
<li>Config: speedup_file_patterns</li>
<li>Env Var: RCLONE_MAILRU_SPEEDUP_FILE_PATTERNS</li>
<li>Type: string</li>
2020-09-02 17:59:04 +02:00
<li>Default: "<em>.mkv,</em>.avi,<em>.mp4,</em>.mp3,<em>.zip,</em>.gz,<em>.rar,</em>.pdf"</li>
2019-10-26 12:04:54 +02:00
<li>Examples:
<ul>
2020-02-01 11:31:42 +01:00
<li>""
2019-10-26 12:04:54 +02:00
<ul>
<li>Empty list completely disables speedup (put by hash).</li>
</ul></li>
2020-02-01 11:31:42 +01:00
<li>"*"
2019-10-26 12:04:54 +02:00
<ul>
<li>All files will be attempted for speedup.</li>
</ul></li>
2020-09-02 17:59:04 +02:00
<li>"<em>.mkv,</em>.avi,<em>.mp4,</em>.mp3"
2019-10-26 12:04:54 +02:00
<ul>
<li>Only common audio/video files will be tried for put by hash.</li>
</ul></li>
2020-09-02 17:59:04 +02:00
<li>"<em>.zip,</em>.gz,<em>.rar,</em>.pdf"
2019-10-26 12:04:54 +02:00
<ul>
<li>Only common archives or PDF books will be tried for speedup.</li>
</ul></li>
</ul></li>
</ul>
2020-09-02 17:59:04 +02:00
<h4 id="mailru-speedup-max-disk">--mailru-speedup-max-disk</h4>
2019-10-26 12:04:54 +02:00
<p>This option allows you to disable speedup (put by hash) for large files (because preliminary hashing can exhaust you RAM or disk space)</p>
<ul>
<li>Config: speedup_max_disk</li>
<li>Env Var: RCLONE_MAILRU_SPEEDUP_MAX_DISK</li>
<li>Type: SizeSuffix</li>
<li>Default: 3G</li>
<li>Examples:
<ul>
2020-09-02 17:59:04 +02:00
<li>"0"
2019-10-26 12:04:54 +02:00
<ul>
<li>Completely disable speedup (put by hash).</li>
</ul></li>
2020-09-02 17:59:04 +02:00
<li>"1G"
2019-10-26 12:04:54 +02:00
<ul>
<li>Files larger than 1Gb will be uploaded directly.</li>
</ul></li>
2020-09-02 17:59:04 +02:00
<li>"3G"
2019-10-26 12:04:54 +02:00
<ul>
<li>Choose this option if you have less than 3Gb free on local disk.</li>
</ul></li>
</ul></li>
</ul>
2020-09-02 17:59:04 +02:00
<h4 id="mailru-speedup-max-memory">--mailru-speedup-max-memory</h4>
2019-10-26 12:04:54 +02:00
<p>Files larger than the size given below will always be hashed on disk.</p>
<ul>
<li>Config: speedup_max_memory</li>
<li>Env Var: RCLONE_MAILRU_SPEEDUP_MAX_MEMORY</li>
<li>Type: SizeSuffix</li>
<li>Default: 32M</li>
<li>Examples:
<ul>
2020-09-02 17:59:04 +02:00
<li>"0"
2019-10-26 12:04:54 +02:00
<ul>
<li>Preliminary hashing will always be done in a temporary disk location.</li>
</ul></li>
2020-09-02 17:59:04 +02:00
<li>"32M"
2019-10-26 12:04:54 +02:00
<ul>
<li>Do not dedicate more than 32Mb RAM for preliminary hashing.</li>
</ul></li>
2020-09-02 17:59:04 +02:00
<li>"256M"
2019-10-26 12:04:54 +02:00
<ul>
<li>You have at most 256Mb RAM free for hash calculations.</li>
</ul></li>
</ul></li>
2019-04-13 12:01:58 +02:00
</ul>
2020-09-02 17:59:04 +02:00
<h4 id="mailru-check-hash">--mailru-check-hash</h4>
2019-10-26 12:04:54 +02:00
<p>What should copy do if file checksum is mismatched or invalid</p>
2019-04-13 12:01:58 +02:00
<ul>
2019-10-26 12:04:54 +02:00
<li>Config: check_hash</li>
<li>Env Var: RCLONE_MAILRU_CHECK_HASH</li>
<li>Type: bool</li>
<li>Default: true</li>
<li>Examples:
<ul>
2020-09-02 17:59:04 +02:00
<li>"true"
2019-10-26 12:04:54 +02:00
<ul>
<li>Fail with error.</li>
</ul></li>
2020-09-02 17:59:04 +02:00
<li>"false"
2019-10-26 12:04:54 +02:00
<ul>
<li>Ignore and continue.</li>
</ul></li>
</ul></li>
2019-04-13 12:01:58 +02:00
</ul>
2020-09-02 17:59:04 +02:00
<h4 id="mailru-user-agent">--mailru-user-agent</h4>
<p>HTTP user agent used internally by client. Defaults to "rclone/VERSION" or "--user-agent" provided on command line.</p>
2019-04-13 12:01:58 +02:00
<ul>
2019-10-26 12:04:54 +02:00
<li>Config: user_agent</li>
<li>Env Var: RCLONE_MAILRU_USER_AGENT</li>
2019-04-13 12:01:58 +02:00
<li>Type: string</li>
2020-02-01 11:31:42 +01:00
<li>Default: ""</li>
2019-04-13 12:01:58 +02:00
</ul>
2020-09-02 17:59:04 +02:00
<h4 id="mailru-quirks">--mailru-quirks</h4>
2021-02-02 14:42:35 +01:00
<p>Comma separated list of internal maintenance flags. This option must not be used by an ordinary user. It is intended only to facilitate remote troubleshooting of backend issues. Strict meaning of flags is not documented and not guaranteed to persist between releases. Quirks will be removed when the backend grows stable. Supported quirks: atomicmkdir binlist unknowndirs</p>
2019-08-26 16:25:20 +02:00
<ul>
2019-10-26 12:04:54 +02:00
<li>Config: quirks</li>
<li>Env Var: RCLONE_MAILRU_QUIRKS</li>
<li>Type: string</li>
2020-02-01 11:31:42 +01:00
<li>Default: ""</li>
</ul>
2020-09-02 17:59:04 +02:00
<h4 id="mailru-encoding">--mailru-encoding</h4>
2020-02-01 11:31:42 +01:00
<p>This sets the encoding for the backend.</p>
2020-05-27 17:11:47 +02:00
<p>See: the <a href="https://rclone.org/overview/#encoding">encoding section in the overview</a> for more info.</p>
2020-02-01 11:31:42 +01:00
<ul>
<li>Config: encoding</li>
<li>Env Var: RCLONE_MAILRU_ENCODING</li>
<li>Type: MultiEncoder</li>
<li>Default: Slash,LtGt,DoubleQuote,Colon,Question,Asterisk,Pipe,BackSlash,Del,Ctl,InvalidUtf8,Dot</li>
2019-08-26 16:25:20 +02:00
</ul>
2018-09-01 13:58:00 +02:00
<h2 id="mega">Mega</h2>
<p><a href="https://mega.nz/">Mega</a> is a cloud storage and file hosting service known for its security feature where all files are encrypted locally before they are uploaded. This prevents anyone (including employees of Mega) from accessing the files without knowledge of the key used for encryption.</p>
<p>This is an rclone backend for Mega which supports the file transfer features of Mega using the same client side encryption.</p>
<p>Paths are specified as <code>remote:path</code></p>
2021-02-02 14:42:35 +01:00
<p>Paths may be as deep as required, e.g. <code>remote:directory/subdirectory</code>.</p>
2018-09-01 13:58:00 +02:00
<p>Here is an example of how to make a remote called <code>remote</code>. First run:</p>
<pre><code> rclone config</code></pre>
<p>This will guide you through an interactive setup process:</p>
<pre><code>No remotes found - make a new one
n) New remote
s) Set configuration password
q) Quit config
n/s/q&gt; n
name&gt; remote
Type of storage to configure.
Choose a number from below, or type in your own value
[snip]
2019-08-26 16:25:20 +02:00
XX / Mega
2018-09-01 13:58:00 +02:00
\ &quot;mega&quot;
[snip]
Storage&gt; mega
User name
user&gt; you@example.com
Password.
y) Yes type in my own password
g) Generate random password
n) No leave this optional password blank
y/g/n&gt; y
Enter the password:
password:
Confirm the password:
password:
Remote config
--------------------
[remote]
type = mega
user = you@example.com
pass = *** ENCRYPTED ***
--------------------
y) Yes this is OK
e) Edit this remote
d) Delete this remote
y/e/d&gt; y</code></pre>
2018-11-24 14:44:25 +01:00
<p><strong>NOTE:</strong> The encryption keys need to have been already generated after a regular login via the browser, otherwise attempting to use the credentials in <code>rclone</code> will fail.</p>
2018-09-01 13:58:00 +02:00
<p>Once configured you can then use <code>rclone</code> like this,</p>
<p>List directories in top level of your Mega</p>
<pre><code>rclone lsd remote:</code></pre>
<p>List all the files in your Mega</p>
<pre><code>rclone ls remote:</code></pre>
<p>To copy a local directory to an Mega directory called backup</p>
<pre><code>rclone copy /home/source remote:backup</code></pre>
2021-02-02 14:42:35 +01:00
<h3 id="modified-time-and-hashes-7">Modified time and hashes</h3>
2018-09-01 13:58:00 +02:00
<p>Mega does not support modification times or hashes yet.</p>
2021-02-02 14:42:35 +01:00
<h4 id="restricted-filename-characters-15">Restricted filename characters</h4>
2019-10-26 12:04:54 +02:00
<table>
<thead>
<tr class="header">
<th>Character</th>
<th style="text-align: center;">Value</th>
<th style="text-align: center;">Replacement</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td>NUL</td>
<td style="text-align: center;">0x00</td>
<td style="text-align: center;"></td>
</tr>
<tr class="even">
<td>/</td>
<td style="text-align: center;">0x2F</td>
<td style="text-align: center;"></td>
</tr>
</tbody>
</table>
2020-09-02 17:59:04 +02:00
<p>Invalid UTF-8 bytes will also be <a href="https://rclone.org/overview/#invalid-utf8">replaced</a>, as they can't be used in JSON strings.</p>
2021-02-02 14:42:35 +01:00
<h3 id="duplicated-files-2">Duplicated files</h3>
2018-09-01 13:58:00 +02:00
<p>Mega can have two files with exactly the same name and path (unlike a normal file system).</p>
<p>Duplicated files cause problems with the syncing and you will see messages in the log about duplicates.</p>
<p>Use <code>rclone dedupe</code> to fix duplicated files.</p>
2019-06-15 13:01:29 +02:00
<h3 id="failure-to-log-in">Failure to log-in</h3>
2020-09-02 17:59:04 +02:00
<p>Mega remotes seem to get blocked (reject logins) under "heavy use". We haven't worked out the exact blocking rules but it seems to be related to fast paced, successive rclone commands.</p>
<p>For example, executing this command 90 times in a row <code>rclone link remote:file</code> will cause the remote to become "blocked". This is not an abnormal situation, for example if you wish to get the public links of a directory with hundred of files... After more or less a week, the remote will remote accept rclone logins normally again.</p>
2019-06-15 13:01:29 +02:00
<p>You can mitigate this issue by mounting the remote it with <code>rclone mount</code>. This will log-in when mounting and a log-out when unmounting only. You can also run <code>rclone rcd</code> and then use <code>rclone rc</code> to run the commands over the API to avoid logging in each time.</p>
<p>Rclone does not currently close mega sessions (you can see them in the web interface), however closing the sessions does not solve the issue.</p>
2020-09-02 17:59:04 +02:00
<p>If you space rclone commands by 3 seconds it will avoid blocking the remote. We haven't identified the exact blocking rules, so perhaps one could execute the command 80 times without waiting and avoid blocking by waiting 3 seconds, then continuing...</p>
2019-06-15 13:01:29 +02:00
<p>Note that this has been observed by trial and error and might not be set in stone.</p>
2020-09-02 17:59:04 +02:00
<p>Other tools seem not to produce this blocking effect, as they use a different working approach (state-based, using sessionIDs instead of log-in) which isn't compatible with the current stateless rclone approach.</p>
2020-05-27 17:11:47 +02:00
<p>Note that once blocked, the use of other tools (such as megacmd) is not a sure workaround: following megacmd login times have been observed in succession for blocked remote: 7 minutes, 20 min, 30min, 30 min, 30min. Web access looks unaffected though.</p>
2019-06-15 13:01:29 +02:00
<p>Investigation is continuing in relation to workarounds based on timeouts, pacers, retrials and tpslimits - if you discover something relevant, please post on the forum.</p>
<p>So, if rclone was working nicely and suddenly you are unable to log-in and you are sure the user and the password are correct, likely you have got the remote blocked for a while.</p>
2021-02-02 14:42:35 +01:00
<h3 id="standard-options-22">Standard Options</h3>
2018-10-15 12:03:08 +02:00
<p>Here are the standard options specific to mega (Mega).</p>
2020-09-02 17:59:04 +02:00
<h4 id="mega-user">--mega-user</h4>
2018-10-15 12:03:08 +02:00
<p>User name</p>
<ul>
<li>Config: user</li>
<li>Env Var: RCLONE_MEGA_USER</li>
<li>Type: string</li>
2020-02-01 11:31:42 +01:00
<li>Default: ""</li>
2018-10-15 12:03:08 +02:00
</ul>
2020-09-02 17:59:04 +02:00
<h4 id="mega-pass">--mega-pass</h4>
2018-10-15 12:03:08 +02:00
<p>Password.</p>
2020-09-02 17:59:04 +02:00
<p><strong>NB</strong> Input to this must be obscured - see <a href="https://rclone.org/commands/rclone_obscure/">rclone obscure</a>.</p>
2018-10-15 12:03:08 +02:00
<ul>
<li>Config: pass</li>
<li>Env Var: RCLONE_MEGA_PASS</li>
<li>Type: string</li>
2020-02-01 11:31:42 +01:00
<li>Default: ""</li>
2018-10-15 12:03:08 +02:00
</ul>
2021-02-02 14:42:35 +01:00
<h3 id="advanced-options-22">Advanced Options</h3>
2018-10-15 12:03:08 +02:00
<p>Here are the advanced options specific to mega (Mega).</p>
2020-09-02 17:59:04 +02:00
<h4 id="mega-debug">--mega-debug</h4>
2018-10-15 12:03:08 +02:00
<p>Output more debug from Mega.</p>
<p>If this flag is set (along with -vv) it will print further debugging information from the mega backend.</p>
<ul>
<li>Config: debug</li>
<li>Env Var: RCLONE_MEGA_DEBUG</li>
<li>Type: bool</li>
<li>Default: false</li>
</ul>
2020-09-02 17:59:04 +02:00
<h4 id="mega-hard-delete">--mega-hard-delete</h4>
2018-10-15 12:03:08 +02:00
<p>Delete files permanently rather than putting them into the trash.</p>
<p>Normally the mega backend will put all deletions into the trash rather than permanently deleting them. If you specify this then rclone will permanently delete objects instead.</p>
<ul>
<li>Config: hard_delete</li>
<li>Env Var: RCLONE_MEGA_HARD_DELETE</li>
<li>Type: bool</li>
<li>Default: false</li>
</ul>
2020-09-02 17:59:04 +02:00
<h4 id="mega-encoding">--mega-encoding</h4>
2020-02-01 11:31:42 +01:00
<p>This sets the encoding for the backend.</p>
2020-05-27 17:11:47 +02:00
<p>See: the <a href="https://rclone.org/overview/#encoding">encoding section in the overview</a> for more info.</p>
2020-02-01 11:31:42 +01:00
<ul>
<li>Config: encoding</li>
<li>Env Var: RCLONE_MEGA_ENCODING</li>
<li>Type: MultiEncoder</li>
<li>Default: Slash,InvalidUtf8,Dot</li>
</ul>
2021-02-02 14:42:35 +01:00
<h3 id="limitations-20">Limitations</h3>
2020-09-02 17:59:04 +02:00
<p>This backend uses the <a href="https://github.com/t3rm1n4l/go-mega">go-mega go library</a> which is an opensource go library implementing the Mega API. There doesn't appear to be any documentation for the mega protocol beyond the <a href="https://github.com/meganz/sdk">mega C++ SDK</a> source code so there are likely quite a few errors still remaining in this library.</p>
2018-09-01 13:58:00 +02:00
<p>Mega allows duplicate files which may confuse rclone.</p>
2020-02-01 11:31:42 +01:00
<h2 id="memory">Memory</h2>
<p>The memory backend is an in RAM backend. It does not persist its data - use the local backend for that.</p>
2021-02-02 14:42:35 +01:00
<p>The memory backend behaves like a bucket based remote (e.g. like s3). Because it has no parameters you can just use it with the <code>:memory:</code> remote name.</p>
2020-02-01 11:31:42 +01:00
<p>You can configure it as a remote like this with <code>rclone config</code> too if you want to:</p>
<pre><code>No remotes found - make a new one
n) New remote
s) Set configuration password
q) Quit config
n/s/q&gt; n
name&gt; remote
Type of storage to configure.
Enter a string value. Press Enter for the default (&quot;&quot;).
Choose a number from below, or type in your own value
[snip]
XX / Memory
\ &quot;memory&quot;
[snip]
Storage&gt; memory
** See help for memory backend at: https://rclone.org/memory/ **
Remote config
--------------------
[remote]
type = memory
--------------------
y) Yes this is OK (default)
e) Edit this remote
d) Delete this remote
y/e/d&gt; y</code></pre>
2021-02-02 14:42:35 +01:00
<p>Because the memory backend isn't persistent it is most useful for testing or with an rclone server or rclone mount, e.g.</p>
2020-02-01 11:31:42 +01:00
<pre><code>rclone mount :memory: /mnt/tmp
rclone serve webdav :memory:
rclone serve sftp :memory:</code></pre>
2021-02-02 14:42:35 +01:00
<h3 id="modified-time-and-hashes-8">Modified time and hashes</h3>
2020-02-01 11:31:42 +01:00
<p>The memory backend supports MD5 hashes and modification times accurate to 1 nS.</p>
2021-02-02 14:42:35 +01:00
<h4 id="restricted-filename-characters-16">Restricted filename characters</h4>
2020-05-27 17:11:47 +02:00
<p>The memory backend replaces the <a href="https://rclone.org/overview/#restricted-characters">default restricted characters set</a>.</p>
2017-09-30 15:19:47 +02:00
<h2 id="microsoft-azure-blob-storage">Microsoft Azure Blob Storage</h2>
2021-02-02 14:42:35 +01:00
<p>Paths are specified as <code>remote:container</code> (or <code>remote:</code> for the <code>lsd</code> command.) You may put subdirectories in too, e.g. <code>remote:container/path/to/dir</code>.</p>
2017-09-30 15:19:47 +02:00
<p>Here is an example of making a Microsoft Azure Blob Storage configuration. For a remote called <code>remote</code>. First run:</p>
<pre><code> rclone config</code></pre>
<p>This will guide you through an interactive setup process:</p>
<pre><code>No remotes found - make a new one
n) New remote
s) Set configuration password
q) Quit config
n/s/q&gt; n
name&gt; remote
Type of storage to configure.
Choose a number from below, or type in your own value
2019-08-26 16:25:20 +02:00
[snip]
XX / Microsoft Azure Blob Storage
2017-09-30 15:19:47 +02:00
\ &quot;azureblob&quot;
2019-08-26 16:25:20 +02:00
[snip]
2017-09-30 15:19:47 +02:00
Storage&gt; azureblob
Storage Account Name
account&gt; account_name
Storage Account Key
key&gt; base64encodedkey==
Endpoint for the service - leave blank normally.
endpoint&gt;
Remote config
--------------------
[remote]
account = account_name
key = base64encodedkey==
endpoint =
--------------------
y) Yes this is OK
e) Edit this remote
d) Delete this remote
y/e/d&gt; y</code></pre>
<p>See all containers</p>
<pre><code>rclone lsd remote:</code></pre>
<p>Make a new container</p>
<pre><code>rclone mkdir remote:container</code></pre>
<p>List the contents of a container</p>
<pre><code>rclone ls remote:container</code></pre>
<p>Sync <code>/home/local/directory</code> to the remote container, deleting any excess files in the container.</p>
2020-09-02 17:59:04 +02:00
<pre><code>rclone sync -i /home/local/directory remote:container</code></pre>
2021-02-02 14:42:35 +01:00
<h3 id="fast-list-6">--fast-list</h3>
2020-05-27 17:11:47 +02:00
<p>This remote supports <code>--fast-list</code> which allows you to use fewer transactions in exchange for more memory. See the <a href="https://rclone.org/docs/#fast-list">rclone docs</a> for more details.</p>
2021-02-02 14:42:35 +01:00
<h3 id="modified-time-10">Modified time</h3>
2017-09-30 15:19:47 +02:00
<p>The modified time is stored as metadata on the object with the <code>mtime</code> key. It is stored using RFC3339 Format time with nanosecond precision. The metadata is supplied during directory listings so there is no overhead to using it.</p>
2021-02-02 14:42:35 +01:00
<h3 id="restricted-filename-characters-17">Restricted filename characters</h3>
2020-05-27 17:11:47 +02:00
<p>In addition to the <a href="https://rclone.org/overview/#restricted-characters">default restricted characters set</a> the following characters are also replaced:</p>
2019-10-26 12:04:54 +02:00
<table>
<thead>
<tr class="header">
<th>Character</th>
<th style="text-align: center;">Value</th>
<th style="text-align: center;">Replacement</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td>/</td>
<td style="text-align: center;">0x2F</td>
<td style="text-align: center;"></td>
</tr>
<tr class="even">
<td>\</td>
<td style="text-align: center;">0x5C</td>
<td style="text-align: center;"></td>
</tr>
</tbody>
</table>
2020-05-27 17:11:47 +02:00
<p>File names can also not end with the following characters. These only get replaced if they are the last character in the name:</p>
2019-10-26 12:04:54 +02:00
<table>
<thead>
<tr class="header">
<th>Character</th>
<th style="text-align: center;">Value</th>
<th style="text-align: center;">Replacement</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td>.</td>
<td style="text-align: center;">0x2E</td>
<td style="text-align: center;"></td>
</tr>
</tbody>
</table>
2020-09-02 17:59:04 +02:00
<p>Invalid UTF-8 bytes will also be <a href="https://rclone.org/overview/#invalid-utf8">replaced</a>, as they can't be used in JSON strings.</p>
2021-02-02 14:42:35 +01:00
<h3 id="hashes-1">Hashes</h3>
<p>MD5 hashes are stored with blobs. However blobs that were uploaded in chunks only have an MD5 if the source remote was capable of MD5 hashes, e.g. the local disk.</p>
2018-09-01 13:58:00 +02:00
<h3 id="authenticating-with-azure-blob-storage">Authenticating with Azure Blob Storage</h3>
<p>Rclone has 3 ways of authenticating with Azure Blob Storage:</p>
<h4 id="account-and-key">Account and Key</h4>
<p>This is the most straight forward and least flexible way. Just fill in the <code>account</code> and <code>key</code> lines and leave the rest blank.</p>
<h4 id="sas-url">SAS URL</h4>
2020-05-27 17:11:47 +02:00
<p>This can be an account level SAS URL or container level SAS URL.</p>
2018-09-01 13:58:00 +02:00
<p>To use it leave <code>account</code>, <code>key</code> blank and fill in <code>sas_url</code>.</p>
2020-05-27 17:11:47 +02:00
<p>An account level SAS URL or container level SAS URL can be obtained from the Azure portal or the Azure Storage Explorer. To get a container level SAS URL right click on a container in the Azure Blob explorer in the Azure portal.</p>
2021-02-02 14:42:35 +01:00
<p>If you use a container level SAS URL, rclone operations are permitted only on a particular container, e.g.</p>
2020-05-27 17:11:47 +02:00
<pre><code>rclone ls azureblob:container</code></pre>
<p>You can also list the single container from the root. This will only show the container specified by the SAS URL.</p>
<pre><code>$ rclone lsd azureblob:
container/</code></pre>
2020-09-02 17:59:04 +02:00
<p>Note that you can't see or access any other containers - this will fail</p>
2020-05-27 17:11:47 +02:00
<pre><code>rclone ls azureblob:othercontainer</code></pre>
<p>Container level SAS URLs are useful for temporarily allowing third parties access to a single container or putting credentials into an untrusted environment such as a CI build server.</p>
2021-02-02 14:42:35 +01:00
<h3 id="standard-options-23">Standard Options</h3>
2018-10-15 12:03:08 +02:00
<p>Here are the standard options specific to azureblob (Microsoft Azure Blob Storage).</p>
2020-09-02 17:59:04 +02:00
<h4 id="azureblob-account">--azureblob-account</h4>
2019-08-26 16:25:20 +02:00
<p>Storage Account Name (leave blank to use SAS URL or Emulator)</p>
2018-10-15 12:03:08 +02:00
<ul>
<li>Config: account</li>
<li>Env Var: RCLONE_AZUREBLOB_ACCOUNT</li>
<li>Type: string</li>
2020-02-01 11:31:42 +01:00
<li>Default: ""</li>
2018-10-15 12:03:08 +02:00
</ul>
2021-02-02 14:42:35 +01:00
<h4 id="azureblob-service-principal-file">--azureblob-service-principal-file</h4>
<p>Path to file containing credentials for use with a service principal.</p>
<p>Leave blank normally. Needed only if you want to use a service principal instead of interactive login.</p>
<pre><code>$ az sp create-for-rbac --name &quot;&lt;name&gt;&quot; \
--role &quot;Storage Blob Data Owner&quot; \
--scopes &quot;/subscriptions/&lt;subscription&gt;/resourceGroups/&lt;resource-group&gt;/providers/Microsoft.Storage/storageAccounts/&lt;storage-account&gt;/blobServices/default/containers/&lt;container&gt;&quot; \
&gt; azure-principal.json</code></pre>
<p>See <a href="https://docs.microsoft.com/en-us/azure/storage/common/storage-auth-aad-rbac-cli">Use Azure CLI to assign an Azure role for access to blob and queue data</a> for more details.</p>
<ul>
<li>Config: service_principal_file</li>
<li>Env Var: RCLONE_AZUREBLOB_SERVICE_PRINCIPAL_FILE</li>
<li>Type: string</li>
<li>Default: ""</li>
</ul>
2020-09-02 17:59:04 +02:00
<h4 id="azureblob-key">--azureblob-key</h4>
2019-08-26 16:25:20 +02:00
<p>Storage Account Key (leave blank to use SAS URL or Emulator)</p>
2018-10-15 12:03:08 +02:00
<ul>
<li>Config: key</li>
<li>Env Var: RCLONE_AZUREBLOB_KEY</li>
<li>Type: string</li>
2020-02-01 11:31:42 +01:00
<li>Default: ""</li>
2018-10-15 12:03:08 +02:00
</ul>
2020-09-02 17:59:04 +02:00
<h4 id="azureblob-sas-url">--azureblob-sas-url</h4>
2019-08-26 16:25:20 +02:00
<p>SAS URL for container level access only (leave blank if using account/key or Emulator)</p>
2018-10-15 12:03:08 +02:00
<ul>
<li>Config: sas_url</li>
<li>Env Var: RCLONE_AZUREBLOB_SAS_URL</li>
<li>Type: string</li>
2020-02-01 11:31:42 +01:00
<li>Default: ""</li>
2018-10-15 12:03:08 +02:00
</ul>
2021-02-02 14:42:35 +01:00
<h4 id="azureblob-use-msi">--azureblob-use-msi</h4>
<p>Use a managed service identity to authenticate (only works in Azure)</p>
<p>When true, use a <a href="https://docs.microsoft.com/en-us/azure/active-directory/managed-identities-azure-resources/">managed service identity</a> to authenticate to Azure Storage instead of a SAS token or account key.</p>
<p>If the VM(SS) on which this program is running has a system-assigned identity, it will be used by default. If the resource has no system-assigned but exactly one user-assigned identity, the user-assigned identity will be used by default. If the resource has multiple user-assigned identities, the identity to use must be explicitly specified using exactly one of the msi_object_id, msi_client_id, or msi_mi_res_id parameters.</p>
<ul>
<li>Config: use_msi</li>
<li>Env Var: RCLONE_AZUREBLOB_USE_MSI</li>
<li>Type: bool</li>
<li>Default: false</li>
</ul>
2020-09-02 17:59:04 +02:00
<h4 id="azureblob-use-emulator">--azureblob-use-emulator</h4>
<p>Uses local storage emulator if provided as 'true' (leave blank if using real azure storage endpoint)</p>
2019-08-26 16:25:20 +02:00
<ul>
<li>Config: use_emulator</li>
<li>Env Var: RCLONE_AZUREBLOB_USE_EMULATOR</li>
<li>Type: bool</li>
<li>Default: false</li>
</ul>
2021-02-02 14:42:35 +01:00
<h3 id="advanced-options-23">Advanced Options</h3>
2018-10-15 12:03:08 +02:00
<p>Here are the advanced options specific to azureblob (Microsoft Azure Blob Storage).</p>
2021-02-02 14:42:35 +01:00
<h4 id="azureblob-msi-object-id">--azureblob-msi-object-id</h4>
<p>Object ID of the user-assigned MSI to use, if any. Leave blank if msi_client_id or msi_mi_res_id specified.</p>
<ul>
<li>Config: msi_object_id</li>
<li>Env Var: RCLONE_AZUREBLOB_MSI_OBJECT_ID</li>
<li>Type: string</li>
<li>Default: ""</li>
</ul>
<h4 id="azureblob-msi-client-id">--azureblob-msi-client-id</h4>
<p>Object ID of the user-assigned MSI to use, if any. Leave blank if msi_object_id or msi_mi_res_id specified.</p>
<ul>
<li>Config: msi_client_id</li>
<li>Env Var: RCLONE_AZUREBLOB_MSI_CLIENT_ID</li>
<li>Type: string</li>
<li>Default: ""</li>
</ul>
<h4 id="azureblob-msi-mi-res-id">--azureblob-msi-mi-res-id</h4>
<p>Azure resource ID of the user-assigned MSI to use, if any. Leave blank if msi_client_id or msi_object_id specified.</p>
<ul>
<li>Config: msi_mi_res_id</li>
<li>Env Var: RCLONE_AZUREBLOB_MSI_MI_RES_ID</li>
<li>Type: string</li>
<li>Default: ""</li>
</ul>
2020-09-02 17:59:04 +02:00
<h4 id="azureblob-endpoint">--azureblob-endpoint</h4>
2018-10-15 12:03:08 +02:00
<p>Endpoint for the service Leave blank normally.</p>
<ul>
<li>Config: endpoint</li>
<li>Env Var: RCLONE_AZUREBLOB_ENDPOINT</li>
<li>Type: string</li>
2020-02-01 11:31:42 +01:00
<li>Default: ""</li>
2018-10-15 12:03:08 +02:00
</ul>
2020-09-02 17:59:04 +02:00
<h4 id="azureblob-upload-cutoff">--azureblob-upload-cutoff</h4>
2021-02-02 14:42:35 +01:00
<p>Cutoff for switching to chunked upload (&lt;= 256MB). (Deprecated)</p>
2018-10-15 12:03:08 +02:00
<ul>
<li>Config: upload_cutoff</li>
<li>Env Var: RCLONE_AZUREBLOB_UPLOAD_CUTOFF</li>
2021-02-02 14:42:35 +01:00
<li>Type: string</li>
<li>Default: ""</li>
2018-10-15 12:03:08 +02:00
</ul>
2020-09-02 17:59:04 +02:00
<h4 id="azureblob-chunk-size">--azureblob-chunk-size</h4>
2018-10-15 12:03:08 +02:00
<p>Upload chunk size (&lt;= 100MB).</p>
2020-09-02 17:59:04 +02:00
<p>Note that this is stored in memory and there may be up to "--transfers" chunks stored at once in memory.</p>
2018-10-15 12:03:08 +02:00
<ul>
<li>Config: chunk_size</li>
<li>Env Var: RCLONE_AZUREBLOB_CHUNK_SIZE</li>
<li>Type: SizeSuffix</li>
<li>Default: 4M</li>
</ul>
2020-09-02 17:59:04 +02:00
<h4 id="azureblob-list-chunk">--azureblob-list-chunk</h4>
2018-10-15 12:03:08 +02:00
<p>Size of blob list.</p>
2020-09-02 17:59:04 +02:00
<p>This sets the number of blobs requested in each listing chunk. Default is the maximum, 5000. "List blobs" requests are permitted 2 minutes per megabyte to complete. If an operation is taking longer than 2 minutes per megabyte on average, it will time out ( <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/setting-timeouts-for-blob-service-operations#exceptions-to-default-timeout-interval">source</a> ). This can be used to limit the number of blobs items to return, to avoid the time out.</p>
2018-10-15 12:03:08 +02:00
<ul>
<li>Config: list_chunk</li>
<li>Env Var: RCLONE_AZUREBLOB_LIST_CHUNK</li>
<li>Type: int</li>
<li>Default: 5000</li>
</ul>
2020-09-02 17:59:04 +02:00
<h4 id="azureblob-access-tier">--azureblob-access-tier</h4>
2018-10-15 12:03:08 +02:00
<p>Access tier of blob: hot, cool or archive.</p>
<p>Archived blobs can be restored by setting access tier to hot or cool. Leave blank if you intend to use default access tier, which is set at account level</p>
2020-09-02 17:59:04 +02:00
<p>If there is no "access tier" specified, rclone doesn't apply any tier. rclone performs "Set Tier" operation on blobs while uploading, if objects are not modified, specifying "access tier" to new one will have no effect. If blobs are in "archive tier" at remote, trying to perform data transfer operations from remote will not be allowed. User should first restore by tiering blob to "Hot" or "Cool".</p>
2018-10-15 12:03:08 +02:00
<ul>
<li>Config: access_tier</li>
<li>Env Var: RCLONE_AZUREBLOB_ACCESS_TIER</li>
<li>Type: string</li>
2020-02-01 11:31:42 +01:00
<li>Default: ""</li>
</ul>
2021-02-02 14:42:35 +01:00
<h4 id="azureblob-archive-tier-delete">--azureblob-archive-tier-delete</h4>
<p>Delete archive tier blobs before overwriting.</p>
<p>Archive tier blobs cannot be updated. So without this flag, if you attempt to update an archive tier blob, then rclone will produce the error:</p>
<pre><code>can&#39;t update archive tier blob without --azureblob-archive-tier-delete</code></pre>
<p>With this flag set then before rclone attempts to overwrite an archive tier blob, it will delete the existing blob before uploading its replacement. This has the potential for data loss if the upload fails (unlike updating a normal blob) and also may cost more since deleting archive tier blobs early may be chargable.</p>
<ul>
<li>Config: archive_tier_delete</li>
<li>Env Var: RCLONE_AZUREBLOB_ARCHIVE_TIER_DELETE</li>
<li>Type: bool</li>
<li>Default: false</li>
</ul>
2020-09-02 17:59:04 +02:00
<h4 id="azureblob-disable-checksum">--azureblob-disable-checksum</h4>
<p>Don't store MD5 checksum with object metadata.</p>
2020-05-27 17:11:47 +02:00
<p>Normally rclone will calculate the MD5 checksum of the input before uploading it so it can add it to metadata on the object. This is great for data integrity checking but can cause long delays for large files to start uploading.</p>
<ul>
<li>Config: disable_checksum</li>
<li>Env Var: RCLONE_AZUREBLOB_DISABLE_CHECKSUM</li>
<li>Type: bool</li>
<li>Default: false</li>
</ul>
2020-09-02 17:59:04 +02:00
<h4 id="azureblob-memory-pool-flush-time">--azureblob-memory-pool-flush-time</h4>
2020-05-27 17:11:47 +02:00
<p>How often internal memory buffer pools will be flushed. Uploads which requires additional buffers (f.e multipart) will use memory pool for allocations. This option controls how often unused buffers will be removed from the pool.</p>
<ul>
<li>Config: memory_pool_flush_time</li>
<li>Env Var: RCLONE_AZUREBLOB_MEMORY_POOL_FLUSH_TIME</li>
<li>Type: Duration</li>
<li>Default: 1m0s</li>
</ul>
2020-09-02 17:59:04 +02:00
<h4 id="azureblob-memory-pool-use-mmap">--azureblob-memory-pool-use-mmap</h4>
2020-05-27 17:11:47 +02:00
<p>Whether to use mmap buffers in internal memory pool.</p>
<ul>
<li>Config: memory_pool_use_mmap</li>
<li>Env Var: RCLONE_AZUREBLOB_MEMORY_POOL_USE_MMAP</li>
<li>Type: bool</li>
<li>Default: false</li>
</ul>
2020-09-02 17:59:04 +02:00
<h4 id="azureblob-encoding">--azureblob-encoding</h4>
2020-02-01 11:31:42 +01:00
<p>This sets the encoding for the backend.</p>
2020-05-27 17:11:47 +02:00
<p>See: the <a href="https://rclone.org/overview/#encoding">encoding section in the overview</a> for more info.</p>
2020-02-01 11:31:42 +01:00
<ul>
<li>Config: encoding</li>
<li>Env Var: RCLONE_AZUREBLOB_ENCODING</li>
<li>Type: MultiEncoder</li>
<li>Default: Slash,BackSlash,Del,Ctl,RightPeriod,InvalidUtf8</li>
2018-10-15 12:03:08 +02:00
</ul>
2021-03-31 20:12:08 +02:00
<h4 id="azureblob-public-access">--azureblob-public-access</h4>
<p>Public access level of a container: blob, container.</p>
<ul>
<li>Config: public_access</li>
<li>Env Var: RCLONE_AZUREBLOB_PUBLIC_ACCESS</li>
<li>Type: string</li>
<li>Default: ""</li>
<li>Examples:
<ul>
<li>""
<ul>
<li>The container and its blobs can be accessed only with an authorized request. It's a default value</li>
</ul></li>
<li>"blob"
<ul>
<li>Blob data within this container can be read via anonymous request.</li>
</ul></li>
<li>"container"
<ul>
<li>Allow full public read access for container and blob data.</li>
</ul></li>
</ul></li>
</ul>
2021-02-02 14:42:35 +01:00
<h3 id="limitations-21">Limitations</h3>
2017-09-30 15:19:47 +02:00
<p>MD5 sums are only uploaded with chunked files if the source has an MD5 sum. This will always be the case for a local to azure copy.</p>
2021-02-02 14:42:35 +01:00
<p><code>rclone about</code> is not supported by the Microsoft Azure Blob storage backend. Backends without this capability cannot determine free space for an rclone mount or use policy <code>mfs</code> (most free space) as a member of an rclone union remote.</p>
<p>See <a href="https://rclone.org/overview/#optional-features">List of backends that do not support rclone about</a> See <a href="https://rclone.org/commands/rclone_about/">rclone about</a></p>
2019-08-26 16:25:20 +02:00
<h3 id="azure-storage-emulator-support">Azure Storage Emulator Support</h3>
2020-05-27 17:11:47 +02:00
<p>You can test rclone with storage emulator locally, to do this make sure azure storage emulator installed locally and set up a new remote with <code>rclone config</code> follow instructions described in introduction, set <code>use_emulator</code> config as <code>true</code>, you do not need to provide default account name or key if using emulator.</p>
2017-09-30 15:19:47 +02:00
<h2 id="microsoft-onedrive">Microsoft OneDrive</h2>
2016-01-31 17:33:20 +01:00
<p>Paths are specified as <code>remote:path</code></p>
2021-02-02 14:42:35 +01:00
<p>Paths may be as deep as required, e.g. <code>remote:directory/subdirectory</code>.</p>
2017-09-30 15:19:47 +02:00
<p>The initial setup for OneDrive involves getting a token from Microsoft which you need to do in your browser. <code>rclone config</code> walks you through it.</p>
2016-01-31 17:33:20 +01:00
<p>Here is an example of how to make a remote called <code>remote</code>. First run:</p>
<pre><code> rclone config</code></pre>
<p>This will guide you through an interactive setup process:</p>
2018-10-15 12:03:08 +02:00
<pre><code>e) Edit existing remote
2017-09-30 15:19:47 +02:00
n) New remote
2018-10-15 12:03:08 +02:00
d) Delete remote
r) Rename remote
c) Copy remote
2016-03-01 10:00:01 +01:00
s) Set configuration password
2018-10-15 12:03:08 +02:00
q) Quit config
e/n/d/r/c/s/q&gt; n
2016-01-31 17:33:20 +01:00
name&gt; remote
2016-03-01 10:00:01 +01:00
Type of storage to configure.
2018-10-15 12:03:08 +02:00
Enter a string value. Press Enter for the default (&quot;&quot;).
2016-03-01 10:00:01 +01:00
Choose a number from below, or type in your own value
2019-08-26 16:25:20 +02:00
[snip]
XX / Microsoft OneDrive
2016-03-01 10:00:01 +01:00
\ &quot;onedrive&quot;
2019-08-26 16:25:20 +02:00
[snip]
Storage&gt; onedrive
2018-10-15 12:03:08 +02:00
Microsoft App Client Id
Leave blank normally.
Enter a string value. Press Enter for the default (&quot;&quot;).
2017-03-18 12:16:43 +01:00
client_id&gt;
2018-10-15 12:03:08 +02:00
Microsoft App Client Secret
Leave blank normally.
Enter a string value. Press Enter for the default (&quot;&quot;).
2017-03-18 12:16:43 +01:00
client_secret&gt;
2018-10-15 12:03:08 +02:00
Edit advanced config? (y/n)
y) Yes
n) No
y/n&gt; n
2016-01-31 17:33:20 +01:00
Remote config
2016-03-01 10:00:01 +01:00
Use auto config?
* Say Y if not sure
* Say N if you are working on a remote or headless machine
y) Yes
n) No
y/n&gt; y
If your browser doesn&#39;t open automatically go to the following link: http://127.0.0.1:53682/auth
2016-01-31 17:33:20 +01:00
Log in and authorize rclone for access
Waiting for code...
Got code
2018-10-15 12:03:08 +02:00
Choose a number from below, or type in an existing value
1 / OneDrive Personal or Business
\ &quot;onedrive&quot;
2 / Sharepoint site
\ &quot;sharepoint&quot;
3 / Type in driveID
\ &quot;driveid&quot;
4 / Type in SiteID
\ &quot;siteid&quot;
5 / Search a Sharepoint site
\ &quot;search&quot;
Your choice&gt; 1
Found 1 drives, please select the one you want to use:
0: OneDrive (business) id=b!Eqwertyuiopasdfghjklzxcvbnm-7mnbvcxzlkjhgfdsapoiuytrewqk
Chose drive to use:&gt; 0
Found drive &#39;root&#39; of type &#39;business&#39;, URL: https://org-my.sharepoint.com/personal/you/Documents
Is that okay?
y) Yes
n) No
y/n&gt; y
2016-01-31 17:33:20 +01:00
--------------------
[remote]
2018-10-15 12:03:08 +02:00
type = onedrive
token = {&quot;access_token&quot;:&quot;youraccesstoken&quot;,&quot;token_type&quot;:&quot;Bearer&quot;,&quot;refresh_token&quot;:&quot;yourrefreshtoken&quot;,&quot;expiry&quot;:&quot;2018-08-26T22:39:52.486512262+08:00&quot;}
drive_id = b!Eqwertyuiopasdfghjklzxcvbnm-7mnbvcxzlkjhgfdsapoiuytrewqk
drive_type = business
2016-01-31 17:33:20 +01:00
--------------------
y) Yes this is OK
e) Edit this remote
d) Delete this remote
y/e/d&gt; y</code></pre>
<p>See the <a href="https://rclone.org/remote_setup/">remote setup docs</a> for how to set it up on a machine with no Internet browser available.</p>
2017-09-30 15:19:47 +02:00
<p>Note that rclone runs a webserver on your local machine to collect the token as returned from Microsoft. This only runs from the moment it opens your browser to the moment you get back the verification code. This is on <code>http://127.0.0.1:53682/</code> and this it may require you to unblock it temporarily if you are running a host firewall.</p>
2016-01-31 17:33:20 +01:00
<p>Once configured you can then use <code>rclone</code> like this,</p>
2017-09-30 15:19:47 +02:00
<p>List directories in top level of your OneDrive</p>
2016-01-31 17:33:20 +01:00
<pre><code>rclone lsd remote:</code></pre>
2017-09-30 15:19:47 +02:00
<p>List all the files in your OneDrive</p>
2016-01-31 17:33:20 +01:00
<pre><code>rclone ls remote:</code></pre>
2017-09-30 15:19:47 +02:00
<p>To copy a local directory to an OneDrive directory called backup</p>
2016-01-31 17:33:20 +01:00
<pre><code>rclone copy /home/source remote:backup</code></pre>
2018-10-15 12:03:08 +02:00
<h3 id="getting-your-own-client-id-and-key">Getting your own Client ID and Key</h3>
2020-09-02 17:59:04 +02:00
<p>You can use your own Client ID if the default (<code>client_id</code> left blank) one doesn't work for you or you see lots of throttling. The default Client ID and Key is shared by all rclone users when performing requests.</p>
2020-02-01 11:31:42 +01:00
<p>If you are having problems with them (E.g., seeing a lot of throttling), you can get your own Client ID and Key by following the steps below:</p>
2019-04-13 12:01:58 +02:00
<ol type="1">
2020-09-02 17:59:04 +02:00
<li>Open https://portal.azure.com/#blade/Microsoft_AAD_RegisteredApps/ApplicationsListBlade and then click <code>New registration</code>.</li>
2021-02-02 14:42:35 +01:00
<li>Enter a name for your app, choose account type <code>Accounts in any organizational directory (Any Azure AD directory - Multitenant) and personal Microsoft accounts (e.g. Skype, Xbox)</code>, select <code>Web</code> in <code>Redirect URI</code>, then type (do not copy and paste) <code>http://localhost:53682/</code> and click Register. Copy and keep the <code>Application (client) ID</code> under the app name for later use.</li>
2019-10-26 12:04:54 +02:00
<li>Under <code>manage</code> select <code>Certificates &amp; secrets</code>, click <code>New client secret</code>. Copy and keep that secret for later use.</li>
<li>Under <code>manage</code> select <code>API permissions</code>, click <code>Add a permission</code> and select <code>Microsoft Graph</code> then select <code>delegated permissions</code>.</li>
2020-05-27 17:11:47 +02:00
<li>Search and select the following permissions: <code>Files.Read</code>, <code>Files.ReadWrite</code>, <code>Files.Read.All</code>, <code>Files.ReadWrite.All</code>, <code>offline_access</code>, <code>User.Read</code>. Once selected click <code>Add permissions</code> at the bottom.</li>
2018-10-15 12:03:08 +02:00
</ol>
<p>Now the application is complete. Run <code>rclone config</code> to create or edit a OneDrive remote. Supply the app ID and password as Client ID and Secret, respectively. rclone will walk you through the remaining steps.</p>
2019-10-26 12:04:54 +02:00
<h3 id="modification-time-and-hashes">Modification time and hashes</h3>
2017-09-30 15:19:47 +02:00
<p>OneDrive allows modification times to be set on objects accurate to 1 second. These will be used to detect whether objects need syncing or not.</p>
2018-04-28 12:46:27 +02:00
<p>OneDrive personal supports SHA1 type hashes. OneDrive for business and Sharepoint Server support <a href="https://docs.microsoft.com/en-us/onedrive/developer/code-snippets/quickxorhash">QuickXorHash</a>.</p>
<p>For all types of OneDrive you can use the <code>--checksum</code> flag.</p>
2021-02-02 14:42:35 +01:00
<h3 id="restricted-filename-characters-18">Restricted filename characters</h3>
2020-05-27 17:11:47 +02:00
<p>In addition to the <a href="https://rclone.org/overview/#restricted-characters">default restricted characters set</a> the following characters are also replaced:</p>
2019-10-26 12:04:54 +02:00
<table>
<thead>
<tr class="header">
<th>Character</th>
<th style="text-align: center;">Value</th>
<th style="text-align: center;">Replacement</th>
</tr>
</thead>
<tbody>
<tr class="odd">
2020-02-01 11:31:42 +01:00
<td>"</td>
2019-10-26 12:04:54 +02:00
<td style="text-align: center;">0x22</td>
<td style="text-align: center;"></td>
</tr>
<tr class="even">
<td>*</td>
<td style="text-align: center;">0x2A</td>
<td style="text-align: center;"></td>
</tr>
<tr class="odd">
<td>:</td>
<td style="text-align: center;">0x3A</td>
<td style="text-align: center;"></td>
</tr>
<tr class="even">
<td>&lt;</td>
<td style="text-align: center;">0x3C</td>
<td style="text-align: center;"></td>
</tr>
<tr class="odd">
<td>&gt;</td>
<td style="text-align: center;">0x3E</td>
<td style="text-align: center;"></td>
</tr>
<tr class="even">
<td>?</td>
<td style="text-align: center;">0x3F</td>
<td style="text-align: center;"></td>
</tr>
<tr class="odd">
<td>\</td>
<td style="text-align: center;">0x5C</td>
<td style="text-align: center;"></td>
</tr>
<tr class="even">
<td>|</td>
<td style="text-align: center;">0x7C</td>
<td style="text-align: center;"></td>
</tr>
</tbody>
</table>
2020-05-27 17:11:47 +02:00
<p>File names can also not end with the following characters. These only get replaced if they are the last character in the name:</p>
2019-10-26 12:04:54 +02:00
<table>
<thead>
<tr class="header">
<th>Character</th>
<th style="text-align: center;">Value</th>
<th style="text-align: center;">Replacement</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td>SP</td>
<td style="text-align: center;">0x20</td>
<td style="text-align: center;"></td>
</tr>
<tr class="even">
<td>.</td>
<td style="text-align: center;">0x2E</td>
<td style="text-align: center;"></td>
</tr>
</tbody>
</table>
2020-05-27 17:11:47 +02:00
<p>File names can also not begin with the following characters. These only get replaced if they are the first character in the name:</p>
2019-10-26 12:04:54 +02:00
<table>
<thead>
<tr class="header">
<th>Character</th>
<th style="text-align: center;">Value</th>
<th style="text-align: center;">Replacement</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td>SP</td>
<td style="text-align: center;">0x20</td>
<td style="text-align: center;"></td>
</tr>
<tr class="even">
<td>~</td>
<td style="text-align: center;">0x7E</td>
<td style="text-align: center;"></td>
</tr>
</tbody>
</table>
2020-09-02 17:59:04 +02:00
<p>Invalid UTF-8 bytes will also be <a href="https://rclone.org/overview/#invalid-utf8">replaced</a>, as they can't be used in JSON strings.</p>
2021-02-02 14:42:35 +01:00
<h3 id="deleting-files-5">Deleting files</h3>
2020-09-02 17:59:04 +02:00
<p>Any files you delete with rclone will end up in the trash. Microsoft doesn't provide an API to permanently delete files, nor to empty the trash, so you will have to do that with one of Microsoft's apps or via the OneDrive website.</p>
2021-02-02 14:42:35 +01:00
<h3 id="standard-options-24">Standard Options</h3>
2018-10-15 12:03:08 +02:00
<p>Here are the standard options specific to onedrive (Microsoft OneDrive).</p>
2020-09-02 17:59:04 +02:00
<h4 id="onedrive-client-id">--onedrive-client-id</h4>
<p>OAuth Client Id Leave blank normally.</p>
2018-10-15 12:03:08 +02:00
<ul>
<li>Config: client_id</li>
<li>Env Var: RCLONE_ONEDRIVE_CLIENT_ID</li>
<li>Type: string</li>
2020-02-01 11:31:42 +01:00
<li>Default: ""</li>
2018-10-15 12:03:08 +02:00
</ul>
2020-09-02 17:59:04 +02:00
<h4 id="onedrive-client-secret">--onedrive-client-secret</h4>
<p>OAuth Client Secret Leave blank normally.</p>
2018-10-15 12:03:08 +02:00
<ul>
<li>Config: client_secret</li>
<li>Env Var: RCLONE_ONEDRIVE_CLIENT_SECRET</li>
<li>Type: string</li>
2020-02-01 11:31:42 +01:00
<li>Default: ""</li>
2018-10-15 12:03:08 +02:00
</ul>
2021-02-02 14:42:35 +01:00
<h4 id="onedrive-region">--onedrive-region</h4>
<p>Choose national cloud region for OneDrive.</p>
<ul>
<li>Config: region</li>
<li>Env Var: RCLONE_ONEDRIVE_REGION</li>
<li>Type: string</li>
<li>Default: "global"</li>
<li>Examples:
<ul>
<li>"global"
<ul>
<li>Microsoft Cloud Global</li>
</ul></li>
<li>"us"
<ul>
<li>Microsoft Cloud for US Government</li>
</ul></li>
<li>"de"
<ul>
<li>Microsoft Cloud Germany</li>
</ul></li>
<li>"cn"
<ul>
<li>Azure and Office 365 operated by 21Vianet in China</li>
</ul></li>
</ul></li>
</ul>
<h3 id="advanced-options-24">Advanced Options</h3>
2018-10-15 12:03:08 +02:00
<p>Here are the advanced options specific to onedrive (Microsoft OneDrive).</p>
2020-09-02 17:59:04 +02:00
<h4 id="onedrive-token">--onedrive-token</h4>
<p>OAuth Access Token as a JSON blob.</p>
<ul>
<li>Config: token</li>
<li>Env Var: RCLONE_ONEDRIVE_TOKEN</li>
<li>Type: string</li>
<li>Default: ""</li>
</ul>
<h4 id="onedrive-auth-url">--onedrive-auth-url</h4>
<p>Auth server URL. Leave blank to use the provider defaults.</p>
<ul>
<li>Config: auth_url</li>
<li>Env Var: RCLONE_ONEDRIVE_AUTH_URL</li>
<li>Type: string</li>
<li>Default: ""</li>
</ul>
<h4 id="onedrive-token-url">--onedrive-token-url</h4>
<p>Token server url. Leave blank to use the provider defaults.</p>
<ul>
<li>Config: token_url</li>
<li>Env Var: RCLONE_ONEDRIVE_TOKEN_URL</li>
<li>Type: string</li>
<li>Default: ""</li>
</ul>
<h4 id="onedrive-chunk-size">--onedrive-chunk-size</h4>
2019-10-26 12:04:54 +02:00
<p>Chunk size to upload files with - must be multiple of 320k (327,680 bytes).</p>
2020-05-27 17:11:47 +02:00
<p>Above this size files will be chunked - must be multiple of 320k (327,680 bytes) and should not exceed 250M (262,144,000 bytes) else you may encounter "Microsoft.SharePoint.Client.InvalidClientQueryException: The request message is too big." Note that the chunks will be buffered into memory.</p>
2018-10-15 12:03:08 +02:00
<ul>
<li>Config: chunk_size</li>
<li>Env Var: RCLONE_ONEDRIVE_CHUNK_SIZE</li>
<li>Type: SizeSuffix</li>
<li>Default: 10M</li>
</ul>
2020-09-02 17:59:04 +02:00
<h4 id="onedrive-drive-id">--onedrive-drive-id</h4>
2018-10-15 12:03:08 +02:00
<p>The ID of the drive to use</p>
<ul>
<li>Config: drive_id</li>
<li>Env Var: RCLONE_ONEDRIVE_DRIVE_ID</li>
<li>Type: string</li>
2020-02-01 11:31:42 +01:00
<li>Default: ""</li>
2018-10-15 12:03:08 +02:00
</ul>
2020-09-02 17:59:04 +02:00
<h4 id="onedrive-drive-type">--onedrive-drive-type</h4>
2018-10-15 12:03:08 +02:00
<p>The type of the drive ( personal | business | documentLibrary )</p>
<ul>
<li>Config: drive_type</li>
<li>Env Var: RCLONE_ONEDRIVE_DRIVE_TYPE</li>
<li>Type: string</li>
2020-02-01 11:31:42 +01:00
<li>Default: ""</li>
2018-10-15 12:03:08 +02:00
</ul>
2020-09-02 17:59:04 +02:00
<h4 id="onedrive-expose-onenote-files">--onedrive-expose-onenote-files</h4>
2018-10-15 12:03:08 +02:00
<p>Set to make OneNote files show up in directory listings.</p>
2020-09-02 17:59:04 +02:00
<p>By default rclone will hide OneNote files in directory listings because operations like "Open" and "Update" won't work on them. But this behaviour may also prevent you from deleting them. If you want to delete OneNote files or otherwise want them to show up in directory listing, set this option.</p>
2018-10-15 12:03:08 +02:00
<ul>
<li>Config: expose_onenote_files</li>
<li>Env Var: RCLONE_ONEDRIVE_EXPOSE_ONENOTE_FILES</li>
<li>Type: bool</li>
<li>Default: false</li>
</ul>
2020-09-02 17:59:04 +02:00
<h4 id="onedrive-server-side-across-configs">--onedrive-server-side-across-configs</h4>
2021-02-02 14:42:35 +01:00
<p>Allow server-side operations (e.g. copy) to work across different onedrive configs.</p>
<p>This will only work if you are copying between two OneDrive <em>Personal</em> drives AND the files to copy are already shared between them. In other cases, rclone will fall back to normal copy (which will be slightly slower).</p>
2020-05-27 17:11:47 +02:00
<ul>
<li>Config: server_side_across_configs</li>
<li>Env Var: RCLONE_ONEDRIVE_SERVER_SIDE_ACROSS_CONFIGS</li>
<li>Type: bool</li>
<li>Default: false</li>
</ul>
2020-09-02 17:59:04 +02:00
<h4 id="onedrive-no-versions">--onedrive-no-versions</h4>
<p>Remove all versions on modifying operations</p>
<p>Onedrive for business creates versions when rclone uploads new files overwriting an existing one and when it sets the modification time.</p>
<p>These versions take up space out of the quota.</p>
<p>This flag checks for versions after file upload and setting modification time and removes all but the last version.</p>
<p><strong>NB</strong> Onedrive personal can't currently delete versions so don't use this flag there.</p>
<ul>
<li>Config: no_versions</li>
<li>Env Var: RCLONE_ONEDRIVE_NO_VERSIONS</li>
<li>Type: bool</li>
<li>Default: false</li>
</ul>
2021-02-02 14:42:35 +01:00
<h4 id="onedrive-link-scope">--onedrive-link-scope</h4>
<p>Set the scope of the links created by the link command.</p>
<ul>
<li>Config: link_scope</li>
<li>Env Var: RCLONE_ONEDRIVE_LINK_SCOPE</li>
<li>Type: string</li>
<li>Default: "anonymous"</li>
<li>Examples:
<ul>
<li>"anonymous"
<ul>
<li>Anyone with the link has access, without needing to sign in. This may include people outside of your organization. Anonymous link support may be disabled by an administrator.</li>
</ul></li>
<li>"organization"
<ul>
<li>Anyone signed into your organization (tenant) can use the link to get access. Only available in OneDrive for Business and SharePoint.</li>
</ul></li>
</ul></li>
</ul>
<h4 id="onedrive-link-type">--onedrive-link-type</h4>
<p>Set the type of the links created by the link command.</p>
<ul>
<li>Config: link_type</li>
<li>Env Var: RCLONE_ONEDRIVE_LINK_TYPE</li>
<li>Type: string</li>
<li>Default: "view"</li>
<li>Examples:
<ul>
<li>"view"
<ul>
<li>Creates a read-only link to the item.</li>
</ul></li>
<li>"edit"
<ul>
<li>Creates a read-write link to the item.</li>
</ul></li>
<li>"embed"
<ul>
<li>Creates an embeddable link to the item.</li>
</ul></li>
</ul></li>
</ul>
<h4 id="onedrive-link-password">--onedrive-link-password</h4>
<p>Set the password for links created by the link command.</p>
<p>At the time of writing this only works with OneDrive personal paid accounts.</p>
<ul>
<li>Config: link_password</li>
<li>Env Var: RCLONE_ONEDRIVE_LINK_PASSWORD</li>
<li>Type: string</li>
<li>Default: ""</li>
</ul>
2020-09-02 17:59:04 +02:00
<h4 id="onedrive-encoding">--onedrive-encoding</h4>
2020-02-01 11:31:42 +01:00
<p>This sets the encoding for the backend.</p>
2020-05-27 17:11:47 +02:00
<p>See: the <a href="https://rclone.org/overview/#encoding">encoding section in the overview</a> for more info.</p>
2020-02-01 11:31:42 +01:00
<ul>
<li>Config: encoding</li>
<li>Env Var: RCLONE_ONEDRIVE_ENCODING</li>
<li>Type: MultiEncoder</li>
2021-02-02 14:42:35 +01:00
<li>Default: Slash,LtGt,DoubleQuote,Colon,Question,Asterisk,Pipe,BackSlash,Del,Ctl,LeftSpace,LeftTilde,RightSpace,RightPeriod,InvalidUtf8,Dot</li>
2020-02-01 11:31:42 +01:00
</ul>
2021-02-02 14:42:35 +01:00
<h3 id="limitations-22">Limitations</h3>
2020-09-02 17:59:04 +02:00
<p>If you don't use rclone for 90 days the refresh token will expire. This will result in authorization problems. This is easy to fix by running the <code>rclone config reconnect remote:</code> command to get a new token and refresh token.</p>
2019-10-26 12:04:54 +02:00
<h4 id="naming">Naming</h4>
2020-09-02 17:59:04 +02:00
<p>Note that OneDrive is case insensitive so you can't have a file called "Hello.doc" and one called "hello.doc".</p>
<p>There are quite a few characters that can't be in OneDrive file names. These can't occur on Windows platforms, but on non-Windows platforms they are common. Rclone will map these names to and from an identical looking unicode equivalent. For example if a file has a <code>?</code> in it will be mapped to <code></code> instead.</p>
2019-10-26 12:04:54 +02:00
<h4 id="file-sizes">File sizes</h4>
2021-02-02 14:42:35 +01:00
<p>The largest allowed file size is 250GB for both OneDrive Personal and OneDrive for Business <a href="https://support.microsoft.com/en-us/office/invalid-file-names-and-file-types-in-onedrive-and-sharepoint-64883a5d-228e-48f5-b3d2-eb39e07630fa?ui=en-us&amp;rs=en-us&amp;ad=us#individualfilesize">(Updated 13 Jan 2021)</a>.</p>
2019-10-26 12:04:54 +02:00
<h4 id="path-length">Path length</h4>
2019-02-09 11:42:57 +01:00
<p>The entire path, including the file name, must contain fewer than 400 characters for OneDrive, OneDrive for Business and SharePoint Online. If you are encrypting file and folder names with rclone, you may want to pay attention to this limitation because the encrypted names are typically longer than the original ones.</p>
2019-10-26 12:04:54 +02:00
<h4 id="number-of-files">Number of files</h4>
<p>OneDrive seems to be OK with at least 50,000 files in a folder, but at 100,000 rclone will get errors listing the directory like <code>couldnt list files: UnknownError:</code>. See <a href="https://github.com/rclone/rclone/issues/2707">#2707</a> for more info.</p>
2019-02-09 11:42:57 +01:00
<p>An official document about the limitations for different types of OneDrive can be found <a href="https://support.office.com/en-us/article/invalid-file-names-and-file-types-in-onedrive-onedrive-for-business-and-sharepoint-64883a5d-228e-48f5-b3d2-eb39e07630fa">here</a>.</p>
2021-02-02 14:42:35 +01:00
<h3 id="versions-3">Versions</h3>
2020-09-02 17:59:04 +02:00
<p>Every change in a file OneDrive causes the service to create a new version of the the file. This counts against a users quota. For example changing the modification time of a file creates a second version, so the file apparently uses twice the space.</p>
<p>For example the <code>copy</code> command is affected by this as rclone copies the file and then afterwards sets the modification time to match the source file which uses another version.</p>
<p>You can use the <code>rclone cleanup</code> command (see below) to remove all old versions.</p>
<p>Or you can set the <code>no_versions</code> parameter to <code>true</code> and rclone will remove versions after operations which create new versions. This takes extra transactions so only enable it if you need it.</p>
<p><strong>Note</strong> At the time of writing Onedrive Personal creates versions (but not for setting the modification time) but the API for removing them returns "API not found" so cleanup and <code>no_versions</code> should not be used on Onedrive Personal.</p>
<h3 id="disabling-versioning">Disabling versioning</h3>
<p>Starting October 2018, users will no longer be able to disable versioning by default. This is because Microsoft has brought an <a href="https://techcommunity.microsoft.com/t5/Microsoft-OneDrive-Blog/New-Updates-to-OneDrive-and-SharePoint-Team-Site-Versioning/ba-p/204390">update</a> to the mechanism. To change this new default setting, a PowerShell command is required to be run by a SharePoint admin. If you are an admin, you can run these commands in PowerShell to change that setting:</p>
2019-04-13 12:01:58 +02:00
<ol type="1">
2020-09-02 17:59:04 +02:00
<li><code>Install-Module -Name Microsoft.Online.SharePoint.PowerShell</code> (in case you haven't installed this already)</li>
2019-02-09 11:42:57 +01:00
<li><code>Import-Module Microsoft.Online.SharePoint.PowerShell -DisableNameChecking</code></li>
<li><code>Connect-SPOService -Url https://YOURSITE-admin.sharepoint.com -Credential YOU@YOURSITE.COM</code> (replacing <code>YOURSITE</code>, <code>YOU</code>, <code>YOURSITE.COM</code> with the actual values; this will prompt for your credentials)</li>
<li><code>Set-SPOTenant -EnableMinimumVersionRequirement $False</code></li>
<li><code>Disconnect-SPOService</code> (to disconnect from the server)</li>
</ol>
2020-09-02 17:59:04 +02:00
<p><em>Below are the steps for normal users to disable versioning. If you don't see the "No Versioning" option, make sure the above requirements are met.</em></p>
2018-03-19 11:06:13 +01:00
<p>User <a href="https://github.com/Weropol">Weropol</a> has found a method to disable versioning on OneDrive</p>
2019-04-13 12:01:58 +02:00
<ol type="1">
2018-03-19 11:06:13 +01:00
<li>Open the settings menu by clicking on the gear symbol at the top of the OneDrive Business page.</li>
<li>Click Site settings.</li>
<li>Once on the Site settings page, navigate to Site Administration &gt; Site libraries and lists.</li>
2020-09-02 17:59:04 +02:00
<li>Click Customize "Documents".</li>
2018-03-19 11:06:13 +01:00
<li>Click General Settings &gt; Versioning Settings.</li>
2018-06-16 19:21:09 +02:00
<li>Under Document Version History select the option No versioning. Note: This will disable the creation of new file versions, but will not remove any previous versions. Your documents are safe.</li>
2018-03-19 11:06:13 +01:00
<li>Apply the changes by clicking OK.</li>
2020-09-02 17:59:04 +02:00
<li>Use rclone to upload or modify files. (I also use the --no-update-modtime flag)</li>
2018-03-19 11:06:13 +01:00
<li>Restore the versioning settings after using rclone. (Optional)</li>
</ol>
2021-02-02 14:42:35 +01:00
<h3 id="cleanup-3">Cleanup</h3>
2020-09-02 17:59:04 +02:00
<p>OneDrive supports <code>rclone cleanup</code> which causes rclone to look through every file under the path supplied and delete all version but the current version. Because this involves traversing all the files, then querying each file for versions it can be quite slow. Rclone does <code>--checkers</code> tests in parallel. The command also supports <code>-i</code> which is a great way to see what it would do.</p>
<pre><code>rclone cleanup -i remote:path/subdir # interactively remove all old version for path/subdir
rclone cleanup remote:path/subdir # unconditionally remove all old version for path/subdir</code></pre>
<p><strong>NB</strong> Onedrive personal can't currently delete versions</p>
2018-09-01 13:58:00 +02:00
<h3 id="troubleshooting-1">Troubleshooting</h3>
2019-10-26 12:04:54 +02:00
<h4 id="unexpected-file-sizehash-differences-on-sharepoint">Unexpected file size/hash differences on Sharepoint</h4>
2020-09-02 17:59:04 +02:00
<p>It is a <a href="https://github.com/OneDrive/onedrive-api-docs/issues/935#issuecomment-441741631">known</a> issue that Sharepoint (not OneDrive or OneDrive for Business) silently modifies uploaded files, mainly Office files (.docx, .xlsx, etc.), causing file size and hash checks to fail. There are also other situations that will cause OneDrive to report inconsistent file sizes. To use rclone with such affected files on Sharepoint, you may disable these checks with the following command line arguments:</p>
2019-10-26 12:04:54 +02:00
<pre><code>--ignore-checksum --ignore-size</code></pre>
2020-09-02 17:59:04 +02:00
<p>Alternatively, if you have write access to the OneDrive files, it may be possible to fix this problem for certain files, by attempting the steps below. Open the web interface for <a href="https://onedrive.live.com">OneDrive</a> and find the affected files (which will be in the error messages/log for rclone). Simply click on each of these files, causing OneDrive to open them on the web. This will cause each file to be converted in place to a format that is functionally equivalent but which will no longer trigger the size discrepancy. Once all problematic files are converted you will no longer need the ignore options above.</p>
<h4 id="replacingdeleting-existing-files-on-sharepoint-gets-item-not-found">Replacing/deleting existing files on Sharepoint gets "item not found"</h4>
<p>It is a <a href="https://github.com/OneDrive/onedrive-api-docs/issues/1068">known</a> issue that Sharepoint (not OneDrive or OneDrive for Business) may return "item not found" errors when users try to replace or delete uploaded files; this seems to mainly affect Office files (.docx, .xlsx, etc.). As a workaround, you may use the <code>--backup-dir &lt;BACKUP_DIR&gt;</code> command line argument so rclone moves the files to be replaced/deleted into a given backup directory (instead of directly replacing/deleting them). For example, to instruct rclone to move the files into the directory <code>rclone-backup-dir</code> on backend <code>mysharepoint</code>, you may use:</p>
2019-10-26 12:04:54 +02:00
<pre><code>--backup-dir mysharepoint:rclone-backup-dir</code></pre>
<h4 id="access_denied-aadsts65005">access_denied (AADSTS65005)</h4>
2018-06-16 19:21:09 +02:00
<pre><code>Error: access_denied
Code: AADSTS65005
Description: Using application &#39;rclone&#39; is currently not supported for your organization [YOUR_ORGANIZATION] because it is in an unmanaged state. An administrator needs to claim ownership of the company by DNS validation of [YOUR_ORGANIZATION] before the application rclone can be provisioned.</code></pre>
2020-09-02 17:59:04 +02:00
<p>This means that rclone can't use the OneDrive for Business API with your account. You can't do much about it, maybe write an email to your admins.</p>
2018-06-16 19:21:09 +02:00
<p>However, there are other ways to interact with your OneDrive account. Have a look at the webdav backend: https://rclone.org/webdav/#sharepoint</p>
2019-10-26 12:04:54 +02:00
<h4 id="invalid_grant-aadsts50076">invalid_grant (AADSTS50076)</h4>
2019-04-13 12:01:58 +02:00
<pre><code>Error: invalid_grant
Code: AADSTS50076
Description: Due to a configuration change made by your administrator, or because you moved to a new location, you must use multi-factor authentication to access &#39;...&#39;.</code></pre>
2020-09-02 17:59:04 +02:00
<p>If you see the error above after enabling multi-factor authentication for your account, you can fix it by refreshing your OAuth refresh token. To do that, run <code>rclone config</code>, and choose to edit your OneDrive backend. Then, you don't need to actually make any changes until you reach this question: <code>Already have a token - refresh?</code>. For this question, answer <code>y</code> and go through the process to refresh your token, just like the first time the backend is configured. After this, rclone should work again for this backend.</p>
2018-06-16 19:21:09 +02:00
<h2 id="opendrive">OpenDrive</h2>
<p>Paths are specified as <code>remote:path</code></p>
2021-02-02 14:42:35 +01:00
<p>Paths may be as deep as required, e.g. <code>remote:directory/subdirectory</code>.</p>
2018-06-16 19:21:09 +02:00
<p>Here is an example of how to make a remote called <code>remote</code>. First run:</p>
<pre><code> rclone config</code></pre>
<p>This will guide you through an interactive setup process:</p>
<pre><code>n) New remote
d) Delete remote
q) Quit config
e/n/d/q&gt; n
name&gt; remote
Type of storage to configure.
Choose a number from below, or type in your own value
2019-08-26 16:25:20 +02:00
[snip]
XX / OpenDrive
2018-06-16 19:21:09 +02:00
\ &quot;opendrive&quot;
2019-08-26 16:25:20 +02:00
[snip]
Storage&gt; opendrive
2018-06-16 19:21:09 +02:00
Username
username&gt;
Password
y) Yes type in my own password
g) Generate random password
y/g&gt; y
Enter the password:
password:
Confirm the password:
password:
--------------------
[remote]
username =
password = *** ENCRYPTED ***
--------------------
y) Yes this is OK
e) Edit this remote
d) Delete this remote
y/e/d&gt; y</code></pre>
<p>List directories in top level of your OpenDrive</p>
<pre><code>rclone lsd remote:</code></pre>
<p>List all the files in your OpenDrive</p>
<pre><code>rclone ls remote:</code></pre>
<p>To copy a local directory to an OpenDrive directory called backup</p>
<pre><code>rclone copy /home/source remote:backup</code></pre>
2021-02-02 14:42:35 +01:00
<h3 id="modified-time-and-md5sums-1">Modified time and MD5SUMs</h3>
2018-06-16 19:21:09 +02:00
<p>OpenDrive allows modification times to be set on objects accurate to 1 second. These will be used to detect whether objects need syncing or not.</p>
2021-02-02 14:42:35 +01:00
<h4 id="restricted-filename-characters-19">Restricted filename characters</h4>
2019-10-26 12:04:54 +02:00
<table>
<thead>
<tr class="header">
<th>Character</th>
<th style="text-align: center;">Value</th>
<th style="text-align: center;">Replacement</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td>NUL</td>
<td style="text-align: center;">0x00</td>
<td style="text-align: center;"></td>
</tr>
<tr class="even">
<td>/</td>
<td style="text-align: center;">0x2F</td>
<td style="text-align: center;"></td>
</tr>
<tr class="odd">
2020-02-01 11:31:42 +01:00
<td>"</td>
2019-10-26 12:04:54 +02:00
<td style="text-align: center;">0x22</td>
<td style="text-align: center;"></td>
</tr>
<tr class="even">
<td>*</td>
<td style="text-align: center;">0x2A</td>
<td style="text-align: center;"></td>
</tr>
<tr class="odd">
<td>:</td>
<td style="text-align: center;">0x3A</td>
<td style="text-align: center;"></td>
</tr>
<tr class="even">
<td>&lt;</td>
<td style="text-align: center;">0x3C</td>
<td style="text-align: center;"></td>
</tr>
<tr class="odd">
<td>&gt;</td>
<td style="text-align: center;">0x3E</td>
<td style="text-align: center;"></td>
</tr>
<tr class="even">
<td>?</td>
<td style="text-align: center;">0x3F</td>
<td style="text-align: center;"></td>
</tr>
<tr class="odd">
<td>\</td>
<td style="text-align: center;">0x5C</td>
<td style="text-align: center;"></td>
</tr>
<tr class="even">
<td>|</td>
<td style="text-align: center;">0x7C</td>
<td style="text-align: center;"></td>
</tr>
</tbody>
</table>
<p>File names can also not begin or end with the following characters. These only get replaced if they are the first or last character in the name:</p>
<table>
<thead>
<tr class="header">
<th>Character</th>
<th style="text-align: center;">Value</th>
<th style="text-align: center;">Replacement</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td>SP</td>
<td style="text-align: center;">0x20</td>
<td style="text-align: center;"></td>
</tr>
<tr class="even">
<td>HT</td>
<td style="text-align: center;">0x09</td>
<td style="text-align: center;"></td>
</tr>
<tr class="odd">
<td>LF</td>
<td style="text-align: center;">0x0A</td>
<td style="text-align: center;"></td>
</tr>
<tr class="even">
<td>VT</td>
<td style="text-align: center;">0x0B</td>
<td style="text-align: center;"></td>
</tr>
<tr class="odd">
<td>CR</td>
<td style="text-align: center;">0x0D</td>
<td style="text-align: center;"></td>
</tr>
</tbody>
</table>
2020-09-02 17:59:04 +02:00
<p>Invalid UTF-8 bytes will also be <a href="https://rclone.org/overview/#invalid-utf8">replaced</a>, as they can't be used in JSON strings.</p>
2021-02-02 14:42:35 +01:00
<h3 id="standard-options-25">Standard Options</h3>
2018-10-15 12:03:08 +02:00
<p>Here are the standard options specific to opendrive (OpenDrive).</p>
2020-09-02 17:59:04 +02:00
<h4 id="opendrive-username">--opendrive-username</h4>
2018-10-15 12:03:08 +02:00
<p>Username</p>
<ul>
<li>Config: username</li>
<li>Env Var: RCLONE_OPENDRIVE_USERNAME</li>
<li>Type: string</li>
2020-02-01 11:31:42 +01:00
<li>Default: ""</li>
2018-10-15 12:03:08 +02:00
</ul>
2020-09-02 17:59:04 +02:00
<h4 id="opendrive-password">--opendrive-password</h4>
2018-10-15 12:03:08 +02:00
<p>Password.</p>
2020-09-02 17:59:04 +02:00
<p><strong>NB</strong> Input to this must be obscured - see <a href="https://rclone.org/commands/rclone_obscure/">rclone obscure</a>.</p>
2018-10-15 12:03:08 +02:00
<ul>
<li>Config: password</li>
<li>Env Var: RCLONE_OPENDRIVE_PASSWORD</li>
<li>Type: string</li>
2020-02-01 11:31:42 +01:00
<li>Default: ""</li>
</ul>
2021-02-02 14:42:35 +01:00
<h3 id="advanced-options-25">Advanced Options</h3>
2020-02-01 11:31:42 +01:00
<p>Here are the advanced options specific to opendrive (OpenDrive).</p>
2020-09-02 17:59:04 +02:00
<h4 id="opendrive-encoding">--opendrive-encoding</h4>
2020-02-01 11:31:42 +01:00
<p>This sets the encoding for the backend.</p>
2020-05-27 17:11:47 +02:00
<p>See: the <a href="https://rclone.org/overview/#encoding">encoding section in the overview</a> for more info.</p>
2020-02-01 11:31:42 +01:00
<ul>
<li>Config: encoding</li>
<li>Env Var: RCLONE_OPENDRIVE_ENCODING</li>
<li>Type: MultiEncoder</li>
<li>Default: Slash,LtGt,DoubleQuote,Colon,Question,Asterisk,Pipe,BackSlash,LeftSpace,LeftCrLfHtVt,RightSpace,RightCrLfHtVt,InvalidUtf8,Dot</li>
</ul>
2020-09-02 17:59:04 +02:00
<h4 id="opendrive-chunk-size">--opendrive-chunk-size</h4>
2020-02-01 11:31:42 +01:00
<p>Files will be uploaded in chunks this size.</p>
<p>Note that these chunks are buffered in memory so increasing them will increase memory use.</p>
<ul>
<li>Config: chunk_size</li>
<li>Env Var: RCLONE_OPENDRIVE_CHUNK_SIZE</li>
<li>Type: SizeSuffix</li>
<li>Default: 10M</li>
2018-10-15 12:03:08 +02:00
</ul>
2021-02-02 14:42:35 +01:00
<h3 id="limitations-23">Limitations</h3>
2020-09-02 17:59:04 +02:00
<p>Note that OpenDrive is case insensitive so you can't have a file called "Hello.doc" and one called "hello.doc".</p>
<p>There are quite a few characters that can't be in OpenDrive file names. These can't occur on Windows platforms, but on non-Windows platforms they are common. Rclone will map these names to and from an identical looking unicode equivalent. For example if a file has a <code>?</code> in it will be mapped to <code></code> instead.</p>
2021-02-02 14:42:35 +01:00
<p><code>rclone about</code> is not supported by the OpenDrive backend. Backends without this capability cannot determine free space for an rclone mount or use policy <code>mfs</code> (most free space) as a member of an rclone union remote.</p>
<p>See <a href="https://rclone.org/overview/#optional-features">List of backends that do not support rclone about</a> See <a href="https://rclone.org/commands/rclone_about/">rclone about</a></p>
2017-09-30 15:19:47 +02:00
<h2 id="qingstor">QingStor</h2>
2021-02-02 14:42:35 +01:00
<p>Paths are specified as <code>remote:bucket</code> (or <code>remote:</code> for the <code>lsd</code> command.) You may put subdirectories in too, e.g. <code>remote:bucket/path/to/dir</code>.</p>
2017-09-30 15:19:47 +02:00
<p>Here is an example of making an QingStor configuration. First run</p>
2016-01-31 17:33:20 +01:00
<pre><code>rclone config</code></pre>
2017-09-30 15:19:47 +02:00
<p>This will guide you through an interactive setup process.</p>
2016-01-31 17:33:20 +01:00
<pre><code>No remotes found - make a new one
n) New remote
2017-09-30 15:19:47 +02:00
r) Rename remote
c) Copy remote
s) Set configuration password
2016-01-31 17:33:20 +01:00
q) Quit config
2017-09-30 15:19:47 +02:00
n/r/c/s/q&gt; n
2016-01-31 17:33:20 +01:00
name&gt; remote
2016-03-01 10:00:01 +01:00
Type of storage to configure.
Choose a number from below, or type in your own value
2019-08-26 16:25:20 +02:00
[snip]
XX / QingStor Object Storage
2017-09-30 15:19:47 +02:00
\ &quot;qingstor&quot;
2019-08-26 16:25:20 +02:00
[snip]
Storage&gt; qingstor
2017-09-30 15:19:47 +02:00
Get QingStor credentials from runtime. Only applies if access_key_id and secret_access_key is blank.
Choose a number from below, or type in your own value
1 / Enter QingStor credentials in the next step
\ &quot;false&quot;
2 / Get QingStor credentials from the environment (env vars or IAM)
\ &quot;true&quot;
env_auth&gt; 1
QingStor Access Key ID - leave blank for anonymous access or runtime credentials.
access_key_id&gt; access_key
QingStor Secret Access Key (password) - leave blank for anonymous access or runtime credentials.
secret_access_key&gt; secret_key
2020-05-27 17:11:47 +02:00
Enter an endpoint URL to connection QingStor API.
2017-09-30 15:19:47 +02:00
Leave blank will use the default value &quot;https://qingstor.com:443&quot;
2017-03-18 12:16:43 +01:00
endpoint&gt;
2017-09-30 15:19:47 +02:00
Zone connect to. Default is &quot;pek3a&quot;.
Choose a number from below, or type in your own value
/ The Beijing (China) Three Zone
1 | Needs location constraint pek3a.
\ &quot;pek3a&quot;
/ The Shanghai (China) First Zone
2 | Needs location constraint sh1a.
\ &quot;sh1a&quot;
zone&gt; 1
2020-05-27 17:11:47 +02:00
Number of connection retry.
2017-09-30 15:19:47 +02:00
Leave blank will use the default value &quot;3&quot;.
connection_retries&gt;
2016-01-31 17:33:20 +01:00
Remote config
--------------------
[remote]
2017-09-30 15:19:47 +02:00
env_auth = false
access_key_id = access_key
secret_access_key = secret_key
2017-03-18 12:16:43 +01:00
endpoint =
2017-09-30 15:19:47 +02:00
zone = pek3a
connection_retries =
2016-01-31 17:33:20 +01:00
--------------------
y) Yes this is OK
e) Edit this remote
d) Delete this remote
y/e/d&gt; y</code></pre>
<p>This remote is called <code>remote</code> and can now be used like this</p>
<p>See all buckets</p>
<pre><code>rclone lsd remote:</code></pre>
<p>Make a new bucket</p>
<pre><code>rclone mkdir remote:bucket</code></pre>
<p>List the contents of a bucket</p>
<pre><code>rclone ls remote:bucket</code></pre>
<p>Sync <code>/home/local/directory</code> to the remote bucket, deleting any excess files in the bucket.</p>
2020-09-02 17:59:04 +02:00
<pre><code>rclone sync -i /home/local/directory remote:bucket</code></pre>
2021-02-02 14:42:35 +01:00
<h3 id="fast-list-7">--fast-list</h3>
2020-05-27 17:11:47 +02:00
<p>This remote supports <code>--fast-list</code> which allows you to use fewer transactions in exchange for more memory. See the <a href="https://rclone.org/docs/#fast-list">rclone docs</a> for more details.</p>
2020-09-02 17:59:04 +02:00
<h3 id="multipart-uploads-1">Multipart uploads</h3>
<p>rclone supports multipart uploads with QingStor which means that it can upload files bigger than 5GB. Note that files uploaded with multipart upload don't have an MD5SUM.</p>
2020-05-27 17:11:47 +02:00
<p>Note that incomplete multipart uploads older than 24 hours can be removed with <code>rclone cleanup remote:bucket</code> just for one bucket <code>rclone cleanup remote:</code> for all buckets. QingStor does not ever remove incomplete multipart uploads so it may be necessary to run this from time to time.</p>
2017-09-30 15:19:47 +02:00
<h3 id="buckets-and-zone">Buckets and Zone</h3>
<p>With QingStor you can list buckets (<code>rclone lsd</code>) using any zone, but you can only access the content of a bucket from the zone it was created in. If you attempt to access a bucket from the wrong zone, you will get an error, <code>incorrect zone, the bucket is not in 'XXX' zone</code>.</p>
2021-02-02 14:42:35 +01:00
<h3 id="authentication-5">Authentication</h3>
2017-09-30 15:19:47 +02:00
<p>There are two ways to supply <code>rclone</code> with a set of QingStor credentials. In order of precedence:</p>
2016-07-13 13:26:22 +02:00
<ul>
2019-04-13 12:01:58 +02:00
<li>Directly in the rclone configuration file (as configured by <code>rclone config</code>)
<ul>
2017-09-30 15:19:47 +02:00
<li>set <code>access_key_id</code> and <code>secret_access_key</code></li>
2019-04-13 12:01:58 +02:00
</ul></li>
<li>Runtime configuration:
<ul>
2017-09-30 15:19:47 +02:00
<li>set <code>env_auth</code> to <code>true</code> in the config file</li>
<li>Exporting the following environment variables before running <code>rclone</code>
<ul>
<li>Access Key ID: <code>QS_ACCESS_KEY_ID</code> or <code>QS_ACCESS_KEY</code></li>
<li>Secret Access Key: <code>QS_SECRET_ACCESS_KEY</code> or <code>QS_SECRET_KEY</code></li>
</ul></li>
2019-04-13 12:01:58 +02:00
</ul></li>
2016-07-13 13:26:22 +02:00
</ul>
2021-02-02 14:42:35 +01:00
<h3 id="restricted-filename-characters-20">Restricted filename characters</h3>
2020-05-27 17:11:47 +02:00
<p>The control characters 0x00-0x1F and / are replaced as in the <a href="https://rclone.org/overview/#restricted-characters">default restricted characters set</a>. Note that 0x7F is not replaced.</p>
2020-09-02 17:59:04 +02:00
<p>Invalid UTF-8 bytes will also be <a href="https://rclone.org/overview/#invalid-utf8">replaced</a>, as they can't be used in JSON strings.</p>
2021-02-02 14:42:35 +01:00
<h3 id="standard-options-26">Standard Options</h3>
2018-10-15 12:03:08 +02:00
<p>Here are the standard options specific to qingstor (QingCloud Object Storage).</p>
2020-09-02 17:59:04 +02:00
<h4 id="qingstor-env-auth">--qingstor-env-auth</h4>
2018-10-15 12:03:08 +02:00
<p>Get QingStor credentials from runtime. Only applies if access_key_id and secret_access_key is blank.</p>
<ul>
<li>Config: env_auth</li>
<li>Env Var: RCLONE_QINGSTOR_ENV_AUTH</li>
<li>Type: bool</li>
<li>Default: false</li>
<li>Examples:
<ul>
2020-09-02 17:59:04 +02:00
<li>"false"
2018-10-15 12:03:08 +02:00
<ul>
<li>Enter QingStor credentials in the next step</li>
</ul></li>
2020-09-02 17:59:04 +02:00
<li>"true"
2018-10-15 12:03:08 +02:00
<ul>
<li>Get QingStor credentials from the environment (env vars or IAM)</li>
</ul></li>
</ul></li>
</ul>
2020-09-02 17:59:04 +02:00
<h4 id="qingstor-access-key-id">--qingstor-access-key-id</h4>
2018-10-15 12:03:08 +02:00
<p>QingStor Access Key ID Leave blank for anonymous access or runtime credentials.</p>
<ul>
<li>Config: access_key_id</li>
<li>Env Var: RCLONE_QINGSTOR_ACCESS_KEY_ID</li>
<li>Type: string</li>
2020-02-01 11:31:42 +01:00
<li>Default: ""</li>
2018-10-15 12:03:08 +02:00
</ul>
2020-09-02 17:59:04 +02:00
<h4 id="qingstor-secret-access-key">--qingstor-secret-access-key</h4>
2018-10-15 12:03:08 +02:00
<p>QingStor Secret Access Key (password) Leave blank for anonymous access or runtime credentials.</p>
<ul>
<li>Config: secret_access_key</li>
<li>Env Var: RCLONE_QINGSTOR_SECRET_ACCESS_KEY</li>
<li>Type: string</li>
2020-02-01 11:31:42 +01:00
<li>Default: ""</li>
2018-10-15 12:03:08 +02:00
</ul>
2020-09-02 17:59:04 +02:00
<h4 id="qingstor-endpoint">--qingstor-endpoint</h4>
<p>Enter an endpoint URL to connection QingStor API. Leave blank will use the default value "https://qingstor.com:443"</p>
2018-10-15 12:03:08 +02:00
<ul>
<li>Config: endpoint</li>
<li>Env Var: RCLONE_QINGSTOR_ENDPOINT</li>
<li>Type: string</li>
2020-02-01 11:31:42 +01:00
<li>Default: ""</li>
2018-10-15 12:03:08 +02:00
</ul>
2020-09-02 17:59:04 +02:00
<h4 id="qingstor-zone">--qingstor-zone</h4>
<p>Zone to connect to. Default is "pek3a".</p>
2018-10-15 12:03:08 +02:00
<ul>
<li>Config: zone</li>
<li>Env Var: RCLONE_QINGSTOR_ZONE</li>
<li>Type: string</li>
2020-02-01 11:31:42 +01:00
<li>Default: ""</li>
2018-10-15 12:03:08 +02:00
<li>Examples:
<ul>
2020-09-02 17:59:04 +02:00
<li>"pek3a"
2018-10-15 12:03:08 +02:00
<ul>
<li>The Beijing (China) Three Zone</li>
<li>Needs location constraint pek3a.</li>
</ul></li>
2020-09-02 17:59:04 +02:00
<li>"sh1a"
2018-10-15 12:03:08 +02:00
<ul>
<li>The Shanghai (China) First Zone</li>
<li>Needs location constraint sh1a.</li>
</ul></li>
2020-09-02 17:59:04 +02:00
<li>"gd2a"
2018-10-15 12:03:08 +02:00
<ul>
<li>The Guangdong (China) Second Zone</li>
<li>Needs location constraint gd2a.</li>
</ul></li>
</ul></li>
</ul>
2021-02-02 14:42:35 +01:00
<h3 id="advanced-options-26">Advanced Options</h3>
2018-10-15 12:03:08 +02:00
<p>Here are the advanced options specific to qingstor (QingCloud Object Storage).</p>
2020-09-02 17:59:04 +02:00
<h4 id="qingstor-connection-retries">--qingstor-connection-retries</h4>
2018-11-24 14:44:25 +01:00
<p>Number of connection retries.</p>
2018-10-15 12:03:08 +02:00
<ul>
<li>Config: connection_retries</li>
<li>Env Var: RCLONE_QINGSTOR_CONNECTION_RETRIES</li>
<li>Type: int</li>
<li>Default: 3</li>
</ul>
2020-09-02 17:59:04 +02:00
<h4 id="qingstor-upload-cutoff">--qingstor-upload-cutoff</h4>
2019-02-09 11:42:57 +01:00
<p>Cutoff for switching to chunked upload</p>
<p>Any files larger than this will be uploaded in chunks of chunk_size. The minimum is 0 and the maximum is 5GB.</p>
<ul>
<li>Config: upload_cutoff</li>
<li>Env Var: RCLONE_QINGSTOR_UPLOAD_CUTOFF</li>
<li>Type: SizeSuffix</li>
<li>Default: 200M</li>
</ul>
2020-09-02 17:59:04 +02:00
<h4 id="qingstor-chunk-size">--qingstor-chunk-size</h4>
2019-02-09 11:42:57 +01:00
<p>Chunk size to use for uploading.</p>
<p>When uploading files larger than upload_cutoff they will be uploaded as multipart uploads using this chunk size.</p>
2020-09-02 17:59:04 +02:00
<p>Note that "--qingstor-upload-concurrency" chunks of this size are buffered in memory per transfer.</p>
2021-02-02 14:42:35 +01:00
<p>If you are transferring large files over high-speed links and you have enough memory, then increasing this will speed up the transfers.</p>
2019-02-09 11:42:57 +01:00
<ul>
<li>Config: chunk_size</li>
<li>Env Var: RCLONE_QINGSTOR_CHUNK_SIZE</li>
<li>Type: SizeSuffix</li>
<li>Default: 4M</li>
</ul>
2020-09-02 17:59:04 +02:00
<h4 id="qingstor-upload-concurrency">--qingstor-upload-concurrency</h4>
2019-02-09 11:42:57 +01:00
<p>Concurrency for multipart uploads.</p>
<p>This is the number of chunks of the same file that are uploaded concurrently.</p>
2021-02-02 14:42:35 +01:00
<p>NB if you set this to &gt; 1 then the checksums of multipart uploads become corrupted (the uploads themselves are not corrupted though).</p>
<p>If you are uploading small numbers of large files over high-speed links and these uploads do not fully utilize your bandwidth, then increasing this may help to speed up the transfers.</p>
2019-02-09 11:42:57 +01:00
<ul>
<li>Config: upload_concurrency</li>
<li>Env Var: RCLONE_QINGSTOR_UPLOAD_CONCURRENCY</li>
<li>Type: int</li>
<li>Default: 1</li>
</ul>
2020-09-02 17:59:04 +02:00
<h4 id="qingstor-encoding">--qingstor-encoding</h4>
2020-02-01 11:31:42 +01:00
<p>This sets the encoding for the backend.</p>
2020-05-27 17:11:47 +02:00
<p>See: the <a href="https://rclone.org/overview/#encoding">encoding section in the overview</a> for more info.</p>
2020-02-01 11:31:42 +01:00
<ul>
<li>Config: encoding</li>
<li>Env Var: RCLONE_QINGSTOR_ENCODING</li>
<li>Type: MultiEncoder</li>
<li>Default: Slash,Ctl,InvalidUtf8</li>
</ul>
2021-02-02 14:42:35 +01:00
<h3 id="limitations-24">Limitations</h3>
<p><code>rclone about</code> is not supported by the qingstor backend. Backends without this capability cannot determine free space for an rclone mount or use policy <code>mfs</code> (most free space) as a member of an rclone union remote.</p>
<p>See <a href="https://rclone.org/overview/#optional-features">List of backends that do not support rclone about</a> See <a href="https://rclone.org/commands/rclone_about/">rclone about</a></p>
2017-09-30 15:19:47 +02:00
<h2 id="swift">Swift</h2>
2020-05-27 17:11:47 +02:00
<p>Swift refers to <a href="https://docs.openstack.org/swift/latest/">OpenStack Object Storage</a>. Commercial implementations of that being:</p>
2017-09-30 15:19:47 +02:00
<ul>
<li><a href="https://www.rackspace.com/cloud/files/">Rackspace Cloud Files</a></li>
<li><a href="https://www.memset.com/cloud/storage/">Memset Memstore</a></li>
<li><a href="https://www.ovh.co.uk/public-cloud/storage/object-storage/">OVH Object Storage</a></li>
<li><a href="https://cloud.oracle.com/storage-opc">Oracle Cloud Storage</a></li>
2017-12-23 14:07:45 +01:00
<li><a href="https://console.bluemix.net/docs/infrastructure/objectstorage-swift/index.html">IBM Bluemix Cloud ObjectStorage Swift</a></li>
2017-09-30 15:19:47 +02:00
</ul>
2021-02-02 14:42:35 +01:00
<p>Paths are specified as <code>remote:container</code> (or <code>remote:</code> for the <code>lsd</code> command.) You may put subdirectories in too, e.g. <code>remote:container/path/to/dir</code>.</p>
2017-09-30 15:19:47 +02:00
<p>Here is an example of making a swift configuration. First run</p>
2016-01-31 17:33:20 +01:00
<pre><code>rclone config</code></pre>
2017-09-30 15:19:47 +02:00
<p>This will guide you through an interactive setup process.</p>
2016-01-31 17:33:20 +01:00
<pre><code>No remotes found - make a new one
n) New remote
2016-03-01 10:00:01 +01:00
s) Set configuration password
2017-09-30 15:19:47 +02:00
q) Quit config
n/s/q&gt; n
2016-01-31 17:33:20 +01:00
name&gt; remote
2016-03-01 10:00:01 +01:00
Type of storage to configure.
Choose a number from below, or type in your own value
2019-08-26 16:25:20 +02:00
[snip]
2020-05-27 17:11:47 +02:00
XX / OpenStack Swift (Rackspace Cloud Files, Memset Memstore, OVH)
2016-03-01 10:00:01 +01:00
\ &quot;swift&quot;
2019-08-26 16:25:20 +02:00
[snip]
2017-09-30 15:19:47 +02:00
Storage&gt; swift
Get swift credentials from environment variables in standard OpenStack form.
Choose a number from below, or type in your own value
1 / Enter swift credentials in the next step
\ &quot;false&quot;
2 / Get swift credentials from environment vars. Leave other fields blank if using this.
\ &quot;true&quot;
2017-12-23 14:07:45 +01:00
env_auth&gt; true
User name to log in (OS_USERNAME).
user&gt;
API key or password (OS_PASSWORD).
key&gt;
Authentication URL for server (OS_AUTH_URL).
2017-09-30 15:19:47 +02:00
Choose a number from below, or type in your own value
1 / Rackspace US
\ &quot;https://auth.api.rackspacecloud.com/v1.0&quot;
2 / Rackspace UK
\ &quot;https://lon.auth.api.rackspacecloud.com/v1.0&quot;
3 / Rackspace v2
\ &quot;https://identity.api.rackspacecloud.com/v2.0&quot;
4 / Memset Memstore UK
\ &quot;https://auth.storage.memset.com/v1.0&quot;
5 / Memset Memstore UK v2
\ &quot;https://auth.storage.memset.com/v2.0&quot;
6 / OVH
2020-02-01 11:31:42 +01:00
\ &quot;https://auth.cloud.ovh.net/v3&quot;
2017-12-23 14:07:45 +01:00
auth&gt;
User ID to log in - optional - most swift systems use user and leave this blank (v3 auth) (OS_USER_ID).
user_id&gt;
User domain - optional (v3 auth) (OS_USER_DOMAIN_NAME)
domain&gt;
Tenant name - optional for v1 auth, this or tenant_id required otherwise (OS_TENANT_NAME or OS_PROJECT_NAME)
tenant&gt;
Tenant ID - optional for v1 auth, this or tenant required otherwise (OS_TENANT_ID)
tenant_id&gt;
Tenant domain - optional (v3 auth) (OS_PROJECT_DOMAIN_NAME)
tenant_domain&gt;
Region name - optional (OS_REGION_NAME)
region&gt;
Storage URL - optional (OS_STORAGE_URL)
storage_url&gt;
Auth Token from alternate authentication - optional (OS_AUTH_TOKEN)
auth_token&gt;
AuthVersion - optional - set to (1,2,3) if your auth URL has no version (ST_AUTH_VERSION)
auth_version&gt;
Endpoint type to choose from the service catalogue (OS_ENDPOINT_TYPE)
2017-09-30 15:19:47 +02:00
Choose a number from below, or type in your own value
1 / Public (default, choose this if not sure)
\ &quot;public&quot;
2 / Internal (use internal service net)
\ &quot;internal&quot;
3 / Admin
\ &quot;admin&quot;
2017-12-23 14:07:45 +01:00
endpoint_type&gt;
2016-01-31 17:33:20 +01:00
Remote config
--------------------
2017-12-23 14:07:45 +01:00
[test]
env_auth = true
user =
key =
auth =
user_id =
domain =
tenant =
tenant_id =
tenant_domain =
region =
storage_url =
auth_token =
auth_version =
endpoint_type =
2016-01-31 17:33:20 +01:00
--------------------
y) Yes this is OK
e) Edit this remote
d) Delete this remote
y/e/d&gt; y</code></pre>
2017-09-30 15:19:47 +02:00
<p>This remote is called <code>remote</code> and can now be used like this</p>
<p>See all containers</p>
2016-01-31 17:33:20 +01:00
<pre><code>rclone lsd remote:</code></pre>
2017-09-30 15:19:47 +02:00
<p>Make a new container</p>
<pre><code>rclone mkdir remote:container</code></pre>
<p>List the contents of a container</p>
<pre><code>rclone ls remote:container</code></pre>
<p>Sync <code>/home/local/directory</code> to the remote container, deleting any excess files in the container.</p>
2020-09-02 17:59:04 +02:00
<pre><code>rclone sync -i /home/local/directory remote:container</code></pre>
2019-04-13 12:01:58 +02:00
<h3 id="configuration-from-an-openstack-credentials-file">Configuration from an OpenStack credentials file</h3>
<p>An OpenStack credentials file typically looks something something like this (without the comments)</p>
2017-09-30 15:19:47 +02:00
<pre><code>export OS_AUTH_URL=https://a.provider.net/v2.0
export OS_TENANT_ID=ffffffffffffffffffffffffffffffff
export OS_TENANT_NAME=&quot;1234567890123456&quot;
export OS_USERNAME=&quot;123abc567xy&quot;
echo &quot;Please enter your OpenStack Password: &quot;
read -sr OS_PASSWORD_INPUT
export OS_PASSWORD=$OS_PASSWORD_INPUT
export OS_REGION_NAME=&quot;SBG1&quot;
if [ -z &quot;$OS_REGION_NAME&quot; ]; then unset OS_REGION_NAME; fi</code></pre>
<p>The config file needs to look something like this where <code>$OS_USERNAME</code> represents the value of the <code>OS_USERNAME</code> variable - <code>123abc567xy</code> in the example above.</p>
<pre><code>[remote]
type = swift
user = $OS_USERNAME
key = $OS_PASSWORD
auth = $OS_AUTH_URL
tenant = $OS_TENANT_NAME</code></pre>
<p>Note that you may (or may not) need to set <code>region</code> too - try without first.</p>
<h3 id="configuration-from-the-environment">Configuration from the environment</h3>
<p>If you prefer you can configure rclone to use swift using a standard set of OpenStack environment variables.</p>
<p>When you run through the config, make sure you choose <code>true</code> for <code>env_auth</code> and leave everything else blank.</p>
2017-12-23 14:07:45 +01:00
<p>rclone will then set any empty config parameters from the environment using standard OpenStack environment variables. There is <a href="https://godoc.org/github.com/ncw/swift#Connection.ApplyEnvironment">a list of the variables</a> in the docs for the swift library.</p>
<h3 id="using-an-alternate-authentication-method">Using an alternate authentication method</h3>
2020-09-02 17:59:04 +02:00
<p>If your OpenStack installation uses a non-standard authentication method that might not be yet supported by rclone or the underlying swift library, you can authenticate externally (e.g. calling manually the <code>openstack</code> commands to get a token). Then, you just need to pass the two configuration variables <code>auth_token</code> and <code>storage_url</code>. If they are both provided, the other variables are ignored. rclone will not try to authenticate but instead assume it is already authenticated and use these two variables to access the OpenStack installation.</p>
2017-09-30 15:19:47 +02:00
<h4 id="using-rclone-without-a-config-file">Using rclone without a config file</h4>
<p>You can use rclone with swift without a config file, if desired, like this:</p>
<pre><code>source openstack-credentials-file
export RCLONE_CONFIG_MYREMOTE_TYPE=swift
export RCLONE_CONFIG_MYREMOTE_ENV_AUTH=true
rclone lsd myremote:</code></pre>
2021-02-02 14:42:35 +01:00
<h3 id="fast-list-8">--fast-list</h3>
2020-05-27 17:11:47 +02:00
<p>This remote supports <code>--fast-list</code> which allows you to use fewer transactions in exchange for more memory. See the <a href="https://rclone.org/docs/#fast-list">rclone docs</a> for more details.</p>
2020-09-02 17:59:04 +02:00
<h3 id="update-and---use-server-modtime">--update and --use-server-modtime</h3>
2018-04-28 12:46:27 +02:00
<p>As noted below, the modified time is stored on metadata on the object. It is used by default for all operations that require checking the time a file was last updated. It allows rclone to treat the remote more like a true filesystem, but it is inefficient because it requires an extra API call to retrieve the metadata.</p>
2020-09-02 17:59:04 +02:00
<p>For many operations, the time the object was last uploaded to the remote is sufficient to determine if it is "dirty". By using <code>--update</code> along with <code>--use-server-modtime</code>, you can avoid the extra API call and simply upload files whose local modtime is newer than the time it was last uploaded.</p>
2021-02-02 14:42:35 +01:00
<h3 id="standard-options-27">Standard Options</h3>
2020-05-27 17:11:47 +02:00
<p>Here are the standard options specific to swift (OpenStack Swift (Rackspace Cloud Files, Memset Memstore, OVH)).</p>
2020-09-02 17:59:04 +02:00
<h4 id="swift-env-auth">--swift-env-auth</h4>
2018-10-15 12:03:08 +02:00
<p>Get swift credentials from environment variables in standard OpenStack form.</p>
<ul>
<li>Config: env_auth</li>
<li>Env Var: RCLONE_SWIFT_ENV_AUTH</li>
<li>Type: bool</li>
<li>Default: false</li>
<li>Examples:
<ul>
2020-09-02 17:59:04 +02:00
<li>"false"
2018-10-15 12:03:08 +02:00
<ul>
<li>Enter swift credentials in the next step</li>
</ul></li>
2020-09-02 17:59:04 +02:00
<li>"true"
2018-10-15 12:03:08 +02:00
<ul>
<li>Get swift credentials from environment vars. Leave other fields blank if using this.</li>
</ul></li>
</ul></li>
</ul>
2020-09-02 17:59:04 +02:00
<h4 id="swift-user">--swift-user</h4>
2018-10-15 12:03:08 +02:00
<p>User name to log in (OS_USERNAME).</p>
<ul>
<li>Config: user</li>
<li>Env Var: RCLONE_SWIFT_USER</li>
<li>Type: string</li>
2020-02-01 11:31:42 +01:00
<li>Default: ""</li>
2018-10-15 12:03:08 +02:00
</ul>
2020-09-02 17:59:04 +02:00
<h4 id="swift-key">--swift-key</h4>
2018-10-15 12:03:08 +02:00
<p>API key or password (OS_PASSWORD).</p>
<ul>
<li>Config: key</li>
<li>Env Var: RCLONE_SWIFT_KEY</li>
<li>Type: string</li>
2020-02-01 11:31:42 +01:00
<li>Default: ""</li>
2018-10-15 12:03:08 +02:00
</ul>
2020-09-02 17:59:04 +02:00
<h4 id="swift-auth">--swift-auth</h4>
2018-10-15 12:03:08 +02:00
<p>Authentication URL for server (OS_AUTH_URL).</p>
<ul>
<li>Config: auth</li>
<li>Env Var: RCLONE_SWIFT_AUTH</li>
<li>Type: string</li>
2020-02-01 11:31:42 +01:00
<li>Default: ""</li>
2018-10-15 12:03:08 +02:00
<li>Examples:
<ul>
2020-09-02 17:59:04 +02:00
<li>"https://auth.api.rackspacecloud.com/v1.0"
2018-10-15 12:03:08 +02:00
<ul>
<li>Rackspace US</li>
</ul></li>
2020-09-02 17:59:04 +02:00
<li>"https://lon.auth.api.rackspacecloud.com/v1.0"
2018-10-15 12:03:08 +02:00
<ul>
<li>Rackspace UK</li>
</ul></li>
2020-09-02 17:59:04 +02:00
<li>"https://identity.api.rackspacecloud.com/v2.0"
2018-10-15 12:03:08 +02:00
<ul>
<li>Rackspace v2</li>
</ul></li>
2020-09-02 17:59:04 +02:00
<li>"https://auth.storage.memset.com/v1.0"
2018-10-15 12:03:08 +02:00
<ul>
<li>Memset Memstore UK</li>
</ul></li>
2020-09-02 17:59:04 +02:00
<li>"https://auth.storage.memset.com/v2.0"
2018-10-15 12:03:08 +02:00
<ul>
<li>Memset Memstore UK v2</li>
</ul></li>
2020-09-02 17:59:04 +02:00
<li>"https://auth.cloud.ovh.net/v3"
2018-10-15 12:03:08 +02:00
<ul>
<li>OVH</li>
</ul></li>
</ul></li>
</ul>
2020-09-02 17:59:04 +02:00
<h4 id="swift-user-id">--swift-user-id</h4>
2018-10-15 12:03:08 +02:00
<p>User ID to log in - optional - most swift systems use user and leave this blank (v3 auth) (OS_USER_ID).</p>
<ul>
<li>Config: user_id</li>
<li>Env Var: RCLONE_SWIFT_USER_ID</li>
<li>Type: string</li>
2020-02-01 11:31:42 +01:00
<li>Default: ""</li>
2018-10-15 12:03:08 +02:00
</ul>
2020-09-02 17:59:04 +02:00
<h4 id="swift-domain">--swift-domain</h4>
2018-10-15 12:03:08 +02:00
<p>User domain - optional (v3 auth) (OS_USER_DOMAIN_NAME)</p>
<ul>
<li>Config: domain</li>
<li>Env Var: RCLONE_SWIFT_DOMAIN</li>
<li>Type: string</li>
2020-02-01 11:31:42 +01:00
<li>Default: ""</li>
2018-10-15 12:03:08 +02:00
</ul>
2020-09-02 17:59:04 +02:00
<h4 id="swift-tenant">--swift-tenant</h4>
2018-10-15 12:03:08 +02:00
<p>Tenant name - optional for v1 auth, this or tenant_id required otherwise (OS_TENANT_NAME or OS_PROJECT_NAME)</p>
<ul>
<li>Config: tenant</li>
<li>Env Var: RCLONE_SWIFT_TENANT</li>
<li>Type: string</li>
2020-02-01 11:31:42 +01:00
<li>Default: ""</li>
2018-10-15 12:03:08 +02:00
</ul>
2020-09-02 17:59:04 +02:00
<h4 id="swift-tenant-id">--swift-tenant-id</h4>
2018-10-15 12:03:08 +02:00
<p>Tenant ID - optional for v1 auth, this or tenant required otherwise (OS_TENANT_ID)</p>
<ul>
<li>Config: tenant_id</li>
<li>Env Var: RCLONE_SWIFT_TENANT_ID</li>
<li>Type: string</li>
2020-02-01 11:31:42 +01:00
<li>Default: ""</li>
2018-10-15 12:03:08 +02:00
</ul>
2020-09-02 17:59:04 +02:00
<h4 id="swift-tenant-domain">--swift-tenant-domain</h4>
2018-10-15 12:03:08 +02:00
<p>Tenant domain - optional (v3 auth) (OS_PROJECT_DOMAIN_NAME)</p>
<ul>
<li>Config: tenant_domain</li>
<li>Env Var: RCLONE_SWIFT_TENANT_DOMAIN</li>
<li>Type: string</li>
2020-02-01 11:31:42 +01:00
<li>Default: ""</li>
2018-10-15 12:03:08 +02:00
</ul>
2020-09-02 17:59:04 +02:00
<h4 id="swift-region">--swift-region</h4>
2018-10-15 12:03:08 +02:00
<p>Region name - optional (OS_REGION_NAME)</p>
<ul>
<li>Config: region</li>
<li>Env Var: RCLONE_SWIFT_REGION</li>
<li>Type: string</li>
2020-02-01 11:31:42 +01:00
<li>Default: ""</li>
2018-10-15 12:03:08 +02:00
</ul>
2020-09-02 17:59:04 +02:00
<h4 id="swift-storage-url">--swift-storage-url</h4>
2018-10-15 12:03:08 +02:00
<p>Storage URL - optional (OS_STORAGE_URL)</p>
<ul>
<li>Config: storage_url</li>
<li>Env Var: RCLONE_SWIFT_STORAGE_URL</li>
<li>Type: string</li>
2020-02-01 11:31:42 +01:00
<li>Default: ""</li>
2018-10-15 12:03:08 +02:00
</ul>
2020-09-02 17:59:04 +02:00
<h4 id="swift-auth-token">--swift-auth-token</h4>
2018-10-15 12:03:08 +02:00
<p>Auth Token from alternate authentication - optional (OS_AUTH_TOKEN)</p>
<ul>
<li>Config: auth_token</li>
<li>Env Var: RCLONE_SWIFT_AUTH_TOKEN</li>
<li>Type: string</li>
2020-02-01 11:31:42 +01:00
<li>Default: ""</li>
2018-10-15 12:03:08 +02:00
</ul>
2020-09-02 17:59:04 +02:00
<h4 id="swift-application-credential-id">--swift-application-credential-id</h4>
2019-02-09 11:42:57 +01:00
<p>Application Credential ID (OS_APPLICATION_CREDENTIAL_ID)</p>
<ul>
<li>Config: application_credential_id</li>
<li>Env Var: RCLONE_SWIFT_APPLICATION_CREDENTIAL_ID</li>
<li>Type: string</li>
2020-02-01 11:31:42 +01:00
<li>Default: ""</li>
2019-02-09 11:42:57 +01:00
</ul>
2020-09-02 17:59:04 +02:00
<h4 id="swift-application-credential-name">--swift-application-credential-name</h4>
2019-02-09 11:42:57 +01:00
<p>Application Credential Name (OS_APPLICATION_CREDENTIAL_NAME)</p>
<ul>
<li>Config: application_credential_name</li>
<li>Env Var: RCLONE_SWIFT_APPLICATION_CREDENTIAL_NAME</li>
<li>Type: string</li>
2020-02-01 11:31:42 +01:00
<li>Default: ""</li>
2019-02-09 11:42:57 +01:00
</ul>
2020-09-02 17:59:04 +02:00
<h4 id="swift-application-credential-secret">--swift-application-credential-secret</h4>
2019-02-09 11:42:57 +01:00
<p>Application Credential Secret (OS_APPLICATION_CREDENTIAL_SECRET)</p>
<ul>
<li>Config: application_credential_secret</li>
<li>Env Var: RCLONE_SWIFT_APPLICATION_CREDENTIAL_SECRET</li>
<li>Type: string</li>
2020-02-01 11:31:42 +01:00
<li>Default: ""</li>
2019-02-09 11:42:57 +01:00
</ul>
2020-09-02 17:59:04 +02:00
<h4 id="swift-auth-version">--swift-auth-version</h4>
2018-10-15 12:03:08 +02:00
<p>AuthVersion - optional - set to (1,2,3) if your auth URL has no version (ST_AUTH_VERSION)</p>
<ul>
<li>Config: auth_version</li>
<li>Env Var: RCLONE_SWIFT_AUTH_VERSION</li>
<li>Type: int</li>
<li>Default: 0</li>
</ul>
2020-09-02 17:59:04 +02:00
<h4 id="swift-endpoint-type">--swift-endpoint-type</h4>
2018-10-15 12:03:08 +02:00
<p>Endpoint type to choose from the service catalogue (OS_ENDPOINT_TYPE)</p>
<ul>
<li>Config: endpoint_type</li>
<li>Env Var: RCLONE_SWIFT_ENDPOINT_TYPE</li>
<li>Type: string</li>
2020-09-02 17:59:04 +02:00
<li>Default: "public"</li>
2018-10-15 12:03:08 +02:00
<li>Examples:
<ul>
2020-09-02 17:59:04 +02:00
<li>"public"
2018-10-15 12:03:08 +02:00
<ul>
<li>Public (default, choose this if not sure)</li>
</ul></li>
2020-09-02 17:59:04 +02:00
<li>"internal"
2018-10-15 12:03:08 +02:00
<ul>
<li>Internal (use internal service net)</li>
</ul></li>
2020-09-02 17:59:04 +02:00
<li>"admin"
2018-10-15 12:03:08 +02:00
<ul>
<li>Admin</li>
</ul></li>
</ul></li>
</ul>
2020-09-02 17:59:04 +02:00
<h4 id="swift-storage-policy">--swift-storage-policy</h4>
2018-10-15 12:03:08 +02:00
<p>The storage policy to use when creating a new container</p>
<p>This applies the specified storage policy when creating a new container. The policy cannot be changed afterwards. The allowed configuration values and their meaning depend on your Swift storage provider.</p>
<ul>
<li>Config: storage_policy</li>
<li>Env Var: RCLONE_SWIFT_STORAGE_POLICY</li>
<li>Type: string</li>
2020-02-01 11:31:42 +01:00
<li>Default: ""</li>
2018-10-15 12:03:08 +02:00
<li>Examples:
<ul>
2020-02-01 11:31:42 +01:00
<li>""
2018-10-15 12:03:08 +02:00
<ul>
<li>Default</li>
</ul></li>
2020-09-02 17:59:04 +02:00
<li>"pcs"
2018-10-15 12:03:08 +02:00
<ul>
<li>OVH Public Cloud Storage</li>
</ul></li>
2020-09-02 17:59:04 +02:00
<li>"pca"
2018-10-15 12:03:08 +02:00
<ul>
<li>OVH Public Cloud Archive</li>
</ul></li>
</ul></li>
</ul>
2021-02-02 14:42:35 +01:00
<h3 id="advanced-options-27">Advanced Options</h3>
2020-05-27 17:11:47 +02:00
<p>Here are the advanced options specific to swift (OpenStack Swift (Rackspace Cloud Files, Memset Memstore, OVH)).</p>
2021-02-02 14:42:35 +01:00
<h4 id="swift-leave-parts-on-error">--swift-leave-parts-on-error</h4>
<p>If true avoid calling abort upload on a failure. It should be set to true for resuming uploads across different sessions.</p>
<ul>
<li>Config: leave_parts_on_error</li>
<li>Env Var: RCLONE_SWIFT_LEAVE_PARTS_ON_ERROR</li>
<li>Type: bool</li>
<li>Default: false</li>
</ul>
2020-09-02 17:59:04 +02:00
<h4 id="swift-chunk-size">--swift-chunk-size</h4>
2018-10-15 12:03:08 +02:00
<p>Above this size files will be chunked into a _segments container.</p>
2017-09-30 15:19:47 +02:00
<p>Above this size files will be chunked into a _segments container. The default for this is 5GB which is its maximum value.</p>
2018-10-15 12:03:08 +02:00
<ul>
<li>Config: chunk_size</li>
<li>Env Var: RCLONE_SWIFT_CHUNK_SIZE</li>
<li>Type: SizeSuffix</li>
<li>Default: 5G</li>
</ul>
2020-09-02 17:59:04 +02:00
<h4 id="swift-no-chunk">--swift-no-chunk</h4>
<p>Don't chunk files during streaming upload.</p>
2021-02-02 14:42:35 +01:00
<p>When doing streaming uploads (e.g. using rcat or mount) setting this flag will cause the swift backend to not upload chunked files.</p>
2019-02-09 11:42:57 +01:00
<p>This will limit the maximum upload size to 5GB. However non chunked files are easier to deal with and have an MD5SUM.</p>
<p>Rclone will still chunk files bigger than chunk_size when doing normal copy operations.</p>
<ul>
<li>Config: no_chunk</li>
<li>Env Var: RCLONE_SWIFT_NO_CHUNK</li>
<li>Type: bool</li>
<li>Default: false</li>
</ul>
2020-09-02 17:59:04 +02:00
<h4 id="swift-encoding">--swift-encoding</h4>
2020-02-01 11:31:42 +01:00
<p>This sets the encoding for the backend.</p>
2020-05-27 17:11:47 +02:00
<p>See: the <a href="https://rclone.org/overview/#encoding">encoding section in the overview</a> for more info.</p>
2020-02-01 11:31:42 +01:00
<ul>
<li>Config: encoding</li>
<li>Env Var: RCLONE_SWIFT_ENCODING</li>
<li>Type: MultiEncoder</li>
<li>Default: Slash,InvalidUtf8</li>
</ul>
2021-02-02 14:42:35 +01:00
<h3 id="modified-time-11">Modified time</h3>
2017-09-30 15:19:47 +02:00
<p>The modified time is stored as metadata on the object as <code>X-Object-Meta-Mtime</code> as floating point since the epoch accurate to 1 ns.</p>
2020-05-27 17:11:47 +02:00
<p>This is a de facto standard (used in the official python-swiftclient amongst others) for storing the modification time for an object.</p>
2021-02-02 14:42:35 +01:00
<h3 id="restricted-filename-characters-21">Restricted filename characters</h3>
2019-10-26 12:04:54 +02:00
<table>
<thead>
<tr class="header">
<th>Character</th>
<th style="text-align: center;">Value</th>
<th style="text-align: center;">Replacement</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td>NUL</td>
<td style="text-align: center;">0x00</td>
<td style="text-align: center;"></td>
</tr>
<tr class="even">
<td>/</td>
<td style="text-align: center;">0x2F</td>
<td style="text-align: center;"></td>
</tr>
</tbody>
</table>
2020-09-02 17:59:04 +02:00
<p>Invalid UTF-8 bytes will also be <a href="https://rclone.org/overview/#invalid-utf8">replaced</a>, as they can't be used in JSON strings.</p>
2021-02-02 14:42:35 +01:00
<h3 id="limitations-25">Limitations</h3>
2020-09-02 17:59:04 +02:00
<p>The Swift API doesn't return a correct MD5SUM for segmented files (Dynamic or Static Large Objects) so rclone won't check or use the MD5SUM for these.</p>
2018-09-01 13:58:00 +02:00
<h3 id="troubleshooting-2">Troubleshooting</h3>
2020-09-02 17:59:04 +02:00
<h4 id="rclone-gives-failed-to-create-file-system-for-remote-bad-request">Rclone gives Failed to create file system for "remote:": Bad Request</h4>
<p>Due to an oddity of the underlying swift library, it gives a "Bad Request" error rather than a more sensible error when the authentication fails for Swift.</p>
2017-09-30 15:19:47 +02:00
<p>So this most likely means your username / password is wrong. You can investigate further with the <code>--dump-bodies</code> flag.</p>
2021-02-02 14:42:35 +01:00
<p>This may also be caused by specifying the region when you shouldn't have (e.g. OVH).</p>
2020-09-02 17:59:04 +02:00
<h4 id="rclone-gives-failed-to-create-file-system-response-didnt-have-storage-url-and-auth-token">Rclone gives Failed to create file system: Response didn't have storage url and auth token</h4>
2017-09-30 15:19:47 +02:00
<p>This is most likely caused by forgetting to specify your tenant when setting up a swift remote.</p>
2017-12-23 14:07:45 +01:00
<h2 id="pcloud">pCloud</h2>
<p>Paths are specified as <code>remote:path</code></p>
2021-02-02 14:42:35 +01:00
<p>Paths may be as deep as required, e.g. <code>remote:directory/subdirectory</code>.</p>
2017-12-23 14:07:45 +01:00
<p>The initial setup for pCloud involves getting a token from pCloud which you need to do in your browser. <code>rclone config</code> walks you through it.</p>
<p>Here is an example of how to make a remote called <code>remote</code>. First run:</p>
<pre><code> rclone config</code></pre>
<p>This will guide you through an interactive setup process:</p>
<pre><code>No remotes found - make a new one
n) New remote
s) Set configuration password
q) Quit config
n/s/q&gt; n
name&gt; remote
Type of storage to configure.
Choose a number from below, or type in your own value
2019-08-26 16:25:20 +02:00
[snip]
XX / Pcloud
2017-12-23 14:07:45 +01:00
\ &quot;pcloud&quot;
2019-08-26 16:25:20 +02:00
[snip]
2017-12-23 14:07:45 +01:00
Storage&gt; pcloud
Pcloud App Client Id - leave blank normally.
client_id&gt;
Pcloud App Client Secret - leave blank normally.
client_secret&gt;
Remote config
Use auto config?
* Say Y if not sure
* Say N if you are working on a remote or headless machine
y) Yes
n) No
y/n&gt; y
If your browser doesn&#39;t open automatically go to the following link: http://127.0.0.1:53682/auth
Log in and authorize rclone for access
Waiting for code...
Got code
--------------------
2019-08-26 16:25:20 +02:00
[remote]
client_id =
client_secret =
token = {&quot;access_token&quot;:&quot;XXX&quot;,&quot;token_type&quot;:&quot;bearer&quot;,&quot;expiry&quot;:&quot;0001-01-01T00:00:00Z&quot;}
--------------------
y) Yes this is OK
e) Edit this remote
d) Delete this remote
y/e/d&gt; y</code></pre>
<p>See the <a href="https://rclone.org/remote_setup/">remote setup docs</a> for how to set it up on a machine with no Internet browser available.</p>
<p>Note that rclone runs a webserver on your local machine to collect the token as returned from pCloud. This only runs from the moment it opens your browser to the moment you get back the verification code. This is on <code>http://127.0.0.1:53682/</code> and this it may require you to unblock it temporarily if you are running a host firewall.</p>
<p>Once configured you can then use <code>rclone</code> like this,</p>
<p>List directories in top level of your pCloud</p>
<pre><code>rclone lsd remote:</code></pre>
<p>List all the files in your pCloud</p>
<pre><code>rclone ls remote:</code></pre>
<p>To copy a local directory to an pCloud directory called backup</p>
<pre><code>rclone copy /home/source remote:backup</code></pre>
2021-02-02 14:42:35 +01:00
<h3 id="modified-time-and-hashes-9">Modified time and hashes</h3>
2019-08-26 16:25:20 +02:00
<p>pCloud allows modification times to be set on objects accurate to 1 second. These will be used to detect whether objects need syncing or not. In order to set a Modification time pCloud requires the object be re-uploaded.</p>
2021-02-02 14:42:35 +01:00
<p>pCloud supports MD5 and SHA1 type hashes in the US region but and SHA1 only in the EU region, so you can use the <code>--checksum</code> flag.</p>
<p>(Note that pCloud also support SHA256 in the EU region, but rclone does not have support for that yet.)</p>
<h4 id="restricted-filename-characters-22">Restricted filename characters</h4>
2020-05-27 17:11:47 +02:00
<p>In addition to the <a href="https://rclone.org/overview/#restricted-characters">default restricted characters set</a> the following characters are also replaced:</p>
2019-10-26 12:04:54 +02:00
<table>
<thead>
<tr class="header">
<th>Character</th>
<th style="text-align: center;">Value</th>
<th style="text-align: center;">Replacement</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td>\</td>
<td style="text-align: center;">0x5C</td>
<td style="text-align: center;"></td>
</tr>
</tbody>
</table>
2020-09-02 17:59:04 +02:00
<p>Invalid UTF-8 bytes will also be <a href="https://rclone.org/overview/#invalid-utf8">replaced</a>, as they can't be used in JSON strings.</p>
2021-02-02 14:42:35 +01:00
<h3 id="deleting-files-6">Deleting files</h3>
2019-08-26 16:25:20 +02:00
<p>Deleted files will be moved to the trash. Your subscription level will determine how long items stay in the trash. <code>rclone cleanup</code> can be used to empty the trash.</p>
2021-02-02 14:42:35 +01:00
<h3 id="root-folder-id-3">Root folder ID</h3>
2020-05-27 17:11:47 +02:00
<p>You can set the <code>root_folder_id</code> for rclone. This is the directory (identified by its <code>Folder ID</code>) that rclone considers to be the root of your pCloud drive.</p>
<p>Normally you will leave this blank and rclone will determine the correct root to use itself.</p>
<p>However you can set this to restrict rclone to a specific folder hierarchy.</p>
<p>In order to do this you will have to find the <code>Folder ID</code> of the directory you wish rclone to display. This will be the <code>folder</code> field of the URL when you open the relevant folder in the pCloud web interface.</p>
<p>So if the folder you want rclone to use has a URL which looks like <code>https://my.pcloud.com/#page=filemanager&amp;folder=5xxxxxxxx8&amp;tpl=foldergrid</code> in the browser, then you use <code>5xxxxxxxx8</code> as the <code>root_folder_id</code> in the config.</p>
2021-02-02 14:42:35 +01:00
<h3 id="standard-options-28">Standard Options</h3>
2019-08-26 16:25:20 +02:00
<p>Here are the standard options specific to pcloud (Pcloud).</p>
2020-09-02 17:59:04 +02:00
<h4 id="pcloud-client-id">--pcloud-client-id</h4>
<p>OAuth Client Id Leave blank normally.</p>
<ul>
<li>Config: client_id</li>
<li>Env Var: RCLONE_PCLOUD_CLIENT_ID</li>
<li>Type: string</li>
<li>Default: ""</li>
</ul>
<h4 id="pcloud-client-secret">--pcloud-client-secret</h4>
<p>OAuth Client Secret Leave blank normally.</p>
<ul>
<li>Config: client_secret</li>
<li>Env Var: RCLONE_PCLOUD_CLIENT_SECRET</li>
<li>Type: string</li>
<li>Default: ""</li>
</ul>
2021-02-02 14:42:35 +01:00
<h3 id="advanced-options-28">Advanced Options</h3>
2020-09-02 17:59:04 +02:00
<p>Here are the advanced options specific to pcloud (Pcloud).</p>
<h4 id="pcloud-token">--pcloud-token</h4>
<p>OAuth Access Token as a JSON blob.</p>
2019-08-26 16:25:20 +02:00
<ul>
2020-09-02 17:59:04 +02:00
<li>Config: token</li>
<li>Env Var: RCLONE_PCLOUD_TOKEN</li>
2019-08-26 16:25:20 +02:00
<li>Type: string</li>
2020-02-01 11:31:42 +01:00
<li>Default: ""</li>
2019-08-26 16:25:20 +02:00
</ul>
2020-09-02 17:59:04 +02:00
<h4 id="pcloud-auth-url">--pcloud-auth-url</h4>
<p>Auth server URL. Leave blank to use the provider defaults.</p>
2019-08-26 16:25:20 +02:00
<ul>
2020-09-02 17:59:04 +02:00
<li>Config: auth_url</li>
<li>Env Var: RCLONE_PCLOUD_AUTH_URL</li>
2019-08-26 16:25:20 +02:00
<li>Type: string</li>
2020-02-01 11:31:42 +01:00
<li>Default: ""</li>
</ul>
2020-09-02 17:59:04 +02:00
<h4 id="pcloud-token-url">--pcloud-token-url</h4>
<p>Token server url. Leave blank to use the provider defaults.</p>
<ul>
<li>Config: token_url</li>
<li>Env Var: RCLONE_PCLOUD_TOKEN_URL</li>
<li>Type: string</li>
<li>Default: ""</li>
</ul>
<h4 id="pcloud-encoding">--pcloud-encoding</h4>
2020-02-01 11:31:42 +01:00
<p>This sets the encoding for the backend.</p>
2020-05-27 17:11:47 +02:00
<p>See: the <a href="https://rclone.org/overview/#encoding">encoding section in the overview</a> for more info.</p>
2020-02-01 11:31:42 +01:00
<ul>
<li>Config: encoding</li>
<li>Env Var: RCLONE_PCLOUD_ENCODING</li>
<li>Type: MultiEncoder</li>
<li>Default: Slash,BackSlash,Del,Ctl,InvalidUtf8,Dot</li>
2019-08-26 16:25:20 +02:00
</ul>
2020-09-02 17:59:04 +02:00
<h4 id="pcloud-root-folder-id">--pcloud-root-folder-id</h4>
2020-05-27 17:11:47 +02:00
<p>Fill in for rclone to use a non root folder as its starting point.</p>
<ul>
<li>Config: root_folder_id</li>
<li>Env Var: RCLONE_PCLOUD_ROOT_FOLDER_ID</li>
<li>Type: string</li>
2020-09-02 17:59:04 +02:00
<li>Default: "d0"</li>
</ul>
<h4 id="pcloud-hostname">--pcloud-hostname</h4>
<p>Hostname to connect to.</p>
<p>This is normally set when rclone initially does the oauth connection, however you will need to set it by hand if you are using remote config with rclone authorize.</p>
<ul>
<li>Config: hostname</li>
<li>Env Var: RCLONE_PCLOUD_HOSTNAME</li>
<li>Type: string</li>
<li>Default: "api.pcloud.com"</li>
<li>Examples:
<ul>
<li>"api.pcloud.com"
<ul>
<li>Original/US region</li>
</ul></li>
<li>"eapi.pcloud.com"
<ul>
<li>EU region</li>
</ul></li>
</ul></li>
2020-05-27 17:11:47 +02:00
</ul>
2019-08-26 16:25:20 +02:00
<h2 id="premiumize.me">premiumize.me</h2>
<p>Paths are specified as <code>remote:path</code></p>
2021-02-02 14:42:35 +01:00
<p>Paths may be as deep as required, e.g. <code>remote:directory/subdirectory</code>.</p>
2019-08-26 16:25:20 +02:00
<p>The initial setup for <a href="https://premiumize.me/">premiumize.me</a> involves getting a token from premiumize.me which you need to do in your browser. <code>rclone config</code> walks you through it.</p>
<p>Here is an example of how to make a remote called <code>remote</code>. First run:</p>
<pre><code> rclone config</code></pre>
<p>This will guide you through an interactive setup process:</p>
<pre><code>No remotes found - make a new one
n) New remote
s) Set configuration password
q) Quit config
n/s/q&gt; n
name&gt; remote
Type of storage to configure.
Enter a string value. Press Enter for the default (&quot;&quot;).
Choose a number from below, or type in your own value
[snip]
XX / premiumize.me
\ &quot;premiumizeme&quot;
[snip]
Storage&gt; premiumizeme
** See help for premiumizeme backend at: https://rclone.org/premiumizeme/ **
Remote config
Use auto config?
* Say Y if not sure
* Say N if you are working on a remote or headless machine
y) Yes
n) No
y/n&gt; y
If your browser doesn&#39;t open automatically go to the following link: http://127.0.0.1:53682/auth
Log in and authorize rclone for access
Waiting for code...
Got code
--------------------
[remote]
type = premiumizeme
token = {&quot;access_token&quot;:&quot;XXX&quot;,&quot;token_type&quot;:&quot;Bearer&quot;,&quot;refresh_token&quot;:&quot;XXX&quot;,&quot;expiry&quot;:&quot;2029-08-07T18:44:15.548915378+01:00&quot;}
--------------------
y) Yes this is OK
e) Edit this remote
d) Delete this remote
y/e/d&gt; </code></pre>
<p>See the <a href="https://rclone.org/remote_setup/">remote setup docs</a> for how to set it up on a machine with no Internet browser available.</p>
<p>Note that rclone runs a webserver on your local machine to collect the token as returned from premiumize.me. This only runs from the moment it opens your browser to the moment you get back the verification code. This is on <code>http://127.0.0.1:53682/</code> and this it may require you to unblock it temporarily if you are running a host firewall.</p>
<p>Once configured you can then use <code>rclone</code> like this,</p>
<p>List directories in top level of your premiumize.me</p>
<pre><code>rclone lsd remote:</code></pre>
<p>List all the files in your premiumize.me</p>
<pre><code>rclone ls remote:</code></pre>
<p>To copy a local directory to an premiumize.me directory called backup</p>
<pre><code>rclone copy /home/source remote:backup</code></pre>
2021-02-02 14:42:35 +01:00
<h3 id="modified-time-and-hashes-10">Modified time and hashes</h3>
2019-08-26 16:25:20 +02:00
<p>premiumize.me does not support modification times or hashes, therefore syncing will default to <code>--size-only</code> checking. Note that using <code>--update</code> will work.</p>
2021-02-02 14:42:35 +01:00
<h4 id="restricted-filename-characters-23">Restricted filename characters</h4>
2020-05-27 17:11:47 +02:00
<p>In addition to the <a href="https://rclone.org/overview/#restricted-characters">default restricted characters set</a> the following characters are also replaced:</p>
2019-10-26 12:04:54 +02:00
<table>
<thead>
<tr class="header">
<th>Character</th>
<th style="text-align: center;">Value</th>
<th style="text-align: center;">Replacement</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td>\</td>
<td style="text-align: center;">0x5C</td>
<td style="text-align: center;"></td>
</tr>
<tr class="even">
2020-02-01 11:31:42 +01:00
<td>"</td>
2019-10-26 12:04:54 +02:00
<td style="text-align: center;">0x22</td>
<td style="text-align: center;"></td>
</tr>
</tbody>
</table>
2020-09-02 17:59:04 +02:00
<p>Invalid UTF-8 bytes will also be <a href="https://rclone.org/overview/#invalid-utf8">replaced</a>, as they can't be used in JSON strings.</p>
2021-02-02 14:42:35 +01:00
<h3 id="standard-options-29">Standard Options</h3>
2019-08-26 16:25:20 +02:00
<p>Here are the standard options specific to premiumizeme (premiumize.me).</p>
2020-09-02 17:59:04 +02:00
<h4 id="premiumizeme-api-key">--premiumizeme-api-key</h4>
2019-08-26 16:25:20 +02:00
<p>API Key.</p>
<p>This is not normally used - use oauth instead.</p>
<ul>
<li>Config: api_key</li>
<li>Env Var: RCLONE_PREMIUMIZEME_API_KEY</li>
<li>Type: string</li>
2020-02-01 11:31:42 +01:00
<li>Default: ""</li>
</ul>
2021-02-02 14:42:35 +01:00
<h3 id="advanced-options-29">Advanced Options</h3>
2020-02-01 11:31:42 +01:00
<p>Here are the advanced options specific to premiumizeme (premiumize.me).</p>
2020-09-02 17:59:04 +02:00
<h4 id="premiumizeme-encoding">--premiumizeme-encoding</h4>
2020-02-01 11:31:42 +01:00
<p>This sets the encoding for the backend.</p>
2020-05-27 17:11:47 +02:00
<p>See: the <a href="https://rclone.org/overview/#encoding">encoding section in the overview</a> for more info.</p>
2020-02-01 11:31:42 +01:00
<ul>
<li>Config: encoding</li>
<li>Env Var: RCLONE_PREMIUMIZEME_ENCODING</li>
<li>Type: MultiEncoder</li>
<li>Default: Slash,DoubleQuote,BackSlash,Del,Ctl,InvalidUtf8,Dot</li>
2019-08-26 16:25:20 +02:00
</ul>
2021-02-02 14:42:35 +01:00
<h3 id="limitations-26">Limitations</h3>
2020-09-02 17:59:04 +02:00
<p>Note that premiumize.me is case insensitive so you can't have a file called "Hello.doc" and one called "hello.doc".</p>
<p>premiumize.me file names can't have the <code>\</code> or <code>"</code> characters in. rclone maps these to and from an identical looking unicode equivalents <code></code> and <code></code></p>
2019-08-26 16:25:20 +02:00
<p>premiumize.me only supports filenames up to 255 characters in length.</p>
<h2 id="put.io">put.io</h2>
<p>Paths are specified as <code>remote:path</code></p>
2021-02-02 14:42:35 +01:00
<p>put.io paths may be as deep as required, e.g. <code>remote:directory/subdirectory</code>.</p>
2019-08-26 16:25:20 +02:00
<p>The initial setup for put.io involves getting a token from put.io which you need to do in your browser. <code>rclone config</code> walks you through it.</p>
<p>Here is an example of how to make a remote called <code>remote</code>. First run:</p>
<pre><code> rclone config</code></pre>
<p>This will guide you through an interactive setup process:</p>
<pre><code>No remotes found - make a new one
n) New remote
s) Set configuration password
q) Quit config
n/s/q&gt; n
name&gt; putio
Type of storage to configure.
Enter a string value. Press Enter for the default (&quot;&quot;).
Choose a number from below, or type in your own value
[snip]
XX / Put.io
\ &quot;putio&quot;
[snip]
Storage&gt; putio
** See help for putio backend at: https://rclone.org/putio/ **
Remote config
Use auto config?
* Say Y if not sure
* Say N if you are working on a remote or headless machine
y) Yes
n) No
y/n&gt; y
If your browser doesn&#39;t open automatically go to the following link: http://127.0.0.1:53682/auth
Log in and authorize rclone for access
Waiting for code...
Got code
--------------------
[putio]
type = putio
token = {&quot;access_token&quot;:&quot;XXXXXXXX&quot;,&quot;expiry&quot;:&quot;0001-01-01T00:00:00Z&quot;}
2017-12-23 14:07:45 +01:00
--------------------
y) Yes this is OK
e) Edit this remote
d) Delete this remote
2019-08-26 16:25:20 +02:00
y/e/d&gt; y
Current remotes:
Name Type
==== ====
putio putio
e) Edit existing remote
n) New remote
d) Delete remote
r) Rename remote
c) Copy remote
s) Set configuration password
q) Quit config
e/n/d/r/c/s/q&gt; q</code></pre>
<p>Note that rclone runs a webserver on your local machine to collect the token as returned from Google if you use auto config mode. This only runs from the moment it opens your browser to the moment you get back the verification code. This is on <code>http://127.0.0.1:53682/</code> and this it may require you to unblock it temporarily if you are running a host firewall, or use manual mode.</p>
<p>You can then use it like this,</p>
<p>List directories in top level of your put.io</p>
2017-12-23 14:07:45 +01:00
<pre><code>rclone lsd remote:</code></pre>
2019-08-26 16:25:20 +02:00
<p>List all the files in your put.io</p>
2017-12-23 14:07:45 +01:00
<pre><code>rclone ls remote:</code></pre>
2019-08-26 16:25:20 +02:00
<p>To copy a local directory to a put.io directory called backup</p>
2017-12-23 14:07:45 +01:00
<pre><code>rclone copy /home/source remote:backup</code></pre>
2021-02-02 14:42:35 +01:00
<h4 id="restricted-filename-characters-24">Restricted filename characters</h4>
2020-05-27 17:11:47 +02:00
<p>In addition to the <a href="https://rclone.org/overview/#restricted-characters">default restricted characters set</a> the following characters are also replaced:</p>
2019-10-26 12:04:54 +02:00
<table>
<thead>
<tr class="header">
<th>Character</th>
<th style="text-align: center;">Value</th>
<th style="text-align: center;">Replacement</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td>\</td>
<td style="text-align: center;">0x5C</td>
<td style="text-align: center;"></td>
</tr>
</tbody>
</table>
2020-09-02 17:59:04 +02:00
<p>Invalid UTF-8 bytes will also be <a href="https://rclone.org/overview/#invalid-utf8">replaced</a>, as they can't be used in JSON strings.</p>
2021-02-02 14:42:35 +01:00
<h3 id="advanced-options-30">Advanced Options</h3>
2020-02-01 11:31:42 +01:00
<p>Here are the advanced options specific to putio (Put.io).</p>
2020-09-02 17:59:04 +02:00
<h4 id="putio-encoding">--putio-encoding</h4>
2020-02-01 11:31:42 +01:00
<p>This sets the encoding for the backend.</p>
2020-05-27 17:11:47 +02:00
<p>See: the <a href="https://rclone.org/overview/#encoding">encoding section in the overview</a> for more info.</p>
2020-02-01 11:31:42 +01:00
<ul>
<li>Config: encoding</li>
<li>Env Var: RCLONE_PUTIO_ENCODING</li>
<li>Type: MultiEncoder</li>
<li>Default: Slash,BackSlash,Del,Ctl,InvalidUtf8,Dot</li>
</ul>
2020-05-27 17:11:47 +02:00
<h2 id="seafile">Seafile</h2>
<p>This is a backend for the <a href="https://www.seafile.com/">Seafile</a> storage service: - It works with both the free community edition or the professional edition. - Seafile versions 6.x and 7.x are all supported. - Encrypted libraries are also supported. - It supports 2FA enabled users</p>
<h3 id="root-mode-vs-library-mode">Root mode vs Library mode</h3>
2021-02-02 14:42:35 +01:00
<p>There are two distinct modes you can setup your remote: - you point your remote to the <strong>root of the server</strong>, meaning you don't specify a library during the configuration: Paths are specified as <code>remote:library</code>. You may put subdirectories in too, e.g. <code>remote:library/path/to/dir</code>. - you point your remote to a specific library during the configuration: Paths are specified as <code>remote:path/to/dir</code>. <strong>This is the recommended mode when using encrypted libraries</strong>. (<em>This mode is possibly slightly faster than the root mode</em>)</p>
2020-05-27 17:11:47 +02:00
<h3 id="configuration-in-root-mode">Configuration in root mode</h3>
<p>Here is an example of making a seafile configuration for a user with <strong>no</strong> two-factor authentication. First run</p>
2017-03-18 12:16:43 +01:00
<pre><code>rclone config</code></pre>
2020-05-27 17:11:47 +02:00
<p>This will guide you through an interactive setup process. To authenticate you will need the URL of your server, your email (or username) and your password.</p>
2017-03-18 12:16:43 +01:00
<pre><code>No remotes found - make a new one
n) New remote
s) Set configuration password
q) Quit config
2017-07-22 19:16:46 +02:00
n/s/q&gt; n
2020-05-27 17:11:47 +02:00
name&gt; seafile
2017-03-18 12:16:43 +01:00
Type of storage to configure.
2020-05-27 17:11:47 +02:00
Enter a string value. Press Enter for the default (&quot;&quot;).
2017-03-18 12:16:43 +01:00
Choose a number from below, or type in your own value
2019-08-26 16:25:20 +02:00
[snip]
2020-05-27 17:11:47 +02:00
XX / Seafile
\ &quot;seafile&quot;
2019-08-26 16:25:20 +02:00
[snip]
2020-05-27 17:11:47 +02:00
Storage&gt; seafile
** See help for seafile backend at: https://rclone.org/seafile/ **
URL of seafile host to connect to
Enter a string value. Press Enter for the default (&quot;&quot;).
2017-03-18 12:16:43 +01:00
Choose a number from below, or type in your own value
2020-05-27 17:11:47 +02:00
1 / Connect to cloud.seafile.com
\ &quot;https://cloud.seafile.com/&quot;
url&gt; http://my.seafile.server/
User name (usually email address)
Enter a string value. Press Enter for the default (&quot;&quot;).
user&gt; me@example.com
Password
2017-03-18 12:16:43 +01:00
y) Yes type in my own password
g) Generate random password
2020-05-27 17:11:47 +02:00
n) No leave this optional password blank (default)
y/g&gt; y
Enter the password:
password:
Confirm the password:
password:
Two-factor authentication (&#39;true&#39; if the account has 2FA enabled)
Enter a boolean value (true or false). Press Enter for the default (&quot;false&quot;).
2fa&gt; false
Name of the library. Leave blank to access all non-encrypted libraries.
Enter a string value. Press Enter for the default (&quot;&quot;).
library&gt;
Library password (for encrypted libraries only). Leave blank if you pass it through the command line.
y) Yes type in my own password
g) Generate random password
n) No leave this optional password blank (default)
2017-03-18 12:16:43 +01:00
y/g/n&gt; n
2020-05-27 17:11:47 +02:00
Edit advanced config? (y/n)
y) Yes
n) No (default)
y/n&gt; n
2017-03-18 12:16:43 +01:00
Remote config
2020-05-27 17:11:47 +02:00
Two-factor authentication is not enabled on this account.
2017-03-18 12:16:43 +01:00
--------------------
2020-05-27 17:11:47 +02:00
[seafile]
type = seafile
url = http://my.seafile.server/
user = me@example.com
pass = *** ENCRYPTED ***
2fa = false
2017-03-18 12:16:43 +01:00
--------------------
2020-05-27 17:11:47 +02:00
y) Yes this is OK (default)
2017-03-18 12:16:43 +01:00
e) Edit this remote
d) Delete this remote
y/e/d&gt; y</code></pre>
2020-09-02 17:59:04 +02:00
<p>This remote is called <code>seafile</code>. It's pointing to the root of your seafile server and can now be used like this:</p>
2020-05-27 17:11:47 +02:00
<p>See all libraries</p>
<pre><code>rclone lsd seafile:</code></pre>
<p>Create a new library</p>
<pre><code>rclone mkdir seafile:library</code></pre>
<p>List the contents of a library</p>
<pre><code>rclone ls seafile:library</code></pre>
<p>Sync <code>/home/local/directory</code> to the remote library, deleting any excess files in the library.</p>
2020-09-02 17:59:04 +02:00
<pre><code>rclone sync -i /home/local/directory seafile:library</code></pre>
2020-05-27 17:11:47 +02:00
<h3 id="configuration-in-library-mode">Configuration in library mode</h3>
2020-09-02 17:59:04 +02:00
<p>Here's an example of a configuration in library mode with a user that has the two-factor authentication enabled. Your 2FA code will be asked at the end of the configuration, and will attempt to authenticate you:</p>
2020-05-27 17:11:47 +02:00
<pre><code>No remotes found - make a new one
n) New remote
s) Set configuration password
q) Quit config
n/s/q&gt; n
name&gt; seafile
Type of storage to configure.
Enter a string value. Press Enter for the default (&quot;&quot;).
Choose a number from below, or type in your own value
[snip]
XX / Seafile
\ &quot;seafile&quot;
[snip]
Storage&gt; seafile
** See help for seafile backend at: https://rclone.org/seafile/ **
URL of seafile host to connect to
Enter a string value. Press Enter for the default (&quot;&quot;).
Choose a number from below, or type in your own value
1 / Connect to cloud.seafile.com
\ &quot;https://cloud.seafile.com/&quot;
url&gt; http://my.seafile.server/
User name (usually email address)
Enter a string value. Press Enter for the default (&quot;&quot;).
user&gt; me@example.com
Password
y) Yes type in my own password
g) Generate random password
n) No leave this optional password blank (default)
y/g&gt; y
Enter the password:
password:
Confirm the password:
password:
Two-factor authentication (&#39;true&#39; if the account has 2FA enabled)
Enter a boolean value (true or false). Press Enter for the default (&quot;false&quot;).
2fa&gt; true
Name of the library. Leave blank to access all non-encrypted libraries.
Enter a string value. Press Enter for the default (&quot;&quot;).
library&gt; My Library
Library password (for encrypted libraries only). Leave blank if you pass it through the command line.
y) Yes type in my own password
g) Generate random password
n) No leave this optional password blank (default)
y/g/n&gt; n
Edit advanced config? (y/n)
y) Yes
n) No (default)
y/n&gt; n
Remote config
Two-factor authentication: please enter your 2FA code
2fa code&gt; 123456
Authenticating...
Success!
--------------------
[seafile]
type = seafile
url = http://my.seafile.server/
user = me@example.com
pass =
2fa = true
library = My Library
--------------------
y) Yes this is OK (default)
e) Edit this remote
d) Delete this remote
y/e/d&gt; y</code></pre>
2020-09-02 17:59:04 +02:00
<p>You'll notice your password is blank in the configuration. It's because we only need the password to authenticate you once.</p>
2020-05-27 17:11:47 +02:00
<p>You specified <code>My Library</code> during the configuration. The root of the remote is pointing at the root of the library <code>My Library</code>:</p>
<p>See all files in the library:</p>
<pre><code>rclone lsd seafile:</code></pre>
<p>Create a new directory inside the library</p>
<pre><code>rclone mkdir seafile:directory</code></pre>
2017-03-18 12:16:43 +01:00
<p>List the contents of a directory</p>
2020-05-27 17:11:47 +02:00
<pre><code>rclone ls seafile:directory</code></pre>
<p>Sync <code>/home/local/directory</code> to the remote library, deleting any excess files in the library.</p>
2020-09-02 17:59:04 +02:00
<pre><code>rclone sync -i /home/local/directory seafile:</code></pre>
2021-02-02 14:42:35 +01:00
<h3 id="fast-list-9">--fast-list</h3>
2020-05-27 17:11:47 +02:00
<p>Seafile version 7+ supports <code>--fast-list</code> which allows you to use fewer transactions in exchange for more memory. See the <a href="https://rclone.org/docs/#fast-list">rclone docs</a> for more details. Please note this is not supported on seafile server version 6.x</p>
2021-02-02 14:42:35 +01:00
<h4 id="restricted-filename-characters-25">Restricted filename characters</h4>
2020-05-27 17:11:47 +02:00
<p>In addition to the <a href="https://rclone.org/overview/#restricted-characters">default restricted characters set</a> the following characters are also replaced:</p>
<table>
<thead>
<tr class="header">
<th>Character</th>
<th style="text-align: center;">Value</th>
<th style="text-align: center;">Replacement</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td>/</td>
<td style="text-align: center;">0x2F</td>
<td style="text-align: center;"></td>
</tr>
<tr class="even">
<td>"</td>
<td style="text-align: center;">0x22</td>
<td style="text-align: center;"></td>
</tr>
<tr class="odd">
<td>\</td>
<td style="text-align: center;">0x5C</td>
<td style="text-align: center;"></td>
</tr>
</tbody>
</table>
2020-09-02 17:59:04 +02:00
<p>Invalid UTF-8 bytes will also be <a href="https://rclone.org/overview/#invalid-utf8">replaced</a>, as they can't be used in JSON strings.</p>
2020-05-27 17:11:47 +02:00
<h3 id="seafile-and-rclone-link">Seafile and rclone link</h3>
<p>Rclone supports generating share links for non-encrypted libraries only. They can either be for a file or a directory:</p>
<pre><code>rclone link seafile:seafile-tutorial.doc
http://my.seafile.server/f/fdcd8a2f93f84b8b90f4/
</code></pre>
<p>or if run on a directory you will get:</p>
<pre><code>rclone link seafile:dir
http://my.seafile.server/d/9ea2455f6f55478bbb0d/</code></pre>
<p>Please note a share link is unique for each file or directory. If you run a link command on a file/dir that has already been shared, you will get the exact same link.</p>
<h3 id="compatibility">Compatibility</h3>
<p>It has been actively tested using the <a href="https://github.com/haiwen/seafile-docker">seafile docker image</a> of these versions: - 6.3.4 community edition - 7.0.5 community edition - 7.1.3 community edition</p>
2020-09-02 17:59:04 +02:00
<p>Versions below 6.0 are not supported. Versions between 6.0 and 6.3 haven't been tested and might not work properly.</p>
2021-02-02 14:42:35 +01:00
<h3 id="standard-options-30">Standard Options</h3>
2020-05-27 17:11:47 +02:00
<p>Here are the standard options specific to seafile (seafile).</p>
2020-09-02 17:59:04 +02:00
<h4 id="seafile-url">--seafile-url</h4>
2020-05-27 17:11:47 +02:00
<p>URL of seafile host to connect to</p>
<ul>
<li>Config: url</li>
<li>Env Var: RCLONE_SEAFILE_URL</li>
<li>Type: string</li>
<li>Default: ""</li>
<li>Examples:
<ul>
2020-09-02 17:59:04 +02:00
<li>"https://cloud.seafile.com/"
2020-05-27 17:11:47 +02:00
<ul>
<li>Connect to cloud.seafile.com</li>
</ul></li>
</ul></li>
</ul>
2020-09-02 17:59:04 +02:00
<h4 id="seafile-user">--seafile-user</h4>
2020-05-27 17:11:47 +02:00
<p>User name (usually email address)</p>
<ul>
<li>Config: user</li>
<li>Env Var: RCLONE_SEAFILE_USER</li>
<li>Type: string</li>
<li>Default: ""</li>
</ul>
2020-09-02 17:59:04 +02:00
<h4 id="seafile-pass">--seafile-pass</h4>
2020-05-27 17:11:47 +02:00
<p>Password</p>
2020-09-02 17:59:04 +02:00
<p><strong>NB</strong> Input to this must be obscured - see <a href="https://rclone.org/commands/rclone_obscure/">rclone obscure</a>.</p>
2020-05-27 17:11:47 +02:00
<ul>
<li>Config: pass</li>
<li>Env Var: RCLONE_SEAFILE_PASS</li>
<li>Type: string</li>
<li>Default: ""</li>
</ul>
2020-09-02 17:59:04 +02:00
<h4 id="seafile-2fa">--seafile-2fa</h4>
<p>Two-factor authentication ('true' if the account has 2FA enabled)</p>
2020-05-27 17:11:47 +02:00
<ul>
<li>Config: 2fa</li>
<li>Env Var: RCLONE_SEAFILE_2FA</li>
<li>Type: bool</li>
<li>Default: false</li>
</ul>
2020-09-02 17:59:04 +02:00
<h4 id="seafile-library">--seafile-library</h4>
2020-05-27 17:11:47 +02:00
<p>Name of the library. Leave blank to access all non-encrypted libraries.</p>
<ul>
<li>Config: library</li>
<li>Env Var: RCLONE_SEAFILE_LIBRARY</li>
<li>Type: string</li>
<li>Default: ""</li>
</ul>
2020-09-02 17:59:04 +02:00
<h4 id="seafile-library-key">--seafile-library-key</h4>
2020-05-27 17:11:47 +02:00
<p>Library password (for encrypted libraries only). Leave blank if you pass it through the command line.</p>
2020-09-02 17:59:04 +02:00
<p><strong>NB</strong> Input to this must be obscured - see <a href="https://rclone.org/commands/rclone_obscure/">rclone obscure</a>.</p>
2020-05-27 17:11:47 +02:00
<ul>
<li>Config: library_key</li>
<li>Env Var: RCLONE_SEAFILE_LIBRARY_KEY</li>
<li>Type: string</li>
<li>Default: ""</li>
</ul>
2020-09-02 17:59:04 +02:00
<h4 id="seafile-auth-token">--seafile-auth-token</h4>
2020-05-27 17:11:47 +02:00
<p>Authentication token</p>
<ul>
<li>Config: auth_token</li>
<li>Env Var: RCLONE_SEAFILE_AUTH_TOKEN</li>
<li>Type: string</li>
<li>Default: ""</li>
</ul>
2021-02-02 14:42:35 +01:00
<h3 id="advanced-options-31">Advanced Options</h3>
2020-05-27 17:11:47 +02:00
<p>Here are the advanced options specific to seafile (seafile).</p>
2020-09-02 17:59:04 +02:00
<h4 id="seafile-create-library">--seafile-create-library</h4>
<p>Should rclone create a library if it doesn't exist</p>
2020-05-27 17:11:47 +02:00
<ul>
<li>Config: create_library</li>
<li>Env Var: RCLONE_SEAFILE_CREATE_LIBRARY</li>
<li>Type: bool</li>
<li>Default: false</li>
</ul>
2020-09-02 17:59:04 +02:00
<h4 id="seafile-encoding">--seafile-encoding</h4>
2020-05-27 17:11:47 +02:00
<p>This sets the encoding for the backend.</p>
<p>See: the <a href="https://rclone.org/overview/#encoding">encoding section in the overview</a> for more info.</p>
<ul>
<li>Config: encoding</li>
<li>Env Var: RCLONE_SEAFILE_ENCODING</li>
<li>Type: MultiEncoder</li>
<li>Default: Slash,DoubleQuote,BackSlash,Ctl,InvalidUtf8</li>
</ul>
<h2 id="sftp">SFTP</h2>
<p>SFTP is the <a href="https://en.wikipedia.org/wiki/SSH_File_Transfer_Protocol">Secure (or SSH) File Transfer Protocol</a>.</p>
<p>The SFTP backend can be used with a number of different providers:</p>
<ul>
<li>C14</li>
<li>rsync.net</li>
</ul>
<p>SFTP runs over SSH v2 and is installed as standard with most modern SSH installations.</p>
2020-09-02 17:59:04 +02:00
<p>Paths are specified as <code>remote:path</code>. If the path does not begin with a <code>/</code> it is relative to the home directory of the user. An empty path <code>remote:</code> refers to the user's home directory.</p>
2020-05-27 17:11:47 +02:00
<p>"Note that some SFTP servers will need the leading / - Synology is a good example of this. rsync.net, on the other hand, requires users to OMIT the leading /.</p>
<p>Here is an example of making an SFTP configuration. First run</p>
<pre><code>rclone config</code></pre>
<p>This will guide you through an interactive setup process.</p>
<pre><code>No remotes found - make a new one
n) New remote
s) Set configuration password
q) Quit config
n/s/q&gt; n
name&gt; remote
Type of storage to configure.
Choose a number from below, or type in your own value
[snip]
XX / SSH/SFTP Connection
\ &quot;sftp&quot;
[snip]
Storage&gt; sftp
SSH host to connect to
Choose a number from below, or type in your own value
1 / Connect to example.com
\ &quot;example.com&quot;
host&gt; example.com
2021-02-02 14:42:35 +01:00
SSH username, leave blank for current username, $USER
2020-05-27 17:11:47 +02:00
user&gt; sftpuser
SSH port, leave blank to use default (22)
port&gt;
SSH password, leave blank to use ssh-agent.
y) Yes type in my own password
g) Generate random password
n) No leave this optional password blank
y/g/n&gt; n
Path to unencrypted PEM-encoded private key file, leave blank to use ssh-agent.
key_file&gt;
Remote config
--------------------
[remote]
host = example.com
user = sftpuser
port =
pass =
key_file =
--------------------
y) Yes this is OK
e) Edit this remote
d) Delete this remote
y/e/d&gt; y</code></pre>
<p>This remote is called <code>remote</code> and can now be used like this:</p>
<p>See all directories in the home directory</p>
<pre><code>rclone lsd remote:</code></pre>
<p>Make a new directory</p>
<pre><code>rclone mkdir remote:path/to/directory</code></pre>
<p>List the contents of a directory</p>
<pre><code>rclone ls remote:path/to/directory</code></pre>
<p>Sync <code>/home/local/directory</code> to the remote directory, deleting any excess files in the directory.</p>
2020-09-02 17:59:04 +02:00
<pre><code>rclone sync -i /home/local/directory remote:directory</code></pre>
2020-05-27 17:11:47 +02:00
<h3 id="ssh-authentication">SSH Authentication</h3>
<p>The SFTP remote supports three authentication methods:</p>
2017-07-22 19:16:46 +02:00
<ul>
<li>Password</li>
2021-02-02 14:42:35 +01:00
<li>Key file, including certificate signed keys</li>
2017-07-22 19:16:46 +02:00
<li>ssh-agent</li>
</ul>
2019-02-09 11:42:57 +01:00
<p>Key files should be PEM-encoded private key files. For instance <code>/home/$USER/.ssh/id_rsa</code>. Only unencrypted OpenSSH or PEM encrypted files are supported.</p>
2020-09-02 17:59:04 +02:00
<p>The key file can be specified in either an external file (key_file) or contained within the rclone config file (key_pem). If using key_pem in the config file, the entry should be on a single line with new line ('' or '') separating lines. i.e.</p>
<p>key_pem = -----BEGIN RSA PRIVATE KEY-----0gAMbMbaSsd-----END RSA PRIVATE KEY-----</p>
2020-05-27 17:11:47 +02:00
<p>This will generate it correctly for key_pem for use in the config:</p>
<pre><code>awk &#39;{printf &quot;%s\\n&quot;, $0}&#39; &lt; ~/.ssh/id_rsa</code></pre>
2020-09-02 17:59:04 +02:00
<p>If you don't specify <code>pass</code>, <code>key_file</code>, or <code>key_pem</code> then rclone will attempt to contact an ssh-agent.</p>
2020-05-27 17:11:47 +02:00
<p>You can also specify <code>key_use_agent</code> to force the usage of an ssh-agent. In this case <code>key_file</code> or <code>key_pem</code> can also be specified to force the usage of a specific key in the ssh-agent.</p>
2019-02-09 11:42:57 +01:00
<p>Using an ssh-agent is the only way to load encrypted OpenSSH keys at the moment.</p>
2018-03-19 11:06:13 +01:00
<p>If you set the <code>--sftp-ask-password</code> option, rclone will prompt for a password when needed and no password has been configured.</p>
2021-02-02 14:42:35 +01:00
<p>If you have a certificate then you can provide the path to the public key that contains the certificate. For example:</p>
<pre><code>[remote]
type = sftp
host = example.com
user = sftpuser
key_file = ~/id_rsa
pubkey_file = ~/id_rsa-cert.pub</code></pre>
<p>If you concatenate a cert with a private key then you can specify the merged file in both places.</p>
<p>Note: the cert must come first in the file. e.g.</p>
<pre><code>cat id_rsa-cert.pub id_rsa &gt; merged_key</code></pre>
<h3 id="host-key-validation">Host key validation</h3>
<p>By default rclone will not check the server's host key for validation. This can allow an attacker to replace a server with their own and if you use password authentication then this can lead to that password being exposed.</p>
<p>Host key matching, using standard <code>known_hosts</code> files can be turned on by enabling the <code>known_hosts_file</code> option. This can point to the file maintained by <code>OpenSSH</code> or can point to a unique file.</p>
<p>e.g.</p>
<pre><code>[remote]
type = sftp
host = example.com
user = sftpuser
pass =
known_hosts_file = ~/.ssh/known_hosts</code></pre>
<p>There are some limitations:</p>
<ul>
<li><code>rclone</code> will not <em>manage</em> this file for you. If the key is missing or wrong then the connection will be refused.</li>
<li>If the server is set up for a certificate host key then the entry in the <code>known_hosts</code> file <em>must</em> be the <code>@cert-authority</code> entry for the CA</li>
<li>Unlike <code>OpenSSH</code>, the libraries used by <code>rclone</code> do not permit (at time of writing) multiple host keys to be listed for a server. Only the first entry is used.</li>
</ul>
<p>If the host key provided by the server does not match the one in the file (or is missing) then the connection will be aborted and an error returned such as</p>
<pre><code>NewFs: couldn&#39;t connect SSH: ssh: handshake failed: knownhosts: key mismatch</code></pre>
<p>or</p>
<pre><code>NewFs: couldn&#39;t connect SSH: ssh: handshake failed: knownhosts: key is unknown</code></pre>
<p>If you see an error such as</p>
<pre><code>NewFs: couldn&#39;t connect SSH: ssh: handshake failed: ssh: no authorities for hostname: example.com:22</code></pre>
<p>then it is likely the server has presented a CA signed host certificate and you will need to add the appropriate <code>@cert-authority</code> entry.</p>
<p>The <code>known_hosts_file</code> setting can be set during <code>rclone config</code> as an advanced option.</p>
2017-07-22 19:16:46 +02:00
<h3 id="ssh-agent-on-macos">ssh-agent on macOS</h3>
2021-02-02 14:42:35 +01:00
<p>Note that there seem to be various problems with using an ssh-agent on macOS due to recent changes in the OS. The most effective work-around seems to be to start an ssh-agent in each session, e.g.</p>
2017-07-22 19:16:46 +02:00
<pre><code>eval `ssh-agent -s` &amp;&amp; ssh-add -A</code></pre>
<p>And then at the end of the session</p>
<pre><code>eval `ssh-agent -k`</code></pre>
<p>These commands can be used in scripts of course.</p>
2021-02-02 14:42:35 +01:00
<h3 id="modified-time-12">Modified time</h3>
2017-03-18 12:16:43 +01:00
<p>Modified times are stored on the server to 1 second precision.</p>
<p>Modified times are used in syncing and are fully supported.</p>
2018-03-19 11:06:13 +01:00
<p>Some SFTP servers disable setting/modifying the file modification time after upload (for example, certain configurations of ProFTPd with mod_sftp). If you are using one of these servers, you can set the option <code>set_modtime = false</code> in your RClone backend configuration to disable this behaviour.</p>
2021-02-02 14:42:35 +01:00
<h3 id="standard-options-31">Standard Options</h3>
2018-10-15 12:03:08 +02:00
<p>Here are the standard options specific to sftp (SSH/SFTP Connection).</p>
2020-09-02 17:59:04 +02:00
<h4 id="sftp-host">--sftp-host</h4>
2018-10-15 12:03:08 +02:00
<p>SSH host to connect to</p>
<ul>
<li>Config: host</li>
<li>Env Var: RCLONE_SFTP_HOST</li>
<li>Type: string</li>
2020-02-01 11:31:42 +01:00
<li>Default: ""</li>
2018-10-15 12:03:08 +02:00
<li>Examples:
<ul>
2020-09-02 17:59:04 +02:00
<li>"example.com"
2018-10-15 12:03:08 +02:00
<ul>
<li>Connect to example.com</li>
</ul></li>
</ul></li>
</ul>
2020-09-02 17:59:04 +02:00
<h4 id="sftp-user">--sftp-user</h4>
2021-02-02 14:42:35 +01:00
<p>SSH username, leave blank for current username, $USER</p>
2018-10-15 12:03:08 +02:00
<ul>
<li>Config: user</li>
<li>Env Var: RCLONE_SFTP_USER</li>
<li>Type: string</li>
2020-02-01 11:31:42 +01:00
<li>Default: ""</li>
2018-10-15 12:03:08 +02:00
</ul>
2020-09-02 17:59:04 +02:00
<h4 id="sftp-port">--sftp-port</h4>
2018-10-15 12:03:08 +02:00
<p>SSH port, leave blank to use default (22)</p>
<ul>
<li>Config: port</li>
<li>Env Var: RCLONE_SFTP_PORT</li>
<li>Type: string</li>
2020-02-01 11:31:42 +01:00
<li>Default: ""</li>
2018-10-15 12:03:08 +02:00
</ul>
2020-09-02 17:59:04 +02:00
<h4 id="sftp-pass">--sftp-pass</h4>
2018-10-15 12:03:08 +02:00
<p>SSH password, leave blank to use ssh-agent.</p>
2020-09-02 17:59:04 +02:00
<p><strong>NB</strong> Input to this must be obscured - see <a href="https://rclone.org/commands/rclone_obscure/">rclone obscure</a>.</p>
2018-10-15 12:03:08 +02:00
<ul>
<li>Config: pass</li>
<li>Env Var: RCLONE_SFTP_PASS</li>
<li>Type: string</li>
2020-02-01 11:31:42 +01:00
<li>Default: ""</li>
2018-10-15 12:03:08 +02:00
</ul>
2020-09-02 17:59:04 +02:00
<h4 id="sftp-key-pem">--sftp-key-pem</h4>
2020-05-27 17:11:47 +02:00
<p>Raw PEM-encoded private key, If specified, will override key_file parameter.</p>
<ul>
<li>Config: key_pem</li>
<li>Env Var: RCLONE_SFTP_KEY_PEM</li>
<li>Type: string</li>
<li>Default: ""</li>
</ul>
2020-09-02 17:59:04 +02:00
<h4 id="sftp-key-file">--sftp-key-file</h4>
2019-02-09 11:42:57 +01:00
<p>Path to PEM-encoded private key file, leave blank or set key-use-agent to use ssh-agent.</p>
2020-09-02 17:59:04 +02:00
<p>Leading <code>~</code> will be expanded in the file name as will environment variables such as <code>${RCLONE_CONFIG_DIR}</code>.</p>
2018-10-15 12:03:08 +02:00
<ul>
<li>Config: key_file</li>
<li>Env Var: RCLONE_SFTP_KEY_FILE</li>
<li>Type: string</li>
2020-02-01 11:31:42 +01:00
<li>Default: ""</li>
2018-10-15 12:03:08 +02:00
</ul>
2020-09-02 17:59:04 +02:00
<h4 id="sftp-key-file-pass">--sftp-key-file-pass</h4>
2019-02-09 11:42:57 +01:00
<p>The passphrase to decrypt the PEM-encoded private key file.</p>
2020-09-02 17:59:04 +02:00
<p>Only PEM encrypted key files (old OpenSSH format) are supported. Encrypted keys in the new OpenSSH format can't be used.</p>
<p><strong>NB</strong> Input to this must be obscured - see <a href="https://rclone.org/commands/rclone_obscure/">rclone obscure</a>.</p>
2019-02-09 11:42:57 +01:00
<ul>
<li>Config: key_file_pass</li>
<li>Env Var: RCLONE_SFTP_KEY_FILE_PASS</li>
<li>Type: string</li>
2020-02-01 11:31:42 +01:00
<li>Default: ""</li>
2019-02-09 11:42:57 +01:00
</ul>
2021-02-02 14:42:35 +01:00
<h4 id="sftp-pubkey-file">--sftp-pubkey-file</h4>
<p>Optional path to public key file.</p>
<p>Set this if you have a signed certificate you want to use for authentication.</p>
<p>Leading <code>~</code> will be expanded in the file name as will environment variables such as <code>${RCLONE_CONFIG_DIR}</code>.</p>
<ul>
<li>Config: pubkey_file</li>
<li>Env Var: RCLONE_SFTP_PUBKEY_FILE</li>
<li>Type: string</li>
<li>Default: ""</li>
</ul>
2020-09-02 17:59:04 +02:00
<h4 id="sftp-key-use-agent">--sftp-key-use-agent</h4>
2019-02-09 11:42:57 +01:00
<p>When set forces the usage of the ssh-agent.</p>
2020-09-02 17:59:04 +02:00
<p>When key-file is also set, the ".pub" file of the specified key-file is read and only the associated key is requested from the ssh-agent. This allows to avoid <code>Too many authentication failures for *username*</code> errors when the ssh-agent contains many keys.</p>
2019-02-09 11:42:57 +01:00
<ul>
<li>Config: key_use_agent</li>
<li>Env Var: RCLONE_SFTP_KEY_USE_AGENT</li>
<li>Type: bool</li>
<li>Default: false</li>
</ul>
2020-09-02 17:59:04 +02:00
<h4 id="sftp-use-insecure-cipher">--sftp-use-insecure-cipher</h4>
2019-10-26 12:04:54 +02:00
<p>Enable the use of insecure ciphers and key exchange methods.</p>
2020-05-27 17:11:47 +02:00
<p>This enables the use of the following insecure ciphers and key exchange methods:</p>
2019-10-26 12:04:54 +02:00
<ul>
<li>aes128-cbc</li>
<li>aes192-cbc</li>
<li>aes256-cbc</li>
<li>3des-cbc</li>
<li>diffie-hellman-group-exchange-sha256</li>
<li>diffie-hellman-group-exchange-sha1</li>
</ul>
<p>Those algorithms are insecure and may allow plaintext data to be recovered by an attacker.</p>
2018-10-15 12:03:08 +02:00
<ul>
<li>Config: use_insecure_cipher</li>
<li>Env Var: RCLONE_SFTP_USE_INSECURE_CIPHER</li>
<li>Type: bool</li>
<li>Default: false</li>
<li>Examples:
<ul>
2020-09-02 17:59:04 +02:00
<li>"false"
2018-10-15 12:03:08 +02:00
<ul>
<li>Use default Cipher list.</li>
</ul></li>
2020-09-02 17:59:04 +02:00
<li>"true"
2018-10-15 12:03:08 +02:00
<ul>
2019-08-26 16:25:20 +02:00
<li>Enables the use of the aes128-cbc cipher and diffie-hellman-group-exchange-sha256, diffie-hellman-group-exchange-sha1 key exchange.</li>
2018-10-15 12:03:08 +02:00
</ul></li>
</ul></li>
</ul>
2020-09-02 17:59:04 +02:00
<h4 id="sftp-disable-hashcheck">--sftp-disable-hashcheck</h4>
2018-10-15 12:03:08 +02:00
<p>Disable the execution of SSH commands to determine if remote file hashing is available. Leave blank or set to false to enable hashing (recommended), set to true to disable hashing.</p>
<ul>
<li>Config: disable_hashcheck</li>
<li>Env Var: RCLONE_SFTP_DISABLE_HASHCHECK</li>
<li>Type: bool</li>
<li>Default: false</li>
</ul>
2021-02-02 14:42:35 +01:00
<h3 id="advanced-options-32">Advanced Options</h3>
2018-10-15 12:03:08 +02:00
<p>Here are the advanced options specific to sftp (SSH/SFTP Connection).</p>
2021-02-02 14:42:35 +01:00
<h4 id="sftp-known-hosts-file">--sftp-known-hosts-file</h4>
<p>Optional path to known_hosts file.</p>
<p>Set this value to enable server host key validation.</p>
<p>Leading <code>~</code> will be expanded in the file name as will environment variables such as <code>${RCLONE_CONFIG_DIR}</code>.</p>
<ul>
<li>Config: known_hosts_file</li>
<li>Env Var: RCLONE_SFTP_KNOWN_HOSTS_FILE</li>
<li>Type: string</li>
<li>Default: ""</li>
<li>Examples:
<ul>
<li>"~/.ssh/known_hosts"
<ul>
<li>Use OpenSSH's known_hosts file</li>
</ul></li>
</ul></li>
</ul>
2020-09-02 17:59:04 +02:00
<h4 id="sftp-ask-password">--sftp-ask-password</h4>
2018-10-15 12:03:08 +02:00
<p>Allow asking for SFTP password when needed.</p>
2019-10-26 12:04:54 +02:00
<p>If this is set and no password is supplied then rclone will: - ask for a password - not contact the ssh agent</p>
2018-10-15 12:03:08 +02:00
<ul>
<li>Config: ask_password</li>
<li>Env Var: RCLONE_SFTP_ASK_PASSWORD</li>
<li>Type: bool</li>
<li>Default: false</li>
</ul>
2020-09-02 17:59:04 +02:00
<h4 id="sftp-path-override">--sftp-path-override</h4>
2018-10-15 12:03:08 +02:00
<p>Override path used by SSH connection.</p>
<p>This allows checksum calculation when SFTP and SSH paths are different. This issue affects among others Synology NAS boxes.</p>
<p>Shared folders can be found in directories representing volumes</p>
<pre><code>rclone sync /home/local/directory remote:/directory --ssh-path-override /volume2/directory</code></pre>
2020-09-02 17:59:04 +02:00
<p>Home directory can be found in a shared folder called "home"</p>
2018-10-15 12:03:08 +02:00
<pre><code>rclone sync /home/local/directory remote:/home/directory --ssh-path-override /volume1/homes/USER/directory</code></pre>
<ul>
<li>Config: path_override</li>
<li>Env Var: RCLONE_SFTP_PATH_OVERRIDE</li>
<li>Type: string</li>
2020-02-01 11:31:42 +01:00
<li>Default: ""</li>
2018-10-15 12:03:08 +02:00
</ul>
2020-09-02 17:59:04 +02:00
<h4 id="sftp-set-modtime">--sftp-set-modtime</h4>
2018-10-15 12:03:08 +02:00
<p>Set the modified time on the remote if set.</p>
<ul>
<li>Config: set_modtime</li>
<li>Env Var: RCLONE_SFTP_SET_MODTIME</li>
<li>Type: bool</li>
<li>Default: true</li>
</ul>
2020-09-02 17:59:04 +02:00
<h4 id="sftp-md5sum-command">--sftp-md5sum-command</h4>
2019-08-26 16:25:20 +02:00
<p>The command used to read md5 hashes. Leave blank for autodetect.</p>
<ul>
<li>Config: md5sum_command</li>
<li>Env Var: RCLONE_SFTP_MD5SUM_COMMAND</li>
<li>Type: string</li>
2020-02-01 11:31:42 +01:00
<li>Default: ""</li>
2019-08-26 16:25:20 +02:00
</ul>
2020-09-02 17:59:04 +02:00
<h4 id="sftp-sha1sum-command">--sftp-sha1sum-command</h4>
2019-08-26 16:25:20 +02:00
<p>The command used to read sha1 hashes. Leave blank for autodetect.</p>
<ul>
<li>Config: sha1sum_command</li>
<li>Env Var: RCLONE_SFTP_SHA1SUM_COMMAND</li>
<li>Type: string</li>
2020-02-01 11:31:42 +01:00
<li>Default: ""</li>
</ul>
2020-09-02 17:59:04 +02:00
<h4 id="sftp-skip-links">--sftp-skip-links</h4>
2020-02-01 11:31:42 +01:00
<p>Set to skip any symlinks and any other non regular files.</p>
<ul>
<li>Config: skip_links</li>
<li>Env Var: RCLONE_SFTP_SKIP_LINKS</li>
<li>Type: bool</li>
<li>Default: false</li>
2019-08-26 16:25:20 +02:00
</ul>
2020-09-02 17:59:04 +02:00
<h4 id="sftp-subsystem">--sftp-subsystem</h4>
<p>Specifies the SSH2 subsystem on the remote host.</p>
<ul>
<li>Config: subsystem</li>
<li>Env Var: RCLONE_SFTP_SUBSYSTEM</li>
<li>Type: string</li>
<li>Default: "sftp"</li>
</ul>
<h4 id="sftp-server-command">--sftp-server-command</h4>
<p>Specifies the path or command to run a sftp server on the remote host.</p>
<p>The subsystem option is ignored when server_command is defined.</p>
<ul>
<li>Config: server_command</li>
<li>Env Var: RCLONE_SFTP_SERVER_COMMAND</li>
<li>Type: string</li>
<li>Default: ""</li>
</ul>
2021-02-02 14:42:35 +01:00
<h4 id="sftp-use-fstat">--sftp-use-fstat</h4>
<p>If set use fstat instead of stat</p>
<p>Some servers limit the amount of open files and calling Stat after opening the file will throw an error from the server. Setting this flag will call Fstat instead of Stat which is called on an already open file handle.</p>
<p>It has been found that this helps with IBM Sterling SFTP servers which have "extractability" level set to 1 which means only 1 file can be opened at any given time.</p>
<ul>
<li>Config: use_fstat</li>
<li>Env Var: RCLONE_SFTP_USE_FSTAT</li>
<li>Type: bool</li>
<li>Default: false</li>
</ul>
2021-03-31 20:12:08 +02:00
<h4 id="sftp-disable-concurrent-reads">--sftp-disable-concurrent-reads</h4>
<p>If set don't use concurrent reads</p>
<p>Normally concurrent reads are safe to use and not using them will degrade performance, so this option is disabled by default.</p>
<p>Some servers limit the amount number of times a file can be downloaded. Using concurrent reads can trigger this limit, so if you have a server which returns</p>
<pre><code>Failed to copy: file does not exist</code></pre>
<p>Then you may need to enable this flag.</p>
<p>If concurrent reads are disabled, the use_fstat option is ignored.</p>
<ul>
<li>Config: disable_concurrent_reads</li>
<li>Env Var: RCLONE_SFTP_DISABLE_CONCURRENT_READS</li>
<li>Type: bool</li>
<li>Default: false</li>
</ul>
<h4 id="sftp-idle-timeout">--sftp-idle-timeout</h4>
<p>Max time before closing idle connections</p>
<p>If no connections have been returned to the connection pool in the time given, rclone will empty the connection pool.</p>
<p>Set to 0 to keep connections indefinitely.</p>
<ul>
<li>Config: idle_timeout</li>
<li>Env Var: RCLONE_SFTP_IDLE_TIMEOUT</li>
<li>Type: Duration</li>
<li>Default: 1m0s</li>
</ul>
2021-02-02 14:42:35 +01:00
<h3 id="limitations-27">Limitations</h3>
2020-09-02 17:59:04 +02:00
<p>SFTP supports checksums if the same login has shell access and <code>md5sum</code> or <code>sha1sum</code> as well as <code>echo</code> are in the remote's PATH. This remote checksumming (file hashing) is recommended and enabled by default. Disabling the checksumming may be required if you are connecting to SFTP servers which are not under your control, and to which the execution of remote commands is prohibited. Set the configuration option <code>disable_hashcheck</code> to <code>true</code> to disable checksumming.</p>
<p>SFTP also supports <code>about</code> if the same login has shell access and <code>df</code> are in the remote's PATH. <code>about</code> will return the total space, free space, and used space on the remote for the disk of the specified path on the remote or, if not set, the disk of the root on the remote. <code>about</code> will fail if it does not have shell access or if <code>df</code> is not in the remote's PATH.</p>
2021-02-02 14:42:35 +01:00
<p>Note that some SFTP servers (e.g. Synology) the paths are different for SSH and SFTP so the hashes can't be calculated properly. For them using <code>disable_hashcheck</code> is a good idea.</p>
2020-09-02 17:59:04 +02:00
<p>The only ssh agent supported under Windows is Putty's pageant.</p>
2021-03-31 20:12:08 +02:00
<p>The Go SSH library disables the use of the aes128-cbc cipher by default, due to security concerns. This can be re-enabled on a per-connection basis by setting the <code>use_insecure_cipher</code> setting in the configuration file to <code>true</code>. Further details on the insecurity of this cipher can be found <a href="http://www.isg.rhul.ac.uk/~kp/SandPfinal.pdf">in this paper</a>.</p>
2020-09-02 17:59:04 +02:00
<p>SFTP isn't supported under plan9 until <a href="https://github.com/pkg/sftp/issues/156">this issue</a> is fixed.</p>
<p>Note that since SFTP isn't HTTP based the following flags don't work with it: <code>--dump-headers</code>, <code>--dump-bodies</code>, <code>--dump-auth</code></p>
<p>Note that <code>--timeout</code> isn't supported (but <code>--contimeout</code> is).</p>
2019-08-26 16:25:20 +02:00
<h2 id="c14">C14</h2>
<p>C14 is supported through the SFTP backend.</p>
2020-09-02 17:59:04 +02:00
<p>See <a href="https://www.online.net/en/storage/c14-cold-storage">C14's documentation</a></p>
2019-08-26 16:25:20 +02:00
<h2 id="rsync-net">rsync.net</h2>
<p>rsync.net is supported through the SFTP backend.</p>
2020-09-02 17:59:04 +02:00
<p>See <a href="https://www.rsync.net/products/rclone.html">rsync.net's documentation of rclone examples</a>.</p>
2020-02-01 11:31:42 +01:00
<h2 id="sugarsync">SugarSync</h2>
<p><a href="https://sugarsync.com">SugarSync</a> is a cloud service that enables active synchronization of files across computers and other devices for file backup, access, syncing, and sharing.</p>
<p>The initial setup for SugarSync involves getting a token from SugarSync which you can do with rclone. <code>rclone config</code> walks you through it.</p>
<p>Here is an example of how to make a remote called <code>remote</code>. First run:</p>
<pre><code> rclone config</code></pre>
<p>This will guide you through an interactive setup process:</p>
<pre><code>No remotes found - make a new one
n) New remote
s) Set configuration password
q) Quit config
n/s/q&gt; n
name&gt; remote
Type of storage to configure.
Enter a string value. Press Enter for the default (&quot;&quot;).
Choose a number from below, or type in your own value
[snip]
XX / Sugarsync
\ &quot;sugarsync&quot;
[snip]
Storage&gt; sugarsync
** See help for sugarsync backend at: https://rclone.org/sugarsync/ **
Sugarsync App ID.
Leave blank to use rclone&#39;s.
Enter a string value. Press Enter for the default (&quot;&quot;).
app_id&gt;
Sugarsync Access Key ID.
Leave blank to use rclone&#39;s.
Enter a string value. Press Enter for the default (&quot;&quot;).
access_key_id&gt;
Sugarsync Private Access Key
Leave blank to use rclone&#39;s.
Enter a string value. Press Enter for the default (&quot;&quot;).
private_access_key&gt;
Permanently delete files if true
otherwise put them in the deleted files.
Enter a boolean value (true or false). Press Enter for the default (&quot;false&quot;).
hard_delete&gt;
Edit advanced config? (y/n)
y) Yes
n) No (default)
y/n&gt; n
Remote config
Username (email address)&gt; nick@craig-wood.com
Your Sugarsync password is only required during setup and will not be stored.
password:
--------------------
[remote]
type = sugarsync
refresh_token = https://api.sugarsync.com/app-authorization/XXXXXXXXXXXXXXXXXX
--------------------
y) Yes this is OK (default)
e) Edit this remote
d) Delete this remote
y/e/d&gt; y</code></pre>
2020-09-02 17:59:04 +02:00
<p>Note that the config asks for your email and password but doesn't store them, it only uses them to get the initial token.</p>
2020-02-01 11:31:42 +01:00
<p>Once configured you can then use <code>rclone</code> like this,</p>
<p>List directories (sync folders) in top level of your SugarSync</p>
<pre><code>rclone lsd remote:</code></pre>
2020-09-02 17:59:04 +02:00
<p>List all the files in your SugarSync folder "Test"</p>
2020-02-01 11:31:42 +01:00
<pre><code>rclone ls remote:Test</code></pre>
<p>To copy a local directory to an SugarSync folder called backup</p>
<pre><code>rclone copy /home/source remote:backup</code></pre>
<p>Paths are specified as <code>remote:path</code></p>
2021-02-02 14:42:35 +01:00
<p>Paths may be as deep as required, e.g. <code>remote:directory/subdirectory</code>.</p>
2020-09-02 17:59:04 +02:00
<p><strong>NB</strong> you can't create files in the top level folder you have to create a folder, which rclone will create as a "Sync Folder" with SugarSync.</p>
2021-02-02 14:42:35 +01:00
<h3 id="modified-time-and-hashes-11">Modified time and hashes</h3>
2020-02-01 11:31:42 +01:00
<p>SugarSync does not support modification times or hashes, therefore syncing will default to <code>--size-only</code> checking. Note that using <code>--update</code> will work as rclone can read the time files were uploaded.</p>
2021-02-02 14:42:35 +01:00
<h4 id="restricted-filename-characters-26">Restricted filename characters</h4>
2020-05-27 17:11:47 +02:00
<p>SugarSync replaces the <a href="https://rclone.org/overview/#restricted-characters">default restricted characters set</a> except for DEL.</p>
2020-09-02 17:59:04 +02:00
<p>Invalid UTF-8 bytes will also be <a href="https://rclone.org/overview/#invalid-utf8">replaced</a>, as they can't be used in XML strings.</p>
2021-02-02 14:42:35 +01:00
<h3 id="deleting-files-7">Deleting files</h3>
2020-09-02 17:59:04 +02:00
<p>Deleted files will be moved to the "Deleted items" folder by default.</p>
2020-02-01 11:31:42 +01:00
<p>However you can supply the flag <code>--sugarsync-hard-delete</code> or set the config parameter <code>hard_delete = true</code> if you would like files to be deleted straight away.</p>
2021-02-02 14:42:35 +01:00
<h3 id="standard-options-32">Standard Options</h3>
2020-02-01 11:31:42 +01:00
<p>Here are the standard options specific to sugarsync (Sugarsync).</p>
2020-09-02 17:59:04 +02:00
<h4 id="sugarsync-app-id">--sugarsync-app-id</h4>
2020-02-01 11:31:42 +01:00
<p>Sugarsync App ID.</p>
2020-09-02 17:59:04 +02:00
<p>Leave blank to use rclone's.</p>
2020-02-01 11:31:42 +01:00
<ul>
<li>Config: app_id</li>
<li>Env Var: RCLONE_SUGARSYNC_APP_ID</li>
<li>Type: string</li>
<li>Default: ""</li>
</ul>
2020-09-02 17:59:04 +02:00
<h4 id="sugarsync-access-key-id">--sugarsync-access-key-id</h4>
2020-02-01 11:31:42 +01:00
<p>Sugarsync Access Key ID.</p>
2020-09-02 17:59:04 +02:00
<p>Leave blank to use rclone's.</p>
2020-02-01 11:31:42 +01:00
<ul>
<li>Config: access_key_id</li>
<li>Env Var: RCLONE_SUGARSYNC_ACCESS_KEY_ID</li>
<li>Type: string</li>
<li>Default: ""</li>
</ul>
2020-09-02 17:59:04 +02:00
<h4 id="sugarsync-private-access-key">--sugarsync-private-access-key</h4>
2020-02-01 11:31:42 +01:00
<p>Sugarsync Private Access Key</p>
2020-09-02 17:59:04 +02:00
<p>Leave blank to use rclone's.</p>
2020-02-01 11:31:42 +01:00
<ul>
<li>Config: private_access_key</li>
<li>Env Var: RCLONE_SUGARSYNC_PRIVATE_ACCESS_KEY</li>
<li>Type: string</li>
<li>Default: ""</li>
</ul>
2020-09-02 17:59:04 +02:00
<h4 id="sugarsync-hard-delete">--sugarsync-hard-delete</h4>
2020-02-01 11:31:42 +01:00
<p>Permanently delete files if true otherwise put them in the deleted files.</p>
<ul>
<li>Config: hard_delete</li>
<li>Env Var: RCLONE_SUGARSYNC_HARD_DELETE</li>
<li>Type: bool</li>
<li>Default: false</li>
</ul>
2021-02-02 14:42:35 +01:00
<h3 id="advanced-options-33">Advanced Options</h3>
2020-02-01 11:31:42 +01:00
<p>Here are the advanced options specific to sugarsync (Sugarsync).</p>
2020-09-02 17:59:04 +02:00
<h4 id="sugarsync-refresh-token">--sugarsync-refresh-token</h4>
2020-02-01 11:31:42 +01:00
<p>Sugarsync refresh token</p>
<p>Leave blank normally, will be auto configured by rclone.</p>
<ul>
<li>Config: refresh_token</li>
<li>Env Var: RCLONE_SUGARSYNC_REFRESH_TOKEN</li>
<li>Type: string</li>
<li>Default: ""</li>
</ul>
2020-09-02 17:59:04 +02:00
<h4 id="sugarsync-authorization">--sugarsync-authorization</h4>
2020-02-01 11:31:42 +01:00
<p>Sugarsync authorization</p>
<p>Leave blank normally, will be auto configured by rclone.</p>
<ul>
<li>Config: authorization</li>
<li>Env Var: RCLONE_SUGARSYNC_AUTHORIZATION</li>
<li>Type: string</li>
<li>Default: ""</li>
</ul>
2020-09-02 17:59:04 +02:00
<h4 id="sugarsync-authorization-expiry">--sugarsync-authorization-expiry</h4>
2020-02-01 11:31:42 +01:00
<p>Sugarsync authorization expiry</p>
<p>Leave blank normally, will be auto configured by rclone.</p>
<ul>
<li>Config: authorization_expiry</li>
<li>Env Var: RCLONE_SUGARSYNC_AUTHORIZATION_EXPIRY</li>
<li>Type: string</li>
<li>Default: ""</li>
</ul>
2020-09-02 17:59:04 +02:00
<h4 id="sugarsync-user">--sugarsync-user</h4>
2020-02-01 11:31:42 +01:00
<p>Sugarsync user</p>
<p>Leave blank normally, will be auto configured by rclone.</p>
<ul>
<li>Config: user</li>
<li>Env Var: RCLONE_SUGARSYNC_USER</li>
<li>Type: string</li>
<li>Default: ""</li>
</ul>
2020-09-02 17:59:04 +02:00
<h4 id="sugarsync-root-id">--sugarsync-root-id</h4>
2020-02-01 11:31:42 +01:00
<p>Sugarsync root id</p>
<p>Leave blank normally, will be auto configured by rclone.</p>
<ul>
<li>Config: root_id</li>
<li>Env Var: RCLONE_SUGARSYNC_ROOT_ID</li>
<li>Type: string</li>
<li>Default: ""</li>
</ul>
2020-09-02 17:59:04 +02:00
<h4 id="sugarsync-deleted-id">--sugarsync-deleted-id</h4>
2020-02-01 11:31:42 +01:00
<p>Sugarsync deleted folder id</p>
<p>Leave blank normally, will be auto configured by rclone.</p>
<ul>
<li>Config: deleted_id</li>
<li>Env Var: RCLONE_SUGARSYNC_DELETED_ID</li>
<li>Type: string</li>
<li>Default: ""</li>
</ul>
2020-09-02 17:59:04 +02:00
<h4 id="sugarsync-encoding">--sugarsync-encoding</h4>
2020-02-01 11:31:42 +01:00
<p>This sets the encoding for the backend.</p>
2020-05-27 17:11:47 +02:00
<p>See: the <a href="https://rclone.org/overview/#encoding">encoding section in the overview</a> for more info.</p>
2020-02-01 11:31:42 +01:00
<ul>
<li>Config: encoding</li>
<li>Env Var: RCLONE_SUGARSYNC_ENCODING</li>
<li>Type: MultiEncoder</li>
<li>Default: Slash,Ctl,InvalidUtf8,Dot</li>
</ul>
2021-02-02 14:42:35 +01:00
<h3 id="limitations-28">Limitations</h3>
<p><code>rclone about</code> is not supported by the SugarSync backend. Backends without this capability cannot determine free space for an rclone mount or use policy <code>mfs</code> (most free space) as a member of an rclone union remote.</p>
<p>See <a href="https://rclone.org/overview/#optional-features">List of backends that do not support rclone about</a> See <a href="https://rclone.org/commands/rclone_about/">rclone about</a></p>
2020-05-27 17:11:47 +02:00
<h2 id="tardigrade">Tardigrade</h2>
<p><a href="https://tardigrade.io">Tardigrade</a> is an encrypted, secure, and cost-effective object storage service that enables you to store, back up, and archive large amounts of data in a decentralized manner.</p>
2021-02-02 14:42:35 +01:00
<h2 id="setup-3">Setup</h2>
2020-05-27 17:11:47 +02:00
<p>To make a new Tardigrade configuration you need one of the following: * Access Grant that someone else shared with you. * <a href="https://documentation.tardigrade.io/getting-started/uploading-your-first-object/create-an-api-key">API Key</a> of a Tardigrade project you are a member of.</p>
<p>Here is an example of how to make a remote called <code>remote</code>. First run:</p>
<pre><code> rclone config</code></pre>
<p>This will guide you through an interactive setup process:</p>
<h3 id="setup-with-access-grant">Setup with access grant</h3>
<pre><code>No remotes found - make a new one
n) New remote
s) Set configuration password
q) Quit config
n/s/q&gt; n
name&gt; remote
Type of storage to configure.
Enter a string value. Press Enter for the default (&quot;&quot;).
Choose a number from below, or type in your own value
[snip]
XX / Tardigrade Decentralized Cloud Storage
\ &quot;tardigrade&quot;
[snip]
Storage&gt; tardigrade
** See help for tardigrade backend at: https://rclone.org/tardigrade/ **
Choose an authentication method.
Enter a string value. Press Enter for the default (&quot;existing&quot;).
Choose a number from below, or type in your own value
1 / Use an existing access grant.
\ &quot;existing&quot;
2 / Create a new access grant from satellite address, API key, and passphrase.
\ &quot;new&quot;
provider&gt; existing
Access Grant.
Enter a string value. Press Enter for the default (&quot;&quot;).
access_grant&gt; your-access-grant-received-by-someone-else
Remote config
--------------------
[remote]
type = tardigrade
access_grant = your-access-grant-received-by-someone-else
--------------------
y) Yes this is OK (default)
e) Edit this remote
d) Delete this remote
y/e/d&gt; y</code></pre>
2021-02-02 14:42:35 +01:00
<h3 id="setup-with-api-key-and-passphrase">Setup with API key and passphrase</h3>
2020-05-27 17:11:47 +02:00
<pre><code>No remotes found - make a new one
n) New remote
s) Set configuration password
q) Quit config
n/s/q&gt; n
name&gt; remote
Type of storage to configure.
Enter a string value. Press Enter for the default (&quot;&quot;).
Choose a number from below, or type in your own value
[snip]
XX / Tardigrade Decentralized Cloud Storage
\ &quot;tardigrade&quot;
[snip]
Storage&gt; tardigrade
** See help for tardigrade backend at: https://rclone.org/tardigrade/ **
Choose an authentication method.
Enter a string value. Press Enter for the default (&quot;existing&quot;).
Choose a number from below, or type in your own value
1 / Use an existing access grant.
\ &quot;existing&quot;
2 / Create a new access grant from satellite address, API key, and passphrase.
\ &quot;new&quot;
provider&gt; new
Satellite Address. Custom satellite address should match the format: `&lt;nodeid&gt;@&lt;address&gt;:&lt;port&gt;`.
Enter a string value. Press Enter for the default (&quot;us-central-1.tardigrade.io&quot;).
Choose a number from below, or type in your own value
1 / US Central 1
\ &quot;us-central-1.tardigrade.io&quot;
2 / Europe West 1
\ &quot;europe-west-1.tardigrade.io&quot;
3 / Asia East 1
\ &quot;asia-east-1.tardigrade.io&quot;
satellite_address&gt; 1
API Key.
Enter a string value. Press Enter for the default (&quot;&quot;).
api_key&gt; your-api-key-for-your-tardigrade-project
Encryption Passphrase. To access existing objects enter passphrase used for uploading.
Enter a string value. Press Enter for the default (&quot;&quot;).
passphrase&gt; your-human-readable-encryption-passphrase
Remote config
--------------------
[remote]
type = tardigrade
satellite_address = 12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S@us-central-1.tardigrade.io:7777
api_key = your-api-key-for-your-tardigrade-project
passphrase = your-human-readable-encryption-passphrase
access_grant = the-access-grant-generated-from-the-api-key-and-passphrase
--------------------
y) Yes this is OK (default)
e) Edit this remote
d) Delete this remote
y/e/d&gt; y</code></pre>
<h2 id="usage-1">Usage</h2>
2021-02-02 14:42:35 +01:00
<p>Paths are specified as <code>remote:bucket</code> (or <code>remote:</code> for the <code>lsf</code> command.) You may put subdirectories in too, e.g. <code>remote:bucket/path/to/dir</code>.</p>
2020-05-27 17:11:47 +02:00
<p>Once configured you can then use <code>rclone</code> like this.</p>
<h3 id="create-a-new-bucket">Create a new bucket</h3>
2020-09-02 17:59:04 +02:00
<p>Use the <code>mkdir</code> command to create new bucket, e.g. <code>bucket</code>.</p>
2020-05-27 17:11:47 +02:00
<pre><code>rclone mkdir remote:bucket</code></pre>
<h3 id="list-all-buckets">List all buckets</h3>
<p>Use the <code>lsf</code> command to list all buckets.</p>
<pre><code>rclone lsf remote:</code></pre>
<p>Note the colon (<code>:</code>) character at the end of the command line.</p>
<h3 id="delete-a-bucket">Delete a bucket</h3>
<p>Use the <code>rmdir</code> command to delete an empty bucket.</p>
<pre><code>rclone rmdir remote:bucket</code></pre>
<p>Use the <code>purge</code> command to delete a non-empty bucket with all its content.</p>
<pre><code>rclone purge remote:bucket</code></pre>
<h3 id="upload-objects">Upload objects</h3>
<p>Use the <code>copy</code> command to upload an object.</p>
<pre><code>rclone copy --progress /home/local/directory/file.ext remote:bucket/path/to/dir/</code></pre>
2020-09-02 17:59:04 +02:00
<p>The <code>--progress</code> flag is for displaying progress information. Remove it if you don't need this information.</p>
2020-05-27 17:11:47 +02:00
<p>Use a folder in the local path to upload all its objects.</p>
<pre><code>rclone copy --progress /home/local/directory/ remote:bucket/path/to/dir/</code></pre>
<p>Only modified files will be copied.</p>
<h3 id="list-objects">List objects</h3>
<p>Use the <code>ls</code> command to list recursively all objects in a bucket.</p>
<pre><code>rclone ls remote:bucket</code></pre>
<p>Add the folder to the remote path to list recursively all objects in this folder.</p>
<pre><code>rclone ls remote:bucket/path/to/dir/</code></pre>
<p>Use the <code>lsf</code> command to list non-recursively all objects in a bucket or a folder.</p>
<pre><code>rclone lsf remote:bucket/path/to/dir/</code></pre>
<h3 id="download-objects">Download objects</h3>
<p>Use the <code>copy</code> command to download an object.</p>
<pre><code>rclone copy --progress remote:bucket/path/to/dir/file.ext /home/local/directory/</code></pre>
2020-09-02 17:59:04 +02:00
<p>The <code>--progress</code> flag is for displaying progress information. Remove it if you don't need this information.</p>
2020-05-27 17:11:47 +02:00
<p>Use a folder in the remote path to download all its objects.</p>
<pre><code>rclone copy --progress remote:bucket/path/to/dir/ /home/local/directory/</code></pre>
<h3 id="delete-objects">Delete objects</h3>
<p>Use the <code>deletefile</code> command to delete a single object.</p>
<pre><code>rclone deletefile remote:bucket/path/to/dir/file.ext</code></pre>
<p>Use the <code>delete</code> command to delete all object in a folder.</p>
<pre><code>rclone delete remote:bucket/path/to/dir/</code></pre>
<h3 id="print-the-total-size-of-objects">Print the total size of objects</h3>
<p>Use the <code>size</code> command to print the total size of objects in a bucket or a folder.</p>
<pre><code>rclone size remote:bucket/path/to/dir/</code></pre>
<h3 id="sync-two-locations">Sync two Locations</h3>
<p>Use the <code>sync</code> command to sync the source to the destination, changing the destination only, deleting any excess files.</p>
2020-09-02 17:59:04 +02:00
<pre><code>rclone sync -i --progress /home/local/directory/ remote:bucket/path/to/dir/</code></pre>
<p>The <code>--progress</code> flag is for displaying progress information. Remove it if you don't need this information.</p>
2020-05-27 17:11:47 +02:00
<p>Since this can cause data loss, test first with the <code>--dry-run</code> flag to see exactly what would be copied and deleted.</p>
<p>The sync can be done also from Tardigrade to the local file system.</p>
2020-09-02 17:59:04 +02:00
<pre><code>rclone sync -i --progress remote:bucket/path/to/dir/ /home/local/directory/</code></pre>
2020-05-27 17:11:47 +02:00
<p>Or between two Tardigrade buckets.</p>
2020-09-02 17:59:04 +02:00
<pre><code>rclone sync -i --progress remote-us:bucket/path/to/dir/ remote-europe:bucket/path/to/dir/</code></pre>
2020-05-27 17:11:47 +02:00
<p>Or even between another cloud storage and Tardigrade.</p>
2020-09-02 17:59:04 +02:00
<pre><code>rclone sync -i --progress s3:bucket/path/to/dir/ tardigrade:bucket/path/to/dir/</code></pre>
2021-02-02 14:42:35 +01:00
<h3 id="standard-options-33">Standard Options</h3>
2020-05-27 17:11:47 +02:00
<p>Here are the standard options specific to tardigrade (Tardigrade Decentralized Cloud Storage).</p>
2020-09-02 17:59:04 +02:00
<h4 id="tardigrade-provider">--tardigrade-provider</h4>
2020-05-27 17:11:47 +02:00
<p>Choose an authentication method.</p>
<ul>
<li>Config: provider</li>
<li>Env Var: RCLONE_TARDIGRADE_PROVIDER</li>
<li>Type: string</li>
2020-09-02 17:59:04 +02:00
<li>Default: "existing"</li>
2020-05-27 17:11:47 +02:00
<li>Examples:
<ul>
2020-09-02 17:59:04 +02:00
<li>"existing"
2020-05-27 17:11:47 +02:00
<ul>
<li>Use an existing access grant.</li>
</ul></li>
2020-09-02 17:59:04 +02:00
<li>"new"
2020-05-27 17:11:47 +02:00
<ul>
<li>Create a new access grant from satellite address, API key, and passphrase.</li>
</ul></li>
</ul></li>
</ul>
2020-09-02 17:59:04 +02:00
<h4 id="tardigrade-access-grant">--tardigrade-access-grant</h4>
2020-05-27 17:11:47 +02:00
<p>Access Grant.</p>
<ul>
<li>Config: access_grant</li>
<li>Env Var: RCLONE_TARDIGRADE_ACCESS_GRANT</li>
<li>Type: string</li>
<li>Default: ""</li>
</ul>
2020-09-02 17:59:04 +02:00
<h4 id="tardigrade-satellite-address">--tardigrade-satellite-address</h4>
2020-05-27 17:11:47 +02:00
<p>Satellite Address. Custom satellite address should match the format: <code>&lt;nodeid&gt;@&lt;address&gt;:&lt;port&gt;</code>.</p>
<ul>
<li>Config: satellite_address</li>
<li>Env Var: RCLONE_TARDIGRADE_SATELLITE_ADDRESS</li>
<li>Type: string</li>
2020-09-02 17:59:04 +02:00
<li>Default: "us-central-1.tardigrade.io"</li>
2020-05-27 17:11:47 +02:00
<li>Examples:
<ul>
2020-09-02 17:59:04 +02:00
<li>"us-central-1.tardigrade.io"
2020-05-27 17:11:47 +02:00
<ul>
<li>US Central 1</li>
</ul></li>
2020-09-02 17:59:04 +02:00
<li>"europe-west-1.tardigrade.io"
2020-05-27 17:11:47 +02:00
<ul>
<li>Europe West 1</li>
</ul></li>
2020-09-02 17:59:04 +02:00
<li>"asia-east-1.tardigrade.io"
2020-05-27 17:11:47 +02:00
<ul>
<li>Asia East 1</li>
</ul></li>
</ul></li>
</ul>
2020-09-02 17:59:04 +02:00
<h4 id="tardigrade-api-key">--tardigrade-api-key</h4>
2020-05-27 17:11:47 +02:00
<p>API Key.</p>
<ul>
<li>Config: api_key</li>
<li>Env Var: RCLONE_TARDIGRADE_API_KEY</li>
<li>Type: string</li>
<li>Default: ""</li>
</ul>
2020-09-02 17:59:04 +02:00
<h4 id="tardigrade-passphrase">--tardigrade-passphrase</h4>
2020-05-27 17:11:47 +02:00
<p>Encryption Passphrase. To access existing objects enter passphrase used for uploading.</p>
<ul>
<li>Config: passphrase</li>
<li>Env Var: RCLONE_TARDIGRADE_PASSPHRASE</li>
<li>Type: string</li>
<li>Default: ""</li>
</ul>
2021-02-02 14:42:35 +01:00
<h3 id="limitations-29">Limitations</h3>
<p><code>rclone about</code> is not supported by the rclone Tardigrade backend. Backends without this capability cannot determine free space for an rclone mount or use policy <code>mfs</code> (most free space) as a member of an rclone union remote.</p>
<p>See <a href="https://rclone.org/overview/#optional-features">List of backends that do not support rclone about</a> See <a href="https://rclone.org/commands/rclone_about/">rclone about</a></p>
2018-10-15 12:03:08 +02:00
<h2 id="union">Union</h2>
<p>The <code>union</code> remote provides a unification similar to UnionFS using other remotes.</p>
2021-02-02 14:42:35 +01:00
<p>Paths may be as deep as required or a local path, e.g. <code>remote:directory/subdirectory</code> or <code>/directory/subdirectory</code>.</p>
2020-05-27 17:11:47 +02:00
<p>During the initial setup with <code>rclone config</code> you will specify the upstream remotes as a space separated list. The upstream remotes can either be a local paths or other remotes.</p>
2021-02-02 14:42:35 +01:00
<p>Attribute <code>:ro</code> and <code>:nc</code> can be attach to the end of path to tag the remote as <strong>read only</strong> or <strong>no create</strong>, e.g. <code>remote:directory/subdirectory:ro</code> or <code>remote:directory/subdirectory:nc</code>.</p>
<p>Subfolders can be used in upstream remotes. Assume a union remote named <code>backup</code> with the remotes <code>mydrive:private/backup</code>. Invoking <code>rclone mkdir backup:desktop</code> is exactly the same as invoking <code>rclone mkdir mydrive:private/backup/desktop</code>.</p>
<p>There will be no special handling of paths containing <code>..</code> segments. Invoking <code>rclone mkdir backup:../desktop</code> is exactly the same as invoking <code>rclone mkdir mydrive:private/backup/../desktop</code>.</p>
2020-05-27 17:11:47 +02:00
<h3 id="behavior-policies">Behavior / Policies</h3>
<p>The behavior of union backend is inspired by <a href="https://github.com/trapexit/mergerfs">trapexit/mergerfs</a>. All functions are grouped into 3 categories: <strong>action</strong>, <strong>create</strong> and <strong>search</strong>. These functions and categories can be assigned a policy which dictates what file or directory is chosen when performing that behavior. Any policy can be assigned to a function or category though some may not be very useful in practice. For instance: <strong>rand</strong> (random) may be useful for file creation (create) but could lead to very odd behavior if used for <code>delete</code> if there were more than one copy of the file.</p>
<h4 id="function-category-classifications">Function / Category classifications</h4>
<table>
<colgroup>
<col style="width: 8%" />
<col style="width: 21%" />
<col style="width: 70%" />
</colgroup>
<thead>
<tr class="header">
<th>Category</th>
<th>Description</th>
<th>Functions</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td>action</td>
<td>Writing Existing file</td>
<td>move, rmdir, rmdirs, delete, purge and copy, sync (as destination when file exist)</td>
</tr>
<tr class="even">
<td>create</td>
<td>Create non-existing file</td>
<td>copy, sync (as destination when file not exist)</td>
</tr>
<tr class="odd">
<td>search</td>
<td>Reading and listing file</td>
<td>ls, lsd, lsl, cat, md5sum, sha1sum and copy, sync (as source)</td>
</tr>
<tr class="even">
<td>N/A</td>
<td></td>
<td>size, about</td>
</tr>
</tbody>
</table>
<h4 id="path-preservation">Path Preservation</h4>
<p>Policies, as described below, are of two basic types. <code>path preserving</code> and <code>non-path preserving</code>.</p>
<p>All policies which start with <code>ep</code> (<strong>epff</strong>, <strong>eplfs</strong>, <strong>eplus</strong>, <strong>epmfs</strong>, <strong>eprand</strong>) are <code>path preserving</code>. <code>ep</code> stands for <code>existing path</code>.</p>
<p>A path preserving policy will only consider upstreams where the relative path being accessed already exists.</p>
<p>When using non-path preserving policies paths will be created in target upstreams as necessary.</p>
<h4 id="quota-relevant-policies">Quota Relevant Policies</h4>
<p>Some policies rely on quota information. These policies should be used only if your upstreams support the respective quota fields.</p>
<table>
<thead>
<tr class="header">
<th>Policy</th>
<th>Required Field</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td>lfs, eplfs</td>
<td>Free</td>
</tr>
<tr class="even">
<td>mfs, epmfs</td>
<td>Free</td>
</tr>
<tr class="odd">
<td>lus, eplus</td>
<td>Used</td>
</tr>
<tr class="even">
<td>lno, eplno</td>
<td>Objects</td>
</tr>
</tbody>
</table>
<p>To check if your upstream supports the field, run <code>rclone about remote: [flags]</code> and see if the required field exists.</p>
<h4 id="filters-1">Filters</h4>
<p>Policies basically search upstream remotes and create a list of files / paths for functions to work on. The policy is responsible for filtering and sorting. The policy type defines the sorting but filtering is mostly uniform as described below.</p>
<ul>
<li>No <strong>search</strong> policies filter.</li>
<li>All <strong>action</strong> policies will filter out remotes which are tagged as <strong>read-only</strong>.</li>
<li>All <strong>create</strong> policies will filter out remotes which are tagged <strong>read-only</strong> or <strong>no-create</strong>.</li>
</ul>
<p>If all remotes are filtered an error will be returned.</p>
<h4 id="policy-descriptions">Policy descriptions</h4>
<p>The policies definition are inspired by <a href="https://github.com/trapexit/mergerfs">trapexit/mergerfs</a> but not exactly the same. Some policy definition could be different due to the much larger latency of remote file systems.</p>
<table>
<colgroup>
<col style="width: 23%" />
<col style="width: 76%" />
</colgroup>
<thead>
<tr class="header">
<th>Policy</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td>all</td>
<td>Search category: same as <strong>epall</strong>. Action category: same as <strong>epall</strong>. Create category: act on all upstreams.</td>
</tr>
<tr class="even">
<td>epall (existing path, all)</td>
<td>Search category: Given this order configured, act on the first one found where the relative path exists. Action category: apply to all found. Create category: act on all upstreams where the relative path exists.</td>
</tr>
<tr class="odd">
<td>epff (existing path, first found)</td>
<td>Act on the first one found, by the time upstreams reply, where the relative path exists.</td>
</tr>
<tr class="even">
<td>eplfs (existing path, least free space)</td>
<td>Of all the upstreams on which the relative path exists choose the one with the least free space.</td>
</tr>
<tr class="odd">
<td>eplus (existing path, least used space)</td>
<td>Of all the upstreams on which the relative path exists choose the one with the least used space.</td>
</tr>
<tr class="even">
<td>eplno (existing path, least number of objects)</td>
<td>Of all the upstreams on which the relative path exists choose the one with the least number of objects.</td>
</tr>
<tr class="odd">
<td>epmfs (existing path, most free space)</td>
<td>Of all the upstreams on which the relative path exists choose the one with the most free space.</td>
</tr>
<tr class="even">
<td>eprand (existing path, random)</td>
<td>Calls <strong>epall</strong> and then randomizes. Returns only one upstream.</td>
</tr>
<tr class="odd">
<td>ff (first found)</td>
<td>Search category: same as <strong>epff</strong>. Action category: same as <strong>epff</strong>. Create category: Act on the first one found by the time upstreams reply.</td>
</tr>
<tr class="even">
<td>lfs (least free space)</td>
<td>Search category: same as <strong>eplfs</strong>. Action category: same as <strong>eplfs</strong>. Create category: Pick the upstream with the least available free space.</td>
</tr>
<tr class="odd">
<td>lus (least used space)</td>
<td>Search category: same as <strong>eplus</strong>. Action category: same as <strong>eplus</strong>. Create category: Pick the upstream with the least used space.</td>
</tr>
<tr class="even">
<td>lno (least number of objects)</td>
<td>Search category: same as <strong>eplno</strong>. Action category: same as <strong>eplno</strong>. Create category: Pick the upstream with the least number of objects.</td>
</tr>
<tr class="odd">
<td>mfs (most free space)</td>
<td>Search category: same as <strong>epmfs</strong>. Action category: same as <strong>epmfs</strong>. Create category: Pick the upstream with the most available free space.</td>
</tr>
<tr class="even">
<td>newest</td>
<td>Pick the file / directory with the largest mtime.</td>
</tr>
<tr class="odd">
<td>rand (random)</td>
<td>Calls <strong>all</strong> and then randomizes. Returns only one upstream.</td>
</tr>
</tbody>
</table>
2021-02-02 14:42:35 +01:00
<h3 id="setup-4">Setup</h3>
2018-10-15 12:03:08 +02:00
<p>Here is an example of how to make a union called <code>remote</code> for local folders. First run:</p>
<pre><code> rclone config</code></pre>
<p>This will guide you through an interactive setup process:</p>
<pre><code>No remotes found - make a new one
n) New remote
s) Set configuration password
q) Quit config
n/s/q&gt; n
name&gt; remote
Type of storage to configure.
Choose a number from below, or type in your own value
2019-08-26 16:25:20 +02:00
[snip]
XX / Union merges the contents of several remotes
2018-10-15 12:03:08 +02:00
\ &quot;union&quot;
2019-08-26 16:25:20 +02:00
[snip]
2018-10-15 12:03:08 +02:00
Storage&gt; union
2020-05-27 17:11:47 +02:00
List of space separated upstreams.
Can be &#39;upstreama:test/dir upstreamb:&#39;, &#39;\&quot;upstreama:test/space:ro dir\&quot; upstreamb:&#39;, etc.
2018-10-15 12:03:08 +02:00
Enter a string value. Press Enter for the default (&quot;&quot;).
2021-02-02 14:42:35 +01:00
upstreams&gt; remote1:dir1 remote2:dir2 remote3:dir3
2020-05-27 17:11:47 +02:00
Policy to choose upstream on ACTION class.
Enter a string value. Press Enter for the default (&quot;epall&quot;).
action_policy&gt;
Policy to choose upstream on CREATE class.
Enter a string value. Press Enter for the default (&quot;epmfs&quot;).
create_policy&gt;
Policy to choose upstream on SEARCH class.
Enter a string value. Press Enter for the default (&quot;ff&quot;).
search_policy&gt;
Cache time of usage and free space (in seconds). This option is only useful when a path preserving policy is used.
Enter a signed integer. Press Enter for the default (&quot;120&quot;).
cache_time&gt;
2018-10-15 12:03:08 +02:00
Remote config
--------------------
[remote]
type = union
2021-02-02 14:42:35 +01:00
upstreams = remote1:dir1 remote2:dir2 remote3:dir3
2018-10-15 12:03:08 +02:00
--------------------
y) Yes this is OK
e) Edit this remote
d) Delete this remote
y/e/d&gt; y
Current remotes:
Name Type
==== ====
remote union
e) Edit existing remote
n) New remote
d) Delete remote
r) Rename remote
c) Copy remote
s) Set configuration password
q) Quit config
e/n/d/r/c/s/q&gt; q</code></pre>
<p>Once configured you can then use <code>rclone</code> like this,</p>
2021-02-02 14:42:35 +01:00
<p>List directories in top level in <code>remote1:dir1</code>, <code>remote2:dir2</code> and <code>remote3:dir3</code></p>
2018-10-15 12:03:08 +02:00
<pre><code>rclone lsd remote:</code></pre>
2021-02-02 14:42:35 +01:00
<p>List all the files in <code>remote1:dir1</code>, <code>remote2:dir2</code> and <code>remote3:dir3</code></p>
2018-10-15 12:03:08 +02:00
<pre><code>rclone ls remote:</code></pre>
2021-02-02 14:42:35 +01:00
<p>Copy another local directory to the union directory called source, which will be placed into <code>remote3:dir3</code></p>
2018-10-15 12:03:08 +02:00
<pre><code>rclone copy C:\source remote:source</code></pre>
2021-02-02 14:42:35 +01:00
<h3 id="standard-options-34">Standard Options</h3>
2020-05-27 17:11:47 +02:00
<p>Here are the standard options specific to union (Union merges the contents of several upstream fs).</p>
2020-09-02 17:59:04 +02:00
<h4 id="union-upstreams">--union-upstreams</h4>
<p>List of space separated upstreams. Can be 'upstreama:test/dir upstreamb:', '"upstreama:test/space:ro dir" upstreamb:', etc.</p>
2018-10-15 12:03:08 +02:00
<ul>
2020-05-27 17:11:47 +02:00
<li>Config: upstreams</li>
<li>Env Var: RCLONE_UNION_UPSTREAMS</li>
2018-10-15 12:03:08 +02:00
<li>Type: string</li>
2020-02-01 11:31:42 +01:00
<li>Default: ""</li>
2018-10-15 12:03:08 +02:00
</ul>
2020-09-02 17:59:04 +02:00
<h4 id="union-action-policy">--union-action-policy</h4>
2020-05-27 17:11:47 +02:00
<p>Policy to choose upstream on ACTION category.</p>
<ul>
<li>Config: action_policy</li>
<li>Env Var: RCLONE_UNION_ACTION_POLICY</li>
<li>Type: string</li>
2020-09-02 17:59:04 +02:00
<li>Default: "epall"</li>
2020-05-27 17:11:47 +02:00
</ul>
2020-09-02 17:59:04 +02:00
<h4 id="union-create-policy">--union-create-policy</h4>
2020-05-27 17:11:47 +02:00
<p>Policy to choose upstream on CREATE category.</p>
<ul>
<li>Config: create_policy</li>
<li>Env Var: RCLONE_UNION_CREATE_POLICY</li>
<li>Type: string</li>
2020-09-02 17:59:04 +02:00
<li>Default: "epmfs"</li>
2020-05-27 17:11:47 +02:00
</ul>
2020-09-02 17:59:04 +02:00
<h4 id="union-search-policy">--union-search-policy</h4>
2020-05-27 17:11:47 +02:00
<p>Policy to choose upstream on SEARCH category.</p>
<ul>
<li>Config: search_policy</li>
<li>Env Var: RCLONE_UNION_SEARCH_POLICY</li>
<li>Type: string</li>
2020-09-02 17:59:04 +02:00
<li>Default: "ff"</li>
2020-05-27 17:11:47 +02:00
</ul>
2020-09-02 17:59:04 +02:00
<h4 id="union-cache-time">--union-cache-time</h4>
2020-05-27 17:11:47 +02:00
<p>Cache time of usage and free space (in seconds). This option is only useful when a path preserving policy is used.</p>
<ul>
<li>Config: cache_time</li>
<li>Env Var: RCLONE_UNION_CACHE_TIME</li>
<li>Type: int</li>
<li>Default: 120</li>
</ul>
2017-12-23 14:07:45 +01:00
<h2 id="webdav">WebDAV</h2>
<p>Paths are specified as <code>remote:path</code></p>
2021-02-02 14:42:35 +01:00
<p>Paths may be as deep as required, e.g. <code>remote:directory/subdirectory</code>.</p>
2017-12-23 14:07:45 +01:00
<p>To configure the WebDAV remote you will need to have a URL for it, and a username and password. If you know what kind of system you are connecting to then rclone can enable extra features.</p>
<p>Here is an example of how to make a remote called <code>remote</code>. First run:</p>
<pre><code> rclone config</code></pre>
<p>This will guide you through an interactive setup process:</p>
<pre><code>No remotes found - make a new one
n) New remote
s) Set configuration password
q) Quit config
n/s/q&gt; n
name&gt; remote
Type of storage to configure.
Choose a number from below, or type in your own value
2018-09-01 13:58:00 +02:00
[snip]
2019-08-26 16:25:20 +02:00
XX / Webdav
2017-12-23 14:07:45 +01:00
\ &quot;webdav&quot;
2018-09-01 13:58:00 +02:00
[snip]
2017-12-23 14:07:45 +01:00
Storage&gt; webdav
URL of http host to connect to
Choose a number from below, or type in your own value
1 / Connect to example.com
\ &quot;https://example.com&quot;
url&gt; https://example.com/remote.php/webdav/
2018-09-01 13:58:00 +02:00
Name of the Webdav site/service/software you are using
2017-12-23 14:07:45 +01:00
Choose a number from below, or type in your own value
1 / Nextcloud
\ &quot;nextcloud&quot;
2 / Owncloud
\ &quot;owncloud&quot;
2021-03-31 20:12:08 +02:00
3 / Sharepoint Online, authenticated by Microsoft account.
2018-04-28 12:46:27 +02:00
\ &quot;sharepoint&quot;
2021-03-31 20:12:08 +02:00
4 / Sharepoint with NTLM authentication. Usually self-hosted or on-premises.
\ &quot;sharepoint-ntlm&quot;
5 / Other site/service or software
2017-12-23 14:07:45 +01:00
\ &quot;other&quot;
vendor&gt; 1
User name
user&gt; user
Password.
y) Yes type in my own password
g) Generate random password
n) No leave this optional password blank
y/g/n&gt; y
Enter the password:
password:
Confirm the password:
password:
2021-02-02 14:42:35 +01:00
Bearer token instead of user/pass (e.g. a Macaroon)
2019-08-26 16:25:20 +02:00
bearer_token&gt;
2017-12-23 14:07:45 +01:00
Remote config
--------------------
[remote]
2018-09-01 13:58:00 +02:00
type = webdav
2017-12-23 14:07:45 +01:00
url = https://example.com/remote.php/webdav/
vendor = nextcloud
user = user
pass = *** ENCRYPTED ***
2019-08-26 16:25:20 +02:00
bearer_token =
2017-12-23 14:07:45 +01:00
--------------------
y) Yes this is OK
e) Edit this remote
d) Delete this remote
y/e/d&gt; y</code></pre>
<p>Once configured you can then use <code>rclone</code> like this,</p>
<p>List directories in top level of your WebDAV</p>
<pre><code>rclone lsd remote:</code></pre>
<p>List all the files in your WebDAV</p>
<pre><code>rclone ls remote:</code></pre>
<p>To copy a local directory to an WebDAV directory called backup</p>
<pre><code>rclone copy /home/source remote:backup</code></pre>
2021-02-02 14:42:35 +01:00
<h3 id="modified-time-and-hashes-12">Modified time and hashes</h3>
2017-12-23 14:07:45 +01:00
<p>Plain WebDAV does not support modified times. However when used with Owncloud or Nextcloud rclone will support modified times.</p>
2019-04-13 12:01:58 +02:00
<p>Likewise plain WebDAV does not support hashes, however when used with Owncloud or Nextcloud rclone will support SHA1 and MD5 hashes. Depending on the exact version of Owncloud or Nextcloud hashes may appear on all objects, or only on objects which had a hash uploaded with them.</p>
2021-02-02 14:42:35 +01:00
<h3 id="standard-options-35">Standard Options</h3>
2018-10-15 12:03:08 +02:00
<p>Here are the standard options specific to webdav (Webdav).</p>
2020-09-02 17:59:04 +02:00
<h4 id="webdav-url">--webdav-url</h4>
2018-10-15 12:03:08 +02:00
<p>URL of http host to connect to</p>
<ul>
<li>Config: url</li>
<li>Env Var: RCLONE_WEBDAV_URL</li>
<li>Type: string</li>
2020-02-01 11:31:42 +01:00
<li>Default: ""</li>
2018-10-15 12:03:08 +02:00
<li>Examples:
<ul>
2020-09-02 17:59:04 +02:00
<li>"https://example.com"
2018-10-15 12:03:08 +02:00
<ul>
<li>Connect to example.com</li>
</ul></li>
</ul></li>
</ul>
2020-09-02 17:59:04 +02:00
<h4 id="webdav-vendor">--webdav-vendor</h4>
2018-10-15 12:03:08 +02:00
<p>Name of the Webdav site/service/software you are using</p>
<ul>
<li>Config: vendor</li>
<li>Env Var: RCLONE_WEBDAV_VENDOR</li>
<li>Type: string</li>
2020-02-01 11:31:42 +01:00
<li>Default: ""</li>
2018-10-15 12:03:08 +02:00
<li>Examples:
<ul>
2020-09-02 17:59:04 +02:00
<li>"nextcloud"
2018-10-15 12:03:08 +02:00
<ul>
<li>Nextcloud</li>
</ul></li>
2020-09-02 17:59:04 +02:00
<li>"owncloud"
2018-10-15 12:03:08 +02:00
<ul>
<li>Owncloud</li>
</ul></li>
2020-09-02 17:59:04 +02:00
<li>"sharepoint"
2018-10-15 12:03:08 +02:00
<ul>
2021-03-31 20:12:08 +02:00
<li>Sharepoint Online, authenticated by Microsoft account.</li>
</ul></li>
<li>"sharepoint-ntlm"
<ul>
<li>Sharepoint with NTLM authentication. Usually self-hosted or on-premises.</li>
2018-10-15 12:03:08 +02:00
</ul></li>
2020-09-02 17:59:04 +02:00
<li>"other"
2018-10-15 12:03:08 +02:00
<ul>
<li>Other site/service or software</li>
</ul></li>
</ul></li>
</ul>
2020-09-02 17:59:04 +02:00
<h4 id="webdav-user">--webdav-user</h4>
2021-03-31 20:12:08 +02:00
<p>User name. In case NTLM authentication is used, the username should be in the format 'Domain'.</p>
2018-10-15 12:03:08 +02:00
<ul>
<li>Config: user</li>
<li>Env Var: RCLONE_WEBDAV_USER</li>
<li>Type: string</li>
2020-02-01 11:31:42 +01:00
<li>Default: ""</li>
2018-10-15 12:03:08 +02:00
</ul>
2020-09-02 17:59:04 +02:00
<h4 id="webdav-pass">--webdav-pass</h4>
2018-10-15 12:03:08 +02:00
<p>Password.</p>
2020-09-02 17:59:04 +02:00
<p><strong>NB</strong> Input to this must be obscured - see <a href="https://rclone.org/commands/rclone_obscure/">rclone obscure</a>.</p>
2018-10-15 12:03:08 +02:00
<ul>
<li>Config: pass</li>
<li>Env Var: RCLONE_WEBDAV_PASS</li>
<li>Type: string</li>
2020-02-01 11:31:42 +01:00
<li>Default: ""</li>
2018-10-15 12:03:08 +02:00
</ul>
2020-09-02 17:59:04 +02:00
<h4 id="webdav-bearer-token">--webdav-bearer-token</h4>
2021-02-02 14:42:35 +01:00
<p>Bearer token instead of user/pass (e.g. a Macaroon)</p>
2018-10-15 12:03:08 +02:00
<ul>
<li>Config: bearer_token</li>
<li>Env Var: RCLONE_WEBDAV_BEARER_TOKEN</li>
<li>Type: string</li>
2020-02-01 11:31:42 +01:00
<li>Default: ""</li>
2018-10-15 12:03:08 +02:00
</ul>
2021-02-02 14:42:35 +01:00
<h3 id="advanced-options-34">Advanced Options</h3>
2019-08-26 16:25:20 +02:00
<p>Here are the advanced options specific to webdav (Webdav).</p>
2020-09-02 17:59:04 +02:00
<h4 id="webdav-bearer-token-command">--webdav-bearer-token-command</h4>
2019-08-26 16:25:20 +02:00
<p>Command to run to get a bearer token</p>
<ul>
<li>Config: bearer_token_command</li>
<li>Env Var: RCLONE_WEBDAV_BEARER_TOKEN_COMMAND</li>
<li>Type: string</li>
2020-02-01 11:31:42 +01:00
<li>Default: ""</li>
2019-08-26 16:25:20 +02:00
</ul>
2021-03-31 20:12:08 +02:00
<h4 id="webdav-encoding">--webdav-encoding</h4>
<p>This sets the encoding for the backend.</p>
<p>See: the <a href="https://rclone.org/overview/#encoding">encoding section in the overview</a> for more info.</p>
<p>Default encoding is Slash,LtGt,DoubleQuote,Colon,Question,Asterisk,Pipe,Hash,Percent,BackSlash,Del,Ctl,LeftSpace,LeftTilde,RightSpace,RightPeriod,InvalidUtf8 for sharepoint-ntlm or identity otherwise.</p>
<ul>
<li>Config: encoding</li>
<li>Env Var: RCLONE_WEBDAV_ENCODING</li>
<li>Type: string</li>
<li>Default: ""</li>
</ul>
2018-09-01 13:58:00 +02:00
<h2 id="provider-notes">Provider notes</h2>
<p>See below for notes on specific providers.</p>
2017-12-23 14:07:45 +01:00
<h3 id="owncloud">Owncloud</h3>
<p>Click on the settings cog in the bottom right of the page and this will show the WebDAV URL that rclone needs in the config step. It will look something like <code>https://example.com/remote.php/webdav/</code>.</p>
<p>Owncloud supports modified times using the <code>X-OC-Mtime</code> header.</p>
<h3 id="nextcloud">Nextcloud</h3>
2021-02-02 14:42:35 +01:00
<p>This is configured in an identical way to Owncloud. Note that Nextcloud initially did not support streaming of files (<code>rcat</code>) whereas Owncloud did, but <a href="https://github.com/nextcloud/nextcloud-snap/issues/365">this</a> seems to be fixed as of 2020-11-27 (tested with rclone v1.53.1 and Nextcloud Server v19).</p>
2021-03-31 20:12:08 +02:00
<h3 id="sharepoint-online">Sharepoint Online</h3>
<p>Rclone can be used with Sharepoint provided by OneDrive for Business or Office365 Education Accounts. This feature is only needed for a few of these Accounts, mostly Office365 Education ones. These accounts are sometimes not verified by the domain owner <a href="https://github.com/rclone/rclone/issues/1975">github#1975</a></p>
2020-09-02 17:59:04 +02:00
<p>This means that these accounts can't be added using the official API (other Accounts should work with the "onedrive" option). However, it is possible to access them using webdav.</p>
<p>To use a sharepoint remote with rclone, add it like this: First, you need to get your remote's URL:</p>
2018-04-28 12:46:27 +02:00
<ul>
<li>Go <a href="https://onedrive.live.com/about/en-us/signin/">here</a> to open your OneDrive or to sign in</li>
<li>Now take a look at your address bar, the URL should look like this: <code>https://[YOUR-DOMAIN]-my.sharepoint.com/personal/[YOUR-EMAIL]/_layouts/15/onedrive.aspx</code></li>
</ul>
2020-09-02 17:59:04 +02:00
<p>You'll only need this URL up to the email address. After that, you'll most likely want to add "/Documents". That subdirectory contains the actual data stored on your OneDrive.</p>
2018-04-28 12:46:27 +02:00
<p>Add the remote to rclone like this: Configure the <code>url</code> as <code>https://[YOUR-DOMAIN]-my.sharepoint.com/personal/[YOUR-EMAIL]/Documents</code> and use your normal account email and password for <code>user</code> and <code>pass</code>. If you have 2FA enabled, you have to generate an app password. Set the <code>vendor</code> to <code>sharepoint</code>.</p>
<p>Your config file should look like this:</p>
<pre><code>[sharepoint]
type = webdav
url = https://[YOUR-DOMAIN]-my.sharepoint.com/personal/[YOUR-EMAIL]/Documents
2021-03-31 20:12:08 +02:00
vendor = sharepoint
2018-04-28 12:46:27 +02:00
user = YourEmailAddress
pass = encryptedpassword</code></pre>
2021-03-31 20:12:08 +02:00
<h3 id="sharepoint-with-ntlm-authentication">Sharepoint with NTLM Authentication</h3>
<p>Use this option in case your (hosted) Sharepoint is not tied to OneDrive accounts and uses NTLM authentication.</p>
<p>To get the <code>url</code> configuration, similarly to the above, first navigate to the desired directory in your browser to get the URL, then strip everything after the name of the opened directory.</p>
<p>Example: If the URL is: https://example.sharepoint.com/sites/12345/Documents/Forms/AllItems.aspx</p>
<p>The configuration to use would be: https://example.sharepoint.com/sites/12345/Documents</p>
<p>Set the <code>vendor</code> to <code>sharepoint-ntlm</code>.</p>
<p>NTLM uses domain and user name combination for authentication, set <code>user</code> to <code>DOMAIN\username</code>.</p>
<p>Your config file should look like this:</p>
<pre><code>[sharepoint]
type = webdav
url = https://[YOUR-DOMAIN]/some-path-to/Documents
vendor = sharepoint-ntlm
user = DOMAIN\user
pass = encryptedpassword</code></pre>
2019-10-26 12:04:54 +02:00
<h4 id="required-flags-for-sharepoint">Required Flags for SharePoint</h4>
2020-09-02 17:59:04 +02:00
<p>As SharePoint does some special things with uploaded documents, you won't be able to use the documents size or the documents hash to compare if a file has been changed since the upload / which file is newer.</p>
<p>For Rclone calls copying files (especially Office files such as .docx, .xlsx, etc.) from/to SharePoint (like copy, sync, etc.), you should append these flags to ensure Rclone uses the "Last Modified" datetime property to compare your documents:</p>
2019-10-26 12:04:54 +02:00
<pre><code>--ignore-size --ignore-checksum --update</code></pre>
2018-09-01 13:58:00 +02:00
<h3 id="dcache">dCache</h3>
2019-08-26 16:25:20 +02:00
<p>dCache is a storage system that supports many protocols and authentication/authorisation schemes. For WebDAV clients, it allows users to authenticate with username and password (BASIC), X.509, Kerberos, and various bearer tokens, including <a href="https://www.dcache.org/manuals/workshop-2017-05-29-Umea/000-Final/anupam_macaroons_v02.pdf">Macaroons</a> and <a href="https://en.wikipedia.org/wiki/OpenID_Connect">OpenID-Connect</a> access tokens.</p>
2020-09-02 17:59:04 +02:00
<p>Configure as normal using the <code>other</code> type. Don't enter a username or password, instead enter your Macaroon as the <code>bearer_token</code>.</p>
2018-09-01 13:58:00 +02:00
<p>The config will end up looking something like this.</p>
<pre><code>[dcache]
type = webdav
url = https://dcache...
vendor = other
user =
pass =
bearer_token = your-macaroon</code></pre>
2019-02-09 11:42:57 +01:00
<p>There is a <a href="https://github.com/sara-nl/GridScripts/blob/master/get-macaroon">script</a> that obtains a Macaroon from a dCache WebDAV endpoint, and creates an rclone config file.</p>
2019-08-26 16:25:20 +02:00
<p>Macaroons may also be obtained from the dCacheView web-browser/JavaScript client that comes with dCache.</p>
<h3 id="openid-connect">OpenID-Connect</h3>
<p>dCache also supports authenticating with OpenID-Connect access tokens. OpenID-Connect is a protocol (based on OAuth 2.0) that allows services to identify users who have authenticated with some central service.</p>
<p>Support for OpenID-Connect in rclone is currently achieved using another software package called <a href="https://github.com/indigo-dc/oidc-agent">oidc-agent</a>. This is a command-line tool that facilitates obtaining an access token. Once installed and configured, an access token is obtained by running the <code>oidc-token</code> command. The following example shows a (shortened) access token obtained from the <em>XDC</em> OIDC Provider.</p>
<pre><code>paul@celebrimbor:~$ oidc-token XDC
eyJraWQ[...]QFXDt0
paul@celebrimbor:~$</code></pre>
<p><strong>Note</strong> Before the <code>oidc-token</code> command will work, the refresh token must be loaded into the oidc agent. This is done with the <code>oidc-add</code> command (e.g., <code>oidc-add XDC</code>). This is typically done once per login session. Full details on this and how to register oidc-agent with your OIDC Provider are provided in the <a href="https://indigo-dc.gitbooks.io/oidc-agent/">oidc-agent documentation</a>.</p>
<p>The rclone <code>bearer_token_command</code> configuration option is used to fetch the access token from oidc-agent.</p>
2020-09-02 17:59:04 +02:00
<p>Configure as a normal WebDAV endpoint, using the 'other' vendor, leaving the username and password empty. When prompted, choose to edit the advanced config and enter the command to get a bearer token (e.g., <code>oidc-agent XDC</code>).</p>
2019-08-26 16:25:20 +02:00
<p>The following example config shows a WebDAV endpoint that uses oidc-agent to supply an access token from the <em>XDC</em> OIDC Provider.</p>
<pre><code>[dcache]
type = webdav
url = https://dcache.example.org/
vendor = other
bearer_token_command = oidc-token XDC</code></pre>
2017-09-30 15:19:47 +02:00
<h2 id="yandex-disk">Yandex Disk</h2>
<p><a href="https://disk.yandex.com">Yandex Disk</a> is a cloud storage solution created by <a href="https://yandex.com">Yandex</a>.</p>
<p>Here is an example of making a yandex configuration. First run</p>
<pre><code>rclone config</code></pre>
<p>This will guide you through an interactive setup process:</p>
2016-08-24 23:58:24 +02:00
<pre><code>No remotes found - make a new one
n) New remote
s) Set configuration password
2017-09-30 15:19:47 +02:00
n/s&gt; n
name&gt; remote
2016-08-24 23:58:24 +02:00
Type of storage to configure.
Choose a number from below, or type in your own value
2019-08-26 16:25:20 +02:00
[snip]
XX / Yandex Disk
2016-08-24 23:58:24 +02:00
\ &quot;yandex&quot;
2019-08-26 16:25:20 +02:00
[snip]
Storage&gt; yandex
2017-09-30 15:19:47 +02:00
Yandex Client Id - leave blank normally.
client_id&gt;
Yandex Client Secret - leave blank normally.
client_secret&gt;
Remote config
Use auto config?
* Say Y if not sure
* Say N if you are working on a remote or headless machine
2016-08-24 23:58:24 +02:00
y) Yes
n) No
y/n&gt; y
2017-09-30 15:19:47 +02:00
If your browser doesn&#39;t open automatically go to the following link: http://127.0.0.1:53682/auth
Log in and authorize rclone for access
Waiting for code...
Got code
2016-08-24 23:58:24 +02:00
--------------------
2017-09-30 15:19:47 +02:00
[remote]
client_id =
client_secret =
token = {&quot;access_token&quot;:&quot;xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx&quot;,&quot;token_type&quot;:&quot;bearer&quot;,&quot;expiry&quot;:&quot;2016-12-29T12:27:11.362788025Z&quot;}
2016-08-24 23:58:24 +02:00
--------------------
y) Yes this is OK
e) Edit this remote
d) Delete this remote
y/e/d&gt; y</code></pre>
2017-09-30 15:19:47 +02:00
<p>See the <a href="https://rclone.org/remote_setup/">remote setup docs</a> for how to set it up on a machine with no Internet browser available.</p>
<p>Note that rclone runs a webserver on your local machine to collect the token as returned from Yandex Disk. This only runs from the moment it opens your browser to the moment you get back the verification code. This is on <code>http://127.0.0.1:53682/</code> and this it may require you to unblock it temporarily if you are running a host firewall.</p>
<p>Once configured you can then use <code>rclone</code> like this,</p>
<p>See top level directories</p>
<pre><code>rclone lsd remote:</code></pre>
<p>Make a new directory</p>
<pre><code>rclone mkdir remote:directory</code></pre>
<p>List the contents of a directory</p>
<pre><code>rclone ls remote:directory</code></pre>
<p>Sync <code>/home/local/directory</code> to the remote path, deleting any excess files in the path.</p>
2020-09-02 17:59:04 +02:00
<pre><code>rclone sync -i /home/local/directory remote:directory</code></pre>
2021-02-02 14:42:35 +01:00
<p>Yandex paths may be as deep as required, e.g. <code>remote:directory/subdirectory</code>.</p>
<h3 id="modified-time-13">Modified time</h3>
2017-09-30 15:19:47 +02:00
<p>Modified times are supported and are stored accurate to 1 ns in custom metadata called <code>rclone_modified</code> in RFC3339 with nanoseconds format.</p>
<h3 id="md5-checksums">MD5 checksums</h3>
<p>MD5 checksums are natively supported by Yandex Disk.</p>
2021-02-02 14:42:35 +01:00
<h3 id="emptying-trash-2">Emptying Trash</h3>
2017-09-30 15:19:47 +02:00
<p>If you wish to empty your trash you can use the <code>rclone cleanup remote:</code> command which will permanently delete all your trashed files. This command does not take any path arguments.</p>
2021-02-02 14:42:35 +01:00
<h3 id="quota-information-3">Quota information</h3>
2018-11-24 14:44:25 +01:00
<p>To view your current quota you can use the <code>rclone about remote:</code> command which will display your usage limit (quota) and the current usage.</p>
2021-02-02 14:42:35 +01:00
<h4 id="restricted-filename-characters-27">Restricted filename characters</h4>
2020-05-27 17:11:47 +02:00
<p>The <a href="https://rclone.org/overview/#restricted-characters">default restricted characters set</a> are replaced.</p>
2020-09-02 17:59:04 +02:00
<p>Invalid UTF-8 bytes will also be <a href="https://rclone.org/overview/#invalid-utf8">replaced</a>, as they can't be used in JSON strings.</p>
2021-02-02 14:42:35 +01:00
<h3 id="limitations-30">Limitations</h3>
2020-09-02 17:59:04 +02:00
<p>When uploading very large files (bigger than about 5GB) you will need to increase the <code>--timeout</code> parameter. This is because Yandex pauses (perhaps to calculate the MD5SUM for the entire file) before returning confirmation that the file has been uploaded. The default handling of timeouts in rclone is to assume a 5 minute pause is an error and close the connection - you'll see <code>net/http: timeout awaiting response headers</code> errors in the logs if this is happening. Setting the timeout to twice the max size of file in GB should be enough, so if you want to upload a 30GB file set a timeout of <code>2 * 30 = 60m</code>, that is <code>--timeout 60m</code>.</p>
2021-02-02 14:42:35 +01:00
<h3 id="standard-options-36">Standard Options</h3>
2018-10-15 12:03:08 +02:00
<p>Here are the standard options specific to yandex (Yandex Disk).</p>
2020-09-02 17:59:04 +02:00
<h4 id="yandex-client-id">--yandex-client-id</h4>
<p>OAuth Client Id Leave blank normally.</p>
2018-10-15 12:03:08 +02:00
<ul>
<li>Config: client_id</li>
<li>Env Var: RCLONE_YANDEX_CLIENT_ID</li>
<li>Type: string</li>
2020-02-01 11:31:42 +01:00
<li>Default: ""</li>
2018-10-15 12:03:08 +02:00
</ul>
2020-09-02 17:59:04 +02:00
<h4 id="yandex-client-secret">--yandex-client-secret</h4>
<p>OAuth Client Secret Leave blank normally.</p>
2018-10-15 12:03:08 +02:00
<ul>
<li>Config: client_secret</li>
<li>Env Var: RCLONE_YANDEX_CLIENT_SECRET</li>
<li>Type: string</li>
2020-02-01 11:31:42 +01:00
<li>Default: ""</li>
2018-10-15 12:03:08 +02:00
</ul>
2021-02-02 14:42:35 +01:00
<h3 id="advanced-options-35">Advanced Options</h3>
2018-11-24 14:44:25 +01:00
<p>Here are the advanced options specific to yandex (Yandex Disk).</p>
2020-09-02 17:59:04 +02:00
<h4 id="yandex-token">--yandex-token</h4>
<p>OAuth Access Token as a JSON blob.</p>
2018-11-24 14:44:25 +01:00
<ul>
2020-09-02 17:59:04 +02:00
<li>Config: token</li>
<li>Env Var: RCLONE_YANDEX_TOKEN</li>
<li>Type: string</li>
<li>Default: ""</li>
</ul>
<h4 id="yandex-auth-url">--yandex-auth-url</h4>
<p>Auth server URL. Leave blank to use the provider defaults.</p>
<ul>
2021-02-02 14:42:35 +01:00
<li>Config: auth_url</li>
<li>Env Var: RCLONE_YANDEX_AUTH_URL</li>
<li>Type: string</li>
<li>Default: ""</li>
</ul>
<h4 id="yandex-token-url">--yandex-token-url</h4>
<p>Token server url. Leave blank to use the provider defaults.</p>
<ul>
<li>Config: token_url</li>
<li>Env Var: RCLONE_YANDEX_TOKEN_URL</li>
<li>Type: string</li>
<li>Default: ""</li>
</ul>
<h4 id="yandex-encoding">--yandex-encoding</h4>
<p>This sets the encoding for the backend.</p>
<p>See: the <a href="https://rclone.org/overview/#encoding">encoding section in the overview</a> for more info.</p>
<ul>
<li>Config: encoding</li>
<li>Env Var: RCLONE_YANDEX_ENCODING</li>
<li>Type: MultiEncoder</li>
<li>Default: Slash,Del,Ctl,InvalidUtf8,Dot</li>
</ul>
<h2 id="zoho-workdrive">Zoho Workdrive</h2>
<p><a href="https://www.zoho.com/workdrive/">Zoho WorkDrive</a> is a cloud storage solution created by <a href="https://zoho.com">Zoho</a>.</p>
<p>Here is an example of making a zoho configuration. First run</p>
<pre><code>rclone config</code></pre>
<p>This will guide you through an interactive setup process:</p>
<pre><code>No remotes found - make a new one
n) New remote
s) Set configuration password
n/s&gt; n
name&gt; remote
Type of storage to configure.
Enter a string value. Press Enter for the default (&quot;&quot;).
Choose a number from below, or type in your own value
[snip]
XX / Zoho
\ &quot;zoho&quot;
[snip]
Storage&gt; zoho
** See help for zoho backend at: https://rclone.org/zoho/ **
OAuth Client Id
Leave blank normally.
Enter a string value. Press Enter for the default (&quot;&quot;).
client_id&gt;
OAuth Client Secret
Leave blank normally.
Enter a string value. Press Enter for the default (&quot;&quot;).
client_secret&gt;
Edit advanced config? (y/n)
y) Yes
n) No (default)
y/n&gt; n
Remote config
Use auto config?
* Say Y if not sure
* Say N if you are working on a remote or headless machine
y) Yes (default)
n) No
y/n&gt;
If your browser doesn&#39;t open automatically go to the following link: http://127.0.0.1:53682/auth?state=LVn0IHzxej1ZkmQw31d0wQ
Log in and authorize rclone for access
Waiting for code...
Got code
Choose a number from below, or type in your own value
1 / MyTeam
\ &quot;4u28602177065ff22426787a6745dba8954eb&quot;
Enter a Team ID&gt; 1
Choose a number from below, or type in your own value
1 / General
\ &quot;4u2869d2aa6fca04f4f2f896b6539243b85b1&quot;
Enter a Workspace ID&gt; 1
--------------------
[remote]
type = zoho
token = {&quot;access_token&quot;:&quot;xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx&quot;,&quot;token_type&quot;:&quot;Zoho-oauthtoken&quot;,&quot;refresh_token&quot;:&quot;xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx&quot;,&quot;expiry&quot;:&quot;2020-10-12T00:54:52.370275223+02:00&quot;}
root_folder_id = xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
--------------------
y) Yes this is OK (default)
e) Edit this remote
d) Delete this remote
y/e/d&gt; </code></pre>
<p>See the <a href="https://rclone.org/remote_setup/">remote setup docs</a> for how to set it up on a machine with no Internet browser available.</p>
2021-03-31 20:12:08 +02:00
<p>Rclone runs a webserver on your local computer to collect the authorization token from Zoho Workdrive. This is only from the moment your browser is opened until the token is returned. The webserver runs on <code>http://127.0.0.1:53682/</code>. If local port <code>53682</code> is protected by a firewall you may need to temporarily unblock the firewall to complete authorization.</p>
2021-02-02 14:42:35 +01:00
<p>Once configured you can then use <code>rclone</code> like this,</p>
<p>See top level directories</p>
<pre><code>rclone lsd remote:</code></pre>
<p>Make a new directory</p>
<pre><code>rclone mkdir remote:directory</code></pre>
<p>List the contents of a directory</p>
<pre><code>rclone ls remote:directory</code></pre>
<p>Sync <code>/home/local/directory</code> to the remote path, deleting any excess files in the path.</p>
<pre><code>rclone sync -i /home/local/directory remote:directory</code></pre>
<p>Zoho paths may be as deep as required, eg <code>remote:directory/subdirectory</code>.</p>
<h3 id="modified-time-14">Modified time</h3>
<p>Modified times are currently not supported for Zoho Workdrive</p>
<h3 id="checksums">Checksums</h3>
<p>No checksums are supported.</p>
<h3 id="usage-information-1">Usage information</h3>
<p>To view your current quota you can use the <code>rclone about remote:</code> command which will display your current usage.</p>
<h4 id="restricted-filename-characters-28">Restricted filename characters</h4>
<p>Only control characters and invalid UTF-8 are replaced. In addition most Unicode full-width characters are not supported at all and will be removed from filenames during upload.</p>
<h3 id="standard-options-37">Standard Options</h3>
<p>Here are the standard options specific to zoho (Zoho).</p>
2021-03-31 20:12:08 +02:00
<h4 id="zoho-client-id">--zoho-client-id</h4>
<p>OAuth Client Id Leave blank normally.</p>
<ul>
<li>Config: client_id</li>
<li>Env Var: RCLONE_ZOHO_CLIENT_ID</li>
<li>Type: string</li>
<li>Default: ""</li>
</ul>
<h4 id="zoho-client-secret">--zoho-client-secret</h4>
<p>OAuth Client Secret Leave blank normally.</p>
<ul>
<li>Config: client_secret</li>
<li>Env Var: RCLONE_ZOHO_CLIENT_SECRET</li>
<li>Type: string</li>
<li>Default: ""</li>
</ul>
2021-02-02 14:42:35 +01:00
<h4 id="zoho-region">--zoho-region</h4>
<p>Zoho region to connect to. You'll have to use the region you organization is registered in.</p>
<ul>
<li>Config: region</li>
<li>Env Var: RCLONE_ZOHO_REGION</li>
2020-09-02 17:59:04 +02:00
<li>Type: string</li>
<li>Default: ""</li>
2021-02-02 14:42:35 +01:00
<li>Examples:
2020-09-02 17:59:04 +02:00
<ul>
2021-02-02 14:42:35 +01:00
<li>"com"
<ul>
<li>United states / Global</li>
</ul></li>
<li>"eu"
<ul>
<li>Europe</li>
</ul></li>
<li>"in"
<ul>
<li>India</li>
</ul></li>
<li>"com.au"
<ul>
<li>Australia</li>
</ul></li>
</ul></li>
2018-11-24 14:44:25 +01:00
</ul>
2021-02-02 14:42:35 +01:00
<h3 id="advanced-options-36">Advanced Options</h3>
<p>Here are the advanced options specific to zoho (Zoho).</p>
2021-03-31 20:12:08 +02:00
<h4 id="zoho-token">--zoho-token</h4>
<p>OAuth Access Token as a JSON blob.</p>
<ul>
<li>Config: token</li>
<li>Env Var: RCLONE_ZOHO_TOKEN</li>
<li>Type: string</li>
<li>Default: ""</li>
</ul>
<h4 id="zoho-auth-url">--zoho-auth-url</h4>
<p>Auth server URL. Leave blank to use the provider defaults.</p>
<ul>
<li>Config: auth_url</li>
<li>Env Var: RCLONE_ZOHO_AUTH_URL</li>
<li>Type: string</li>
<li>Default: ""</li>
</ul>
<h4 id="zoho-token-url">--zoho-token-url</h4>
<p>Token server url. Leave blank to use the provider defaults.</p>
<ul>
<li>Config: token_url</li>
<li>Env Var: RCLONE_ZOHO_TOKEN_URL</li>
<li>Type: string</li>
<li>Default: ""</li>
</ul>
2021-02-02 14:42:35 +01:00
<h4 id="zoho-encoding">--zoho-encoding</h4>
2020-02-01 11:31:42 +01:00
<p>This sets the encoding for the backend.</p>
2020-05-27 17:11:47 +02:00
<p>See: the <a href="https://rclone.org/overview/#encoding">encoding section in the overview</a> for more info.</p>
2020-02-01 11:31:42 +01:00
<ul>
<li>Config: encoding</li>
2021-02-02 14:42:35 +01:00
<li>Env Var: RCLONE_ZOHO_ENCODING</li>
2020-02-01 11:31:42 +01:00
<li>Type: MultiEncoder</li>
2021-02-02 14:42:35 +01:00
<li>Default: Del,Ctl,InvalidUtf8</li>
2020-02-01 11:31:42 +01:00
</ul>
2016-01-31 17:33:20 +01:00
<h2 id="local-filesystem">Local Filesystem</h2>
2021-02-02 14:42:35 +01:00
<p>Local paths are specified as normal filesystem paths, e.g. <code>/path/to/wherever</code>, so</p>
2020-09-02 17:59:04 +02:00
<pre><code>rclone sync -i /home/source /tmp/destination</code></pre>
2021-03-31 20:12:08 +02:00
<p>Will sync <code>/home/source</code> to <code>/tmp/destination</code>.</p>
<p>For consistencies sake one can also configure a remote of type <code>local</code> in the config file, and access the local filesystem using rclone remote paths, e.g. <code>remote:path/to/wherever</code>, but it is probably easier not to.</p>
2021-02-02 14:42:35 +01:00
<h3 id="modified-time-15">Modified time</h3>
2016-01-31 17:33:20 +01:00
<p>Rclone reads and writes the modified time using an accuracy determined by the OS. Typically this is 1ns on Linux, 10 ns on Windows and 1 Second on OS X.</p>
<h3 id="filenames">Filenames</h3>
2019-10-26 12:04:54 +02:00
<p>Filenames should be encoded in UTF-8 on disk. This is the normal case for Windows and OS X.</p>
2021-02-02 14:42:35 +01:00
<p>There is a bit more uncertainty in the Linux world, but new distributions will have UTF-8 encoded files names. If you are using an old Linux filesystem with non UTF-8 file names (e.g. latin1) then you can use the <code>convmv</code> tool to convert the filesystem to UTF-8. This tool is available in most distributions' package managers.</p>
<p>If an invalid (non-UTF8) filename is read, the invalid characters will be replaced with a quoted representation of the invalid bytes. The name <code>gro\xdf</code> will be transferred as <code>groDF</code>. <code>rclone</code> will emit a debug message in this case (use <code>-v</code> to see), e.g.</p>
2016-01-31 17:33:20 +01:00
<pre><code>Local file system at .: Replacing invalid UTF-8 characters in &quot;gro\xdf&quot;</code></pre>
2021-02-02 14:42:35 +01:00
<h4 id="restricted-characters-1">Restricted characters</h4>
2019-10-26 12:04:54 +02:00
<p>On non Windows platforms the following characters are replaced when handling file names.</p>
<table>
<thead>
<tr class="header">
<th>Character</th>
<th style="text-align: center;">Value</th>
<th style="text-align: center;">Replacement</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td>NUL</td>
<td style="text-align: center;">0x00</td>
<td style="text-align: center;"></td>
</tr>
<tr class="even">
<td>/</td>
<td style="text-align: center;">0x2F</td>
<td style="text-align: center;"></td>
</tr>
</tbody>
</table>
<p>When running on Windows the following characters are replaced. This list is based on the <a href="https://docs.microsoft.com/de-de/windows/desktop/FileIO/naming-a-file#naming-conventions">Windows file naming conventions</a>.</p>
<table>
<thead>
<tr class="header">
<th>Character</th>
<th style="text-align: center;">Value</th>
<th style="text-align: center;">Replacement</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td>NUL</td>
<td style="text-align: center;">0x00</td>
<td style="text-align: center;"></td>
</tr>
<tr class="even">
<td>SOH</td>
<td style="text-align: center;">0x01</td>
<td style="text-align: center;"></td>
</tr>
<tr class="odd">
<td>STX</td>
<td style="text-align: center;">0x02</td>
<td style="text-align: center;"></td>
</tr>
<tr class="even">
<td>ETX</td>
<td style="text-align: center;">0x03</td>
<td style="text-align: center;"></td>
</tr>
<tr class="odd">
<td>EOT</td>
<td style="text-align: center;">0x04</td>
<td style="text-align: center;"></td>
</tr>
<tr class="even">
<td>ENQ</td>
<td style="text-align: center;">0x05</td>
<td style="text-align: center;"></td>
</tr>
<tr class="odd">
<td>ACK</td>
<td style="text-align: center;">0x06</td>
<td style="text-align: center;"></td>
</tr>
<tr class="even">
<td>BEL</td>
<td style="text-align: center;">0x07</td>
<td style="text-align: center;"></td>
</tr>
<tr class="odd">
<td>BS</td>
<td style="text-align: center;">0x08</td>
<td style="text-align: center;"></td>
</tr>
<tr class="even">
<td>HT</td>
<td style="text-align: center;">0x09</td>
<td style="text-align: center;"></td>
</tr>
<tr class="odd">
<td>LF</td>
<td style="text-align: center;">0x0A</td>
<td style="text-align: center;"></td>
</tr>
<tr class="even">
<td>VT</td>
<td style="text-align: center;">0x0B</td>
<td style="text-align: center;"></td>
</tr>
<tr class="odd">
<td>FF</td>
<td style="text-align: center;">0x0C</td>
<td style="text-align: center;"></td>
</tr>
<tr class="even">
<td>CR</td>
<td style="text-align: center;">0x0D</td>
<td style="text-align: center;"></td>
</tr>
<tr class="odd">
<td>SO</td>
<td style="text-align: center;">0x0E</td>
<td style="text-align: center;"></td>
</tr>
<tr class="even">
<td>SI</td>
<td style="text-align: center;">0x0F</td>
<td style="text-align: center;"></td>
</tr>
<tr class="odd">
<td>DLE</td>
<td style="text-align: center;">0x10</td>
<td style="text-align: center;"></td>
</tr>
<tr class="even">
<td>DC1</td>
<td style="text-align: center;">0x11</td>
<td style="text-align: center;"></td>
</tr>
<tr class="odd">
<td>DC2</td>
<td style="text-align: center;">0x12</td>
<td style="text-align: center;"></td>
</tr>
<tr class="even">
<td>DC3</td>
<td style="text-align: center;">0x13</td>
<td style="text-align: center;"></td>
</tr>
<tr class="odd">
<td>DC4</td>
<td style="text-align: center;">0x14</td>
<td style="text-align: center;"></td>
</tr>
<tr class="even">
<td>NAK</td>
<td style="text-align: center;">0x15</td>
<td style="text-align: center;"></td>
</tr>
<tr class="odd">
<td>SYN</td>
<td style="text-align: center;">0x16</td>
<td style="text-align: center;"></td>
</tr>
<tr class="even">
<td>ETB</td>
<td style="text-align: center;">0x17</td>
<td style="text-align: center;"></td>
</tr>
<tr class="odd">
<td>CAN</td>
<td style="text-align: center;">0x18</td>
<td style="text-align: center;"></td>
</tr>
<tr class="even">
<td>EM</td>
<td style="text-align: center;">0x19</td>
<td style="text-align: center;"></td>
</tr>
<tr class="odd">
<td>SUB</td>
<td style="text-align: center;">0x1A</td>
<td style="text-align: center;"></td>
</tr>
<tr class="even">
<td>ESC</td>
<td style="text-align: center;">0x1B</td>
<td style="text-align: center;"></td>
</tr>
<tr class="odd">
<td>FS</td>
<td style="text-align: center;">0x1C</td>
<td style="text-align: center;"></td>
</tr>
<tr class="even">
<td>GS</td>
<td style="text-align: center;">0x1D</td>
<td style="text-align: center;"></td>
</tr>
<tr class="odd">
<td>RS</td>
<td style="text-align: center;">0x1E</td>
<td style="text-align: center;"></td>
</tr>
<tr class="even">
<td>US</td>
<td style="text-align: center;">0x1F</td>
<td style="text-align: center;"></td>
</tr>
<tr class="odd">
<td>/</td>
<td style="text-align: center;">0x2F</td>
<td style="text-align: center;"></td>
</tr>
<tr class="even">
2020-02-01 11:31:42 +01:00
<td>"</td>
2019-10-26 12:04:54 +02:00
<td style="text-align: center;">0x22</td>
<td style="text-align: center;"></td>
</tr>
<tr class="odd">
<td>*</td>
<td style="text-align: center;">0x2A</td>
<td style="text-align: center;"></td>
</tr>
<tr class="even">
<td>:</td>
<td style="text-align: center;">0x3A</td>
<td style="text-align: center;"></td>
</tr>
<tr class="odd">
<td>&lt;</td>
<td style="text-align: center;">0x3C</td>
<td style="text-align: center;"></td>
</tr>
<tr class="even">
<td>&gt;</td>
<td style="text-align: center;">0x3E</td>
<td style="text-align: center;"></td>
</tr>
<tr class="odd">
<td>?</td>
<td style="text-align: center;">0x3F</td>
<td style="text-align: center;"></td>
</tr>
<tr class="even">
<td>\</td>
<td style="text-align: center;">0x5C</td>
<td style="text-align: center;"></td>
</tr>
<tr class="odd">
<td>|</td>
<td style="text-align: center;">0x7C</td>
<td style="text-align: center;"></td>
</tr>
</tbody>
</table>
2020-05-27 17:11:47 +02:00
<p>File names on Windows can also not end with the following characters. These only get replaced if they are the last character in the name:</p>
2019-10-26 12:04:54 +02:00
<table>
<thead>
<tr class="header">
<th>Character</th>
<th style="text-align: center;">Value</th>
<th style="text-align: center;">Replacement</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td>SP</td>
<td style="text-align: center;">0x20</td>
<td style="text-align: center;"></td>
</tr>
<tr class="even">
<td>.</td>
<td style="text-align: center;">0x2E</td>
<td style="text-align: center;"></td>
</tr>
</tbody>
</table>
2020-09-02 17:59:04 +02:00
<p>Invalid UTF-8 bytes will also be <a href="https://rclone.org/overview/#invalid-utf8">replaced</a>, as they can't be converted to UTF-16.</p>
2021-03-31 20:12:08 +02:00
<h3 id="paths-on-windows">Paths on Windows</h3>
<p>On Windows there are many ways of specifying a path to a file system resource. Both absolute paths like <code>C:\path\to\wherever</code>, and relative paths like <code>..\wherever</code> can be used, and path separator can be either <code>\</code> (as in <code>C:\path\to\wherever</code>) or <code>/</code> (as in <code>C:/path/to/wherever</code>). Length of these paths are limited to 259 characters for files and 247 characters for directories, but there is an alternative extended-length path format increasing the limit to (approximately) 32,767 characters. This format requires absolute paths and the use of prefix <code>\\?\</code>, e.g. <code>\\?\D:\some\very\long\path</code>. For convenience rclone will automatically convert regular paths into the corresponding extended-length paths, so in most cases you do not have to worry about this (read more <a href="#long-paths">below</a>).</p>
<p>Note that Windows supports using the same prefix <code>\\?\</code> to specify path to volumes identified by their GUID, e.g. <code>\\?\Volume{b75e2c83-0000-0000-0000-602f00000000}\some\path</code>. This is <em>not</em> supported in rclone, due to an <a href="https://github.com/golang/go/issues/39785">issue</a> in go.</p>
<h4 id="long-paths">Long paths</h4>
<p>Rclone handles long paths automatically, by converting all paths to <a href="https://docs.microsoft.com/en-us/windows/win32/fileio/maximum-file-path-limitation">extended-length path format</a>, which allows paths up to 32,767 characters.</p>
<p>This conversion will ensure paths are absolute and prefix them with the <code>\\?\</code>. This is why you will see that your paths, for instance <code>.\files</code> is shown as path <code>\\?\C:\files</code> in the output, and <code>\\server\share</code> as <code>\\?\UNC\server\share</code>.</p>
<p>However, in rare cases this may cause problems with buggy file system drivers like <a href="https://github.com/rclone/rclone/issues/261">EncFS</a>. To disable UNC conversion globally, add this to your <code>.rclone.conf</code> file:</p>
2016-01-31 17:33:20 +01:00
<pre><code>[local]
nounc = true</code></pre>
<p>If you want to selectively disable UNC, you can add it to a separate entry like this:</p>
<pre><code>[nounc]
type = local
nounc = true</code></pre>
<p>And use rclone like this:</p>
<p><code>rclone copy c:\src nounc:z:\dst</code></p>
2021-03-31 20:12:08 +02:00
<p>This will use UNC paths on <code>c:\src</code> but not on <code>z:\dst</code>. Of course this will cause problems if the absolute path length of a file exceeds 259 characters on z, so only use this option if you have to.</p>
2018-10-15 12:03:08 +02:00
<h3 id="symlinks-junction-points">Symlinks / Junction points</h3>
2017-03-18 12:16:43 +01:00
<p>Normally rclone will ignore symlinks or junction points (which behave like symlinks under Windows).</p>
2019-02-09 11:42:57 +01:00
<p>If you supply <code>--copy-links</code> or <code>-L</code> then rclone will follow the symlink and copy the pointed to file or directory. Note that this flag is incompatible with <code>-links</code> / <code>-l</code>.</p>
2017-03-18 12:16:43 +01:00
<p>This flag applies to all commands.</p>
<p>For example, supposing you have a directory structure like this</p>
<pre><code>$ tree /tmp/a
/tmp/a
├── b -&gt; ../b
├── expected -&gt; ../expected
├── one
└── two
└── three</code></pre>
<p>Then you can see the difference with and without the flag like this</p>
<pre><code>$ rclone ls /tmp/a
6 one
6 two/three</code></pre>
<p>and</p>
<pre><code>$ rclone -L ls /tmp/a
4174 expected
6 one
6 two/three
6 b/two
6 b/one</code></pre>
2020-09-02 17:59:04 +02:00
<h4 id="links--l">--links, -l</h4>
2019-02-09 11:42:57 +01:00
<p>Normally rclone will ignore symlinks or junction points (which behave like symlinks under Windows).</p>
2020-09-02 17:59:04 +02:00
<p>If you supply this flag then rclone will copy symbolic links from the local storage, and store them as text files, with a '.rclonelink' suffix in the remote storage.</p>
2019-02-09 11:42:57 +01:00
<p>The text file will contain the target of the symbolic link (see example).</p>
<p>This flag applies to all commands.</p>
<p>For example, supposing you have a directory structure like this</p>
<pre><code>$ tree /tmp/a
/tmp/a
├── file1 -&gt; ./file4
└── file2 -&gt; /home/user/file3</code></pre>
2020-09-02 17:59:04 +02:00
<p>Copying the entire directory with '-l'</p>
2019-02-09 11:42:57 +01:00
<pre><code>$ rclone copyto -l /tmp/a/file1 remote:/tmp/a/</code></pre>
2020-09-02 17:59:04 +02:00
<p>The remote files are created with a '.rclonelink' suffix</p>
2019-02-09 11:42:57 +01:00
<pre><code>$ rclone ls remote:/tmp/a
5 file1.rclonelink
14 file2.rclonelink</code></pre>
<p>The remote files will contain the target of the symbolic links</p>
<pre><code>$ rclone cat remote:/tmp/a/file1.rclonelink
./file4
$ rclone cat remote:/tmp/a/file2.rclonelink
/home/user/file3</code></pre>
2020-09-02 17:59:04 +02:00
<p>Copying them back with '-l'</p>
2019-02-09 11:42:57 +01:00
<pre><code>$ rclone copyto -l remote:/tmp/a/ /tmp/b/
$ tree /tmp/b
/tmp/b
├── file1 -&gt; ./file4
└── file2 -&gt; /home/user/file3</code></pre>
2020-09-02 17:59:04 +02:00
<p>However, if copied back without '-l'</p>
2019-02-09 11:42:57 +01:00
<pre><code>$ rclone copyto remote:/tmp/a/ /tmp/b/
$ tree /tmp/b
/tmp/b
├── file1.rclonelink
└── file2.rclonelink</code></pre>
<p>Note that this flag is incompatible with <code>-copy-links</code> / <code>-L</code>.</p>
2020-09-02 17:59:04 +02:00
<h3 id="restricting-filesystems-with---one-file-system">Restricting filesystems with --one-file-system</h3>
2018-10-15 12:03:08 +02:00
<p>Normally rclone will recurse through filesystems as mounted.</p>
<p>However if you set <code>--one-file-system</code> or <code>-x</code> this tells rclone to stay in the filesystem specified by the root and not to recurse into different file systems.</p>
2017-12-23 14:07:45 +01:00
<p>For example if you have a directory hierarchy like this</p>
2016-11-06 11:17:52 +01:00
<pre><code>root
├── disk1 - disk1 mounted on the root
│   └── file3 - stored on disk1
├── disk2 - disk2 mounted on the root
│   └── file4 - stored on disk12
├── file1 - stored on the root disk
└── file2 - stored on the root disk</code></pre>
<p>Using <code>rclone --one-file-system copy root remote:</code> will only copy <code>file1</code> and <code>file2</code>. Eg</p>
<pre><code>$ rclone -q --one-file-system ls root
0 file1
0 file2</code></pre>
<pre><code>$ rclone -q ls root
0 disk1/file3
0 disk2/file4
0 file1
0 file2</code></pre>
<p><strong>NB</strong> Rclone (like most unix tools such as <code>du</code>, <code>rsync</code> and <code>tar</code>) treats a bind mount to the same device as being on the same filesystem.</p>
2021-02-02 14:42:35 +01:00
<p><strong>NB</strong> This flag is only available on Unix based systems. On systems where it isn't supported (e.g. Windows) it will be ignored.</p>
2021-03-31 20:12:08 +02:00
<h3 id="advanced-options-37">Advanced Options</h3>
<p>Here are the advanced options specific to local (Local Disk).</p>
2020-09-02 17:59:04 +02:00
<h4 id="local-nounc">--local-nounc</h4>
2018-10-15 12:03:08 +02:00
<p>Disable UNC (long path names) conversion on Windows</p>
<ul>
2021-02-02 14:42:35 +01:00
<li>Config: nounc</li>
<li>Env Var: RCLONE_LOCAL_NOUNC</li>
<li>Type: string</li>
<li>Default: ""</li>
<li>Examples:
<ul>
<li>"true"
<ul>
<li>Disables long file names</li>
</ul></li>
</ul></li>
</ul>
<h4 id="copy-links--l">--copy-links / -L</h4>
<p>Follow symlinks and copy the pointed to item.</p>
<ul>
<li>Config: copy_links</li>
<li>Env Var: RCLONE_LOCAL_COPY_LINKS</li>
<li>Type: bool</li>
<li>Default: false</li>
</ul>
<h4 id="links--l-1">--links / -l</h4>
<p>Translate symlinks to/from regular files with a '.rclonelink' extension</p>
<ul>
<li>Config: links</li>
<li>Env Var: RCLONE_LOCAL_LINKS</li>
<li>Type: bool</li>
<li>Default: false</li>
</ul>
<h4 id="skip-links">--skip-links</h4>
<p>Don't warn about skipped symlinks. This flag disables warning messages on skipped symlinks or junction points, as you explicitly acknowledge that they should be skipped.</p>
<ul>
<li>Config: skip_links</li>
<li>Env Var: RCLONE_LOCAL_SKIP_LINKS</li>
<li>Type: bool</li>
<li>Default: false</li>
</ul>
<h4 id="local-zero-size-links">--local-zero-size-links</h4>
<p>Assume the Stat size of links is zero (and read them instead)</p>
<p>On some virtual filesystems (such ash LucidLink), reading a link size via a Stat call always returns 0. However, on unix it reads as the length of the text in the link. This may cause errors like this when syncing:</p>
<pre><code>Failed to copy: corrupted on transfer: sizes differ 0 vs 13</code></pre>
<p>Setting this flag causes rclone to read the link and use that as the size of the link instead of 0 which in most cases fixes the problem.</p>
<ul>
<li>Config: zero_size_links</li>
<li>Env Var: RCLONE_LOCAL_ZERO_SIZE_LINKS</li>
<li>Type: bool</li>
<li>Default: false</li>
</ul>
<h4 id="local-no-unicode-normalization">--local-no-unicode-normalization</h4>
<p>Don't apply unicode normalization to paths and filenames (Deprecated)</p>
<p>This flag is deprecated now. Rclone no longer normalizes unicode file names, but it compares them with unicode normalization in the sync routine instead.</p>
<ul>
<li>Config: no_unicode_normalization</li>
<li>Env Var: RCLONE_LOCAL_NO_UNICODE_NORMALIZATION</li>
<li>Type: bool</li>
<li>Default: false</li>
</ul>
<h4 id="local-no-check-updated">--local-no-check-updated</h4>
<p>Don't check to see if the files change during upload</p>
<p>Normally rclone checks the size and modification time of files as they are being uploaded and aborts with a message which starts "can't copy - source file is being updated" if the file changes during upload.</p>
<p>However on some file systems this modification time check may fail (e.g. <a href="https://github.com/rclone/rclone/issues/2206">Glusterfs #2206</a>) so this check can be disabled with this flag.</p>
<p>If this flag is set, rclone will use its best efforts to transfer a file which is being updated. If the file is only having things appended to it (e.g. a log) then rclone will transfer the log file with the size it had the first time rclone saw it.</p>
<p>If the file is being modified throughout (not just appended to) then the transfer may fail with a hash check failure.</p>
<p>In detail, once the file has had stat() called on it for the first time we:</p>
<ul>
<li>Only transfer the size that stat gave</li>
<li>Only checksum the size that stat gave</li>
<li><p>Don't update the stat info for the file</p></li>
<li>Config: no_check_updated</li>
<li>Env Var: RCLONE_LOCAL_NO_CHECK_UPDATED</li>
<li>Type: bool</li>
<li><p>Default: false</p></li>
</ul>
<h4 id="one-file-system--x">--one-file-system / -x</h4>
<p>Don't cross filesystem boundaries (unix/macOS only).</p>
<ul>
<li>Config: one_file_system</li>
<li>Env Var: RCLONE_LOCAL_ONE_FILE_SYSTEM</li>
<li>Type: bool</li>
<li>Default: false</li>
</ul>
<h4 id="local-case-sensitive">--local-case-sensitive</h4>
<p>Force the filesystem to report itself as case sensitive.</p>
<p>Normally the local backend declares itself as case insensitive on Windows/macOS and case sensitive for everything else. Use this flag to override the default choice.</p>
<ul>
<li>Config: case_sensitive</li>
<li>Env Var: RCLONE_LOCAL_CASE_SENSITIVE</li>
<li>Type: bool</li>
<li>Default: false</li>
</ul>
<h4 id="local-case-insensitive">--local-case-insensitive</h4>
<p>Force the filesystem to report itself as case insensitive</p>
<p>Normally the local backend declares itself as case insensitive on Windows/macOS and case sensitive for everything else. Use this flag to override the default choice.</p>
<ul>
<li>Config: case_insensitive</li>
<li>Env Var: RCLONE_LOCAL_CASE_INSENSITIVE</li>
<li>Type: bool</li>
<li>Default: false</li>
</ul>
2021-03-31 20:12:08 +02:00
<h4 id="local-no-preallocate">--local-no-preallocate</h4>
<p>Disable preallocation of disk space for transferred files</p>
<p>Preallocation of disk space helps prevent filesystem fragmentation. However, some virtual filesystem layers (such as Google Drive File Stream) may incorrectly set the actual file size equal to the preallocated space, causing checksum and file size checks to fail. Use this flag to disable preallocation.</p>
<ul>
<li>Config: no_preallocate</li>
<li>Env Var: RCLONE_LOCAL_NO_PREALLOCATE</li>
<li>Type: bool</li>
<li>Default: false</li>
</ul>
2021-02-02 14:42:35 +01:00
<h4 id="local-no-sparse">--local-no-sparse</h4>
<p>Disable sparse files for multi-thread downloads</p>
<p>On Windows platforms rclone will make sparse files when doing multi-thread downloads. This avoids long pauses on large files where the OS zeros the file. However sparse files may be undesirable as they cause disk fragmentation and can be slow to work with.</p>
<ul>
<li>Config: no_sparse</li>
<li>Env Var: RCLONE_LOCAL_NO_SPARSE</li>
<li>Type: bool</li>
<li>Default: false</li>
</ul>
<h4 id="local-no-set-modtime">--local-no-set-modtime</h4>
<p>Disable setting modtime</p>
<p>Normally rclone updates modification time of files after they are done uploading. This can cause permissions issues on Linux platforms when the user rclone is running as does not own the file uploaded, such as when copying to a CIFS mount owned by another user. If this option is enabled, rclone will no longer update the modtime after copying a file.</p>
<ul>
<li>Config: no_set_modtime</li>
<li>Env Var: RCLONE_LOCAL_NO_SET_MODTIME</li>
<li>Type: bool</li>
<li>Default: false</li>
</ul>
<h4 id="local-encoding">--local-encoding</h4>
<p>This sets the encoding for the backend.</p>
<p>See: the <a href="https://rclone.org/overview/#encoding">encoding section in the overview</a> for more info.</p>
<ul>
<li>Config: encoding</li>
<li>Env Var: RCLONE_LOCAL_ENCODING</li>
<li>Type: MultiEncoder</li>
<li>Default: Slash,Dot</li>
</ul>
<h3 id="backend-commands-4">Backend commands</h3>
<p>Here are the commands specific to the local backend.</p>
<p>Run them with</p>
<pre><code>rclone backend COMMAND remote:</code></pre>
<p>The help below will explain what arguments each command takes.</p>
<p>See <a href="https://rclone.org/commands/rclone_backend/">the "rclone backend" command</a> for more info on how to pass options and arguments.</p>
<p>These can be run on a running backend using the rc command <a href="https://rclone.org/rc/#backend/command">backend/command</a>.</p>
<h4 id="noop">noop</h4>
<p>A null operation for testing backend commands</p>
<pre><code>rclone backend noop remote: [options] [&lt;arguments&gt;+]</code></pre>
<p>This is a test command which has some options you can try to change the output.</p>
<p>Options:</p>
<ul>
<li>"echo": echo the input arguments</li>
<li>"error": return an error based on option value</li>
</ul>
<h1 id="changelog">Changelog</h1>
2021-03-31 20:12:08 +02:00
<h2 id="v1.55.0---2021-03-31">v1.55.0 - 2021-03-31</h2>
<p><a href="https://github.com/rclone/rclone/compare/v1.54.0...v1.55.0">See commits</a></p>
<ul>
<li>New commands
<ul>
<li><a href="https://rclone.org/commands/rclone_selfupdate/">selfupdate</a> (Ivan Andreev)
<ul>
<li>Allows rclone to update itself in-place or via a package (using <code>--package</code> flag)</li>
<li>Reads cryptographically signed signatures for non beta releases</li>
<li>Works on all OSes.</li>
</ul></li>
<li><a href="https://rclone.org/commands/rclone_test/">test</a> - these are test commands - use with care!
<ul>
<li><code>histogram</code> - Makes a histogram of file name characters.</li>
<li><code>info</code> - Discovers file name or other limitations for paths.</li>
<li><code>makefiles</code> - Make a random file hierarchy for testing.</li>
<li><code>memory</code> - Load all the objects at remote:path into memory and report memory stats.</li>
</ul></li>
</ul></li>
<li>New Features
<ul>
<li><a href="https://rclone.org/docs/#connection-strings">Connection strings</a>
<ul>
<li>Config parameters can now be passed as part of the remote name as a connection string.</li>
<li>For example to do the equivalent of <code>--drive-shared-with-me</code> use <code>drive,shared_with_me:</code></li>
<li>Make sure we don't save on the fly remote config to the config file (Nick Craig-Wood)</li>
<li>Make sure backends with additional config have a different name for caching (Nick Craig-Wood)</li>
<li>This work was sponsored by CERN, through the <a href="https://cs3mesh4eosc.eu/">CS3MESH4EOSC Project</a>.
<ul>
<li>CS3MESH4EOSC has received funding from the European Unions Horizon 2020</li>
<li>research and innovation programme under Grant Agreement no. 863353.</li>
</ul></li>
</ul></li>
<li>build
<ul>
<li>Update go build version to go1.16 and raise minimum go version to go1.13 (Nick Craig-Wood)</li>
<li>Make a macOS ARM64 build to support Apple Silicon (Nick Craig-Wood)</li>
<li>Install macfuse 4.x instead of osxfuse 3.x (Nick Craig-Wood)</li>
<li>Use <code>GO386=softfloat</code> instead of deprecated <code>GO386=387</code> for 386 builds (Nick Craig-Wood)</li>
<li>Disable IOS builds for the time being (Nick Craig-Wood)</li>
<li>Androids builds made with up to date NDK (x0b)</li>
<li>Add an rclone user to the Docker image but don't use it by default (cynthia kwok)</li>
</ul></li>
<li>dedupe: Make largest directory primary to minimize data moved (Saksham Khanna)</li>
<li>config
<ul>
<li>Wrap config library in an interface (Fionera)</li>
<li>Make config file system pluggable (Nick Craig-Wood)</li>
<li><code>--config ""</code> or <code>"/notfound"</code> for in memory config only (Nick Craig-Wood)</li>
<li>Clear fs cache of stale entries when altering config (Nick Craig-Wood)</li>
</ul></li>
<li>copyurl: Add option to print resulting auto-filename (albertony)</li>
<li>delete: Make <code>--rmdirs</code> obey the filters (Nick Craig-Wood)</li>
<li>docs - many fixes and reworks from edwardxml, albertony, pvalls, Ivan Andreev, Evan Harris, buengese, Alexey Tabakman</li>
<li>encoder/filename - add SCSU as tables (Klaus Post)</li>
<li>Add multiple paths support to <code>--compare-dest</code> and <code>--copy-dest</code> flag (K265)</li>
<li>filter: Make <code>--exclude "dir/"</code> equivalent to <code>--exclude "dir/**"</code> (Nick Craig-Wood)</li>
<li>fshttp: Add DSCP support with <code>--dscp</code> for QoS with differentiated services (Max Sum)</li>
<li>lib/cache: Add Delete and DeletePrefix methods (Nick Craig-Wood)</li>
<li>lib/file
<ul>
<li>Make pre-allocate detect disk full errors and return them (Nick Craig-Wood)</li>
<li>Don't run preallocate concurrently (Nick Craig-Wood)</li>
<li>Retry preallocate on EINTR (Nick Craig-Wood)</li>
</ul></li>
<li>operations: Made copy and sync operations obey a RetryAfterError (Ankur Gupta)</li>
<li>rc
<ul>
<li>Add string alternatives for setting options over the rc (Nick Craig-Wood)</li>
<li>Add <code>options/local</code> to see the options configured in the context (Nick Craig-Wood)</li>
<li>Add <code>_config</code> parameter to set global config for just this rc call (Nick Craig-Wood)</li>
<li>Implement passing filter config with <code>_filter</code> parameter (Nick Craig-Wood)</li>
<li>Add <code>fscache/clear</code> and <code>fscache/entries</code> to control the fs cache (Nick Craig-Wood)</li>
<li>Avoid +Inf value for speed in <code>core/stats</code> (albertony)</li>
<li>Add a full set of stats to <code>core/stats</code> (Nick Craig-Wood)</li>
<li>Allow <code>fs=</code> params to be a JSON blob (Nick Craig-Wood)</li>
</ul></li>
<li>rcd: Added systemd notification during the <code>rclone rcd</code> command. (Naveen Honest Raj)</li>
<li>rmdirs: Make <code>--rmdirs</code> obey the filters (Nick Craig-Wood)</li>
<li>version: Show build tags and type of executable (Ivan Andreev)</li>
</ul></li>
<li>Bug Fixes
<ul>
<li>install.sh: make it fail on download errors (Ivan Andreev)</li>
<li>Fix excessive retries missing <code>--max-duration</code> timeout (Nick Craig-Wood)</li>
<li>Fix crash when <code>--low-level-retries=0</code> (Nick Craig-Wood)</li>
<li>Fix failed token refresh on mounts created via the rc (Nick Craig-Wood)</li>
<li>fshttp: Fix bandwidth limiting after bad merge (Nick Craig-Wood)</li>
<li>lib/atexit
<ul>
<li>Unregister interrupt handler once it has fired so users can interrupt again (Nick Craig-Wood)</li>
<li>Fix occasional failure to unmount with CTRL-C (Nick Craig-Wood)</li>
<li>Fix deadlock calling Finalise while Run is running (Nick Craig-Wood)</li>
</ul></li>
<li>lib/rest: Fix multipart uploads not stopping on context cancel (Nick Craig-Wood)</li>
</ul></li>
<li>Mount
<ul>
<li>Allow mounting to root directory on windows (albertony)</li>
<li>Improved handling of relative paths on windows (albertony)</li>
<li>Fix unicode issues with accented characters on macOS (Nick Craig-Wood)</li>
<li>Docs: document the new FileSecurity option in WinFsp 2021 (albertony)</li>
<li>Docs: add note about volume path syntax on windows (albertony)</li>
<li>Fix caching of old directories after renaming them (Nick Craig-Wood)</li>
<li>Update cgofuse to the latest version to bring in macfuse 4 fix (Nick Craig-Wood)</li>
</ul></li>
<li>VFS
<ul>
<li><code>--vfs-used-is-size</code> to report used space using recursive scan (tYYGH)</li>
<li>Don't set modification time if it was already correct (Nick Craig-Wood)</li>
<li>Fix Create causing windows explorer to truncate files on CTRL-C CTRL-V (Nick Craig-Wood)</li>
<li>Fix modtimes not updating when writing via cache (Nick Craig-Wood)</li>
<li>Fix modtimes changing by fractional seconds after upload (Nick Craig-Wood)</li>
<li>Fix modtime set if <code>--vfs-cache-mode writes</code>/<code>full</code> and no write (Nick Craig-Wood)</li>
<li>Rename files in cache and cancel uploads on directory rename (Nick Craig-Wood)</li>
<li>Fix directory renaming by renaming dirs cached in memory (Nick Craig-Wood)</li>
</ul></li>
<li>Local
<ul>
<li>Add flag <code>--local-no-preallocate</code> (David Sze)</li>
<li>Make <code>nounc</code> an advanced option except on Windows (albertony)</li>
<li>Don't ignore preallocate disk full errors (Nick Craig-Wood)</li>
</ul></li>
<li>Cache
<ul>
<li>Add <code>--fs-cache-expire-duration</code> to control the fs cache (Nick Craig-Wood)</li>
</ul></li>
<li>Crypt
<ul>
<li>Add option to not encrypt data (Vesnyx)</li>
<li>Log hash ok on upload (albertony)</li>
</ul></li>
<li>Azure Blob
<ul>
<li>Add container public access level support. (Manish Kumar)</li>
</ul></li>
<li>B2
<ul>
<li>Fix HTML files downloaded via cloudflare (Nick Craig-Wood)</li>
</ul></li>
<li>Box
<ul>
<li>Fix transfers getting stuck on token expiry after API change (Nick Craig-Wood)</li>
</ul></li>
<li>Chunker
<ul>
<li>Partially implement no-rename transactions (Maxwell Calman)</li>
</ul></li>
<li>Drive
<ul>
<li>Don't stop server side copy if couldn't read description (Nick Craig-Wood)</li>
<li>Pass context on to drive SDK - to help with cancellation (Nick Craig-Wood)</li>
</ul></li>
<li>Dropbox
<ul>
<li>Add polling for changes support (Robert Thomas)</li>
<li>Make <code>--timeout 0</code> work properly (Nick Craig-Wood)</li>
<li>Raise priority of rate limited message to INFO to make it more noticeable (Nick Craig-Wood)</li>
</ul></li>
<li>Fichier
<ul>
<li>Implement copy &amp; move (buengese)</li>
<li>Implement public link (buengese)</li>
</ul></li>
<li>FTP
<ul>
<li>Implement Shutdown method (Nick Craig-Wood)</li>
<li>Close idle connections after <code>--ftp-idle-timeout</code> (1m by default) (Nick Craig-Wood)</li>
<li>Make <code>--timeout 0</code> work properly (Nick Craig-Wood)</li>
<li>Add <code>--ftp-close-timeout</code> flag for use with awkward ftp servers (Nick Craig-Wood)</li>
<li>Retry connections and logins on 421 errors (Nick Craig-Wood)</li>
</ul></li>
<li>Hdfs
<ul>
<li>Fix permissions for when directory is created (Lucas Messenger)</li>
</ul></li>
<li>Onedrive
<ul>
<li>Make <code>--timeout 0</code> work properly (Nick Craig-Wood)</li>
</ul></li>
<li>S3
<ul>
<li>Fix <code>--s3-profile</code> which wasn't working (Nick Craig-Wood)</li>
</ul></li>
<li>SFTP
<ul>
<li>Close idle connections after <code>--sftp-idle-timeout</code> (1m by default) (Nick Craig-Wood)</li>
<li>Fix "file not found" errors for read once servers (Nick Craig-Wood)</li>
<li>Fix SetModTime stat failed: object not found with <code>--sftp-set-modtime=false</code> (Nick Craig-Wood)</li>
</ul></li>
<li>Swift
<ul>
<li>Update github.com/ncw/swift to v2.0.0 (Nick Craig-Wood)</li>
<li>Implement copying large objects (nguyenhuuluan434)</li>
</ul></li>
<li>Union
<ul>
<li>Fix crash when using epff policy (Nick Craig-Wood)</li>
<li>Fix union attempting to update files on a read only file system (Nick Craig-Wood)</li>
<li>Refactor to use fspath.SplitFs instead of fs.ParseRemote (Nick Craig-Wood)</li>
<li>Fix initialisation broken in refactor (Nick Craig-Wood)</li>
</ul></li>
<li>WebDAV
<ul>
<li>Add support for sharepoint with NTLM authentication (Rauno Ots)</li>
<li>Make sharepoint-ntlm docs more consistent (Alex Chen)</li>
<li>Improve terminology in sharepoint-ntlm docs (Ivan Andreev)</li>
<li>Disable HTTP/2 for NTLM authentication (georne)</li>
<li>Fix sharepoint-ntlm error 401 for parallel actions (Ivan Andreev)</li>
<li>Check that purged directory really exists (Ivan Andreev)</li>
</ul></li>
<li>Yandex
<ul>
<li>Make <code>--timeout 0</code> work properly (Nick Craig-Wood)</li>
</ul></li>
<li>Zoho
<ul>
<li>Replace client id - you will need to <code>rclone config reconnect</code> after this (buengese)</li>
<li>Add forgotten setupRegion() to NewFs - this finally fixes regions other than EU (buengese)</li>
</ul></li>
</ul>
<h2 id="v1.54.1---2021-03-08">v1.54.1 - 2021-03-08</h2>
<p><a href="https://github.com/rclone/rclone/compare/v1.54.0...v1.54.1">See commits</a></p>
<ul>
<li>Bug Fixes
<ul>
<li>accounting: Fix --bwlimit when up or down is off (Nick Craig-Wood)</li>
<li>docs
<ul>
<li>Fix nesting of brackets and backticks in ftp docs (edwardxml)</li>
<li>Fix broken link in sftp page (edwardxml)</li>
<li>Fix typo in crypt.md (Romeo Kienzler)</li>
<li>Changelog: Correct link to digitalis.io (Alex JOST)</li>
<li>Replace #file-caching with #vfs-file-caching (Miron Veryanskiy)</li>
<li>Convert bogus example link to code (edwardxml)</li>
<li>Remove dead link from rc.md (edwardxml)</li>
</ul></li>
<li>rc: Sync,copy,move: document createEmptySrcDirs parameter (Nick Craig-Wood)</li>
<li>lsjson: Fix unterminated JSON in the presence of errors (Nick Craig-Wood)</li>
</ul></li>
<li>Mount
<ul>
<li>Fix mount dropping on macOS by setting --daemon-timeout 10m (Nick Craig-Wood)</li>
</ul></li>
<li>VFS
<ul>
<li>Document simultaneous usage with the same cache shouldn't be used (Nick Craig-Wood)</li>
</ul></li>
<li>B2
<ul>
<li>Automatically raise upload cutoff to avoid spurious error (Nick Craig-Wood)</li>
<li>Fix failed to create file system with application key limited to a prefix (Nick Craig-Wood)</li>
</ul></li>
<li>Drive
<ul>
<li>Refer to Shared Drives instead of Team Drives (Nick Craig-Wood)</li>
</ul></li>
<li>Dropbox
<ul>
<li>Add scopes to oauth request and optionally "members.read" (Nick Craig-Wood)</li>
</ul></li>
<li>S3
<ul>
<li>Fix failed to create file system with folder level permissions policy (Nick Craig-Wood)</li>
<li>Fix Wasabi HEAD requests returning stale data by using only 1 transport (Nick Craig-Wood)</li>
<li>Fix shared_credentials_file auth (Dmitry Chepurovskiy)</li>
<li>Add --s3-no-head to reducing costs docs (Nick Craig-Wood)</li>
</ul></li>
<li>Union
<ul>
<li>Fix mkdir at root with remote:/ (Nick Craig-Wood)</li>
</ul></li>
<li>Zoho
<ul>
<li>Fix custom client id's (buengese)</li>
</ul></li>
</ul>
2021-02-02 14:42:35 +01:00
<h2 id="v1.54.0---2021-02-02">v1.54.0 - 2021-02-02</h2>
<p><a href="https://github.com/rclone/rclone/compare/v1.53.0...v1.54.0">See commits</a></p>
<ul>
<li>New backends
<ul>
2021-03-31 20:12:08 +02:00
<li>Compression remote (experimental) (buengese)</li>
2021-02-02 14:42:35 +01:00
<li>Enterprise File Fabric (Nick Craig-Wood)
<ul>
<li>This work was sponsored by <a href="https://storagemadeeasy.com/">Storage Made Easy</a></li>
</ul></li>
<li>HDFS (Hadoop Distributed File System) (Yury Stankevich)</li>
<li>Zoho workdrive (buengese)</li>
</ul></li>
<li>New Features
<ul>
<li>Deglobalise the config (Nick Craig-Wood)
<ul>
<li>Global config now read from the context</li>
2021-03-31 20:12:08 +02:00
<li>This will enable passing of global config via the rc</li>
<li>This work was sponsored by <a href="https://digitalis.io/">Digitalis</a></li>
2021-02-02 14:42:35 +01:00
</ul></li>
<li>Add <code>--bwlimit</code> for upload and download (Nick Craig-Wood)
<ul>
<li>Obey bwlimit in http Transport for better limiting</li>
</ul></li>
<li>Enhance systemd integration (Hekmon)
<ul>
2021-03-31 20:12:08 +02:00
<li>log level identification, manual activation with flag, automatic systemd launch detection</li>
2021-02-02 14:42:35 +01:00
<li>Don't compile systemd log integration for non unix systems (Benjamin Gustin)</li>
</ul></li>
2021-03-31 20:12:08 +02:00
<li>Add a <code>--download</code> flag to md5sum/sha1sum/hashsum to force rclone to download and hash files locally (lostheli)</li>
<li>Add <code>--progress-terminal-title</code> to print ETA to terminal title (LaSombra)</li>
<li>Make backend env vars show in help as the defaults for backend flags (Nick Craig-Wood)</li>
2021-02-02 14:42:35 +01:00
<li>build
<ul>
<li>Raise minimum go version to go1.12 (Nick Craig-Wood)</li>
</ul></li>
<li>dedupe
<ul>
2021-03-31 20:12:08 +02:00
<li>Add <code>--by-hash</code> to dedupe on content hash not file name (Nick Craig-Wood)</li>
<li>Add <code>--dedupe-mode list</code> to just list dupes, changing nothing (Nick Craig-Wood)</li>
2021-02-02 14:42:35 +01:00
<li>Add warning if used on a remote which can't have duplicate names (Nick Craig-Wood)</li>
</ul></li>
<li>fs
<ul>
<li>Add Shutdown optional method for backends (Nick Craig-Wood)</li>
2021-03-31 20:12:08 +02:00
<li>When using <code>--files-from</code> check files concurrently (zhucan)</li>
<li>Accumulate stats when using <code>--dry-run</code> (Ingo Weiss)</li>
<li>Always show stats when using <code>--dry-run</code> or <code>--interactive</code> (Nick Craig-Wood)</li>
<li>Add support for flag <code>--no-console</code> on windows to hide the console window (albertony)</li>
2021-02-02 14:42:35 +01:00
</ul></li>
<li>genautocomplete: Add support to output to stdout (Ingo)</li>
<li>ncdu
<ul>
<li>Highlight read errors instead of aborting (Claudio Bantaloukas)</li>
<li>Add sort by average size in directory (Adam Plánský)</li>
2021-03-31 20:12:08 +02:00
<li>Add toggle option for average s3ize in directory - key 'a' (Adam Plánský)</li>
2021-02-02 14:42:35 +01:00
<li>Add empty folder flag into ncdu browser (Adam Plánský)</li>
2021-03-31 20:12:08 +02:00
<li>Add <code>!</code> (errror) and <code>.</code> (unreadable) file flags to go with <code>e</code> (empty) (Nick Craig-Wood)</li>
2021-02-02 14:42:35 +01:00
</ul></li>
<li>obscure: Make <code>rclone osbcure -</code> ignore newline at end of line (Nick Craig-Wood)</li>
<li>operations
<ul>
<li>Add logs when need to upload files to set mod times (Nick Craig-Wood)</li>
<li>Move and copy log name of the destination object in verbose (Adam Plánský)</li>
<li>Add size if known to skipped items and JSON log (Nick Craig-Wood)</li>
</ul></li>
<li>rc
<ul>
<li>Prefer actual listener address if using ":port" or "addr:0" only (Nick Craig-Wood)</li>
<li>Add listener for finished jobs (Aleksandar Jankovic)</li>
</ul></li>
<li>serve ftp: Add options to enable TLS (Deepak Sah)</li>
<li>serve http/webdav: Redirect requests to the base url without the / (Nick Craig-Wood)</li>
<li>serve restic: Implement object cache (Nick Craig-Wood)</li>
<li>stats: Add counter for deleted directories (Nick Craig-Wood)</li>
<li>sync: Only print "There was nothing to transfer" if no errors (Nick Craig-Wood)</li>
<li>webui
<ul>
<li>Prompt user for updating webui if an update is available (Chaitanya Bankanhal)</li>
<li>Fix plugins initialization (negative0)</li>
</ul></li>
</ul></li>
<li>Bug Fixes
<ul>
<li>fs
<ul>
<li>Fix nil pointer on copy &amp; move operations directly to remote (Anagh Kumar Baranwal)</li>
<li>Fix parsing of .. when joining remotes (Nick Craig-Wood)</li>
</ul></li>
2021-03-31 20:12:08 +02:00
<li>log: Fix enabling systemd logging when using <code>--log-file</code> (Nick Craig-Wood)</li>
<li>check
<ul>
<li>Make the error count match up in the log message (Nick Craig-Wood)</li>
</ul></li>
<li>move: Fix data loss when source and destination are the same object (Nick Craig-Wood)</li>
2021-02-02 14:42:35 +01:00
<li>operations
<ul>
2021-03-31 20:12:08 +02:00
<li>Fix <code>--cutof-mode</code> hard not cutting off immediately (Nick Craig-Wood)</li>
<li>Fix <code>--immutable</code> error message (Nick Craig-Wood)</li>
2021-02-02 14:42:35 +01:00
</ul></li>
<li>sync
<ul>
2021-03-31 20:12:08 +02:00
<li>Fix <code>--cutoff-mode</code> soft &amp; cautious so it doesn't end the transfer early (Nick Craig-Wood)</li>
<li>Fix <code>--immutable</code> errors retrying many times (Nick Craig-Wood)</li>
2021-02-02 14:42:35 +01:00
</ul></li>
</ul></li>
<li>Docs
<ul>
<li>Many fixes and a rewrite of the filtering docs (edwardxml)</li>
2021-03-31 20:12:08 +02:00
<li>Many spelling and grammar fixes (Josh Soref)</li>
2021-02-02 14:42:35 +01:00
<li>Doc fixes for commands delete, purge, rmdir, rmdirs and mount (albertony)</li>
<li>And thanks to these people for many doc fixes too numerous to list
<ul>
<li>Ameer Dawood, Antoine GIRARD, Bob Bagwill, Christopher Stewart</li>
<li>CokeMine, David, Dov Murik, Durval Menezes, Evan Harris, gtorelly</li>
<li>Ilyess Bachiri, Janne Johansson, Kerry Su, Marcin Zelent,</li>
<li>Martin Michlmayr, Milly, Sơn Trần-Nguyễn</li>
</ul></li>
</ul></li>
<li>Mount
<ul>
<li>Update systemd status with cache stats (Hekmon)</li>
<li>Disable bazil/fuse based mount on macOS (Nick Craig-Wood)
<ul>
2021-03-31 20:12:08 +02:00
<li>Make <code>rclone mount</code> actually run <code>rclone cmount</code> under macOS (Nick Craig-Wood)</li>
2021-02-02 14:42:35 +01:00
</ul></li>
<li>Implement mknod to make NFS file creation work (Nick Craig-Wood)</li>
<li>Make sure we don't call umount more than once (Nick Craig-Wood)</li>
<li>More user friendly mounting as network drive on windows (albertony)</li>
<li>Detect if uid or gid are set in same option string: -o uid=123,gid=456 (albertony)</li>
<li>Don't attempt to unmount if fs has been destroyed already (Nick Craig-Wood)</li>
</ul></li>
<li>VFS
<ul>
<li>Fix virtual entries causing deleted files to still appear (Nick Craig-Wood)</li>
<li>Fix "file already exists" error for stale cache files (Nick Craig-Wood)</li>
2021-03-31 20:12:08 +02:00
<li>Fix file leaks with <code>--vfs-cache-mode</code> full and <code>--buffer-size 0</code> (Nick Craig-Wood)</li>
2021-02-02 14:42:35 +01:00
<li>Fix invalid cache path on windows when using :backend: as remote (albertony)</li>
</ul></li>
<li>Local
<ul>
<li>Continue listing files/folders when a circular symlink is detected (Manish Gupta)</li>
2021-03-31 20:12:08 +02:00
<li>New flag <code>--local-zero-size-links</code> to fix sync on some virtual filesystems (Riccardo Iaconelli)</li>
2021-02-02 14:42:35 +01:00
</ul></li>
<li>Azure Blob
<ul>
<li>Add support for service principals (James Lim)</li>
2021-03-31 20:12:08 +02:00
<li>Add support for managed identities (Brad Ackerman)</li>
<li>Add examples for access tier (Bob Pusateri)</li>
<li>Utilize the streaming capabilities from the SDK for multipart uploads (Denis Neuling)</li>
2021-02-02 14:42:35 +01:00
<li>Fix setting of mime types (Nick Craig-Wood)</li>
<li>Fix crash when listing outside a SAS URL's root (Nick Craig-Wood)</li>
2021-03-31 20:12:08 +02:00
<li>Delete archive tier blobs before update if <code>--azureblob-archive-tier-delete</code> (Nick Craig-Wood)</li>
2021-02-02 14:42:35 +01:00
<li>Fix crash on startup (Nick Craig-Wood)</li>
2021-03-31 20:12:08 +02:00
<li>Fix memory usage by upgrading the SDK to v0.13.0 and implementing a TransferManager (Nick Craig-Wood)</li>
2021-02-02 14:42:35 +01:00
<li>Require go1.14+ to compile due to SDK changes (Nick Craig-Wood)</li>
</ul></li>
<li>B2
<ul>
2021-03-31 20:12:08 +02:00
<li>Make NewObject use less expensive API calls (Nick Craig-Wood)
<ul>
<li>This will improve <code>--files-from</code> and <code>restic serve</code> in particular</li>
</ul></li>
<li>Fixed crash on an empty file name (lluuaapp)</li>
2021-02-02 14:42:35 +01:00
</ul></li>
<li>Box
<ul>
<li>Fix NewObject for files that differ in case (Nick Craig-Wood)</li>
<li>Fix finding directories in a case insentive way (Nick Craig-Wood)</li>
</ul></li>
<li>Chunker
<ul>
<li>Skip long local hashing, hash in-transit (fixes) (Ivan Andreev)</li>
2021-03-31 20:12:08 +02:00
<li>Set Features ReadMimeType to false as Object.MimeType not supported (Nick Craig-Wood)</li>
2021-02-02 14:42:35 +01:00
<li>Fix case-insensitive NewObject, test metadata detection (Ivan Andreev)</li>
</ul></li>
<li>Drive
<ul>
2021-03-31 20:12:08 +02:00
<li>Implement <code>rclone backend copyid</code> command for copying files by ID (Nick Craig-Wood)</li>
2021-02-02 14:42:35 +01:00
<li>Added flag <code>--drive-stop-on-download-limit</code> to stop transfers when the download limit is exceeded (Anagh Kumar Baranwal)</li>
<li>Implement CleanUp workaround for team drives (buengese)</li>
<li>Allow shortcut resolution and creation to be retried (Nick Craig-Wood)</li>
<li>Log that emptying the trash can take some time (Nick Craig-Wood)</li>
<li>Add xdg office icons to xdg desktop files (Pau Rodriguez-Estivill)</li>
</ul></li>
<li>Dropbox
<ul>
<li>Add support for viewing shared files and folders (buengese)</li>
2021-03-31 20:12:08 +02:00
<li>Enable short lived access tokens (Nick Craig-Wood)</li>
<li>Implement IDer on Objects so <code>rclone lsf</code> etc can read the IDs (buengese)</li>
<li>Set Features ReadMimeType to false as Object.MimeType not supported (Nick Craig-Wood)</li>
2021-02-02 14:42:35 +01:00
<li>Make malformed_path errors from too long files not retriable (Nick Craig-Wood)</li>
<li>Test file name length before upload to fix upload loop (Nick Craig-Wood)</li>
</ul></li>
<li>Fichier
<ul>
2021-03-31 20:12:08 +02:00
<li>Set Features ReadMimeType to true as Object.MimeType is supported (Nick Craig-Wood)</li>
2021-02-02 14:42:35 +01:00
</ul></li>
<li>FTP
<ul>
2021-03-31 20:12:08 +02:00
<li>Add <code>--ftp-disable-msld</code> option to ignore MLSD for really old servers (Nick Craig-Wood)</li>
<li>Make <code>--tpslimit apply</code> (Nick Craig-Wood)</li>
2021-02-02 14:42:35 +01:00
</ul></li>
<li>Google Cloud Storage
<ul>
<li>Storage class object header support (Laurens Janssen)</li>
<li>Fix anonymous client to use rclone's HTTP client (Nick Craig-Wood)</li>
2021-03-31 20:12:08 +02:00
<li>Fix <code>Entry doesn't belong in directory "" (same as directory) - ignoring</code> (Nick Craig-Wood)</li>
2021-02-02 14:42:35 +01:00
</ul></li>
<li>Googlephotos
<ul>
2021-03-31 20:12:08 +02:00
<li>New flag <code>--gphotos-include-archived</code> to show archived photos as well (Nicolas Rueff)</li>
2021-02-02 14:42:35 +01:00
</ul></li>
<li>Jottacloud
2018-10-15 12:03:08 +02:00
<ul>
2021-03-31 20:12:08 +02:00
<li>Don't erroneously report support for writing mime types (buengese)</li>
<li>Add support for Telia Cloud (Patrik Nordlén)</li>
2021-02-02 14:42:35 +01:00
</ul></li>
<li>Mailru
2018-10-15 12:03:08 +02:00
<ul>
2021-03-31 20:12:08 +02:00
<li>Accept special folders eg camera-upload (Ivan Andreev)</li>
<li>Avoid prehashing of large local files (Ivan Andreev)</li>
2021-02-02 14:42:35 +01:00
<li>Fix uploads after recent changes on server (Ivan Andreev)</li>
<li>Fix range requests after June 2020 changes on server (Ivan Andreev)</li>
<li>Fix invalid timestamp on corrupted files (fixes) (Ivan Andreev)</li>
<li>Remove deprecated protocol quirks (Ivan Andreev)</li>
2018-10-15 12:03:08 +02:00
</ul></li>
2021-02-02 14:42:35 +01:00
<li>Memory
<ul>
<li>Fix setting of mime types (Nick Craig-Wood)</li>
2018-10-15 12:03:08 +02:00
</ul></li>
2021-02-02 14:42:35 +01:00
<li>Onedrive
2018-10-15 12:03:08 +02:00
<ul>
2021-03-31 20:12:08 +02:00
<li>Add support for China region operated by 21vianet and other regional suppliers (NyaMisty)</li>
2021-02-02 14:42:35 +01:00
<li>Warn on gateway timeout errors (Nick Craig-Wood)</li>
2021-03-31 20:12:08 +02:00
<li>Fall back to normal copy if server-side copy unavailable (Alex Chen)</li>
2021-02-02 14:42:35 +01:00
<li>Fix server-side copy completely disabled on OneDrive for Business (Cnly)</li>
2021-03-31 20:12:08 +02:00
<li>(business only) workaround to replace existing file on server-side copy (Alex Chen)</li>
2021-02-02 14:42:35 +01:00
<li>Enhance link creation with expiry, scope, type and password (Nick Craig-Wood)</li>
2021-03-31 20:12:08 +02:00
<li>Remove % and # from the set of encoded characters (Alex Chen)</li>
<li>Support addressing site by server-relative URL (kice)</li>
2021-02-02 14:42:35 +01:00
</ul></li>
<li>Opendrive
2019-02-09 11:42:57 +01:00
<ul>
2021-02-02 14:42:35 +01:00
<li>Fix finding directories in a case insensitive way (Nick Craig-Wood)</li>
</ul></li>
<li>Pcloud
2018-10-15 12:03:08 +02:00
<ul>
2021-02-02 14:42:35 +01:00
<li>Fix setting of mime types (Nick Craig-Wood)</li>
</ul></li>
<li>Premiumizeme
2018-10-15 12:03:08 +02:00
<ul>
2021-02-02 14:42:35 +01:00
<li>Fix finding directories in a case insensitive way (Nick Craig-Wood)</li>
</ul></li>
<li>Qingstor
2018-10-15 12:03:08 +02:00
<ul>
2021-02-02 14:42:35 +01:00
<li>Fix error propagation in CleanUp (Nick Craig-Wood)</li>
<li>Fix rclone cleanup (Nick Craig-Wood)</li>
</ul></li>
<li>S3
2018-10-15 12:03:08 +02:00
<ul>
2021-02-02 14:42:35 +01:00
<li>Added <code>--s3-disable-http2</code> to disable http/2 (Anagh Kumar Baranwal)</li>
2021-03-31 20:12:08 +02:00
<li>Complete SSE-C implementation (Nick Craig-Wood)
<ul>
2021-02-02 14:42:35 +01:00
<li>Fix hashes on small files with AWS:KMS and SSE-C (Nick Craig-Wood)</li>
<li>Add MD5 metadata to objects uploaded with SSE-AWS/SSE-C (Nick Craig-Wood)</li>
2021-03-31 20:12:08 +02:00
</ul></li>
<li>Add <code>--s3-no-head parameter</code> to minimise transactions on upload (Nick Craig-Wood)</li>
2021-02-02 14:42:35 +01:00
<li>Update docs with a Reducing Costs section (Nick Craig-Wood)</li>
<li>Added error handling for error code 429 indicating too many requests (Anagh Kumar Baranwal)</li>
<li>Add requester pays option (kelv)</li>
<li>Fix copy multipart with v2 auth failing with 'SignatureDoesNotMatch' (Louis Koo)</li>
</ul></li>
<li>SFTP
2019-08-26 16:25:20 +02:00
<ul>
2021-02-02 14:42:35 +01:00
<li>Allow cert based auth via optional pubkey (Stephen Harris)</li>
<li>Allow user to optionally check server hosts key to add security (Stephen Harris)</li>
<li>Defer asking for user passwords until the SSH connection succeeds (Stephen Harris)</li>
<li>Remember entered password in AskPass mode (Stephen Harris)</li>
<li>Implement Shutdown method (Nick Craig-Wood)</li>
<li>Implement keyboard interactive authentication (Nick Craig-Wood)</li>
2021-03-31 20:12:08 +02:00
<li>Make <code>--tpslimit</code> apply (Nick Craig-Wood)</li>
<li>Implement <code>--sftp-use-fstat</code> for unusual SFTP servers (Nick Craig-Wood)</li>
2021-02-02 14:42:35 +01:00
</ul></li>
<li>Sugarsync
2019-08-26 16:25:20 +02:00
<ul>
2021-02-02 14:42:35 +01:00
<li>Fix NewObject for files that differ in case (Nick Craig-Wood)</li>
<li>Fix finding directories in a case insentive way (Nick Craig-Wood)</li>
</ul></li>
<li>Swift
<ul>
<li>Fix deletion of parts of Static Large Object (SLO) (Nguyễn Hữu Luân)</li>
2021-03-31 20:12:08 +02:00
<li>Ensure partially uploaded large files are uploaded unless <code>--swift-leave-parts-on-error</code> (Nguyễn Hữu Luân)</li>
2021-02-02 14:42:35 +01:00
</ul></li>
<li>Tardigrade
<ul>
<li>Upgrade to uplink v1.4.1 (Caleb Case)</li>
</ul></li>
<li>WebDAV
<ul>
<li>Updated docs to show streaming to nextcloud is working (Durval Menezes)</li>
</ul></li>
<li>Yandex
<ul>
2021-03-31 20:12:08 +02:00
<li>Set Features WriteMimeType to false as Yandex ignores mime types (Nick Craig-Wood)</li>
2021-02-02 14:42:35 +01:00
</ul></li>
2019-08-26 16:25:20 +02:00
</ul>
2021-02-02 14:42:35 +01:00
<h2 id="v1.53.4---2021-01-20">v1.53.4 - 2021-01-20</h2>
<p><a href="https://github.com/rclone/rclone/compare/v1.53.3...v1.53.4">See commits</a></p>
2020-05-27 17:11:47 +02:00
<ul>
2021-02-02 14:42:35 +01:00
<li>Bug Fixes
<ul>
<li>accounting: Fix data race in Transferred() (Maciej Zimnoch)</li>
<li>build
<ul>
<li>Stop tagged releases making a current beta (Nick Craig-Wood)</li>
<li>Upgrade docker buildx action (Matteo Pietro Dazzi)</li>
<li>Add -buildmode to cross-compile.go (Nick Craig-Wood)</li>
<li>Fix docker build by upgrading ilteoood/docker_buildx (Nick Craig-Wood)</li>
<li>Revert GitHub actions brew fix since this is now fixed (Nick Craig-Wood)</li>
<li>Fix brew install --cask syntax for macOS build (Nick Craig-Wood)</li>
<li>Update nfpm syntax to fix build of .deb/.rpm packages (Nick Craig-Wood)</li>
<li>Fix for Windows build errors (Ivan Andreev)</li>
</ul></li>
<li>fs: Parseduration: fixed tests to use UTC time (Ankur Gupta)</li>
<li>fshttp: Prevent overlap of HTTP headers in logs (Nathan Collins)</li>
<li>rc
<ul>
<li>Fix core/command giving 500 internal error (Nick Craig-Wood)</li>
<li>Add Copy method to rc.Params (Nick Craig-Wood)</li>
<li>Fix 500 error when marshalling errors from core/command (Nick Craig-Wood)</li>
<li>plugins: Create plugins files only if webui is enabled. (negative0)</li>
</ul></li>
<li>serve http: Fix serving files of unknown length (Nick Craig-Wood)</li>
<li>serve sftp: Fix authentication on one connection blocking others (Nick Craig-Wood)</li>
</ul></li>
<li>Mount
<ul>
<li>Add optional <code>brew</code> tag to throw an error when using mount in the binaries installed via Homebrew (Anagh Kumar Baranwal)</li>
<li>Add "." and ".." to directories to match cmount and expectations (Nick Craig-Wood)</li>
</ul></li>
<li>VFS
<ul>
<li>Make cache dir absolute before using it to fix path too long errors (Nick Craig-Wood)</li>
</ul></li>
<li>Chunker
<ul>
<li>Improve detection of incompatible metadata (Ivan Andreev)</li>
</ul></li>
<li>Google Cloud Storage
<ul>
<li>Fix server side copy of large objects (Nick Craig-Wood)</li>
</ul></li>
<li>Jottacloud
<ul>
<li>Fix token renewer to fix long uploads (Nick Craig-Wood)</li>
<li>Fix token refresh failed: is not a regular file error (Nick Craig-Wood)</li>
</ul></li>
<li>Pcloud
<ul>
<li>Only use SHA1 hashes in EU region (Nick Craig-Wood)</li>
</ul></li>
<li>Sharefile
<ul>
<li>Undo Fix backend due to API swapping integers for strings (Nick Craig-Wood)</li>
</ul></li>
<li>WebDAV
<ul>
<li>Fix Open Range requests to fix 4shared mount (Nick Craig-Wood)</li>
<li>Add "Depth: 0" to GET requests to fix bitrix (Nick Craig-Wood)</li>
</ul></li>
2020-05-27 17:11:47 +02:00
</ul>
2021-02-02 14:42:35 +01:00
<h2 id="v1.53.3---2020-11-19">v1.53.3 - 2020-11-19</h2>
<p><a href="https://github.com/rclone/rclone/compare/v1.53.2...v1.53.3">See commits</a></p>
2020-09-02 17:59:04 +02:00
<ul>
2021-02-02 14:42:35 +01:00
<li>Bug Fixes
<ul>
<li>random: Fix incorrect use of math/rand instead of crypto/rand CVE-2020-28924 (Nick Craig-Wood)
<ul>
<li>Passwords you have generated with <code>rclone config</code> may be insecure</li>
<li>See <a href="https://github.com/rclone/rclone/issues/4783">issue #4783</a> for more details and a checking tool</li>
</ul></li>
<li>random: Seed math/rand in one place with crypto strong seed (Nick Craig-Wood)</li>
</ul></li>
<li>VFS
<ul>
<li>Fix vfs/refresh calls with fs= parameter (Nick Craig-Wood)</li>
</ul></li>
<li>Sharefile
<ul>
<li>Fix backend due to API swapping integers for strings (Nick Craig-Wood)</li>
</ul></li>
2020-09-02 17:59:04 +02:00
</ul>
2021-02-02 14:42:35 +01:00
<h2 id="v1.53.2---2020-10-26">v1.53.2 - 2020-10-26</h2>
<p><a href="https://github.com/rclone/rclone/compare/v1.53.1...v1.53.2">See commits</a></p>
2020-02-01 11:31:42 +01:00
<ul>
2021-02-02 14:42:35 +01:00
<li>Bug Fixes
<ul>
<li>acounting
<ul>
<li>Fix incorrect speed and transferTime in core/stats (Nick Craig-Wood)</li>
<li>Stabilize display order of transfers on Windows (Nick Craig-Wood)</li>
</ul></li>
<li>operations
<ul>
<li>Fix use of --suffix without --backup-dir (Nick Craig-Wood)</li>
<li>Fix spurious "--checksum is in use but the source and destination have no hashes in common" (Nick Craig-Wood)</li>
</ul></li>
<li>build
<ul>
<li>Work around GitHub actions brew problem (Nick Craig-Wood)</li>
<li>Stop using set-env and set-path in the GitHub actions (Nick Craig-Wood)</li>
</ul></li>
</ul></li>
<li>Mount
<ul>
<li>mount2: Fix the swapped UID / GID values (Russell Cattelan)</li>
</ul></li>
<li>VFS
<ul>
<li>Detect and recover from a file being removed externally from the cache (Nick Craig-Wood)</li>
<li>Fix a deadlock vulnerability in downloaders.Close (Leo Luan)</li>
<li>Fix a race condition in retryFailedResets (Leo Luan)</li>
<li>Fix missed concurrency control between some item operations and reset (Leo Luan)</li>
<li>Add exponential backoff during ENOSPC retries (Leo Luan)</li>
<li>Add a missed update of used cache space (Leo Luan)</li>
<li>Fix --no-modtime to not attempt to set modtimes (as documented) (Nick Craig-Wood)</li>
</ul></li>
<li>Local
<ul>
<li>Fix sizes and syncing with --links option on Windows (Nick Craig-Wood)</li>
</ul></li>
<li>Chunker
<ul>
<li>Disable ListR to fix missing files on GDrive (workaround) (Ivan Andreev)</li>
<li>Fix upload over crypt (Ivan Andreev)</li>
</ul></li>
<li>Fichier
<ul>
<li>Increase maximum file size from 100GB to 300GB (gyutw)</li>
</ul></li>
<li>Jottacloud
<ul>
<li>Remove clientSecret from config when upgrading to token based authentication (buengese)</li>
<li>Avoid double url escaping of device/mountpoint (albertony)</li>
<li>Remove DirMove workaround as it's not required anymore - also (buengese)</li>
</ul></li>
<li>Mailru
<ul>
<li>Fix uploads after recent changes on server (Ivan Andreev)</li>
<li>Fix range requests after june changes on server (Ivan Andreev)</li>
<li>Fix invalid timestamp on corrupted files (fixes) (Ivan Andreev)</li>
</ul></li>
<li>Onedrive
<ul>
<li>Fix disk usage for sharepoint (Nick Craig-Wood)</li>
</ul></li>
<li>S3
<ul>
<li>Add missing regions for AWS (Anagh Kumar Baranwal)</li>
</ul></li>
<li>Seafile
<ul>
<li>Fix accessing libraries &gt; 2GB on 32 bit systems (Muffin King)</li>
</ul></li>
<li>SFTP
<ul>
<li>Always convert the checksum to lower case (buengese)</li>
</ul></li>
<li>Union
<ul>
<li>Create root directories if none exist (Nick Craig-Wood)</li>
</ul></li>
2020-02-01 11:31:42 +01:00
</ul>
2021-02-02 14:42:35 +01:00
<h2 id="v1.53.1---2020-09-13">v1.53.1 - 2020-09-13</h2>
<p><a href="https://github.com/rclone/rclone/compare/v1.53.0...v1.53.1">See commits</a></p>
2020-05-27 17:11:47 +02:00
<ul>
2021-02-02 14:42:35 +01:00
<li>Bug Fixes
<ul>
<li>accounting: Remove new line from end of --stats-one-line display (Nick Craig-Wood)</li>
<li>check
<ul>
<li>Add back missing --download flag (Nick Craig-Wood)</li>
<li>Fix docs (Nick Craig-Wood)</li>
</ul></li>
<li>docs
<ul>
<li>Note --log-file does append (Nick Craig-Wood)</li>
<li>Add full stops for consistency in rclone --help (edwardxml)</li>
<li>Add Tencent COS to s3 provider list (wjielai)</li>
<li>Updated mount command to reflect that it requires Go 1.13 or newer (Evan Harris)</li>
<li>jottacloud: Mention that uploads from local disk will not need to cache files to disk for md5 calculation (albertony)</li>
<li>Fix formatting of rc docs page (Nick Craig-Wood)</li>
</ul></li>
<li>build
<ul>
<li>Include vendor tar ball in release and fix startdev (Nick Craig-Wood)</li>
<li>Fix "Illegal instruction" error for ARMv6 builds (Nick Craig-Wood)</li>
<li>Fix architecture name in ARMv7 build (Nick Craig-Wood)</li>
</ul></li>
</ul></li>
<li>VFS
<ul>
<li>Fix spurious error "vfs cache: failed to _ensure cache EOF" (Nick Craig-Wood)</li>
<li>Log an ERROR if we fail to set the file to be sparse (Nick Craig-Wood)</li>
</ul></li>
<li>Local
<ul>
<li>Log an ERROR if we fail to set the file to be sparse (Nick Craig-Wood)</li>
</ul></li>
<li>Drive
<ul>
<li>Re-adds special oauth help text (Tim Gallant)</li>
</ul></li>
<li>Opendrive
<ul>
<li>Do not retry 400 errors (Evan Harris)</li>
</ul></li>
2020-05-27 17:11:47 +02:00
</ul>
2020-09-02 17:59:04 +02:00
<h2 id="v1.53.0---2020-09-02">v1.53.0 - 2020-09-02</h2>
<p><a href="https://github.com/rclone/rclone/compare/v1.52.0...v1.53.0">See commits</a></p>
<ul>
<li>New Features
<ul>
<li>The <a href="https://rclone.org/commands/rclone_mount/#vfs-virtual-file-system">VFS layer</a> was heavily reworked for this release - see below for more details</li>
<li>Interactive mode <a href="https://rclone.org/docs/#interactive">-i/--interactive</a> for destructive operations (fishbullet)</li>
<li>Add <a href="https://rclone.org/docs/#bwlimit-file-bandwidth-spec">--bwlimit-file</a> flag to limit speeds of individual file transfers (Nick Craig-Wood)</li>
<li>Transfers are sorted by start time in the stats and progress output (Max Sum)</li>
<li>Make sure backends expand <code>~</code> and environment vars in file names they use (Nick Craig-Wood)</li>
<li>Add <a href="https://rclone.org/docs/#refresh-times">--refresh-times</a> flag to set modtimes on hashless backends (Nick Craig-Wood)</li>
<li>build
<ul>
<li>Remove vendor directory in favour of Go modules (Nick Craig-Wood)</li>
<li>Build with go1.15.x by default (Nick Craig-Wood)</li>
<li>Drop macOS 386 build as it is no longer supported by go1.15 (Nick Craig-Wood)</li>
<li>Add ARMv7 to the supported builds (Nick Craig-Wood)</li>
<li>Enable <code>rclone cmount</code> on macOS (Nick Craig-Wood)</li>
<li>Make rclone build with gccgo (Nick Craig-Wood)</li>
<li>Make rclone build with wasm (Nick Craig-Wood)</li>
<li>Change beta numbering to be semver compatible (Nick Craig-Wood)</li>
<li>Add file properties and icon to Windows executable (albertony)</li>
<li>Add experimental interface for integrating rclone into browsers (Nick Craig-Wood)</li>
</ul></li>
<li>lib: Add file name compression (Klaus Post)</li>
<li>rc
<ul>
<li>Allow installation and use of plugins and test plugins with rclone-webui (Chaitanya Bankanhal)</li>
<li>Add reverse proxy pluginsHandler for serving plugins (Chaitanya Bankanhal)</li>
<li>Add <code>mount/listmounts</code> option for listing current mounts (Chaitanya Bankanhal)</li>
<li>Add <code>operations/uploadfile</code> to upload a file through rc using encoding multipart/form-data (Chaitanya Bankanhal)</li>
2021-02-02 14:42:35 +01:00
<li>Add <code>core/command</code> to execute rclone terminal commands. (Chaitanya Bankanhal)</li>
2020-09-02 17:59:04 +02:00
</ul></li>
<li><code>rclone check</code>
<ul>
<li>Add reporting of filenames for same/missing/changed (Nick Craig-Wood)</li>
<li>Make check command obey <code>--dry-run</code>/<code>-i</code>/<code>--interactive</code> (Nick Craig-Wood)</li>
<li>Make check do <code>--checkers</code> files concurrently (Nick Craig-Wood)</li>
<li>Retry downloads if they fail when using the <code>--download</code> flag (Nick Craig-Wood)</li>
<li>Make it show stats by default (Nick Craig-Wood)</li>
</ul></li>
<li><code>rclone obscure</code>: Allow obscure command to accept password on STDIN (David Ibarra)</li>
<li><code>rclone config</code>
<ul>
<li>Set RCLONE_CONFIG_DIR for use in config files and subprocesses (Nick Craig-Wood)</li>
<li>Reject remote names starting with a dash. (jtagcat)</li>
</ul></li>
<li><code>rclone cryptcheck</code>: Add reporting of filenames for same/missing/changed (Nick Craig-Wood)</li>
<li><code>rclone dedupe</code>: Make it obey the <code>--size-only</code> flag for duplicate detection (Nick Craig-Wood)</li>
<li><code>rclone link</code>: Add <code>--expire</code> and <code>--unlink</code> flags (Roman Kredentser)</li>
<li><code>rclone mkdir</code>: Warn when using mkdir on remotes which can't have empty directories (Nick Craig-Wood)</li>
<li><code>rclone rc</code>: Allow JSON parameters to simplify command line usage (Nick Craig-Wood)</li>
<li><code>rclone serve ftp</code>
<ul>
<li>Don't compile on &lt; go1.13 after dependency update (Nick Craig-Wood)</li>
<li>Add error message if auth proxy fails (Nick Craig-Wood)</li>
<li>Use refactored goftp.io/server library for binary shrink (Nick Craig-Wood)</li>
</ul></li>
<li><code>rclone serve restic</code>: Expose interfaces so that rclone can be used as a library from within restic (Jack)</li>
<li><code>rclone sync</code>: Add <code>--track-renames-strategy leaf</code> (Nick Craig-Wood)</li>
<li><code>rclone touch</code>: Add ability to set nanosecond resolution times (Nick Craig-Wood)</li>
<li><code>rclone tree</code>: Remove <code>-i</code> shorthand for <code>--noindent</code> as it conflicts with <code>-i</code>/<code>--interactive</code> (Nick Craig-Wood)</li>
</ul></li>
<li>Bug Fixes
<ul>
<li>accounting
<ul>
<li>Fix documentation for <code>speed</code>/<code>speedAvg</code> (Nick Craig-Wood)</li>
<li>Fix elapsed time not show actual time since beginning (Chaitanya Bankanhal)</li>
<li>Fix deadlock in stats printing (Nick Craig-Wood)</li>
</ul></li>
<li>build
<ul>
<li>Fix file handle leak in GitHub release tool (Garrett Squire)</li>
</ul></li>
<li><code>rclone check</code>: Fix successful retries with <code>--download</code> counting errors (Nick Craig-Wood)</li>
<li><code>rclone dedupe</code>: Fix logging to be easier to understand (Nick Craig-Wood)</li>
</ul></li>
<li>Mount
<ul>
<li>Warn macOS users that mount implementation is changing (Nick Craig-Wood)
<ul>
<li>to test the new implementation use <code>rclone cmount</code> instead of <code>rclone mount</code></li>
<li>this is because the library rclone uses has dropped macOS support</li>
</ul></li>
<li>rc interface
<ul>
<li>Add call for unmount all (Chaitanya Bankanhal)</li>
<li>Make <code>mount/mount</code> remote control take vfsOpt option (Nick Craig-Wood)</li>
<li>Add mountOpt to <code>mount/mount</code> (Nick Craig-Wood)</li>
<li>Add VFS and Mount options to <code>mount/listmounts</code> (Nick Craig-Wood)</li>
</ul></li>
<li>Catch panics in cgofuse initialization and turn into error messages (Nick Craig-Wood)</li>
<li>Always supply stat information in Readdir (Nick Craig-Wood)</li>
<li>Add support for reading unknown length files using direct IO (Windows) (Nick Craig-Wood)</li>
<li>Fix On Windows don't add <code>-o uid/gid=-1</code> if user supplies <code>-o uid/gid</code>. (Nick Craig-Wood)</li>
<li>Fix macOS losing directory contents in cmount (Nick Craig-Wood)</li>
<li>Fix volume name broken in recent refactor (Nick Craig-Wood)</li>
</ul></li>
<li>VFS
<ul>
<li>Implement partial reads for <code>--vfs-cache-mode full</code> (Nick Craig-Wood)</li>
<li>Add <code>--vfs-writeback</code> option to delay writes back to cloud storage (Nick Craig-Wood)</li>
<li>Add <code>--vfs-read-ahead</code> parameter for use with <code>--vfs-cache-mode full</code> (Nick Craig-Wood)</li>
<li>Restart pending uploads on restart of the cache (Nick Craig-Wood)</li>
<li>Support synchronous cache space recovery upon ENOSPC (Leo Luan)</li>
<li>Allow ReadAt and WriteAt to run concurrently with themselves (Nick Craig-Wood)</li>
<li>Change modtime of file before upload to current (Rob Calistri)</li>
<li>Recommend <code>--vfs-cache-modes writes</code> on backends which can't stream (Nick Craig-Wood)</li>
<li>Add an optional <code>fs</code> parameter to vfs rc methods (Nick Craig-Wood)</li>
<li>Fix errors when using &gt; 260 char files in the cache in Windows (Nick Craig-Wood)</li>
<li>Fix renaming of items while they are being uploaded (Nick Craig-Wood)</li>
<li>Fix very high load caused by slow directory listings (Nick Craig-Wood)</li>
<li>Fix renamed files not being uploaded with <code>--vfs-cache-mode minimal</code> (Nick Craig-Wood)</li>
<li>Fix directory locking caused by slow directory listings (Nick Craig-Wood)</li>
<li>Fix saving from chrome without <code>--vfs-cache-mode writes</code> (Nick Craig-Wood)</li>
</ul></li>
<li>Local
<ul>
<li>Add <code>--local-no-updated</code> to provide a consistent view of changing objects (Nick Craig-Wood)</li>
<li>Add <code>--local-no-set-modtime</code> option to prevent modtime changes (tyhuber1)</li>
<li>Fix race conditions updating and reading Object metadata (Nick Craig-Wood)</li>
</ul></li>
<li>Cache
<ul>
<li>Make any created backends be cached to fix rc problems (Nick Craig-Wood)</li>
<li>Fix dedupe on caches wrapping drives (Nick Craig-Wood)</li>
</ul></li>
<li>Crypt
<ul>
<li>Add <code>--crypt-server-side-across-configs</code> flag (Nick Craig-Wood)</li>
<li>Make any created backends be cached to fix rc problems (Nick Craig-Wood)</li>
</ul></li>
<li>Alias
<ul>
<li>Make any created backends be cached to fix rc problems (Nick Craig-Wood)</li>
</ul></li>
<li>Azure Blob
<ul>
<li>Don't compile on &lt; go1.13 after dependency update (Nick Craig-Wood)</li>
</ul></li>
<li>B2
<ul>
2021-02-02 14:42:35 +01:00
<li>Implement server-side copy for files &gt; 5GB (Nick Craig-Wood)</li>
2020-09-02 17:59:04 +02:00
<li>Cancel in progress multipart uploads and copies on rclone exit (Nick Craig-Wood)</li>
<li>Note that b2's encoding now allows  but rclone's hasn't changed (Nick Craig-Wood)</li>
<li>Fix transfers when using download_url (Nick Craig-Wood)</li>
</ul></li>
<li>Box
<ul>
<li>Implement rclone cleanup (buengese)</li>
<li>Cancel in progress multipart uploads and copies on rclone exit (Nick Craig-Wood)</li>
<li>Allow authentication with access token (David)</li>
</ul></li>
<li>Chunker
<ul>
<li>Make any created backends be cached to fix rc problems (Nick Craig-Wood)</li>
</ul></li>
<li>Drive
<ul>
<li>Add <code>rclone backend drives</code> to list shared drives (teamdrives) (Nick Craig-Wood)</li>
<li>Implement <code>rclone backend untrash</code> (Nick Craig-Wood)</li>
<li>Work around drive bug which didn't set modtime of copied docs (Nick Craig-Wood)</li>
<li>Added <code>--drive-starred-only</code> to only show starred files (Jay McEntire)</li>
<li>Deprecate <code>--drive-alternate-export</code> as it is no longer needed (themylogin)</li>
2021-02-02 14:42:35 +01:00
<li>Fix duplication of Google docs on server-side copy (Nick Craig-Wood)</li>
2020-09-02 17:59:04 +02:00
<li>Fix "panic: send on closed channel" when recycling dir entries (Nick Craig-Wood)</li>
</ul></li>
<li>Dropbox
<ul>
<li>Add copyright detector info in limitations section in the docs (Alex Guerrero)</li>
<li>Fix <code>rclone link</code> by removing expires parameter (Nick Craig-Wood)</li>
</ul></li>
<li>Fichier
<ul>
<li>Detect Flood detected: IP Locked error and sleep for 30s (Nick Craig-Wood)</li>
</ul></li>
<li>FTP
<ul>
<li>Add explicit TLS support (Heiko Bornholdt)</li>
<li>Add support for <code>--dump bodies</code> and <code>--dump auth</code> for debugging (Nick Craig-Wood)</li>
<li>Fix interoperation with pure-ftpd (Nick Craig-Wood)</li>
</ul></li>
<li>Google Cloud Storage
<ul>
<li>Add support for anonymous access (Kai Lüke)</li>
</ul></li>
<li>Jottacloud
<ul>
2021-02-02 14:42:35 +01:00
<li>Bring back legacy authentication for use with whitelabel versions (buengese)</li>
2020-09-02 17:59:04 +02:00
<li>Switch to new api root - also implement a very ugly workaround for the DirMove failures (buengese)</li>
</ul></li>
<li>Onedrive
<ul>
<li>Rework cancel of multipart uploads on rclone exit (Nick Craig-Wood)</li>
<li>Implement rclone cleanup (Nick Craig-Wood)</li>
<li>Add <code>--onedrive-no-versions</code> flag to remove old versions (Nick Craig-Wood)</li>
</ul></li>
<li>Pcloud
<ul>
<li>Implement <code>rclone link</code> for public link creation (buengese)</li>
</ul></li>
<li>Qingstor
<ul>
<li>Cancel in progress multipart uploads on rclone exit (Nick Craig-Wood)</li>
</ul></li>
<li>S3
<ul>
<li>Preserve metadata when doing multipart copy (Nick Craig-Wood)</li>
<li>Cancel in progress multipart uploads and copies on rclone exit (Nick Craig-Wood)</li>
<li>Add <code>rclone link</code> for public link sharing (Roman Kredentser)</li>
<li>Add <code>rclone backend restore</code> command to restore objects from GLACIER (Nick Craig-Wood)</li>
<li>Add <code>rclone cleanup</code> and <code>rclone backend cleanup</code> to clean unfinished multipart uploads (Nick Craig-Wood)</li>
<li>Add <code>rclone backend list-multipart-uploads</code> to list unfinished multipart uploads (Nick Craig-Wood)</li>
<li>Add <code>--s3-max-upload-parts</code> support (Kamil Trzciński)</li>
<li>Add <code>--s3-no-check-bucket</code> for minimising rclone transactions and perms (Nick Craig-Wood)</li>
<li>Add <code>--s3-profile</code> and <code>--s3-shared-credentials-file</code> options (Nick Craig-Wood)</li>
<li>Use regional s3 us-east-1 endpoint (David)</li>
<li>Add Scaleway provider (Vincent Feltz)</li>
<li>Update IBM COS endpoints (Egor Margineanu)</li>
<li>Reduce the default <code>--s3-copy-cutoff</code> to &lt; 5GB for Backblaze S3 compatibility (Nick Craig-Wood)</li>
<li>Fix detection of bucket existing (Nick Craig-Wood)</li>
</ul></li>
<li>SFTP
<ul>
<li>Use the absolute path instead of the relative path for listing for improved compatibility (Nick Craig-Wood)</li>
<li>Add <code>--sftp-subsystem</code> and <code>--sftp-server-command</code> options (aus)</li>
</ul></li>
<li>Swift
<ul>
<li>Fix dangling large objects breaking the listing (Nick Craig-Wood)</li>
<li>Fix purge not deleting directory markers (Nick Craig-Wood)</li>
<li>Fix update multipart object removing all of its own parts (Nick Craig-Wood)</li>
<li>Fix missing hash from object returned from upload (Nick Craig-Wood)</li>
</ul></li>
<li>Tardigrade
<ul>
<li>Upgrade to uplink v1.2.0 (Kaloyan Raev)</li>
</ul></li>
<li>Union
<ul>
<li>Fix writing with the all policy (Nick Craig-Wood)</li>
</ul></li>
<li>WebDAV
<ul>
<li>Fix directory creation with 4shared (Nick Craig-Wood)</li>
</ul></li>
</ul>
<h2 id="v1.52.3---2020-08-07">v1.52.3 - 2020-08-07</h2>
<p><a href="https://github.com/rclone/rclone/compare/v1.52.2...v1.52.3">See commits</a></p>
<ul>
<li>Bug Fixes
<ul>
<li>docs
<ul>
2021-02-02 14:42:35 +01:00
<li>Disable smart typography (e.g. en-dash) in MANUAL.* and man page (Nick Craig-Wood)</li>
2020-09-02 17:59:04 +02:00
<li>Update install.md to reflect minimum Go version (Evan Harris)</li>
<li>Update install from source instructions (Nick Craig-Wood)</li>
<li>make_manual: Support SOURCE_DATE_EPOCH (Morten Linderud)</li>
</ul></li>
<li>log: Fix --use-json-log going to stderr not --log-file on Windows (Nick Craig-Wood)</li>
<li>serve dlna: Fix file list on Samsung Series 6+ TVs (Matteo Pietro Dazzi)</li>
<li>sync: Fix deadlock with --track-renames-strategy modtime (Nick Craig-Wood)</li>
</ul></li>
<li>Cache
<ul>
<li>Fix moveto/copyto remote:file remote:file2 (Nick Craig-Wood)</li>
</ul></li>
<li>Drive
<ul>
<li>Stop using root_folder_id as a cache (Nick Craig-Wood)</li>
<li>Make dangling shortcuts appear in listings (Nick Craig-Wood)</li>
<li>Drop "Disabling ListR" messages down to debug (Nick Craig-Wood)</li>
<li>Workaround and policy for Google Drive API (Dmitry Ustalov)</li>
</ul></li>
<li>FTP
<ul>
<li>Add note to docs about home vs root directory selection (Nick Craig-Wood)</li>
</ul></li>
<li>Onedrive
<ul>
<li>Fix reverting to Copy when Move would have worked (Nick Craig-Wood)</li>
<li>Avoid comma rendered in URL in onedrive.md (Kevin)</li>
</ul></li>
<li>Pcloud
<ul>
<li>Fix oauth on European region "eapi.pcloud.com" (Nick Craig-Wood)</li>
</ul></li>
<li>S3
<ul>
<li>Fix bucket Region auto detection when Region unset in config (Nick Craig-Wood)</li>
</ul></li>
</ul>
<h2 id="v1.52.2---2020-06-24">v1.52.2 - 2020-06-24</h2>
<p><a href="https://github.com/rclone/rclone/compare/v1.52.1...v1.52.2">See commits</a></p>
<ul>
<li>Bug Fixes
<ul>
<li>build
<ul>
<li>Fix docker release build action (Nick Craig-Wood)</li>
<li>Fix custom timezone in Docker image (NoLooseEnds)</li>
</ul></li>
<li>check: Fix misleading message which printed errors instead of differences (Nick Craig-Wood)</li>
<li>errors: Add WSAECONNREFUSED and more to the list of retriable Windows errors (Nick Craig-Wood)</li>
<li>rcd: Fix incorrect prometheus metrics (Gary Kim)</li>
<li>serve restic: Fix flags so they use environment variables (Nick Craig-Wood)</li>
<li>serve webdav: Fix flags so they use environment variables (Nick Craig-Wood)</li>
<li>sync: Fix --track-renames-strategy modtime (Nick Craig-Wood)</li>
</ul></li>
<li>Drive
<ul>
<li>Fix not being able to delete a directory with a trashed shortcut (Nick Craig-Wood)</li>
<li>Fix creating a directory inside a shortcut (Nick Craig-Wood)</li>
<li>Fix --drive-impersonate with cached root_folder_id (Nick Craig-Wood)</li>
</ul></li>
<li>SFTP
<ul>
<li>Fix SSH key PEM loading (Zac Rubin)</li>
</ul></li>
<li>Swift
<ul>
<li>Speed up deletes by not retrying segment container deletes (Nick Craig-Wood)</li>
</ul></li>
<li>Tardigrade
<ul>
<li>Upgrade to uplink v1.1.1 (Caleb Case)</li>
</ul></li>
<li>WebDAV
<ul>
<li>Fix free/used display for rclone about/df for certain backends (Nick Craig-Wood)</li>
</ul></li>
</ul>
<h2 id="v1.52.1---2020-06-10">v1.52.1 - 2020-06-10</h2>
<p><a href="https://github.com/rclone/rclone/compare/v1.52.0...v1.52.1">See commits</a></p>
<ul>
<li>Bug Fixes
<ul>
<li>lib/file: Fix SetSparse on Windows 7 which fixes downloads of files &gt; 250MB (Nick Craig-Wood)</li>
<li>build
<ul>
<li>Update go.mod to go1.14 to enable -mod=vendor build (Nick Craig-Wood)</li>
<li>Remove quicktest from Dockerfile (Nick Craig-Wood)</li>
<li>Build Docker images with GitHub actions (Matteo Pietro Dazzi)</li>
<li>Update Docker build workflows (Nick Craig-Wood)</li>
<li>Set user_allow_other in /etc/fuse.conf in the Docker image (Nick Craig-Wood)</li>
<li>Fix xgo build after go1.14 go.mod update (Nick Craig-Wood)</li>
</ul></li>
<li>docs
<ul>
<li>Add link to source and modified time to footer of every page (Nick Craig-Wood)</li>
<li>Remove manually set dates and use git dates instead (Nick Craig-Wood)</li>
<li>Minor tense, punctuation, brevity and positivity changes for the home page (edwardxml)</li>
<li>Remove leading slash in page reference in footer when present (Nick Craig-Wood)</li>
<li>Note commands which need obscured input in the docs (Nick Craig-Wood)</li>
<li>obscure: Write more help as we are referencing it elsewhere (Nick Craig-Wood)</li>
</ul></li>
</ul></li>
<li>VFS
<ul>
<li>Fix OS vs Unix path confusion - fixes ChangeNotify on Windows (Nick Craig-Wood)</li>
</ul></li>
<li>Drive
<ul>
<li>Fix missing items when listing using --fast-list / ListR (Nick Craig-Wood)</li>
</ul></li>
<li>Putio
<ul>
<li>Fix panic on Object.Open (Cenk Alti)</li>
</ul></li>
<li>S3
<ul>
<li>Fix upload of single files into buckets without create permission (Nick Craig-Wood)</li>
<li>Fix --header-upload (Nick Craig-Wood)</li>
</ul></li>
<li>Tardigrade
<ul>
<li>Fix listing bug by upgrading to v1.0.7</li>
<li>Set UserAgent to rclone (Caleb Case)</li>
</ul></li>
</ul>
2020-05-27 17:11:47 +02:00
<h2 id="v1.52.0---2020-05-27">v1.52.0 - 2020-05-27</h2>
<p>Special thanks to Martin Michlmayr for proof reading and correcting all the docs and Edward Barker for helping re-write the front page.</p>
<p><a href="https://github.com/rclone/rclone/compare/v1.51.0...v1.52.0">See commits</a></p>
<ul>
<li>New backends
<ul>
<li><a href="https://rclone.org/tardigrade/">Tardigrade</a> backend for use with storj.io (Caleb Case)</li>
<li><a href="https://rclone.org/union/">Union</a> re-write to have multiple writable remotes (Max Sum)</li>
<li><a href="/seafile">Seafile</a> for Seafile server (Fred <span class="citation" data-cites="creativeprojects">@creativeprojects</span>)</li>
</ul></li>
<li>New commands
<ul>
<li>backend: command for backend specific commands (see backends) (Nick Craig-Wood)</li>
<li>cachestats: Deprecate in favour of <code>rclone backend stats cache:</code> (Nick Craig-Wood)</li>
<li>dbhashsum: Deprecate in favour of <code>rclone hashsum DropboxHash</code> (Nick Craig-Wood)</li>
</ul></li>
<li>New Features
<ul>
<li>Add <code>--header-download</code> and <code>--header-upload</code> flags for setting HTTP headers when uploading/downloading (Tim Gallant)</li>
<li>Add <code>--header</code> flag to add HTTP headers to every HTTP transaction (Nick Craig-Wood)</li>
<li>Add <code>--check-first</code> to do all checking before starting transfers (Nick Craig-Wood)</li>
<li>Add <code>--track-renames-strategy</code> for configurable matching criteria for <code>--track-renames</code> (Bernd Schoolmann)</li>
2021-02-02 14:42:35 +01:00
<li>Add <code>--cutoff-mode</code> hard,soft,cautious (Shing Kit Chan &amp; Franklyn Tackitt)</li>
<li>Filter flags (e.g. <code>--files-from -</code>) can read from stdin (fishbullet)</li>
2020-05-27 17:11:47 +02:00
<li>Add <code>--error-on-no-transfer</code> option (Jon Fautley)</li>
<li>Implement <code>--order-by xxx,mixed</code> for copying some small and some big files (Nick Craig-Wood)</li>
<li>Allow <code>--max-backlog</code> to be negative meaning as large as possible (Nick Craig-Wood)</li>
<li>Added <code>--no-unicode-normalization</code> flag to allow Unicode filenames to remain unique (Ben Zenker)</li>
<li>Allow <code>--min-age</code>/<code>--max-age</code> to take a date as well as a duration (Nick Craig-Wood)</li>
<li>Add rename statistics for file and directory renames (Nick Craig-Wood)</li>
<li>Add statistics output to JSON log (reddi)</li>
<li>Make stats be printed on non-zero exit code (Nick Craig-Wood)</li>
<li>When running <code>--password-command</code> allow use of stdin (Sébastien Gross)</li>
<li>Stop empty strings being a valid remote path (Nick Craig-Wood)</li>
<li>accounting: support WriterTo for less memory copying (Nick Craig-Wood)</li>
<li>build
<ul>
<li>Update to use go1.14 for the build (Nick Craig-Wood)</li>
<li>Add <code>-trimpath</code> to release build for reproduceable builds (Nick Craig-Wood)</li>
<li>Remove GOOS and GOARCH from Dockerfile (Brandon Philips)</li>
</ul></li>
<li>config
<ul>
<li>Fsync the config file after writing to save more reliably (Nick Craig-Wood)</li>
<li>Add <code>--obscure</code> and <code>--no-obscure</code> flags to <code>config create</code>/<code>update</code> (Nick Craig-Wood)</li>
<li>Make <code>config show</code> take <code>remote:</code> as well as <code>remote</code> (Nick Craig-Wood)</li>
</ul></li>
<li>copyurl: Add <code>--no-clobber</code> flag (Denis)</li>
<li>delete: Added <code>--rmdirs</code> flag to delete directories as well (Kush)</li>
<li>filter: Added <code>--files-from-raw</code> flag (Ankur Gupta)</li>
<li>genautocomplete: Add support for fish shell (Matan Rosenberg)</li>
<li>log: Add support for syslog LOCAL facilities (Patryk Jakuszew)</li>
<li>lsjson: Add <code>--hash-type</code> parameter and use it in lsf to speed up hashing (Nick Craig-Wood)</li>
<li>rc
<ul>
<li>Add <code>-o</code>/<code>--opt</code> and <code>-a</code>/<code>--arg</code> for more structured input (Nick Craig-Wood)</li>
<li>Implement <code>backend/command</code> for running backend specific commands remotely (Nick Craig-Wood)</li>
<li>Add <code>mount/mount</code> command for starting <code>rclone mount</code> via the API (Chaitanya)</li>
</ul></li>
<li>rcd: Add Prometheus metrics support (Gary Kim)</li>
<li>serve http
<ul>
<li>Added a <code>--template</code> flag for user defined markup (calistri)</li>
<li>Add Last-Modified headers to files and directories (Nick Craig-Wood)</li>
</ul></li>
<li>serve sftp: Add support for multiple host keys by repeating <code>--key</code> flag (Maxime Suret)</li>
<li>touch: Add <code>--localtime</code> flag to make <code>--timestamp</code> localtime not UTC (Nick Craig-Wood)</li>
</ul></li>
<li>Bug Fixes
<ul>
<li>accounting
<ul>
2020-09-02 17:59:04 +02:00
<li>Restore "Max number of stats groups reached" log line (Michał Matczuk)</li>
2020-05-27 17:11:47 +02:00
<li>Correct exitcode on Transfer Limit Exceeded flag. (Anuar Serdaliyev)</li>
<li>Reset bytes read during copy retry (Ankur Gupta)</li>
<li>Fix race clearing stats (Nick Craig-Wood)</li>
</ul></li>
2020-09-02 17:59:04 +02:00
<li>copy: Only create empty directories when they don't exist on the remote (Ishuah Kariuki)</li>
2020-05-27 17:11:47 +02:00
<li>dedupe: Stop dedupe deleting files with identical IDs (Nick Craig-Wood)</li>
<li>oauth
<ul>
<li>Use custom http client so that <code>--no-check-certificate</code> is honored by oauth token fetch (Mark Spieth)</li>
<li>Replace deprecated oauth2.NoContext (Lars Lehtonen)</li>
</ul></li>
<li>operations
<ul>
<li>Fix setting the timestamp on Windows for multithread copy (Nick Craig-Wood)</li>
<li>Make rcat obey <code>--ignore-checksum</code> (Nick Craig-Wood)</li>
<li>Make <code>--max-transfer</code> more accurate (Nick Craig-Wood)</li>
</ul></li>
<li>rc
<ul>
<li>Fix dropped error (Lars Lehtonen)</li>
<li>Fix misplaced http server config (Xiaoxing Ye)</li>
<li>Disable duplicate log (ElonH)</li>
</ul></li>
<li>serve dlna
<ul>
2020-09-02 17:59:04 +02:00
<li>Cds: don't specify childCount at all when unknown (Dan Walters)</li>
2020-05-27 17:11:47 +02:00
<li>Cds: use modification time as date in dlna metadata (Dan Walters)</li>
</ul></li>
<li>serve restic: Fix tests after restic project removed vendoring (Nick Craig-Wood)</li>
<li>sync
<ul>
2020-09-02 17:59:04 +02:00
<li>Fix incorrect "nothing to transfer" message using <code>--delete-before</code> (Nick Craig-Wood)</li>
<li>Only create empty directories when they don't exist on the remote (Ishuah Kariuki)</li>
2020-05-27 17:11:47 +02:00
</ul></li>
</ul></li>
<li>Mount
<ul>
<li>Add <code>--async-read</code> flag to disable asynchronous reads (Nick Craig-Wood)</li>
<li>Ignore <code>--allow-root</code> flag with a warning as it has been removed upstream (Nick Craig-Wood)</li>
<li>Warn if <code>--allow-non-empty</code> used on Windows and clarify docs (Nick Craig-Wood)</li>
<li>Constrain to go1.13 or above otherwise bazil.org/fuse fails to compile (Nick Craig-Wood)</li>
<li>Fix fail because of too long volume name (evileye)</li>
<li>Report 1PB free for unknown disk sizes (Nick Craig-Wood)</li>
<li>Map more rclone errors into file systems errors (Nick Craig-Wood)</li>
<li>Fix disappearing cwd problem (Nick Craig-Wood)</li>
<li>Use ReaddirPlus on Windows to improve directory listing performance (Nick Craig-Wood)</li>
<li>Send a hint as to whether the filesystem is case insensitive or not (Nick Craig-Wood)</li>
<li>Add rc command <code>mount/types</code> (Nick Craig-Wood)</li>
<li>Change maximum leaf name length to 1024 bytes (Nick Craig-Wood)</li>
</ul></li>
<li>VFS
<ul>
<li>Add <code>--vfs-read-wait</code> and <code>--vfs-write-wait</code> flags to control time waiting for a sequential read/write (Nick Craig-Wood)</li>
<li>Change default <code>--vfs-read-wait</code> to 20ms (it was 5ms and not configurable) (Nick Craig-Wood)</li>
<li>Make <code>df</code> output more consistent on a rclone mount. (Yves G)</li>
<li>Report 1PB free for unknown disk sizes (Nick Craig-Wood)</li>
<li>Fix race condition caused by unlocked reading of Dir.path (Nick Craig-Wood)</li>
<li>Make File lock and Dir lock not overlap to avoid deadlock (Nick Craig-Wood)</li>
<li>Implement lock ordering between File and Dir to eliminate deadlocks (Nick Craig-Wood)</li>
<li>Factor the vfs cache into its own package (Nick Craig-Wood)</li>
<li>Pin the Fs in use in the Fs cache (Nick Craig-Wood)</li>
<li>Add SetSys() methods to Node to allow caching stuff on a node (Nick Craig-Wood)</li>
<li>Ignore file not found errors from Hash in Read.Release (Nick Craig-Wood)</li>
<li>Fix hang in read wait code (Nick Craig-Wood)</li>
</ul></li>
<li>Local
<ul>
<li>Speed up multi thread downloads by using sparse files on Windows (Nick Craig-Wood)</li>
<li>Implement <code>--local-no-sparse</code> flag for disabling sparse files (Nick Craig-Wood)</li>
<li>Implement <code>rclone backend noop</code> for testing purposes (Nick Craig-Wood)</li>
2020-09-02 17:59:04 +02:00
<li>Fix "file not found" errors on post transfer Hash calculation (Nick Craig-Wood)</li>
2020-05-27 17:11:47 +02:00
</ul></li>
<li>Cache
<ul>
<li>Implement <code>rclone backend stats</code> command (Nick Craig-Wood)</li>
<li>Fix Server Side Copy with Temp Upload (Brandon McNama)</li>
<li>Remove Unused Functions (Lars Lehtonen)</li>
<li>Disable race tests until bbolt is fixed (Nick Craig-Wood)</li>
<li>Move methods used for testing into test file (greatroar)</li>
<li>Add Pin and Unpin and canonicalised lookup (Nick Craig-Wood)</li>
<li>Use proper import path go.etcd.io/bbolt (Robert-André Mauchin)</li>
</ul></li>
<li>Crypt
<ul>
<li>Calculate hashes for uploads from local disk (Nick Craig-Wood)
<ul>
<li>This allows crypted Jottacloud uploads without using local disk</li>
<li>This means crypted s3/b2 uploads will now have hashes</li>
</ul></li>
<li>Added <code>rclone backend decode</code>/<code>encode</code> commands to replicate functionality of <code>cryptdecode</code> (Anagh Kumar Baranwal)</li>
<li>Get rid of the unused Cipher interface as it obfuscated the code (Nick Craig-Wood)</li>
</ul></li>
<li>Azure Blob
<ul>
<li>Implement streaming of unknown sized files so <code>rcat</code> is now supported (Nick Craig-Wood)</li>
<li>Implement memory pooling to control memory use (Nick Craig-Wood)</li>
<li>Add <code>--azureblob-disable-checksum</code> flag (Nick Craig-Wood)</li>
<li>Retry <code>InvalidBlobOrBlock</code> error as it may indicate block concurrency problems (Nick Craig-Wood)</li>
<li>Remove unused <code>Object.parseTimeString()</code> (Lars Lehtonen)</li>
<li>Fix permission error on SAS URL limited to container (Nick Craig-Wood)</li>
</ul></li>
<li>B2
<ul>
<li>Add support for <code>--header-upload</code> and <code>--header-download</code> (Tim Gallant)</li>
<li>Ignore directory markers at the root also (Nick Craig-Wood)</li>
<li>Force the case of the SHA1 to lowercase (Nick Craig-Wood)</li>
<li>Remove unused <code>largeUpload.clearUploadURL()</code> (Lars Lehtonen)</li>
</ul></li>
<li>Box
<ul>
<li>Add support for <code>--header-upload</code> and <code>--header-download</code> (Tim Gallant)</li>
<li>Implement About to read size used (Nick Craig-Wood)</li>
<li>Add token renew function for jwt auth (David Bramwell)</li>
<li>Added support for interchangeable root folder for Box backend (Sunil Patra)</li>
<li>Remove unnecessary iat from jws claims (David)</li>
</ul></li>
<li>Drive
<ul>
<li>Follow shortcuts by default, skip with <code>--drive-skip-shortcuts</code> (Nick Craig-Wood)</li>
<li>Implement <code>rclone backend shortcut</code> command for creating shortcuts (Nick Craig-Wood)</li>
<li>Added <code>rclone backend</code> command to change <code>service_account_file</code> and <code>chunk_size</code> (Anagh Kumar Baranwal)</li>
<li>Fix missing files when using <code>--fast-list</code> and <code>--drive-shared-with-me</code> (Nick Craig-Wood)</li>
<li>Fix duplicate items when using <code>--drive-shared-with-me</code> (Nick Craig-Wood)</li>
<li>Extend <code>--drive-stop-on-upload-limit</code> to respond to <code>teamDriveFileLimitExceeded</code>. (harry)</li>
2020-09-02 17:59:04 +02:00
<li>Don't delete files with multiple parents to avoid data loss (Nick Craig-Wood)</li>
2020-05-27 17:11:47 +02:00
<li>Server side copy docs use default description if empty (Nick Craig-Wood)</li>
</ul></li>
<li>Dropbox
<ul>
<li>Make error insufficient space to be fatal (harry)</li>
<li>Add info about required redirect url (Elan Ruusamäe)</li>
</ul></li>
<li>Fichier
<ul>
<li>Add support for <code>--header-upload</code> and <code>--header-download</code> (Tim Gallant)</li>
<li>Implement custom pacer to deal with the new rate limiting (buengese)</li>
</ul></li>
<li>FTP
<ul>
<li>Fix lockup when using concurrency limit on failed connections (Nick Craig-Wood)</li>
<li>Fix lockup on failed upload when using concurrency limit (Nick Craig-Wood)</li>
<li>Fix lockup on Close failures when using concurrency limit (Nick Craig-Wood)</li>
<li>Work around pureftp sending spurious 150 messages (Nick Craig-Wood)</li>
</ul></li>
<li>Google Cloud Storage
<ul>
<li>Add support for <code>--header-upload</code> and <code>--header-download</code> (Nick Craig-Wood)</li>
<li>Add <code>ARCHIVE</code> storage class to help (Adam Stroud)</li>
<li>Ignore directory markers at the root (Nick Craig-Wood)</li>
</ul></li>
<li>Googlephotos
<ul>
<li>Make the start year configurable (Daven)</li>
<li>Add support for <code>--header-upload</code> and <code>--header-download</code> (Tim Gallant)</li>
<li>Create feature/favorites directory (Brandon Philips)</li>
2020-09-02 17:59:04 +02:00
<li>Fix "concurrent map write" error (Nick Craig-Wood)</li>
<li>Don't put an image in error message (Nick Craig-Wood)</li>
2020-05-27 17:11:47 +02:00
</ul></li>
<li>HTTP
<ul>
<li>Improved directory listing with new template from Caddy project (calisro)</li>
</ul></li>
<li>Jottacloud
<ul>
<li>Implement <code>--jottacloud-trashed-only</code> (buengese)</li>
<li>Add support for <code>--header-upload</code> and <code>--header-download</code> (Tim Gallant)</li>
<li>Use <code>RawURLEncoding</code> when decoding base64 encoded login token (buengese)</li>
<li>Implement cleanup (buengese)</li>
<li>Update docs regarding cleanup, removed remains from old auth, and added warning about special mountpoints. (albertony)</li>
</ul></li>
<li>Mailru
<ul>
<li>Describe 2FA requirements (valery1707)</li>
</ul></li>
<li>Onedrive
<ul>
<li>Implement <code>--onedrive-server-side-across-configs</code> (Nick Craig-Wood)</li>
<li>Add support for <code>--header-upload</code> and <code>--header-download</code> (Tim Gallant)</li>
<li>Fix occasional 416 errors on multipart uploads (Nick Craig-Wood)</li>
<li>Added maximum chunk size limit warning in the docs (Harry)</li>
<li>Fix missing drive on config (Nick Craig-Wood)</li>
<li>Make error <code>quotaLimitReached</code> to be fatal (harry)</li>
</ul></li>
<li>Opendrive
<ul>
<li>Add support for <code>--header-upload</code> and <code>--header-download</code> (Tim Gallant)</li>
</ul></li>
<li>Pcloud
<ul>
<li>Added support for interchangeable root folder for pCloud backend (Sunil Patra)</li>
<li>Add support for <code>--header-upload</code> and <code>--header-download</code> (Tim Gallant)</li>
2020-09-02 17:59:04 +02:00
<li>Fix initial config "Auth state doesn't match" message (Nick Craig-Wood)</li>
2020-05-27 17:11:47 +02:00
</ul></li>
<li>Premiumizeme
<ul>
<li>Add support for <code>--header-upload</code> and <code>--header-download</code> (Tim Gallant)</li>
<li>Prune unused functions (Lars Lehtonen)</li>
</ul></li>
<li>Putio
<ul>
<li>Add support for <code>--header-upload</code> and <code>--header-download</code> (Nick Craig-Wood)</li>
<li>Make downloading files use the rclone http Client (Nick Craig-Wood)</li>
<li>Fix parsing of remotes with leading and trailing / (Nick Craig-Wood)</li>
</ul></li>
<li>Qingstor
<ul>
<li>Make <code>rclone cleanup</code> remove pending multipart uploads older than 24h (Nick Craig-Wood)</li>
<li>Try harder to cancel failed multipart uploads (Nick Craig-Wood)</li>
<li>Prune <code>multiUploader.list()</code> (Lars Lehtonen)</li>
<li>Lint fix (Lars Lehtonen)</li>
</ul></li>
<li>S3
<ul>
<li>Add support for <code>--header-upload</code> and <code>--header-download</code> (Tim Gallant)</li>
<li>Use memory pool for buffer allocations (Maciej Zimnoch)</li>
<li>Add SSE-C support for AWS, Ceph, and MinIO (Jack Anderson)</li>
<li>Fail fast multipart upload (Michał Matczuk)</li>
<li>Report errors on bucket creation (mkdir) correctly (Nick Craig-Wood)</li>
<li>Specify that Minio supports URL encoding in listings (Nick Craig-Wood)</li>
<li>Added 500 as retryErrorCode (Michał Matczuk)</li>
<li>Use <code>--low-level-retries</code> as the number of SDK retries (Aleksandar Janković)</li>
<li>Fix multipart abort context (Aleksandar Jankovic)</li>
<li>Replace deprecated <code>session.New()</code> with <code>session.NewSession()</code> (Lars Lehtonen)</li>
<li>Use the provided size parameter when allocating a new memory pool (Joachim Brandon LeBlanc)</li>
2020-09-02 17:59:04 +02:00
<li>Use rclone's low level retries instead of AWS SDK to fix listing retries (Nick Craig-Wood)</li>
2020-05-27 17:11:47 +02:00
<li>Ignore directory markers at the root also (Nick Craig-Wood)</li>
<li>Use single memory pool (Michał Matczuk)</li>
<li>Do not resize buf on put to memBuf (Michał Matczuk)</li>
<li>Improve docs for <code>--s3-disable-checksum</code> (Nick Craig-Wood)</li>
2020-09-02 17:59:04 +02:00
<li>Don't leak memory or tokens in edge cases for multipart upload (Nick Craig-Wood)</li>
2020-05-27 17:11:47 +02:00
</ul></li>
<li>Seafile
<ul>
<li>Implement 2FA (Fred)</li>
</ul></li>
<li>SFTP
<ul>
<li>Added <code>--sftp-pem-key</code> to support inline key files (calisro)</li>
<li>Fix post transfer copies failing with 0 size when using <code>set_modtime=false</code> (Nick Craig-Wood)</li>
</ul></li>
<li>Sharefile
<ul>
<li>Add support for <code>--header-upload</code> and <code>--header-download</code> (Tim Gallant)</li>
</ul></li>
<li>Sugarsync
<ul>
<li>Add support for <code>--header-upload</code> and <code>--header-download</code> (Tim Gallant)</li>
</ul></li>
<li>Swift
<ul>
<li>Add support for <code>--header-upload</code> and <code>--header-download</code> (Nick Craig-Wood)</li>
<li>Fix cosmetic issue in error message (Martin Michlmayr)</li>
</ul></li>
<li>Union
<ul>
<li>Implement multiple writable remotes (Max Sum)</li>
<li>Fix server-side copy (Max Sum)</li>
<li>Implement ListR (Max Sum)</li>
<li>Enable ListR when upstreams contain local (Max Sum)</li>
</ul></li>
<li>WebDAV
<ul>
<li>Add support for <code>--header-upload</code> and <code>--header-download</code> (Tim Gallant)</li>
<li>Fix <code>X-OC-Mtime</code> header for Transip compatibility (Nick Craig-Wood)</li>
<li>Report full and consistent usage with <code>about</code> (Yves G)</li>
</ul></li>
<li>Yandex
<ul>
<li>Add support for <code>--header-upload</code> and <code>--header-download</code> (Tim Gallant)</li>
</ul></li>
</ul>
2020-02-01 11:31:42 +01:00
<h2 id="v1.51.0---2020-02-01">v1.51.0 - 2020-02-01</h2>
<ul>
<li>New backends
<ul>
2020-05-27 17:11:47 +02:00
<li><a href="https://rclone.org/memory/">Memory</a> (Nick Craig-Wood)</li>
<li><a href="https://rclone.org/sugarsync/">Sugarsync</a> (Nick Craig-Wood)</li>
2020-02-01 11:31:42 +01:00
</ul></li>
<li>New Features
<ul>
<li>Adjust all backends to have <code>--backend-encoding</code> parameter (Nick Craig-Wood)
<ul>
<li>this enables the encoding for special characters to be adjusted or disabled</li>
</ul></li>
<li>Add <code>--max-duration</code> flag to control the maximum duration of a transfer session (boosh)</li>
<li>Add <code>--expect-continue-timeout</code> flag, default 1s (Nick Craig-Wood)</li>
<li>Add <code>--no-check-dest</code> flag for copying without testing the destination (Nick Craig-Wood)</li>
<li>Implement <code>--order-by</code> flag to order transfers (Nick Craig-Wood)</li>
<li>accounting
<ul>
2020-09-02 17:59:04 +02:00
<li>Don't show entries in both transferring and checking (Nick Craig-Wood)</li>
2020-02-01 11:31:42 +01:00
<li>Add option to delete stats (Aleksandar Jankovic)</li>
</ul></li>
<li>build
<ul>
<li>Compress the test builds with gzip (Nick Craig-Wood)</li>
<li>Implement a framework for starting test servers during tests (Nick Craig-Wood)</li>
</ul></li>
<li>cmd: Always print elapsed time to tenth place seconds in progress (Gary Kim)</li>
<li>config
<ul>
<li>Add <code>--password-command</code> to allow dynamic config password (Damon Permezel)</li>
<li>Give config questions default values (Nick Craig-Wood)</li>
<li>Check a remote exists when creating a new one (Nick Craig-Wood)</li>
</ul></li>
<li>copyurl: Add <code>--stdout</code> flag to write to stdout (Nick Craig-Wood)</li>
<li>dedupe: Implement keep smallest too (Nick Craig-Wood)</li>
<li>hashsum: Add flag <code>--base64</code> flag (landall)</li>
<li>lsf: Speed up on s3/swift/etc by not reading mimetype by default (Nick Craig-Wood)</li>
<li>lsjson: Add <code>--no-mimetype</code> flag (Nick Craig-Wood)</li>
<li>rc: Add methods to turn on blocking and mutex profiling (Nick Craig-Wood)</li>
<li>rcd
<ul>
<li>Adding group parameter to stats (Chaitanya)</li>
<li>Move webgui apart; option to disable browser (Xiaoxing Ye)</li>
</ul></li>
<li>serve sftp: Add support for public key with auth proxy (Paul Tinsley)</li>
<li>stats: Show deletes in stats and hide zero stats (anuar45)</li>
</ul></li>
<li>Bug Fixes
<ul>
<li>accounting
<ul>
<li>Fix error counter counting multiple times (Ankur Gupta)</li>
<li>Fix error count shown as checks (Cnly)</li>
<li>Clear finished transfer in stats-reset (Maciej Zimnoch)</li>
<li>Added StatsInfo locking in statsGroups sum function (Michał Matczuk)</li>
</ul></li>
<li>asyncreader: Fix EOF error (buengese)</li>
<li>check: Fix <code>--one-way</code> recursing more directories than it needs to (Nick Craig-Wood)</li>
<li>chunkedreader: Disable hash calculation for first segment (Nick Craig-Wood)</li>
<li>config
<ul>
<li>Do not open browser on headless on drive/gcs/google photos (Xiaoxing Ye)</li>
<li>SetValueAndSave ignore error if config section does not exist yet (buengese)</li>
</ul></li>
<li>cmd: Fix completion with an encrypted config (Danil Semelenov)</li>
<li>dbhashsum: Stop it returning UNSUPPORTED on dropbox (Nick Craig-Wood)</li>
<li>dedupe: Add missing modes to help string (Nick Craig-Wood)</li>
<li>operations
<ul>
2021-02-02 14:42:35 +01:00
<li>Fix dedupe continuing on errors like insufficientFilePersimmon (SezalAgrawal)</li>
2020-02-01 11:31:42 +01:00
<li>Clear accounting before low level retry (Maciej Zimnoch)</li>
<li>Write debug message when hashes could not be checked (Ole Schütt)</li>
<li>Move interface assertion to tests to remove pflag dependency (Nick Craig-Wood)</li>
<li>Make NewOverrideObjectInfo public and factor uses (Nick Craig-Wood)</li>
</ul></li>
<li>proxy: Replace use of bcrypt with sha256 (Nick Craig-Wood)</li>
<li>vendor
<ul>
<li>Update bazil.org/fuse to fix FreeBSD 12.1 (Nick Craig-Wood)</li>
2020-09-02 17:59:04 +02:00
<li>Update github.com/t3rm1n4l/go-mega to fix mega "illegal base64 data at input byte 22" (Nick Craig-Wood)</li>
2020-02-01 11:31:42 +01:00
<li>Update termbox-go to fix ncdu command on FreeBSD (Kuang-che Wu)</li>
2020-09-02 17:59:04 +02:00
<li>Update t3rm1n4l/go-mega - fixes mega: couldn't login: crypto/aes: invalid key size 0 (Nick Craig-Wood)</li>
2020-02-01 11:31:42 +01:00
</ul></li>
</ul></li>
<li>Mount
<ul>
<li>Enable async reads for a 20% speedup (Nick Craig-Wood)</li>
<li>Replace use of WriteAt with Write for cache mode &gt;= writes and O_APPEND (Brett Dutro)</li>
<li>Make sure we call unmount when exiting (Nick Craig-Wood)</li>
2020-09-02 17:59:04 +02:00
<li>Don't build on go1.10 as bazil/fuse no longer supports it (Nick Craig-Wood)</li>
2020-02-01 11:31:42 +01:00
<li>When setting dates discard out of range dates (Nick Craig-Wood)</li>
</ul></li>
<li>VFS
<ul>
<li>Add a newly created file straight into the directory (Nick Craig-Wood)</li>
<li>Only calculate one hash for reads for a speedup (Nick Craig-Wood)</li>
<li>Make ReadAt for non cached files work better with non-sequential reads (Nick Craig-Wood)</li>
<li>Fix edge cases when reading ModTime from file (Nick Craig-Wood)</li>
<li>Make sure existing files opened for write show correct size (Nick Craig-Wood)</li>
2020-09-02 17:59:04 +02:00
<li>Don't cache the path in RW file objects to fix renaming (Nick Craig-Wood)</li>
2020-02-01 11:31:42 +01:00
<li>Fix rename of open files when using the VFS cache (Nick Craig-Wood)</li>
<li>When renaming files in the cache, rename the cache item in memory too (Nick Craig-Wood)</li>
<li>Fix open file renaming on drive when using <code>--vfs-cache-mode writes</code> (Nick Craig-Wood)</li>
<li>Fix incorrect modtime for mv into mount with <code>--vfs-cache-modes writes</code> (Nick Craig-Wood)</li>
<li>On rename, rename in cache too if the file exists (Anagh Kumar Baranwal)</li>
</ul></li>
<li>Local
<ul>
<li>Make source file being updated errors be NoLowLevelRetry errors (Nick Craig-Wood)</li>
<li>Fix update of hidden files on Windows (Nick Craig-Wood)</li>
</ul></li>
<li>Cache
<ul>
<li>Follow move of upstream library github.com/coreos/bbolt github.com/etcd-io/bbolt (Nick Craig-Wood)</li>
<li>Fix <code>fatal error: concurrent map writes</code> (Nick Craig-Wood)</li>
</ul></li>
<li>Crypt
<ul>
<li>Reorder the filename encryption options (Thomas Eales)</li>
<li>Correctly handle trailing dot (buengese)</li>
</ul></li>
<li>Chunker
<ul>
<li>Reduce length of temporary suffix (Ivan Andreev)</li>
</ul></li>
<li>Drive
<ul>
<li>Add <code>--drive-stop-on-upload-limit</code> flag to stop syncs when upload limit reached (Nick Craig-Wood)</li>
<li>Add <code>--drive-use-shared-date</code> to use date file was shared instead of modified date (Garry McNulty)</li>
<li>Make sure invalid auth for teamdrives always reports an error (Nick Craig-Wood)</li>
<li>Fix <code>--fast-list</code> when using appDataFolder (Nick Craig-Wood)</li>
<li>Use multipart resumable uploads for streaming and uploads in mount (Nick Craig-Wood)</li>
<li>Log an ERROR if an incomplete search is returned (Nick Craig-Wood)</li>
<li>Hide dangerous config from the configurator (Nick Craig-Wood)</li>
</ul></li>
<li>Dropbox
<ul>
<li>Treat <code>insufficient_space</code> errors as non retriable errors (Nick Craig-Wood)</li>
</ul></li>
<li>Jottacloud
<ul>
<li>Use new auth method used by official client (buengese)</li>
<li>Add URL to generate Login Token to config wizard (Nick Craig-Wood)</li>
<li>Add support whitelabel versions (buengese)</li>
</ul></li>
<li>Koofr
<ul>
<li>Use rclone HTTP client. (jaKa)</li>
</ul></li>
<li>Onedrive
<ul>
<li>Add Sites.Read.All permission (Benjamin Richter)</li>
2020-09-02 17:59:04 +02:00
<li>Add support "Retry-After" header (Motonori IWAMURO)</li>
2020-02-01 11:31:42 +01:00
</ul></li>
<li>Opendrive
<ul>
<li>Implement <code>--opendrive-chunk-size</code> (Nick Craig-Wood)</li>
</ul></li>
<li>S3
<ul>
<li>Re-implement multipart upload to fix memory issues (Nick Craig-Wood)</li>
<li>Add <code>--s3-copy-cutoff</code> for size to switch to multipart copy (Nick Craig-Wood)</li>
2021-02-02 14:42:35 +01:00
<li>Add new region Asia Pacific (Hong Kong) (Outvi V)</li>
2020-02-01 11:31:42 +01:00
<li>Reduce memory usage streaming files by reducing max stream upload size (Nick Craig-Wood)</li>
<li>Add <code>--s3-list-chunk</code> option for bucket listing (Thomas Kriechbaumer)</li>
<li>Force path style bucket access to off for AWS deprecation (Nick Craig-Wood)</li>
<li>Use AWS web identity role provider if available (Tennix)</li>
2020-05-27 17:11:47 +02:00
<li>Add StackPath Object Storage Support (Dave Koston)</li>
2020-02-01 11:31:42 +01:00
<li>Fix ExpiryWindow value (Aleksandar Jankovic)</li>
<li>Fix DisableChecksum condition (Aleksandar Janković)</li>
<li>Fix URL decoding of NextMarker (Nick Craig-Wood)</li>
</ul></li>
<li>SFTP
<ul>
<li>Add <code>--sftp-skip-links</code> to skip symlinks and non regular files (Nick Craig-Wood)</li>
<li>Retry Creation of Connection (Sebastian Brandt)</li>
2020-09-02 17:59:04 +02:00
<li>Fix "failed to parse private key file: ssh: not an encrypted key" error (Nick Craig-Wood)</li>
2020-02-01 11:31:42 +01:00
<li>Open files for update write only to fix AWS SFTP interop (Nick Craig-Wood)</li>
</ul></li>
<li>Swift
<ul>
<li>Reserve segments of dynamic large object when delete objects in container what was enabled versioning. (Nguyễn Hữu Luân)</li>
<li>Fix parsing of X-Object-Manifest (Nick Craig-Wood)</li>
<li>Update OVH API endpoint (unbelauscht)</li>
</ul></li>
<li>WebDAV
<ul>
<li>Make nextcloud only upload SHA1 checksums (Nick Craig-Wood)</li>
2020-09-02 17:59:04 +02:00
<li>Fix case of "Bearer" in Authorization: header to agree with RFC (Nick Craig-Wood)</li>
2020-02-01 11:31:42 +01:00
<li>Add Referer header to fix problems with WAFs (Nick Craig-Wood)</li>
</ul></li>
</ul>
<h2 id="v1.50.2---2019-11-19">v1.50.2 - 2019-11-19</h2>
<ul>
<li>Bug Fixes
<ul>
<li>accounting: Fix memory leak on retries operations (Nick Craig-Wood)</li>
</ul></li>
<li>Drive
<ul>
<li>Fix listing of the root directory with drive.files scope (Nick Craig-Wood)</li>
2020-09-02 17:59:04 +02:00
<li>Fix --drive-root-folder-id with team/shared drives (Nick Craig-Wood)</li>
2020-02-01 11:31:42 +01:00
</ul></li>
</ul>
<h2 id="v1.50.1---2019-11-02">v1.50.1 - 2019-11-02</h2>
<ul>
<li>Bug Fixes
<ul>
<li>hash: Fix accidentally changed hash names for <code>DropboxHash</code> and <code>CRC-32</code> (Nick Craig-Wood)</li>
<li>fshttp: Fix error reporting on tpslimit token bucket errors (Nick Craig-Wood)</li>
2020-09-02 17:59:04 +02:00
<li>fshttp: Don't print token bucket errors on context cancelled (Nick Craig-Wood)</li>
2020-02-01 11:31:42 +01:00
</ul></li>
<li>Local
<ul>
<li>Fix listings of . on Windows (Nick Craig-Wood)</li>
</ul></li>
<li>Onedrive
<ul>
<li>Fix DirMove/Move after Onedrive change (Xiaoxing Ye)</li>
</ul></li>
</ul>
2019-10-26 12:04:54 +02:00
<h2 id="v1.50.0---2019-10-26">v1.50.0 - 2019-10-26</h2>
<ul>
<li>New backends
<ul>
2020-05-27 17:11:47 +02:00
<li><a href="https://rclone.org/sharefile/">Citrix Sharefile</a> (Nick Craig-Wood)</li>
<li><a href="https://rclone.org/chunker/">Chunker</a> - an overlay backend to split files into smaller parts (Ivan Andreev)</li>
<li><a href="https://rclone.org/mailru/">Mail.ru Cloud</a> (Ivan Andreev)</li>
2019-10-26 12:04:54 +02:00
</ul></li>
<li>New Features
<ul>
<li>encodings (Fabian Möller &amp; Nick Craig-Wood)
<ul>
<li>All backends now use file name encoding to ensure any file name can be written to any backend.</li>
2020-05-27 17:11:47 +02:00
<li>See the <a href="https://rclone.org/overview/#restricted-filenames">restricted file name docs</a> for more info and the <a href="/local/#filenames">local backend docs</a>.</li>
2019-10-26 12:04:54 +02:00
<li>Some file names may look different in rclone if you are using any control characters in names or <a href="https://en.wikipedia.org/wiki/Halfwidth_and_Fullwidth_Forms_(Unicode_block)">unicode FULLWIDTH symbols</a>.</li>
</ul></li>
<li>build
<ul>
<li>Update to use go1.13 for the build (Nick Craig-Wood)</li>
<li>Drop support for go1.9 (Nick Craig-Wood)</li>
<li>Build rclone with GitHub actions (Nick Craig-Wood)</li>
<li>Convert python scripts to python3 (Nick Craig-Wood)</li>
<li>Swap Azure/go-ansiterm for mattn/go-colorable (Nick Craig-Wood)</li>
<li>Dockerfile fixes (Matei David)</li>
<li>Add <a href="https://github.com/rclone/rclone/blob/master/CONTRIBUTING.md#writing-a-plugin">plugin support</a> for backends and commands (Richard Patel)</li>
</ul></li>
<li>config
<ul>
<li>Use alternating Red/Green in config to make more obvious (Nick Craig-Wood)</li>
</ul></li>
<li>contrib
<ul>
<li>Add sample DLNA server Docker Compose manifest. (pataquets)</li>
<li>Add sample WebDAV server Docker Compose manifest. (pataquets)</li>
</ul></li>
<li>copyurl
<ul>
<li>Add <code>--auto-filename</code> flag for using file name from URL in destination path (Denis)</li>
</ul></li>
<li>serve dlna:
<ul>
2020-05-27 17:11:47 +02:00
<li>Many compatibility improvements (Dan Walters)</li>
2019-10-26 12:04:54 +02:00
<li>Support for external srt subtitles (Dan Walters)</li>
</ul></li>
<li>rc
<ul>
<li>Added command core/quit (Saksham Khanna)</li>
</ul></li>
</ul></li>
<li>Bug Fixes
<ul>
<li>sync
<ul>
2020-09-02 17:59:04 +02:00
<li>Make <code>--update</code>/<code>-u</code> not transfer files that haven't changed (Nick Craig-Wood)</li>
2019-10-26 12:04:54 +02:00
<li>Free objects after they come out of the transfer pipe to save memory (Nick Craig-Wood)</li>
<li>Fix <code>--files-from without --no-traverse</code> doing a recursive scan (Nick Craig-Wood)</li>
</ul></li>
<li>operations
<ul>
2021-02-02 14:42:35 +01:00
<li>Fix accounting for server-side copies (Nick Craig-Wood)</li>
2020-09-02 17:59:04 +02:00
<li>Display 'All duplicates removed' only if dedupe successful (Sezal Agrawal)</li>
<li>Display 'Deleted X extra copies' only if dedupe successful (Sezal Agrawal)</li>
2019-10-26 12:04:54 +02:00
</ul></li>
<li>accounting
<ul>
<li>Only allow up to 100 completed transfers in the accounting list to save memory (Nick Craig-Wood)</li>
<li>Cull the old time ranges when possible to save memory (Nick Craig-Wood)</li>
<li>Fix panic due to server-side copy fallback (Ivan Andreev)</li>
<li>Fix memory leak noticeable for transfers of large numbers of objects (Nick Craig-Wood)</li>
<li>Fix total duration calculation (Nick Craig-Wood)</li>
</ul></li>
<li>cmd
<ul>
<li>Fix environment variables not setting command line flags (Nick Craig-Wood)</li>
2020-09-02 17:59:04 +02:00
<li>Make autocomplete compatible with bash's posix mode for macOS (Danil Semelenov)</li>
2019-10-26 12:04:54 +02:00
<li>Make <code>--progress</code> work in git bash on Windows (Nick Craig-Wood)</li>
2020-09-02 17:59:04 +02:00
<li>Fix 'compopt: command not found' on autocomplete on macOS (Danil Semelenov)</li>
2019-10-26 12:04:54 +02:00
</ul></li>
<li>config
<ul>
<li>Fix setting of non top level flags from environment variables (Nick Craig-Wood)</li>
<li>Check config names more carefully and report errors (Nick Craig-Wood)</li>
2020-09-02 17:59:04 +02:00
<li>Remove error: can't use <code>--size-only</code> and <code>--ignore-size</code> together. (Nick Craig-Wood)</li>
2019-10-26 12:04:54 +02:00
</ul></li>
<li>filter: Prevent mixing options when <code>--files-from</code> is in use (Michele Caci)</li>
2021-02-02 14:42:35 +01:00
<li>serve sftp: Fix crash on unsupported operations (e.g. Readlink) (Nick Craig-Wood)</li>
2019-10-26 12:04:54 +02:00
</ul></li>
<li>Mount
<ul>
2020-05-27 17:11:47 +02:00
<li>Allow files of unknown size to be read properly (Nick Craig-Wood)</li>
2019-10-26 12:04:54 +02:00
<li>Skip tests on &lt;= 2 CPUs to avoid lockup (Nick Craig-Wood)</li>
<li>Fix panic on File.Open (Nick Craig-Wood)</li>
2020-09-02 17:59:04 +02:00
<li>Fix "mount_fusefs: -o timeout=: option not supported" on FreeBSD (Nick Craig-Wood)</li>
<li>Don't pass huge filenames (&gt;4k) to FUSE as it can't cope (Nick Craig-Wood)</li>
2019-10-26 12:04:54 +02:00
</ul></li>
<li>VFS
<ul>
<li>Add flag <code>--vfs-case-insensitive</code> for windows/macOS mounts (Ivan Andreev)</li>
<li>Make objects of unknown size readable through the VFS (Nick Craig-Wood)</li>
<li>Move writeback of dirty data out of close() method into its own method (FlushWrites) and remove close() call from Flush() (Brett Dutro)</li>
<li>Stop empty dirs disappearing when renamed on bucket based remotes (Nick Craig-Wood)</li>
<li>Stop change notify polling clearing so much of the directory cache (Nick Craig-Wood)</li>
</ul></li>
<li>Azure Blob
<ul>
<li>Disable logging to the Windows event log (Nick Craig-Wood)</li>
</ul></li>
<li>B2
<ul>
2021-02-02 14:42:35 +01:00
<li>Remove <code>unverified:</code> prefix on sha1 to improve interop (e.g. with CyberDuck) (Nick Craig-Wood)</li>
2019-10-26 12:04:54 +02:00
</ul></li>
<li>Box
<ul>
<li>Add options to get access token via JWT auth (David)</li>
</ul></li>
<li>Drive
<ul>
<li>Disable HTTP/2 by default to work around INTERNAL_ERROR problems (Nick Craig-Wood)</li>
<li>Make sure that drive root ID is always canonical (Nick Craig-Wood)</li>
<li>Fix <code>--drive-shared-with-me</code> from the root with lsand <code>--fast-list</code> (Nick Craig-Wood)</li>
<li>Fix ChangeNotify polling for shared drives (Nick Craig-Wood)</li>
<li>Fix change notify polling when using appDataFolder (Nick Craig-Wood)</li>
</ul></li>
<li>Dropbox
<ul>
<li>Make disallowed filenames errors not retry (Nick Craig-Wood)</li>
<li>Fix nil pointer exception on restricted files (Nick Craig-Wood)</li>
</ul></li>
<li>Fichier
<ul>
<li>Fix accessing files &gt; 2GB on 32 bit systems (Nick Craig-Wood)</li>
</ul></li>
<li>FTP
<ul>
<li>Allow disabling EPSV mode (Jon Fautley)</li>
</ul></li>
<li>HTTP
<ul>
<li>HEAD directory entries in parallel to speedup (Nick Craig-Wood)</li>
<li>Add <code>--http-no-head</code> to stop rclone doing HEAD in listings (Nick Craig-Wood)</li>
</ul></li>
<li>Putio
<ul>
<li>Add ability to resume uploads (Cenk Alti)</li>
</ul></li>
<li>S3
<ul>
<li>Fix signature v2_auth headers (Anthony Rusdi)</li>
<li>Fix encoding for control characters (Nick Craig-Wood)</li>
<li>Only ask for URL encoded directory listings if we need them on Ceph (Nick Craig-Wood)</li>
2020-05-27 17:11:47 +02:00
<li>Add option for multipart failure behaviour (Aleksandar Jankovic)</li>
2019-10-26 12:04:54 +02:00
<li>Support for multipart copy (庄天翼)</li>
<li>Fix nil pointer reference if no metadata returned for object (Nick Craig-Wood)</li>
</ul></li>
<li>SFTP
<ul>
<li>Fix <code>--sftp-ask-password</code> trying to contact the ssh agent (Nick Craig-Wood)</li>
<li>Fix hashes of files with backslashes (Nick Craig-Wood)</li>
<li>Include more ciphers with <code>--sftp-use-insecure-cipher</code> (Carlos Ferreyra)</li>
</ul></li>
<li>WebDAV
<ul>
<li>Parse and return Sharepoint error response (Henning Surmeier)</li>
</ul></li>
</ul>
<h2 id="v1.49.5---2019-10-05">v1.49.5 - 2019-10-05</h2>
<ul>
<li>Bug Fixes
<ul>
<li>Revert back to go1.12.x for the v1.49.x builds as go1.13.x was causing issues (Nick Craig-Wood)</li>
<li>Fix rpm packages by using master builds of nfpm (Nick Craig-Wood)</li>
<li>Fix macOS build after brew changes (Nick Craig-Wood)</li>
</ul></li>
</ul>
<h2 id="v1.49.4---2019-09-29">v1.49.4 - 2019-09-29</h2>
<ul>
<li>Bug Fixes
<ul>
<li>cmd/rcd: Address ZipSlip vulnerability (Richard Patel)</li>
<li>accounting: Fix file handle leak on errors (Nick Craig-Wood)</li>
<li>oauthutil: Fix security problem when running with two users on the same machine (Nick Craig-Wood)</li>
</ul></li>
<li>FTP
<ul>
<li>Fix listing of an empty root returning: error dir not found (Nick Craig-Wood)</li>
</ul></li>
<li>S3
<ul>
<li>Fix SetModTime on GLACIER/ARCHIVE objects and implement set/get tier (Nick Craig-Wood)</li>
</ul></li>
</ul>
<h2 id="v1.49.3---2019-09-15">v1.49.3 - 2019-09-15</h2>
<ul>
<li>Bug Fixes
<ul>
<li>accounting
<ul>
<li>Fix total duration calculation (Aleksandar Jankovic)</li>
2020-09-02 17:59:04 +02:00
<li>Fix "file already closed" on transfer retries (Nick Craig-Wood)</li>
2019-10-26 12:04:54 +02:00
</ul></li>
</ul></li>
</ul>
<h2 id="v1.49.2---2019-09-08">v1.49.2 - 2019-09-08</h2>
<ul>
<li>New Features
<ul>
<li>build: Add Docker workflow support (Alfonso Montero)</li>
</ul></li>
<li>Bug Fixes
<ul>
<li>accounting: Fix locking in Transfer to avoid deadlock with <code>--progress</code> (Nick Craig-Wood)</li>
<li>docs: Fix template argument for mktemp in install.sh (Cnly)</li>
<li>operations: Fix <code>-u</code>/<code>--update</code> with google photos / files of unknown size (Nick Craig-Wood)</li>
<li>rc: Fix docs for config/create /update /password (Nick Craig-Wood)</li>
</ul></li>
<li>Google Cloud Storage
<ul>
<li>Fix need for elevated permissions on SetModTime (Nick Craig-Wood)</li>
</ul></li>
</ul>
<h2 id="v1.49.1---2019-08-28">v1.49.1 - 2019-08-28</h2>
<ul>
<li>Bug Fixes
<ul>
<li>config: Fix generated passwords being stored as empty password (Nick Craig-Wood)</li>
<li>rcd: Added missing parameter for web-gui info logs. (Chaitanya)</li>
</ul></li>
<li>Googlephotos
<ul>
<li>Fix crash on error response (Nick Craig-Wood)</li>
</ul></li>
<li>Onedrive
<ul>
<li>Fix crash on error response (Nick Craig-Wood)</li>
</ul></li>
</ul>
2019-08-26 16:25:20 +02:00
<h2 id="v1.49.0---2019-08-26">v1.49.0 - 2019-08-26</h2>
<ul>
<li>New backends
<ul>
<li><a href="https://rclone.org/fichier/">1fichier</a> (Laura Hausmann)</li>
2020-05-27 17:11:47 +02:00
<li><a href="https://rclone.org/googlephotos/">Google Photos</a> (Nick Craig-Wood)</li>
2019-08-26 16:25:20 +02:00
<li><a href="https://rclone.org/putio/">Putio</a> (Cenk Alti)</li>
<li><a href="https://rclone.org/premiumizeme/">premiumize.me</a> (Nick Craig-Wood)</li>
</ul></li>
<li>New Features
<ul>
<li>Experimental <a href="https://rclone.org/gui/">web GUI</a> (Chaitanya Bankanhal)</li>
<li>Implement <code>--compare-dest</code> &amp; <code>--copy-dest</code> (yparitcher)</li>
<li>Implement <code>--suffix</code> without <code>--backup-dir</code> for backup to current dir (yparitcher)</li>
2019-10-26 12:04:54 +02:00
<li><code>config reconnect</code> to re-login (re-run the oauth login) for the backend. (Nick Craig-Wood)</li>
<li><code>config userinfo</code> to discover which user you are logged in as. (Nick Craig-Wood)</li>
<li><code>config disconnect</code> to disconnect you (log out) from the backend. (Nick Craig-Wood)</li>
2019-08-26 16:25:20 +02:00
<li>Add <code>--use-json-log</code> for JSON logging (justinalin)</li>
<li>Add context propagation to rclone (Aleksandar Jankovic)</li>
<li>Reworking internal statistics interfaces so they work with rc jobs (Aleksandar Jankovic)</li>
<li>Add Higher units for ETA (AbelThar)</li>
<li>Update rclone logos to new design (Andreas Chlupka)</li>
<li>hash: Add CRC-32 support (Cenk Alti)</li>
<li>help showbackend: Fixed advanced option category when there are no standard options (buengese)</li>
<li>ncdu: Display/Copy to Clipboard Current Path (Gary Kim)</li>
<li>operations:
<ul>
<li>Run hashing operations in parallel (Nick Craig-Wood)</li>
2020-09-02 17:59:04 +02:00
<li>Don't calculate checksums when using <code>--ignore-checksum</code> (Nick Craig-Wood)</li>
2019-08-26 16:25:20 +02:00
<li>Check transfer hashes when using <code>--size-only</code> mode (Nick Craig-Wood)</li>
<li>Disable multi thread copy for local to local copies (Nick Craig-Wood)</li>
<li>Debug successful hashes as well as failures (Nick Craig-Wood)</li>
</ul></li>
<li>rc
<ul>
<li>Add ability to stop async jobs (Aleksandar Jankovic)</li>
<li>Return current settings if core/bwlimit called without parameters (Nick Craig-Wood)</li>
<li>Rclone-WebUI integration with rclone (Chaitanya Bankanhal)</li>
<li>Added command line parameter to control the cross origin resource sharing (CORS) in the rcd. (Security Improvement) (Chaitanya Bankanhal)</li>
<li>Add anchor tags to the docs so links are consistent (Nick Craig-Wood)</li>
2020-09-02 17:59:04 +02:00
<li>Remove _async key from input parameters after parsing so later operations won't get confused (buengese)</li>
2019-08-26 16:25:20 +02:00
<li>Add call to clear stats (Aleksandar Jankovic)</li>
</ul></li>
<li>rcd
<ul>
<li>Auto-login for web-gui (Chaitanya Bankanhal)</li>
<li>Implement <code>--baseurl</code> for rcd and web-gui (Chaitanya Bankanhal)</li>
</ul></li>
<li>serve dlna
<ul>
<li>Only select interfaces which can multicast for SSDP (Nick Craig-Wood)</li>
<li>Add more builtin mime types to cover standard audio/video (Nick Craig-Wood)</li>
<li>Fix missing mime types on Android causing missing videos (Nick Craig-Wood)</li>
</ul></li>
<li>serve ftp
<ul>
<li>Refactor to bring into line with other serve commands (Nick Craig-Wood)</li>
<li>Implement <code>--auth-proxy</code> (Nick Craig-Wood)</li>
</ul></li>
<li>serve http: Implement <code>--baseurl</code> (Nick Craig-Wood)</li>
<li>serve restic: Implement <code>--baseurl</code> (Nick Craig-Wood)</li>
<li>serve sftp
<ul>
<li>Implement auth proxy (Nick Craig-Wood)</li>
<li>Fix detection of whether server is authorized (Nick Craig-Wood)</li>
</ul></li>
<li>serve webdav
<ul>
<li>Implement <code>--baseurl</code> (Nick Craig-Wood)</li>
<li>Support <code>--auth-proxy</code> (Nick Craig-Wood)</li>
</ul></li>
</ul></li>
<li>Bug Fixes
<ul>
2020-09-02 17:59:04 +02:00
<li>Make "bad record MAC" a retriable error (Nick Craig-Wood)</li>
2019-08-26 16:25:20 +02:00
<li>copyurl: Fix copying files that return HTTP errors (Nick Craig-Wood)</li>
<li>march: Fix checking sub-directories when using <code>--no-traverse</code> (buengese)</li>
<li>rc
<ul>
<li>Fix unmarshalable http.AuthFn in options and put in test for marshalability (Nick Craig-Wood)</li>
2020-05-27 17:11:47 +02:00
<li>Move job expire flags to rc to fix initialization problem (Nick Craig-Wood)</li>
2019-08-26 16:25:20 +02:00
<li>Fix <code>--loopback</code> with rc/list and others (Nick Craig-Wood)</li>
</ul></li>
<li>rcat: Fix slowdown on systems with multiple hashes (Nick Craig-Wood)</li>
<li>rcd: Fix permissions problems on cache directory with web gui download (Nick Craig-Wood)</li>
</ul></li>
<li>Mount
<ul>
2021-02-02 14:42:35 +01:00
<li>Default <code>--daemon-timout</code> to 15 minutes on macOS and FreeBSD (Nick Craig-Wood)</li>
2019-08-26 16:25:20 +02:00
<li>Update docs to show mounting from root OK for bucket based (Nick Craig-Wood)</li>
<li>Remove nonseekable flag from write files (Nick Craig-Wood)</li>
</ul></li>
<li>VFS
<ul>
<li>Make write without cache more efficient (Nick Craig-Wood)</li>
<li>Fix <code>--vfs-cache-mode minimal</code> and <code>writes</code> ignoring cached files (Nick Craig-Wood)</li>
</ul></li>
<li>Local
<ul>
<li>Add <code>--local-case-sensitive</code> and <code>--local-case-insensitive</code> (Nick Craig-Wood)</li>
<li>Avoid polluting page cache when uploading local files to remote backends (Michał Matczuk)</li>
2020-09-02 17:59:04 +02:00
<li>Don't calculate any hashes by default (Nick Craig-Wood)</li>
2019-08-26 16:25:20 +02:00
<li>Fadvise run syscall on a dedicated go routine (Michał Matczuk)</li>
</ul></li>
<li>Azure Blob
<ul>
<li>Azure Storage Emulator support (Sandeep)</li>
<li>Updated config help details to remove connection string references (Sandeep)</li>
<li>Make all operations work from the root (Nick Craig-Wood)</li>
</ul></li>
<li>B2
<ul>
<li>Implement link sharing (yparitcher)</li>
2021-02-02 14:42:35 +01:00
<li>Enable server-side copy to copy between buckets (Nick Craig-Wood)</li>
2019-08-26 16:25:20 +02:00
<li>Make all operations work from the root (Nick Craig-Wood)</li>
</ul></li>
<li>Drive
<ul>
2021-02-02 14:42:35 +01:00
<li>Fix server-side copy of big files (Nick Craig-Wood)</li>
2019-08-26 16:25:20 +02:00
<li>Update API for teamdrive use (Nick Craig-Wood)</li>
<li>Add error for purge with <code>--drive-trashed-only</code> (ginvine)</li>
</ul></li>
<li>Fichier
<ul>
<li>Make FolderID int and adjust related code (buengese)</li>
</ul></li>
<li>Google Cloud Storage
<ul>
<li>Reduce oauth scope requested as suggested by Google (Nick Craig-Wood)</li>
<li>Make all operations work from the root (Nick Craig-Wood)</li>
</ul></li>
<li>HTTP
<ul>
<li>Add <code>--http-headers</code> flag for setting arbitrary headers (Nick Craig-Wood)</li>
</ul></li>
<li>Jottacloud
<ul>
<li>Use new api for retrieving internal username (buengese)</li>
<li>Refactor configuration and minor cleanup (buengese)</li>
</ul></li>
<li>Koofr
<ul>
<li>Support setting modification times on Koofr backend. (jaKa)</li>
</ul></li>
<li>Opendrive
<ul>
<li>Refactor to use existing lib/rest facilities for uploads (Nick Craig-Wood)</li>
</ul></li>
<li>Qingstor
<ul>
<li>Upgrade to v3 SDK and fix listing loop (Nick Craig-Wood)</li>
<li>Make all operations work from the root (Nick Craig-Wood)</li>
</ul></li>
<li>S3
<ul>
<li>Add INTELLIGENT_TIERING storage class (Matti Niemenmaa)</li>
<li>Make all operations work from the root (Nick Craig-Wood)</li>
</ul></li>
<li>SFTP
<ul>
<li>Add missing interface check and fix About (Nick Craig-Wood)</li>
<li>Completely ignore all modtime checks if SetModTime=false (Jon Fautley)</li>
<li>Support md5/sha1 with rsync.net (Nick Craig-Wood)</li>
<li>Save the md5/sha1 command in use to the config file for efficiency (Nick Craig-Wood)</li>
<li>Opt-in support for diffie-hellman-group-exchange-sha256 diffie-hellman-group-exchange-sha1 (Yi FU)</li>
</ul></li>
<li>Swift
<ul>
<li>Use FixRangeOption to fix 0 length files via the VFS (Nick Craig-Wood)</li>
<li>Fix upload when using no_chunk to return the correct size (Nick Craig-Wood)</li>
<li>Make all operations work from the root (Nick Craig-Wood)</li>
<li>Fix segments leak during failed large file uploads. (nguyenhuuluan434)</li>
</ul></li>
<li>WebDAV
<ul>
<li>Add <code>--webdav-bearer-token-command</code> (Nick Craig-Wood)</li>
<li>Refresh token when it expires with <code>--webdav-bearer-token-command</code> (Nick Craig-Wood)</li>
<li>Add docs for using bearer_token_command with oidc-agent (Paul Millar)</li>
</ul></li>
</ul>
2019-06-15 13:01:29 +02:00
<h2 id="v1.48.0---2019-06-15">v1.48.0 - 2019-06-15</h2>
<ul>
<li>New commands
<ul>
<li>serve sftp: Serve an rclone remote over SFTP (Nick Craig-Wood)</li>
</ul></li>
<li>New Features
<ul>
<li>Multi threaded downloads to local storage (Nick Craig-Wood)
<ul>
<li>controlled with <code>--multi-thread-cutoff</code> and <code>--multi-thread-streams</code></li>
</ul></li>
<li>Use rclone.conf from rclone executable directory to enable portable use (albertony)</li>
<li>Allow sync of a file and a directory with the same name (forgems)
<ul>
2021-02-02 14:42:35 +01:00
<li>this is common on bucket based remotes, e.g. s3, gcs</li>
2019-06-15 13:01:29 +02:00
</ul></li>
<li>Add <code>--ignore-case-sync</code> for forced case insensitivity (garry415)</li>
<li>Implement <code>--stats-one-line-date</code> and <code>--stats-one-line-date-format</code> (Peter Berbec)</li>
<li>Log an ERROR for all commands which exit with non-zero status (Nick Craig-Wood)</li>
<li>Use go-homedir to read the home directory more reliably (Nick Craig-Wood)</li>
<li>Enable creating encrypted config through external script invocation (Wojciech Smigielski)</li>
<li>build: Drop support for go1.8 (Nick Craig-Wood)</li>
<li>config: Make config create/update encrypt passwords where necessary (Nick Craig-Wood)</li>
<li>copyurl: Honor <code>--no-check-certificate</code> (Stefan Breunig)</li>
<li>install: Linux skip man pages if no mandb (didil)</li>
<li>lsf: Support showing the Tier of the object (Nick Craig-Wood)</li>
<li>lsjson
<ul>
<li>Added EncryptedPath to output (calisro)</li>
<li>Support showing the Tier of the object (Nick Craig-Wood)</li>
<li>Add IsBucket field for bucket based remote listing of the root (Nick Craig-Wood)</li>
</ul></li>
<li>rc
<ul>
<li>Add <code>--loopback</code> flag to run commands directly without a server (Nick Craig-Wood)</li>
<li>Add operations/fsinfo: Return information about the remote (Nick Craig-Wood)</li>
<li>Skip auth for OPTIONS request (Nick Craig-Wood)</li>
<li>cmd/providers: Add DefaultStr, ValueStr and Type fields (Nick Craig-Wood)</li>
<li>jobs: Make job expiry timeouts configurable (Aleksandar Jankovic)</li>
</ul></li>
<li>serve dlna reworked and improved (Dan Walters)</li>
<li>serve ftp: add <code>--ftp-public-ip</code> flag to specify public IP (calistri)</li>
<li>serve restic: Add support for <code>--private-repos</code> in <code>serve restic</code> (Florian Apolloner)</li>
<li>serve webdav: Combine serve webdav and serve http (Gary Kim)</li>
<li>size: Ignore negative sizes when calculating total (Garry McNulty)</li>
</ul></li>
<li>Bug Fixes
<ul>
<li>Make move and copy individual files obey <code>--backup-dir</code> (Nick Craig-Wood)</li>
2020-09-02 17:59:04 +02:00
<li>If <code>--ignore-checksum</code> is in effect, don't calculate checksum (Nick Craig-Wood)</li>
2019-06-15 13:01:29 +02:00
<li>moveto: Fix case-insensitive same remote move (Gary Kim)</li>
<li>rc: Fix serving bucket based objects with <code>--rc-serve</code> (Nick Craig-Wood)</li>
<li>serve webdav: Fix serveDir not being updated with changes from webdav (Gary Kim)</li>
</ul></li>
<li>Mount
<ul>
<li>Fix poll interval documentation (Animosity022)</li>
</ul></li>
<li>VFS
<ul>
<li>Make WriteAt for non cached files work with non-sequential writes (Nick Craig-Wood)</li>
</ul></li>
<li>Local
<ul>
<li>Only calculate the required hashes for big speedup (Nick Craig-Wood)</li>
<li>Log errors when listing instead of returning an error (Nick Craig-Wood)</li>
<li>Fix preallocate warning on Linux with ZFS (Nick Craig-Wood)</li>
</ul></li>
<li>Crypt
<ul>
<li>Make rclone dedupe work through crypt (Nick Craig-Wood)</li>
<li>Fix wrapping of ChangeNotify to decrypt directories properly (Nick Craig-Wood)</li>
<li>Support PublicLink (rclone link) of underlying backend (Nick Craig-Wood)</li>
<li>Implement Optional methods SetTier, GetTier (Nick Craig-Wood)</li>
</ul></li>
<li>B2
<ul>
2021-02-02 14:42:35 +01:00
<li>Implement server-side copy (Nick Craig-Wood)</li>
2019-06-15 13:01:29 +02:00
<li>Implement SetModTime (Nick Craig-Wood)</li>
</ul></li>
<li>Drive
<ul>
<li>Fix move and copy from TeamDrive to GDrive (Fionera)</li>
<li>Add notes that cleanup works in the background on drive (Nick Craig-Wood)</li>
2021-02-02 14:42:35 +01:00
<li>Add <code>--drive-server-side-across-configs</code> to default back to old server-side copy semantics by default (Nick Craig-Wood)</li>
2019-06-15 13:01:29 +02:00
<li>Add <code>--drive-size-as-quota</code> to show storage quota usage for file size (Garry McNulty)</li>
</ul></li>
<li>FTP
<ul>
<li>Add FTP List timeout (Jeff Quinn)</li>
<li>Add FTP over TLS support (Gary Kim)</li>
<li>Add <code>--ftp-no-check-certificate</code> option for FTPS (Gary Kim)</li>
</ul></li>
<li>Google Cloud Storage
<ul>
<li>Fix upload errors when uploading pre 1970 files (Nick Craig-Wood)</li>
</ul></li>
<li>Jottacloud
<ul>
<li>Add support for selecting device and mountpoint. (buengese)</li>
</ul></li>
<li>Mega
<ul>
<li>Add cleanup support (Gary Kim)</li>
</ul></li>
<li>Onedrive
<ul>
<li>More accurately check if root is found (Cnly)</li>
</ul></li>
<li>S3
<ul>
2020-05-27 17:11:47 +02:00
<li>Support S3 Accelerated endpoints with <code>--s3-use-accelerate-endpoint</code> (Nick Craig-Wood)</li>
2020-09-02 17:59:04 +02:00
<li>Add config info for Wasabi's EU Central endpoint (Robert Marko)</li>
2019-06-15 13:01:29 +02:00
<li>Make SetModTime work for GLACIER while syncing (Philip Harvey)</li>
</ul></li>
<li>SFTP
<ul>
<li>Add About support (Gary Kim)</li>
<li>Fix about parsing of <code>df</code> results so it can cope with -ve results (Nick Craig-Wood)</li>
<li>Send custom client version and debug server version (Nick Craig-Wood)</li>
</ul></li>
<li>WebDAV
<ul>
<li>Retry on 423 Locked errors (Nick Craig-Wood)</li>
</ul></li>
</ul>
2019-04-13 12:01:58 +02:00
<h2 id="v1.47.0---2019-04-13">v1.47.0 - 2019-04-13</h2>
<ul>
<li>New backends
<ul>
<li>Backend for Koofr cloud storage service. (jaKa)</li>
</ul></li>
<li>New Features
<ul>
<li>Resume downloads if the reader fails in copy (Nick Craig-Wood)
<ul>
<li>this means rclone will restart transfers if the source has an error</li>
<li>this is most useful for downloads or cloud to cloud copies</li>
</ul></li>
2020-09-02 17:59:04 +02:00
<li>Use <code>--fast-list</code> for listing operations where it won't use more memory (Nick Craig-Wood)
2019-04-13 12:01:58 +02:00
<ul>
<li>this should speed up the following operations on remotes which support <code>ListR</code></li>
<li><code>dedupe</code>, <code>serve restic</code> <code>lsf</code>, <code>ls</code>, <code>lsl</code>, <code>lsjson</code>, <code>lsd</code>, <code>md5sum</code>, <code>sha1sum</code>, <code>hashsum</code>, <code>size</code>, <code>delete</code>, <code>cat</code>, <code>settier</code></li>
<li>use <code>--disable ListR</code> to get old behaviour if required</li>
</ul></li>
<li>Make <code>--files-from</code> traverse the destination unless <code>--no-traverse</code> is set (Nick Craig-Wood)
<ul>
<li>this fixes <code>--files-from</code> with Google drive and excessive API use in general.</li>
</ul></li>
2021-02-02 14:42:35 +01:00
<li>Make server-side copy account bytes and obey <code>--max-transfer</code> (Nick Craig-Wood)</li>
2019-04-13 12:01:58 +02:00
<li>Add <code>--create-empty-src-dirs</code> flag and default to not creating empty dirs (ishuah)</li>
<li>Add client side TLS/SSL flags <code>--ca-cert</code>/<code>--client-cert</code>/<code>--client-key</code> (Nick Craig-Wood)</li>
<li>Implement <code>--suffix-keep-extension</code> for use with <code>--suffix</code> (Nick Craig-Wood)</li>
<li>build:
<ul>
2021-02-02 14:42:35 +01:00
<li>Switch to semver compliant version tags to be go modules compliant (Nick Craig-Wood)</li>
2019-04-13 12:01:58 +02:00
<li>Update to use go1.12.x for the build (Nick Craig-Wood)</li>
</ul></li>
<li>serve dlna: Add connection manager service description to improve compatibility (Dan Walters)</li>
2020-09-02 17:59:04 +02:00
<li>lsf: Add 'e' format to show encrypted names and 'o' for original IDs (Nick Craig-Wood)</li>
2019-04-13 12:01:58 +02:00
<li>lsjson: Added <code>--files-only</code> and <code>--dirs-only</code> flags (calistri)</li>
<li>rc: Implement operations/publiclink the equivalent of <code>rclone link</code> (Nick Craig-Wood)</li>
</ul></li>
<li>Bug Fixes
<ul>
<li>accounting: Fix total ETA when <code>--stats-unit bits</code> is in effect (Nick Craig-Wood)</li>
<li>Bash TAB completion
<ul>
<li>Use private custom func to fix clash between rclone and kubectl (Nick Craig-Wood)</li>
<li>Fix for remotes with underscores in their names (Six)</li>
<li>Fix completion of remotes (Florian Gamböck)</li>
<li>Fix autocompletion of remote paths with spaces (Danil Semelenov)</li>
</ul></li>
<li>serve dlna: Fix root XML service descriptor (Dan Walters)</li>
<li>ncdu: Fix display corruption with Chinese characters (Nick Craig-Wood)</li>
<li>Add SIGTERM to signals which run the exit handlers on unix (Nick Craig-Wood)</li>
<li>rc: Reload filter when the options are set via the rc (Nick Craig-Wood)</li>
</ul></li>
<li>VFS / Mount
<ul>
<li>Fix FreeBSD: Ignore Truncate if called with no readers and already the correct size (Nick Craig-Wood)</li>
<li>Read directory and check for a file before mkdir (Nick Craig-Wood)</li>
<li>Shorten the locking window for vfs/refresh (Nick Craig-Wood)</li>
</ul></li>
<li>Azure Blob
<ul>
2020-09-02 17:59:04 +02:00
<li>Enable MD5 checksums when uploading files bigger than the "Cutoff" (Dr.Rx)</li>
2019-04-13 12:01:58 +02:00
<li>Fix SAS URL support (Nick Craig-Wood)</li>
</ul></li>
<li>B2
<ul>
<li>Allow manual configuration of backblaze downloadUrl (Vince)</li>
<li>Ignore already_hidden error on remove (Nick Craig-Wood)</li>
<li>Ignore malformed <code>src_last_modified_millis</code> (Nick Craig-Wood)</li>
</ul></li>
<li>Drive
<ul>
<li>Add <code>--skip-checksum-gphotos</code> to ignore incorrect checksums on Google Photos (Nick Craig-Wood)</li>
2021-02-02 14:42:35 +01:00
<li>Allow server-side move/copy between different remotes. (Fionera)</li>
2019-04-13 12:01:58 +02:00
<li>Add docs on team drives and <code>--fast-list</code> eventual consistency (Nestar47)</li>
<li>Fix imports of text files (Nick Craig-Wood)</li>
<li>Fix range requests on 0 length files (Nick Craig-Wood)</li>
2021-02-02 14:42:35 +01:00
<li>Fix creation of duplicates with server-side copy (Nick Craig-Wood)</li>
2019-04-13 12:01:58 +02:00
</ul></li>
<li>Dropbox
<ul>
<li>Retry blank errors to fix long listings (Nick Craig-Wood)</li>
</ul></li>
<li>FTP
<ul>
<li>Add <code>--ftp-concurrency</code> to limit maximum number of connections (Nick Craig-Wood)</li>
</ul></li>
<li>Google Cloud Storage
<ul>
<li>Fall back to default application credentials (marcintustin)</li>
<li>Allow bucket policy only buckets (Nick Craig-Wood)</li>
</ul></li>
<li>HTTP
<ul>
<li>Add <code>--http-no-slash</code> for websites with directories with no slashes (Nick Craig-Wood)</li>
<li>Remove duplicates from listings (Nick Craig-Wood)</li>
<li>Fix socket leak on 404 errors (Nick Craig-Wood)</li>
</ul></li>
<li>Jottacloud
<ul>
<li>Fix token refresh (Sebastian Bünger)</li>
<li>Add device registration (Oliver Heyme)</li>
</ul></li>
<li>Onedrive
<ul>
<li>Implement graceful cancel of multipart uploads if rclone is interrupted (Cnly)</li>
<li>Always add trailing colon to path when addressing items, (Cnly)</li>
<li>Return errors instead of panic for invalid uploads (Fabian Möller)</li>
</ul></li>
<li>S3
<ul>
2020-09-02 17:59:04 +02:00
<li>Add support for "Glacier Deep Archive" storage class (Manu)</li>
2019-04-13 12:01:58 +02:00
<li>Update Dreamhost endpoint (Nick Craig-Wood)</li>
<li>Note incompatibility with CEPH Jewel (Nick Craig-Wood)</li>
</ul></li>
<li>SFTP
<ul>
<li>Allow custom ssh client config (Alexandru Bumbacea)</li>
</ul></li>
<li>Swift
<ul>
<li>Obey Retry-After to enable OVH restore from cold storage (Nick Craig-Wood)</li>
<li>Work around token expiry on CEPH (Nick Craig-Wood)</li>
</ul></li>
<li>WebDAV
<ul>
<li>Allow IsCollection property to be integer or boolean (Nick Craig-Wood)</li>
<li>Fix race when creating directories (Nick Craig-Wood)</li>
<li>Fix About/df when reading the available/total returns 0 (Nick Craig-Wood)</li>
</ul></li>
</ul>
2019-02-09 11:42:57 +01:00
<h2 id="v1.46---2019-02-09">v1.46 - 2019-02-09</h2>
<ul>
<li>New backends
<ul>
<li>Support Alibaba Cloud (Aliyun) OSS via the s3 backend (Nick Craig-Wood)</li>
</ul></li>
<li>New commands
<ul>
<li>serve dlna: serves a remove via DLNA for the local network (nicolov)</li>
</ul></li>
<li>New Features
<ul>
<li>copy, move: Restore deprecated <code>--no-traverse</code> flag (Nick Craig-Wood)
<ul>
<li>This is useful for when transferring a small number of files into a large destination</li>
</ul></li>
<li>genautocomplete: Add remote path completion for bash completion (Christopher Peterson &amp; Danil Semelenov)</li>
<li>Buffer memory handling reworked to return memory to the OS better (Nick Craig-Wood)
<ul>
<li>Buffer recycling library to replace sync.Pool</li>
<li>Optionally use memory mapped memory for better memory shrinking</li>
<li>Enable with <code>--use-mmap</code> if having memory problems - not default yet</li>
</ul></li>
<li>Parallelise reading of files specified by <code>--files-from</code> (Nick Craig-Wood)</li>
<li>check: Add stats showing total files matched. (Dario Guzik)</li>
<li>Allow rename/delete open files under Windows (Nick Craig-Wood)</li>
<li>lsjson: Use exactly the correct number of decimal places in the seconds (Nick Craig-Wood)</li>
<li>Add cookie support with cmdline switch <code>--use-cookies</code> for all HTTP based remotes (qip)</li>
<li>Warn if <code>--checksum</code> is set but there are no hashes available (Nick Craig-Wood)</li>
<li>Rework rate limiting (pacer) to be more accurate and allow bursting (Nick Craig-Wood)</li>
<li>Improve error reporting for too many/few arguments in commands (Nick Craig-Wood)</li>
<li>listremotes: Remove <code>-l</code> short flag as it conflicts with the new global flag (weetmuts)</li>
<li>Make http serving with auth generate INFO messages on auth fail (Nick Craig-Wood)</li>
</ul></li>
<li>Bug Fixes
<ul>
<li>Fix layout of stats (Nick Craig-Wood)</li>
<li>Fix <code>--progress</code> crash under Windows Jenkins (Nick Craig-Wood)</li>
<li>Fix transfer of google/onedrive docs by calling Rcat in Copy when size is -1 (Cnly)</li>
<li>copyurl: Fix checking of <code>--dry-run</code> (Denis Skovpen)</li>
</ul></li>
<li>Mount
<ul>
2020-09-02 17:59:04 +02:00
<li>Check that mountpoint and local directory to mount don't overlap (Nick Craig-Wood)</li>
2019-02-09 11:42:57 +01:00
<li>Fix mount size under 32 bit Windows (Nick Craig-Wood)</li>
</ul></li>
<li>VFS
<ul>
<li>Implement renaming of directories for backends without DirMove (Nick Craig-Wood)
<ul>
<li>now all backends except b2 support renaming directories</li>
</ul></li>
<li>Implement <code>--vfs-cache-max-size</code> to limit the total size of the cache (Nick Craig-Wood)</li>
<li>Add <code>--dir-perms</code> and <code>--file-perms</code> flags to set default permissions (Nick Craig-Wood)</li>
<li>Fix deadlock on concurrent operations on a directory (Nick Craig-Wood)</li>
<li>Fix deadlock between RWFileHandle.close and File.Remove (Nick Craig-Wood)</li>
2020-09-02 17:59:04 +02:00
<li>Fix renaming/deleting open files with cache mode "writes" under Windows (Nick Craig-Wood)</li>
2019-02-09 11:42:57 +01:00
<li>Fix panic on rename with <code>--dry-run</code> set (Nick Craig-Wood)</li>
<li>Fix vfs/refresh with recurse=true needing the <code>--fast-list</code> flag</li>
</ul></li>
<li>Local
<ul>
<li>Add support for <code>-l</code>/<code>--links</code> (symbolic link translation) (yair@unicorn)
<ul>
<li>this works by showing links as <code>link.rclonelink</code> - see local backend docs for more info</li>
<li>this errors if used with <code>-L</code>/<code>--copy-links</code></li>
</ul></li>
<li>Fix renaming/deleting open files on Windows (Nick Craig-Wood)</li>
</ul></li>
<li>Crypt
<ul>
<li>Check for maximum length before decrypting filename to fix panic (Garry McNulty)</li>
</ul></li>
<li>Azure Blob
<ul>
<li>Allow building azureblob backend on *BSD (themylogin)</li>
2021-02-02 14:42:35 +01:00
<li>Use the rclone HTTP client to support <code>--dump headers</code>, <code>--tpslimit</code>, etc. (Nick Craig-Wood)</li>
2019-02-09 11:42:57 +01:00
<li>Use the s3 pacer for 0 delay in non error conditions (Nick Craig-Wood)</li>
<li>Ignore directory markers (Nick Craig-Wood)</li>
<li>Stop Mkdir attempting to create existing containers (Nick Craig-Wood)</li>
</ul></li>
<li>B2
<ul>
<li>cleanup: will remove unfinished large files &gt;24hrs old (Garry McNulty)</li>
<li>For a bucket limited application key check the bucket name (Nick Craig-Wood)
<ul>
<li>before this, rclone would use the authorised bucket regardless of what you put on the command line</li>
</ul></li>
<li>Added <code>--b2-disable-checksum</code> flag (Wojciech Smigielski)
<ul>
<li>this enables large files to be uploaded without a SHA-1 hash for speed reasons</li>
</ul></li>
</ul></li>
<li>Drive
<ul>
<li>Set default pacer to 100ms for 10 tps (Nick Craig-Wood)
<ul>
<li>This fits the Google defaults much better and reduces the 403 errors massively</li>
<li>Add <code>--drive-pacer-min-sleep</code> and <code>--drive-pacer-burst</code> to control the pacer</li>
</ul></li>
<li>Improve ChangeNotify support for items with multiple parents (Fabian Möller)</li>
<li>Fix ListR for items with multiple parents - this fixes oddities with <code>vfs/refresh</code> (Fabian Möller)</li>
<li>Fix using <code>--drive-impersonate</code> and appfolders (Nick Craig-Wood)</li>
<li>Fix google docs in rclone mount for some (not all) applications (Nick Craig-Wood)</li>
</ul></li>
<li>Dropbox
<ul>
<li>Retry-After support for Dropbox backend (Mathieu Carbou)</li>
</ul></li>
<li>FTP
<ul>
<li>Wait for 60 seconds for a connection to Close then declare it dead (Nick Craig-Wood)
<ul>
<li>helps with indefinite hangs on some FTP servers</li>
</ul></li>
</ul></li>
<li>Google Cloud Storage
<ul>
<li>Update google cloud storage endpoints (weetmuts)</li>
</ul></li>
<li>HTTP
<ul>
2020-09-02 17:59:04 +02:00
<li>Add an example with username and password which is supported but wasn't documented (Nick Craig-Wood)</li>
2019-02-09 11:42:57 +01:00
<li>Fix backend with <code>--files-from</code> and non-existent files (Nick Craig-Wood)</li>
</ul></li>
<li>Hubic
<ul>
<li>Make error message more informative if authentication fails (Nick Craig-Wood)</li>
</ul></li>
<li>Jottacloud
<ul>
<li>Resume and deduplication support (Oliver Heyme)</li>
2020-09-02 17:59:04 +02:00
<li>Use token auth for all API requests Don't store password anymore (Sebastian Bünger)</li>
2020-05-27 17:11:47 +02:00
<li>Add support for 2-factor authentication (Sebastian Bünger)</li>
2019-02-09 11:42:57 +01:00
</ul></li>
<li>Mega
<ul>
<li>Implement v2 account login which fixes logins for newer Mega accounts (Nick Craig-Wood)</li>
<li>Return error if an unknown length file is attempted to be uploaded (Nick Craig-Wood)</li>
<li>Add new error codes for better error reporting (Nick Craig-Wood)</li>
</ul></li>
<li>Onedrive
<ul>
2020-09-02 17:59:04 +02:00
<li>Fix broken support for "shared with me" folders (Alex Chen)</li>
2019-02-09 11:42:57 +01:00
<li>Fix root ID not normalised (Cnly)</li>
<li>Return err instead of panic on unknown-sized uploads (Cnly)</li>
</ul></li>
<li>Qingstor
<ul>
<li>Fix go routine leak on multipart upload errors (Nick Craig-Wood)</li>
<li>Add upload chunk size/concurrency/cutoff control (Nick Craig-Wood)</li>
<li>Default <code>--qingstor-upload-concurrency</code> to 1 to work around bug (Nick Craig-Wood)</li>
</ul></li>
<li>S3
<ul>
<li>Implement <code>--s3-upload-cutoff</code> for single part uploads below this (Nick Craig-Wood)</li>
2020-05-27 17:11:47 +02:00
<li>Change <code>--s3-upload-concurrency</code> default to 4 to increase performance (Nick Craig-Wood)</li>
2019-02-09 11:42:57 +01:00
<li>Add <code>--s3-bucket-acl</code> to control bucket ACL (Nick Craig-Wood)</li>
<li>Auto detect region for buckets on operation failure (Nick Craig-Wood)</li>
<li>Add GLACIER storage class (William Cocker)</li>
<li>Add Scaleway to s3 documentation (Rémy Léone)</li>
<li>Add AWS endpoint eu-north-1 (weetmuts)</li>
</ul></li>
<li>SFTP
<ul>
<li>Add support for PEM encrypted private keys (Fabian Möller)</li>
<li>Add option to force the usage of an ssh-agent (Fabian Möller)</li>
<li>Perform environment variable expansion on key-file (Fabian Möller)</li>
2021-02-02 14:42:35 +01:00
<li>Fix rmdir on Windows based servers (e.g. CrushFTP) (Nick Craig-Wood)</li>
2019-02-09 11:42:57 +01:00
<li>Fix rmdir deleting directory contents on some SFTP servers (Nick Craig-Wood)</li>
<li>Fix error on dangling symlinks (Nick Craig-Wood)</li>
</ul></li>
<li>Swift
<ul>
<li>Add <code>--swift-no-chunk</code> to disable segmented uploads in rcat/mount (Nick Craig-Wood)</li>
<li>Introduce application credential auth support (kayrus)</li>
<li>Fix memory usage by slimming Object (Nick Craig-Wood)</li>
<li>Fix extra requests on upload (Nick Craig-Wood)</li>
<li>Fix reauth on big files (Nick Craig-Wood)</li>
</ul></li>
<li>Union
<ul>
<li>Fix poll-interval not working (Nick Craig-Wood)</li>
</ul></li>
<li>WebDAV
<ul>
<li>Support About which means rclone mount will show the correct disk size (Nick Craig-Wood)</li>
<li>Support MD5 and SHA1 hashes with Owncloud and Nextcloud (Nick Craig-Wood)</li>
<li>Fail soft on time parsing errors (Nick Craig-Wood)</li>
<li>Fix infinite loop on failed directory creation (Nick Craig-Wood)</li>
<li>Fix identification of directories for Bitrix Site Manager (Nick Craig-Wood)</li>
<li>Fix upload of 0 length files on some servers (Nick Craig-Wood)</li>
<li>Fix if MKCOL fails with 423 Locked assume the directory exists (Nick Craig-Wood)</li>
</ul></li>
</ul>
2018-11-24 14:44:25 +01:00
<h2 id="v1.45---2018-11-24">v1.45 - 2018-11-24</h2>
<ul>
<li>New backends
<ul>
<li>The Yandex backend was re-written - see below for details (Sebastian Bünger)</li>
</ul></li>
<li>New commands
<ul>
<li>rcd: New command just to serve the remote control API (Nick Craig-Wood)</li>
</ul></li>
<li>New Features
<ul>
<li>The remote control API (rc) was greatly expanded to allow full control over rclone (Nick Craig-Wood)
<ul>
<li>sensitive operations require authorization or the <code>--rc-no-auth</code> flag</li>
<li>config/* operations to configure rclone</li>
<li>options/* for reading/setting command line flags</li>
2021-02-02 14:42:35 +01:00
<li>operations/* for all low level operations, e.g. copy file, list directory</li>
2018-11-24 14:44:25 +01:00
<li>sync/* for sync, copy and move</li>
2019-04-13 12:01:58 +02:00
<li><code>--rc-files</code> flag to serve files on the rc http server
<ul>
2018-11-24 14:44:25 +01:00
<li>this is for building web native GUIs for rclone</li>
2019-04-13 12:01:58 +02:00
</ul></li>
2018-11-24 14:44:25 +01:00
<li>Optionally serving objects on the rc http server</li>
<li>Ensure rclone fails to start up if the <code>--rc</code> port is in use already</li>
<li>See <a href="https://rclone.org/rc/">the rc docs</a> for more info</li>
</ul></li>
<li>sync/copy/move
<ul>
2020-09-02 17:59:04 +02:00
<li>Make <code>--files-from</code> only read the objects specified and don't scan directories (Nick Craig-Wood)
2018-11-24 14:44:25 +01:00
<ul>
<li>This is a huge speed improvement for destinations with lots of files</li>
</ul></li>
</ul></li>
<li>filter: Add <code>--ignore-case</code> flag (Nick Craig-Wood)</li>
2020-09-02 17:59:04 +02:00
<li>ncdu: Add remove function ('d' key) (Henning Surmeier)</li>
2018-11-24 14:44:25 +01:00
<li>rc command
<ul>
<li>Add <code>--json</code> flag for structured JSON input (Nick Craig-Wood)</li>
<li>Add <code>--user</code> and <code>--pass</code> flags and interpret <code>--rc-user</code>, <code>--rc-pass</code>, <code>--rc-addr</code> (Nick Craig-Wood)</li>
</ul></li>
<li>build
<ul>
<li>Require go1.8 or later for compilation (Nick Craig-Wood)</li>
<li>Enable softfloat on MIPS arch (Scott Edlund)</li>
<li>Integration test framework revamped with a better report and better retries (Nick Craig-Wood)</li>
</ul></li>
</ul></li>
<li>Bug Fixes
<ul>
2019-08-26 16:25:20 +02:00
<li>cmd: Make <code>--progress</code> update the stats correctly at the end (Nick Craig-Wood)</li>
2018-11-24 14:44:25 +01:00
<li>config: Create config directory on save if it is missing (Nick Craig-Wood)</li>
<li>dedupe: Check for existing filename before renaming a dupe file (ssaqua)</li>
2020-09-02 17:59:04 +02:00
<li>move: Don't create directories with <code>--dry-run</code> (Nick Craig-Wood)</li>
2018-11-24 14:44:25 +01:00
<li>operations: Fix Purge and Rmdirs when dir is not the root (Nick Craig-Wood)</li>
<li>serve http/webdav/restic: Ensure rclone exits if the port is in use (Nick Craig-Wood)</li>
</ul></li>
<li>Mount
<ul>
<li>Make <code>--volname</code> work for Windows and macOS (Nick Craig-Wood)</li>
</ul></li>
<li>Azure Blob
<ul>
<li>Avoid context deadline exceeded error by setting a large TryTimeout value (brused27)</li>
2020-09-02 17:59:04 +02:00
<li>Fix erroneous Rmdir error "directory not empty" (Nick Craig-Wood)</li>
2018-11-24 14:44:25 +01:00
<li>Wait for up to 60s to create a just deleted container (Nick Craig-Wood)</li>
</ul></li>
<li>Dropbox
<ul>
<li>Add dropbox impersonate support (Jake Coggiano)</li>
</ul></li>
<li>Jottacloud
<ul>
<li>Fix bug in <code>--fast-list</code> handing of empty folders (albertony)</li>
</ul></li>
<li>Opendrive
<ul>
<li>Fix transfer of files with <code>+</code> and <code>&amp;</code> in (Nick Craig-Wood)</li>
<li>Fix retries of upload chunks (Nick Craig-Wood)</li>
</ul></li>
<li>S3
<ul>
2021-02-02 14:42:35 +01:00
<li>Set ACL for server-side copies to that provided by the user (Nick Craig-Wood)</li>
2020-09-02 17:59:04 +02:00
<li>Fix role_arn, credential_source, ... (Erik Swanson)</li>
<li>Add config info for Wasabi's US-West endpoint (Henry Ptasinski)</li>
2018-11-24 14:44:25 +01:00
</ul></li>
<li>SFTP
<ul>
<li>Ensure file hash checking is really disabled (Jon Fautley)</li>
</ul></li>
<li>Swift
<ul>
<li>Add pacer for retries to make swift more reliable (Nick Craig-Wood)</li>
</ul></li>
<li>WebDAV
<ul>
<li>Add Content-Type to PUT requests (Nick Craig-Wood)</li>
<li>Fix config parsing so <code>--webdav-user</code> and <code>--webdav-pass</code> flags work (Nick Craig-Wood)</li>
<li>Add RFC3339 date format (Ralf Hemberger)</li>
</ul></li>
<li>Yandex
<ul>
<li>The yandex backend was re-written (Sebastian Bünger)
<ul>
<li>This implements low level retries (Sebastian Bünger)</li>
<li>Copy, Move, DirMove, PublicLink and About optional interfaces (Sebastian Bünger)</li>
<li>Improved general error handling (Sebastian Bünger)</li>
<li>Removed ListR for now due to inconsistent behaviour (Sebastian Bünger)</li>
</ul></li>
</ul></li>
</ul>
2018-10-15 12:03:08 +02:00
<h2 id="v1.44---2018-10-15">v1.44 - 2018-10-15</h2>
<ul>
<li>New commands
<ul>
<li>serve ftp: Add ftp server (Antoine GIRARD)</li>
<li>settier: perform storage tier changes on supported remotes (sandeepkru)</li>
</ul></li>
<li>New Features
<ul>
<li>Reworked command line help
<ul>
<li>Make default help less verbose (Nick Craig-Wood)</li>
<li>Split flags up into global and backend flags (Nick Craig-Wood)</li>
<li>Implement specialised help for flags and backends (Nick Craig-Wood)</li>
<li>Show URL of backend help page when starting config (Nick Craig-Wood)</li>
</ul></li>
<li>stats: Long names now split in center (Joanna Marek)</li>
2019-08-26 16:25:20 +02:00
<li>Add <code>--log-format</code> flag for more control over log output (dcpu)</li>
2018-10-15 12:03:08 +02:00
<li>rc: Add support for OPTIONS and basic CORS (frenos)</li>
<li>stats: show FatalErrors and NoRetryErrors in stats (Cédric Connes)</li>
</ul></li>
<li>Bug Fixes
<ul>
<li>Fix -P not ending with a new line (Nick Craig-Wood)</li>
2020-09-02 17:59:04 +02:00
<li>config: don't create default config dir when user supplies <code>--config</code> (albertony)</li>
<li>Don't print non-ASCII characters with <code>--progress</code> on windows (Nick Craig-Wood)</li>
2018-10-15 12:03:08 +02:00
<li>Correct logs for excluded items (ssaqua)</li>
</ul></li>
<li>Mount
<ul>
<li>Remove EXPERIMENTAL tags (Nick Craig-Wood)</li>
</ul></li>
<li>VFS
<ul>
<li>Fix race condition detected by serve ftp tests (Nick Craig-Wood)</li>
<li>Add vfs/poll-interval rc command (Fabian Möller)</li>
2021-02-02 14:42:35 +01:00
<li>Enable rename for nearly all remotes using server-side Move or Copy (Nick Craig-Wood)</li>
2018-10-15 12:03:08 +02:00
<li>Reduce directory cache cleared by poll-interval (Fabian Möller)</li>
<li>Remove EXPERIMENTAL tags (Nick Craig-Wood)</li>
</ul></li>
<li>Local
<ul>
<li>Skip bad symlinks in dir listing with -L enabled (Cédric Connes)</li>
<li>Preallocate files on Windows to reduce fragmentation (Nick Craig-Wood)</li>
<li>Preallocate files on linux with fallocate(2) (Nick Craig-Wood)</li>
</ul></li>
<li>Cache
<ul>
<li>Add cache/fetch rc function (Fabian Möller)</li>
<li>Fix worker scale down (Fabian Möller)</li>
<li>Improve performance by not sending info requests for cached chunks (dcpu)</li>
<li>Fix error return value of cache/fetch rc method (Fabian Möller)</li>
<li>Documentation fix for cache-chunk-total-size (Anagh Kumar Baranwal)</li>
<li>Preserve leading / in wrapped remote path (Fabian Möller)</li>
<li>Add plex_insecure option to skip certificate validation (Fabian Möller)</li>
<li>Remove entries that no longer exist in the source (dcpu)</li>
</ul></li>
<li>Crypt
<ul>
<li>Preserve leading / in wrapped remote path (Fabian Möller)</li>
</ul></li>
<li>Alias
<ul>
<li>Fix handling of Windows network paths (Nick Craig-Wood)</li>
</ul></li>
<li>Azure Blob
<ul>
2019-08-26 16:25:20 +02:00
<li>Add <code>--azureblob-list-chunk</code> parameter (Santiago Rodríguez)</li>
2018-10-15 12:03:08 +02:00
<li>Implemented settier command support on azureblob remote. (sandeepkru)</li>
<li>Work around SDK bug which causes errors for chunk-sized files (Nick Craig-Wood)</li>
</ul></li>
<li>Box
<ul>
<li>Implement link sharing. (Sebastian Bünger)</li>
</ul></li>
<li>Drive
<ul>
2019-08-26 16:25:20 +02:00
<li>Add <code>--drive-import-formats</code> - google docs can now be imported (Fabian Möller)
2018-10-15 12:03:08 +02:00
<ul>
<li>Rewrite mime type and extension handling (Fabian Möller)</li>
<li>Add document links (Fabian Möller)</li>
<li>Add support for multipart document extensions (Fabian Möller)</li>
<li>Add support for apps-script to json export (Fabian Möller)</li>
<li>Fix escaped chars in documents during list (Fabian Möller)</li>
</ul></li>
2019-08-26 16:25:20 +02:00
<li>Add <code>--drive-v2-download-min-size</code> a workaround for slow downloads (Fabian Möller)</li>
2018-10-15 12:03:08 +02:00
<li>Improve directory notifications in ChangeNotify (Fabian Möller)</li>
<li>When listing team drives in config, continue on failure (Nick Craig-Wood)</li>
</ul></li>
<li>FTP
<ul>
<li>Add a small pause after failed upload before deleting file (Nick Craig-Wood)</li>
</ul></li>
<li>Google Cloud Storage
<ul>
<li>Fix service_account_file being ignored (Fabian Möller)</li>
</ul></li>
<li>Jottacloud
<ul>
<li>Minor improvement in quota info (omit if unlimited) (albertony)</li>
2019-08-26 16:25:20 +02:00
<li>Add <code>--fast-list</code> support (albertony)</li>
<li>Add permanent delete support: <code>--jottacloud-hard-delete</code> (albertony)</li>
2018-10-15 12:03:08 +02:00
<li>Add link sharing support (albertony)</li>
<li>Fix handling of reserved characters. (Sebastian Bünger)</li>
<li>Fix socket leak on Object.Remove (Nick Craig-Wood)</li>
</ul></li>
<li>Onedrive
<ul>
<li>Rework to support Microsoft Graph (Cnly)
<ul>
<li><strong>NB</strong> this will require re-authenticating the remote</li>
</ul></li>
<li>Removed upload cutoff and always do session uploads (Oliver Heyme)</li>
<li>Use single-part upload for empty files (Cnly)</li>
<li>Fix new fields not saved when editing old config (Alex Chen)</li>
<li>Fix sometimes special chars in filenames not replaced (Alex Chen)</li>
<li>Ignore OneNote files by default (Alex Chen)</li>
<li>Add link sharing support (jackyzy823)</li>
</ul></li>
<li>S3
<ul>
<li>Use custom pacer, to retry operations when reasonable (Craig Miskell)</li>
2020-05-27 17:11:47 +02:00
<li>Use configured server-side-encryption and storage class options when calling CopyObject() (Paul Kohout)</li>
2019-08-26 16:25:20 +02:00
<li>Make <code>--s3-v2-auth</code> flag (Nick Craig-Wood)</li>
2018-10-15 12:03:08 +02:00
<li>Fix v2 auth on files with spaces (Nick Craig-Wood)</li>
</ul></li>
<li>Union
<ul>
<li>Implement union backend which reads from multiple backends (Felix Brucker)</li>
2021-02-02 14:42:35 +01:00
<li>Implement optional interfaces (Move, DirMove, Copy, etc.) (Nick Craig-Wood)</li>
2018-10-15 12:03:08 +02:00
<li>Fix ChangeNotify to support multiple remotes (Fabian Möller)</li>
2019-08-26 16:25:20 +02:00
<li>Fix <code>--backup-dir</code> on union backend (Nick Craig-Wood)</li>
2018-10-15 12:03:08 +02:00
</ul></li>
<li>WebDAV
<ul>
<li>Add another time format (Nick Craig-Wood)</li>
<li>Add a small pause after failed upload before deleting file (Nick Craig-Wood)</li>
<li>Add workaround for missing mtime (buergi)</li>
<li>Sharepoint: Renew cookies after 12hrs (Henning Surmeier)</li>
</ul></li>
<li>Yandex
<ul>
<li>Remove redundant nil checks (teresy)</li>
</ul></li>
</ul>
<h2 id="v1.43.1---2018-09-07">v1.43.1 - 2018-09-07</h2>
<p>Point release to fix hubic and azureblob backends.</p>
<ul>
<li>Bug Fixes
<ul>
<li>ncdu: Return error instead of log.Fatal in Show (Fabian Möller)</li>
2019-08-26 16:25:20 +02:00
<li>cmd: Fix crash with <code>--progress</code> and <code>--stats 0</code> (Nick Craig-Wood)</li>
2018-10-15 12:03:08 +02:00
<li>docs: Tidy website display (Anagh Kumar Baranwal)</li>
</ul></li>
<li>Azure Blob:
<ul>
<li>Fix multi-part uploads. (sandeepkru)</li>
</ul></li>
<li>Hubic
<ul>
<li>Fix uploads (Nick Craig-Wood)</li>
<li>Retry auth fetching if it fails to make hubic more reliable (Nick Craig-Wood)</li>
</ul></li>
</ul>
<h2 id="v1.43---2018-09-01">v1.43 - 2018-09-01</h2>
2018-09-01 13:58:00 +02:00
<ul>
<li>New backends
<ul>
<li>Jottacloud (Sebastian Bünger)</li>
</ul></li>
<li>New commands
<ul>
<li>copyurl: copies a URL to a remote (Denis)</li>
</ul></li>
<li>New Features
<ul>
<li>Reworked config for backends (Nick Craig-Wood)
<ul>
<li>All backend config can now be supplied by command line, env var or config file</li>
<li>Advanced section in the config wizard for the optional items</li>
<li>A large step towards rclone backends being usable in other go software</li>
<li>Allow on the fly remotes with :backend: syntax</li>
</ul></li>
<li>Stats revamp
<ul>
<li>Add <code>--progress</code>/<code>-P</code> flag to show interactive progress (Nick Craig-Wood)</li>
<li>Show the total progress of the sync in the stats (Nick Craig-Wood)</li>
<li>Add <code>--stats-one-line</code> flag for single line stats (Nick Craig-Wood)</li>
</ul></li>
<li>Added weekday schedule into <code>--bwlimit</code> (Mateusz)</li>
<li>lsjson: Add option to show the original object IDs (Fabian Möller)</li>
<li>serve webdav: Make Content-Type without reading the file and add <code>--etag-hash</code> (Nick Craig-Wood)</li>
<li>build
<ul>
<li>Build macOS with native compiler (Nick Craig-Wood)</li>
<li>Update to use go1.11 for the build (Nick Craig-Wood)</li>
</ul></li>
<li>rc
<ul>
<li>Added core/stats to return the stats (reddi1)</li>
</ul></li>
<li><code>version --check</code>: Prints the current release and beta versions (Nick Craig-Wood)</li>
</ul></li>
<li>Bug Fixes
<ul>
<li>accounting
<ul>
<li>Fix time to completion estimates (Nick Craig-Wood)</li>
<li>Fix moving average speed for file stats (Nick Craig-Wood)</li>
</ul></li>
<li>config: Fix error reading password from piped input (Nick Craig-Wood)</li>
<li>move: Fix <code>--delete-empty-src-dirs</code> flag to delete all empty dirs on move (ishuah)</li>
</ul></li>
<li>Mount
<ul>
<li>Implement <code>--daemon-timeout</code> flag for OSXFUSE (Nick Craig-Wood)</li>
<li>Fix mount <code>--daemon</code> not working with encrypted config (Alex Chen)</li>
<li>Clip the number of blocks to 2^32-1 on macOS - fixes borg backup (Nick Craig-Wood)</li>
</ul></li>
<li>VFS
<ul>
<li>Enable vfs-read-chunk-size by default (Fabian Möller)</li>
<li>Add the vfs/refresh rc command (Fabian Möller)</li>
<li>Add non recursive mode to vfs/refresh rc command (Fabian Möller)</li>
<li>Try to seek buffer on read only files (Fabian Möller)</li>
</ul></li>
<li>Local
<ul>
<li>Fix crash when deprecated <code>--local-no-unicode-normalization</code> is supplied (Nick Craig-Wood)</li>
<li>Fix mkdir error when trying to copy files to the root of a drive on windows (Nick Craig-Wood)</li>
</ul></li>
<li>Cache
<ul>
<li>Fix nil pointer deref when using lsjson on cached directory (Nick Craig-Wood)</li>
<li>Fix nil pointer deref for occasional crash on playback (Nick Craig-Wood)</li>
</ul></li>
<li>Crypt
<ul>
<li>Fix accounting when checking hashes on upload (Nick Craig-Wood)</li>
</ul></li>
<li>Amazon Cloud Drive
<ul>
<li>Make very clear in the docs that rclone has no ACD keys (Nick Craig-Wood)</li>
</ul></li>
<li>Azure Blob
<ul>
<li>Add connection string and SAS URL auth (Nick Craig-Wood)</li>
<li>List the container to see if it exists (Nick Craig-Wood)</li>
<li>Port new Azure Blob Storage SDK (sandeepkru)</li>
<li>Added blob tier, tier between Hot, Cool and Archive. (sandeepkru)</li>
<li>Remove leading / from paths (Nick Craig-Wood)</li>
</ul></li>
<li>B2
<ul>
<li>Support Application Keys (Nick Craig-Wood)</li>
<li>Remove leading / from paths (Nick Craig-Wood)</li>
</ul></li>
<li>Box
<ul>
<li>Fix upload of &gt; 2GB files on 32 bit platforms (Nick Craig-Wood)</li>
<li>Make <code>--box-commit-retries</code> flag defaulting to 100 to fix large uploads (Nick Craig-Wood)</li>
</ul></li>
<li>Drive
<ul>
<li>Add <code>--drive-keep-revision-forever</code> flag (lewapm)</li>
<li>Handle gdocs when filtering file names in list (Fabian Möller)</li>
<li>Support using <code>--fast-list</code> for large speedups (Fabian Möller)</li>
</ul></li>
<li>FTP
<ul>
<li>Fix Put mkParentDir failed: 521 for BunnyCDN (Nick Craig-Wood)</li>
</ul></li>
<li>Google Cloud Storage
<ul>
<li>Fix index out of range error with <code>--fast-list</code> (Nick Craig-Wood)</li>
</ul></li>
<li>Jottacloud
2016-01-31 17:33:20 +01:00
<ul>
2018-09-01 13:58:00 +02:00
<li>Fix MD5 error check (Oliver Heyme)</li>
<li>Handle empty time values (Martin Polden)</li>
<li>Calculate missing MD5s (Oliver Heyme)</li>
<li>Docs, fixes and tests for MD5 calculation (Nick Craig-Wood)</li>
<li>Add optional MimeTyper interface. (Sebastian Bünger)</li>
<li>Implement optional About interface (for <code>df</code> support). (Sebastian Bünger)</li>
</ul></li>
<li>Mega
<ul>
<li>Wait for events instead of arbitrary sleeping (Nick Craig-Wood)</li>
<li>Add <code>--mega-hard-delete</code> flag (Nick Craig-Wood)</li>
<li>Fix failed logins with upper case chars in email (Nick Craig-Wood)</li>
</ul></li>
<li>Onedrive
<ul>
<li>Shared folder support (Yoni Jah)</li>
<li>Implement DirMove (Cnly)</li>
<li>Fix rmdir sometimes deleting directories with contents (Nick Craig-Wood)</li>
</ul></li>
<li>Pcloud
<ul>
<li>Delete half uploaded files on upload error (Nick Craig-Wood)</li>
</ul></li>
<li>Qingstor
<ul>
<li>Remove leading / from paths (Nick Craig-Wood)</li>
</ul></li>
<li>S3
<ul>
<li>Fix index out of range error with <code>--fast-list</code> (Nick Craig-Wood)</li>
<li>Add <code>--s3-force-path-style</code> (Nick Craig-Wood)</li>
<li>Add support for KMS Key ID (bsteiss)</li>
<li>Remove leading / from paths (Nick Craig-Wood)</li>
</ul></li>
<li>Swift
<ul>
<li>Add <code>storage_policy</code> (Ruben Vandamme)</li>
2020-05-27 17:11:47 +02:00
<li>Make it so just <code>storage_url</code> or <code>auth_token</code> can be overridden (Nick Craig-Wood)</li>
2021-02-02 14:42:35 +01:00
<li>Fix server-side copy bug for unusual file names (Nick Craig-Wood)</li>
2018-09-01 13:58:00 +02:00
<li>Remove leading / from paths (Nick Craig-Wood)</li>
</ul></li>
<li>WebDAV
<ul>
<li>Ensure we call MKCOL with a URL with a trailing / for QNAP interop (Nick Craig-Wood)</li>
2020-09-02 17:59:04 +02:00
<li>If root ends with / then don't check if it is a file (Nick Craig-Wood)</li>
<li>Don't accept redirects when reading metadata (Nick Craig-Wood)</li>
2018-09-01 13:58:00 +02:00
<li>Add bearer token (Macaroon) support for dCache (Nick Craig-Wood)</li>
<li>Document dCache and Macaroons (Onno Zweers)</li>
<li>Sharepoint recursion with different depth (Henning)</li>
<li>Attempt to remove failed uploads (Nick Craig-Wood)</li>
</ul></li>
<li>Yandex
<ul>
<li>Fix listing/deleting files in the root (Nick Craig-Wood)</li>
</ul></li>
</ul>
<h2 id="v1.42---2018-06-16">v1.42 - 2018-06-16</h2>
<ul>
<li>New backends
2018-06-16 19:21:09 +02:00
<ul>
<li>OpenDrive (Oliver Heyme, Jakub Karlicek, ncw)</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>New commands
<ul>
2018-06-16 19:21:09 +02:00
<li>deletefile command (Filip Bartodziej)</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>New Features
<ul>
2020-09-02 17:59:04 +02:00
<li>copy, move: Copy single files directly, don't use <code>--files-from</code> work-around
2018-06-16 19:21:09 +02:00
<ul>
<li>this makes them much more efficient</li>
</ul></li>
<li>Implement <code>--max-transfer</code> flag to quit transferring at a limit
<ul>
<li>make exit code 8 for <code>--max-transfer</code> exceeded</li>
</ul></li>
<li>copy: copy empty source directories to destination (Ishuah Kariuki)</li>
<li>check: Add <code>--one-way</code> flag (Kasper Byrdal Nielsen)</li>
<li>Add siginfo handler for macOS for ctrl-T stats (kubatasiemski)</li>
<li>rc
<ul>
<li>add core/gc to run a garbage collection on demand</li>
<li>enable go profiling by default on the <code>--rc</code> port</li>
<li>return error from remote on failure</li>
</ul></li>
<li>lsf
<ul>
<li>Add <code>--absolute</code> flag to add a leading / onto path names</li>
<li>Add <code>--csv</code> flag for compliant CSV output</li>
2020-09-02 17:59:04 +02:00
<li>Add 'm' format specifier to show the MimeType</li>
<li>Implement 'i' format for showing object ID</li>
2018-06-16 19:21:09 +02:00
</ul></li>
<li>lsjson
<ul>
<li>Add MimeType to the output</li>
<li>Add ID field to output to show Object ID</li>
</ul></li>
<li>Add <code>--retries-sleep</code> flag (Benjamin Joseph Dag)</li>
<li>Oauth tidy up web page and error handling (Henning Surmeier)</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>Bug Fixes
<ul>
2018-06-16 19:21:09 +02:00
<li>Password prompt output with <code>--log-file</code> fixed for unix (Filip Bartodziej)</li>
<li>Calculate ModifyWindow each time on the fly to fix various problems (Stefan Breunig)</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>Mount
<ul>
2020-09-02 17:59:04 +02:00
<li>Only print "File.rename error" if there actually is an error (Stefan Breunig)</li>
2018-06-16 19:21:09 +02:00
<li>Delay rename if file has open writers instead of failing outright (Stefan Breunig)</li>
<li>Ensure atexit gets run on interrupt</li>
<li>macOS enhancements
<ul>
<li>Make <code>--noappledouble</code> <code>--noapplexattr</code></li>
<li>Add <code>--volname</code> flag and remove special chars from it</li>
<li>Make Get/List/Set/Remove xattr return ENOSYS for efficiency</li>
<li>Make <code>--daemon</code> work for macOS without CGO</li>
</ul></li>
2018-09-01 13:58:00 +02:00
</ul></li>
2018-06-16 19:21:09 +02:00
<li>VFS
<ul>
<li>Add <code>--vfs-read-chunk-size</code> and <code>--vfs-read-chunk-size-limit</code> (Fabian Möller)</li>
<li>Fix ChangeNotify for new or changed folders (Fabian Möller)</li>
</ul></li>
2018-09-01 13:58:00 +02:00
<li>Local
<ul>
2018-06-16 19:21:09 +02:00
<li>Fix symlink/junction point directory handling under Windows
<ul>
<li><strong>NB</strong> you will need to add <code>-L</code> to your command line to copy files with reparse points</li>
</ul></li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>Cache
<ul>
2018-06-16 19:21:09 +02:00
<li>Add non cached dirs on notifications (Remus Bunduc)</li>
<li>Allow root to be expired from rc (Remus Bunduc)</li>
<li>Clean remaining empty folders from temp upload path (Remus Bunduc)</li>
<li>Cache lists using batch writes (Remus Bunduc)</li>
<li>Use secure websockets for HTTPS Plex addresses (John Clayton)</li>
<li>Reconnect plex websocket on failures (Remus Bunduc)</li>
<li>Fix panic when running without plex configs (Remus Bunduc)</li>
<li>Fix root folder caching (Remus Bunduc)</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>Crypt
<ul>
2018-06-16 19:21:09 +02:00
<li>Check the crypted hash of files when uploading for extra data security</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>Dropbox
<ul>
2018-06-16 19:21:09 +02:00
<li>Make Dropbox for business folders accessible using an initial <code>/</code> in the path</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>Google Cloud Storage
<ul>
2018-06-16 19:21:09 +02:00
<li>Low level retry all operations if necessary</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>Google Drive
<ul>
2018-06-16 19:21:09 +02:00
<li>Add <code>--drive-acknowledge-abuse</code> to download flagged files</li>
<li>Add <code>--drive-alternate-export</code> to fix large doc export</li>
2020-09-02 17:59:04 +02:00
<li>Don't attempt to choose Team Drives when using rclone config create</li>
2018-06-16 19:21:09 +02:00
<li>Fix change list polling with team drives</li>
<li>Fix ChangeNotify for folders (Fabian Möller)</li>
<li>Fix about (and df on a mount) for team drives</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>Onedrive
<ul>
2018-06-16 19:21:09 +02:00
<li>Errorhandler for onedrive for business requests (Henning Surmeier)</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>S3
<ul>
2018-06-16 19:21:09 +02:00
<li>Adjust upload concurrency with <code>--s3-upload-concurrency</code> (themylogin)</li>
<li>Fix <code>--s3-chunk-size</code> which was always using the minimum</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>SFTP
<ul>
2018-06-16 19:21:09 +02:00
<li>Add <code>--ssh-path-override</code> flag (Piotr Oleszczyk)</li>
<li>Fix slow downloads for long latency connections</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>Webdav
<ul>
2018-06-16 19:21:09 +02:00
<li>Add workarounds for biz.mail.ru</li>
<li>Ignore Reason-Phrase in status line to fix 4shared (Rodrigo)</li>
<li>Better error message generation</li>
</ul></li>
2018-09-01 13:58:00 +02:00
</ul>
<h2 id="v1.41---2018-04-28">v1.41 - 2018-04-28</h2>
<ul>
<li>New backends
2018-04-28 12:46:27 +02:00
<ul>
<li>Mega support added</li>
<li>Webdav now supports SharePoint cookie authentication (hensur)</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>New commands
<ul>
2018-04-28 12:46:27 +02:00
<li>link: create public link to files and folders (Stefan Breunig)</li>
<li>about: gets quota info from a remote (a-roussos, ncw)</li>
<li>hashsum: a generic tool for any hash to produce md5sum like output</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>New Features
<ul>
2018-04-28 12:46:27 +02:00
<li>lsd: Add -R flag and fix and update docs for all ls commands</li>
2020-09-02 17:59:04 +02:00
<li>ncdu: added a "refresh" key - CTRL-L (Keith Goldfarb)</li>
2018-04-28 12:46:27 +02:00
<li>serve restic: Add append-only mode (Steve Kriss)</li>
<li>serve restic: Disallow overwriting files in append-only mode (Alexander Neumann)</li>
<li>serve restic: Print actual listener address (Matt Holt)</li>
2020-09-02 17:59:04 +02:00
<li>size: Add --json flag (Matthew Holt)</li>
<li>sync: implement --ignore-errors (Mateusz Pabian)</li>
2018-04-28 12:46:27 +02:00
<li>dedupe: Add dedupe largest functionality (Richard Yang)</li>
<li>fs: Extend SizeSuffix to include TB and PB for rclone about</li>
2020-09-02 17:59:04 +02:00
<li>fs: add --dump goroutines and --dump openfiles for debugging</li>
2018-04-28 12:46:27 +02:00
<li>rc: implement core/memstats to print internal memory usage info</li>
<li>rc: new call rc/pid (Michael P. Dubner)</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>Compile
<ul>
2018-04-28 12:46:27 +02:00
<li>Drop support for go1.6</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>Release
<ul>
<li>Fix <code>make tarball</code> (Chih-Hsuan Yen)</li>
</ul></li>
<li>Bug Fixes
<ul>
2020-09-02 17:59:04 +02:00
<li>filter: fix --min-age and --max-age together check</li>
2018-04-28 12:46:27 +02:00
<li>fs: limit MaxIdleConns and MaxIdleConnsPerHost in transport</li>
<li>lsd,lsf: make sure all times we output are in local time</li>
<li>rc: fix setting bwlimit to unlimited</li>
2020-09-02 17:59:04 +02:00
<li>rc: take note of the --rc-addr flag too as per the docs</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>Mount
<ul>
2021-02-02 14:42:35 +01:00
<li>Use About to return the correct disk total/used/free (e.g. in <code>df</code>)</li>
2018-04-28 12:46:27 +02:00
<li>Set <code>--attr-timeout default</code> to <code>1s</code> - fixes:
<ul>
<li>rclone using too much memory</li>
<li>rclone not serving files to samba</li>
<li>excessive time listing directories</li>
</ul></li>
<li>Fix <code>df -i</code> (upstream fix)</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>VFS
<ul>
2018-04-28 12:46:27 +02:00
<li>Filter files <code>.</code> and <code>..</code> from directory listing</li>
2020-09-02 17:59:04 +02:00
<li>Only make the VFS cache if --vfs-cache-mode &gt; Off</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>Local
<ul>
2020-09-02 17:59:04 +02:00
<li>Add --local-no-check-updated to disable updated file checks</li>
2018-04-28 12:46:27 +02:00
<li>Retry remove on Windows sharing violation error</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>Cache
<ul>
2018-04-28 12:46:27 +02:00
<li>Flush the memory cache after close</li>
<li>Purge file data on notification</li>
<li>Always forget parent dir for notifications</li>
<li>Integrate with Plex websocket</li>
<li>Add rc cache/stats (seuffert)</li>
<li>Add info log on notification</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>Box
<ul>
2018-04-28 12:46:27 +02:00
<li>Fix failure reading large directories - parse file/directory size as float</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>Dropbox
<ul>
2018-04-28 12:46:27 +02:00
<li>Fix crypt+obfuscate on dropbox</li>
<li>Fix repeatedly uploading the same files</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>FTP
<ul>
2018-04-28 12:46:27 +02:00
<li>Work around strange response from box FTP server</li>
<li>More workarounds for FTP servers to fix mkParentDir error</li>
<li>Fix no error on listing non-existent directory</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>Google Cloud Storage
<ul>
2018-04-28 12:46:27 +02:00
<li>Add service_account_credentials (Matt Holt)</li>
<li>Detect bucket presence by listing it - minimises permissions needed</li>
<li>Ignore zero length directory markers</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>Google Drive
<ul>
2018-04-28 12:46:27 +02:00
<li>Add service_account_credentials (Matt Holt)</li>
<li>Fix directory move leaving a hardlinked directory behind</li>
<li>Return proper google errors when Opening files</li>
<li>When initialized with a filepath, optional features used incorrect root path (Stefan Breunig)</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>HTTP
<ul>
2020-09-02 17:59:04 +02:00
<li>Fix sync for servers which don't return Content-Length in HEAD</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>Onedrive
<ul>
2018-04-28 12:46:27 +02:00
<li>Add QuickXorHash support for OneDrive for business</li>
<li>Fix socket leak in multipart session upload</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>S3
<ul>
2018-04-28 12:46:27 +02:00
<li>Look in S3 named profile files for credentials</li>
<li>Add <code>--s3-disable-checksum</code> to disable checksum uploading (Chris Redekop)</li>
<li>Hierarchical configuration support (Giri Badanahatti)</li>
<li>Add in config for all the supported S3 providers</li>
<li>Add One Zone Infrequent Access storage class (Craig Rachel)</li>
2020-09-02 17:59:04 +02:00
<li>Add --use-server-modtime support (Peter Baumgartner)</li>
<li>Add --s3-chunk-size option to control multipart uploads</li>
2018-04-28 12:46:27 +02:00
<li>Ignore zero length directory markers</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>SFTP
<ul>
2018-04-28 12:46:27 +02:00
<li>Update docs to match code, fix typos and clarify disable_hashcheck prompt (Michael G. Noll)</li>
<li>Update docs with Synology quirks</li>
<li>Fail soft with a debug on hash failure</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>Swift
<ul>
2020-09-02 17:59:04 +02:00
<li>Add --use-server-modtime support (Peter Baumgartner)</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>Webdav
<ul>
2018-04-28 12:46:27 +02:00
<li>Support SharePoint cookie authentication (hensur)</li>
<li>Strip leading and trailing / off root</li>
</ul></li>
2018-09-01 13:58:00 +02:00
</ul>
<h2 id="v1.40---2018-03-19">v1.40 - 2018-03-19</h2>
<ul>
<li>New backends
2018-03-19 11:06:13 +01:00
<ul>
<li>Alias backend to create aliases for existing remote names (Fabian Möller)</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>New commands
<ul>
2018-03-19 11:06:13 +01:00
<li><code>lsf</code>: list for parsing purposes (Jakub Tasiemski)
<ul>
<li>by default this is a simple non recursive list of files and directories</li>
<li>it can be configured to add more info in an easy to parse way</li>
</ul></li>
<li><code>serve restic</code>: for serving a remote as a Restic REST endpoint
<ul>
<li>This enables restic to use any backends that rclone can access</li>
<li>Thanks Alexander Neumann for help, patches and review</li>
</ul></li>
<li><code>rc</code>: enable the remote control of a running rclone
<ul>
2020-09-02 17:59:04 +02:00
<li>The running rclone must be started with --rc and related flags.</li>
2018-03-19 11:06:13 +01:00
<li>Currently there is support for bwlimit, and flushing for mount and cache.</li>
</ul></li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>New Features
<ul>
2018-03-19 11:06:13 +01:00
<li><code>--max-delete</code> flag to add a delete threshold (Bjørn Erik Pedersen)</li>
<li>All backends now support RangeOption for ranged Open
<ul>
<li><code>cat</code>: Use RangeOption for limited fetches to make more efficient</li>
<li><code>cryptcheck</code>: make reading of nonce more efficient with RangeOption</li>
</ul></li>
<li>serve http/webdav/restic
<ul>
<li>support SSL/TLS</li>
<li>add <code>--user</code> <code>--pass</code> and <code>--htpasswd</code> for authentication</li>
</ul></li>
<li><code>copy</code>/<code>move</code>: detect file size change during copy/move and abort transfer (ishuah)</li>
<li><code>cryptdecode</code>: added option to return encrypted file names. (ishuah)</li>
<li><code>lsjson</code>: add <code>--encrypted</code> to show encrypted name (Jakub Tasiemski)</li>
<li>Add <code>--stats-file-name-length</code> to specify the printed file name length for stats (Will Gunn)</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>Compile
<ul>
2018-03-19 11:06:13 +01:00
<li>Code base was shuffled and factored
<ul>
<li>backends moved into a backend directory</li>
<li>large packages split up</li>
<li>See the CONTRIBUTING.md doc for info as to what lives where now</li>
</ul></li>
<li>Update to using go1.10 as the default go version</li>
<li>Implement daily <a href="https://pub.rclone.org/integration-tests/">full integration tests</a></li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>Release
<ul>
2018-03-19 11:06:13 +01:00
<li>Include a source tarball and sign it and the binaries</li>
<li>Sign the git tags as part of the release process</li>
<li>Add .deb and .rpm packages as part of the build</li>
<li>Make a beta release for all branches on the main repo (but not pull requests)</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>Bug Fixes
<ul>
2018-03-19 11:06:13 +01:00
<li>config: fixes errors on non existing config by loading config file only on first access</li>
<li>config: retry saving the config after failure (Mateusz)</li>
2020-09-02 17:59:04 +02:00
<li>sync: when using <code>--backup-dir</code> don't delete files if we can't set their modtime
2018-03-19 11:06:13 +01:00
<ul>
<li>this fixes odd behaviour with Dropbox and <code>--backup-dir</code></li>
</ul></li>
<li>fshttp: fix idle timeouts for HTTP connections</li>
<li><code>serve http</code>: fix serving files with : in - fixes</li>
2020-09-02 17:59:04 +02:00
<li>Fix <code>--exclude-if-present</code> to ignore directories which it doesn't have permission for (Iakov Davydov)</li>
2018-03-19 11:06:13 +01:00
<li>Make accounting work properly with crypt and b2</li>
<li>remove <code>--no-traverse</code> flag because it is obsolete</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>Mount
<ul>
2018-03-19 11:06:13 +01:00
<li>Add <code>--attr-timeout</code> flag to control attribute caching in kernel
<ul>
<li>this now defaults to 0 which is correct but less efficient</li>
2020-05-27 17:11:47 +02:00
<li>see <a href="https://rclone.org/commands/rclone_mount/#attribute-caching">the mount docs</a> for more info</li>
2018-03-19 11:06:13 +01:00
</ul></li>
<li>Add <code>--daemon</code> flag to allow mount to run in the background (ishuah)</li>
<li>Fix: Return ENOSYS rather than EIO on attempted link
<ul>
<li>This fixes FileZilla accessing an rclone mount served over sftp.</li>
</ul></li>
<li>Fix setting modtime twice</li>
<li>Mount tests now run on CI for Linux (mount &amp; cmount)/Mac/Windows</li>
<li>Many bugs fixed in the VFS layer - see below</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>VFS
<ul>
2018-03-19 11:06:13 +01:00
<li>Many fixes for <code>--vfs-cache-mode</code> writes and above
<ul>
<li>Update cached copy if we know it has changed (fixes stale data)</li>
<li>Clean path names before using them in the cache</li>
<li>Disable cache cleaner if <code>--vfs-cache-poll-interval=0</code></li>
<li>Fill and clean the cache immediately on startup</li>
</ul></li>
<li>Fix Windows opening every file when it stats the file</li>
<li>Fix applying modtime for an open Write Handle</li>
<li>Fix creation of files when truncating</li>
<li>Write 0 bytes when flushing unwritten handles to avoid race conditions in FUSE</li>
2020-09-02 17:59:04 +02:00
<li>Downgrade "poll-interval is not supported" message to Info</li>
2018-03-19 11:06:13 +01:00
<li>Make OpenFile and friends return EINVAL if O_RDONLY and O_TRUNC</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>Local
<ul>
2020-09-02 17:59:04 +02:00
<li>Downgrade "invalid cross-device link: trying copy" to debug</li>
2018-03-19 11:06:13 +01:00
<li>Make DirMove return fs.ErrorCantDirMove to allow fallback to Copy for cross device</li>
<li>Fix race conditions updating the hashes</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>Cache
<ul>
2018-03-19 11:06:13 +01:00
<li>Add support for polling - cache will update when remote changes on supported backends</li>
<li>Reduce log level for Plex api</li>
<li>Fix dir cache issue</li>
<li>Implement <code>--cache-db-wait-time</code> flag</li>
<li>Improve efficiency with RangeOption and RangeSeek</li>
<li>Fix dirmove with temp fs enabled</li>
<li>Notify vfs when using temp fs</li>
<li>Offline uploading</li>
<li>Remote control support for path flushing</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>Amazon cloud drive
<ul>
2018-03-19 11:06:13 +01:00
<li>Rclone no longer has any working keys - disable integration tests</li>
<li>Implement DirChangeNotify to notify cache/vfs/mount of changes</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>Azureblob
<ul>
2020-09-02 17:59:04 +02:00
<li>Don't check for bucket/container presence if listing was OK
2018-03-19 11:06:13 +01:00
<ul>
<li>this makes rclone do one less request per invocation</li>
</ul></li>
<li>Improve accounting for chunked uploads</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>Backblaze B2
<ul>
2020-09-02 17:59:04 +02:00
<li>Don't check for bucket/container presence if listing was OK
2018-03-19 11:06:13 +01:00
<ul>
<li>this makes rclone do one less request per invocation</li>
</ul></li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>Box
<ul>
2018-03-19 11:06:13 +01:00
<li>Improve accounting for chunked uploads</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>Dropbox
<ul>
2018-03-19 11:06:13 +01:00
<li>Fix custom oauth client parameters</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>Google Cloud Storage
<ul>
2020-09-02 17:59:04 +02:00
<li>Don't check for bucket/container presence if listing was OK
2018-03-19 11:06:13 +01:00
<ul>
<li>this makes rclone do one less request per invocation</li>
</ul></li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>Google Drive
<ul>
2018-03-19 11:06:13 +01:00
<li>Migrate to api v3 (Fabian Möller)</li>
<li>Add scope configuration and root folder selection</li>
<li>Add <code>--drive-impersonate</code> for service accounts
<ul>
<li>thanks to everyone who tested, explored and contributed docs</li>
</ul></li>
<li>Add <code>--drive-use-created-date</code> to use created date as modified date (nbuchanan)</li>
<li>Request the export formats only when required
<ul>
<li>This makes rclone quicker when there are no google docs</li>
</ul></li>
<li>Fix finding paths with latin1 chars (a workaround for a drive bug)</li>
<li>Fix copying of a single Google doc file</li>
<li>Fix <code>--drive-auth-owner-only</code> to look in all directories</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>HTTP
<ul>
2018-03-19 11:06:13 +01:00
<li>Fix handling of directories with &amp; in</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>Onedrive
<ul>
2018-03-19 11:06:13 +01:00
<li>Removed upload cutoff and always do session uploads
<ul>
<li>this stops the creation of multiple versions on business onedrive</li>
</ul></li>
<li>Overwrite object size value with real size when reading file. (Victor)
<ul>
<li>this fixes oddities when onedrive misreports the size of images</li>
</ul></li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>Pcloud
<ul>
2018-03-19 11:06:13 +01:00
<li>Remove unused chunked upload flag and code</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>Qingstor
<ul>
2020-09-02 17:59:04 +02:00
<li>Don't check for bucket/container presence if listing was OK
2018-03-19 11:06:13 +01:00
<ul>
<li>this makes rclone do one less request per invocation</li>
</ul></li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>S3
<ul>
2018-03-19 11:06:13 +01:00
<li>Support hashes for multipart files (Chris Redekop)</li>
<li>Initial support for IBM COS (S3) (Giri Badanahatti)</li>
<li>Update docs to discourage use of v2 auth with CEPH and others</li>
2020-09-02 17:59:04 +02:00
<li>Don't check for bucket/container presence if listing was OK
2018-03-19 11:06:13 +01:00
<ul>
<li>this makes rclone do one less request per invocation</li>
</ul></li>
2021-02-02 14:42:35 +01:00
<li>Fix server-side copy and set modtime on files with + in</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>SFTP
<ul>
2018-03-19 11:06:13 +01:00
<li>Add option to disable remote hash check command execution (Jon Fautley)</li>
<li>Add <code>--sftp-ask-password</code> flag to prompt for password when needed (Leo R. Lundgren)</li>
<li>Add <code>set_modtime</code> configuration option</li>
<li>Fix following of symlinks</li>
<li>Fix reading config file outside of Fs setup</li>
<li>Fix reading $USER in username fallback not $HOME</li>
<li>Fix running under crontab - Use correct OS way of reading username</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>Swift
<ul>
2018-03-19 11:06:13 +01:00
<li>Fix refresh of authentication token
<ul>
<li>in v1.39 a bug was introduced which ignored new tokens - this fixes it</li>
</ul></li>
<li>Fix extra HEAD transaction when uploading a new file</li>
2020-09-02 17:59:04 +02:00
<li>Don't check for bucket/container presence if listing was OK
2018-03-19 11:06:13 +01:00
<ul>
<li>this makes rclone do one less request per invocation</li>
</ul></li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>Webdav
<ul>
2018-03-19 11:06:13 +01:00
<li>Add new time formats to support mydrive.ch and others</li>
</ul></li>
2018-09-01 13:58:00 +02:00
</ul>
<h2 id="v1.39---2017-12-23">v1.39 - 2017-12-23</h2>
<ul>
<li>New backends
2017-12-23 14:07:45 +01:00
<ul>
<li>WebDAV
<ul>
<li>tested with nextcloud, owncloud, put.io and others!</li>
</ul></li>
<li>Pcloud</li>
<li>cache - wraps a cache around other backends (Remus Bunduc)
<ul>
<li>useful in combination with mount</li>
<li>NB this feature is in beta so use with care</li>
</ul></li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>New commands
<ul>
2017-12-23 14:07:45 +01:00
<li>serve command with subcommands:
<ul>
<li>serve webdav: this implements a webdav server for any rclone remote.</li>
<li>serve http: command to serve a remote over HTTP</li>
</ul></li>
<li>config: add sub commands for full config file management
<ul>
<li>create/delete/dump/edit/file/password/providers/show/update</li>
</ul></li>
<li>touch: to create or update the timestamp of a file (Jakub Tasiemski)</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>New Features
<ul>
2017-12-23 14:07:45 +01:00
<li>curl install for rclone (Filip Bartodziej)</li>
2020-09-02 17:59:04 +02:00
<li>--stats now shows percentage, size, rate and ETA in condensed form (Ishuah Kariuki)</li>
<li>--exclude-if-present to exclude a directory if a file is present (Iakov Davydov)</li>
<li>rmdirs: add --leave-root flag (lewapm)</li>
<li>move: add --delete-empty-src-dirs flag to remove dirs after move (Ishuah Kariuki)</li>
<li>Add --dump flag, introduce --dump requests, responses and remove --dump-auth, --dump-filters
2017-12-23 14:07:45 +01:00
<ul>
<li>Obscure X-Auth-Token: from headers when dumping too</li>
</ul></li>
<li>Document and implement exit codes for different failure modes (Ishuah Kariuki)</li>
2018-09-01 13:58:00 +02:00
</ul></li>
2017-12-23 14:07:45 +01:00
<li>Compile</li>
2018-09-01 13:58:00 +02:00
<li>Bug Fixes
<ul>
2017-12-23 14:07:45 +01:00
<li>Retry lots more different types of errors to make multipart transfers more reliable</li>
<li>Save the config before asking for a token, fixes disappearing oauth config</li>
2020-09-02 17:59:04 +02:00
<li>Warn the user if --include and --exclude are used together (Ernest Borowski)</li>
2021-02-02 14:42:35 +01:00
<li>Fix duplicate files (e.g. on Google drive) causing spurious copies</li>
2017-12-23 14:07:45 +01:00
<li>Allow trailing and leading whitespace for passwords (Jason Rose)</li>
<li>ncdu: fix crashes on empty directories</li>
<li>rcat: fix goroutine leak</li>
<li>moveto/copyto: Fix to allow copying to the same name</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>Mount
<ul>
2020-09-02 17:59:04 +02:00
<li>--vfs-cache mode to make writes into mounts more reliable.
2017-12-23 14:07:45 +01:00
<ul>
2020-09-02 17:59:04 +02:00
<li>this requires caching files on the disk (see --cache-dir)</li>
2017-12-23 14:07:45 +01:00
<li>As this is a new feature, use with care</li>
</ul></li>
<li>Use sdnotify to signal systemd the mount is ready (Fabian Möller)</li>
<li>Check if directory is not empty before mounting (Ernest Borowski)</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>Local
<ul>
2017-12-23 14:07:45 +01:00
<li>Add error message for cross file system moves</li>
<li>Fix equality check for times</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>Dropbox
<ul>
2017-12-23 14:07:45 +01:00
<li>Rework multipart upload
<ul>
<li>buffer the chunks when uploading large files so they can be retried</li>
<li>change default chunk size to 48MB now we are buffering them in memory</li>
<li>retry every error after the first chunk is done successfully</li>
</ul></li>
<li>Fix error when renaming directories</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>Swift
<ul>
2017-12-23 14:07:45 +01:00
<li>Fix crash on bad authentication</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>Google Drive
<ul>
2017-12-23 14:07:45 +01:00
<li>Add service account support (Tim Cooijmans)</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>S3
<ul>
2017-12-23 14:07:45 +01:00
<li>Make it work properly with Digital Ocean Spaces (Andrew Starr-Bochicchio)</li>
<li>Fix crash if a bad listing is received</li>
<li>Add support for ECS task IAM roles (David Minor)</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>Backblaze B2
<ul>
2017-12-23 14:07:45 +01:00
<li>Fix multipart upload retries</li>
2020-09-02 17:59:04 +02:00
<li>Fix --hard-delete to make it work 100% of the time</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>Swift
<ul>
2017-12-23 14:07:45 +01:00
<li>Allow authentication with storage URL and auth key (Giovanni Pizzi)</li>
<li>Add new fields for swift configuration to support IBM Bluemix Swift (Pierre Carlson)</li>
<li>Add OS_TENANT_ID and OS_USER_ID to config</li>
<li>Allow configs with user id instead of user name</li>
<li>Check if swift segments container exists before creating (John Leach)</li>
<li>Fix memory leak in swift transfers (upstream fix)</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>SFTP
<ul>
2017-12-23 14:07:45 +01:00
<li>Add option to enable the use of aes128-cbc cipher (Jon Fautley)</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>Amazon cloud drive
<ul>
2020-09-02 17:59:04 +02:00
<li>Fix download of large files failing with "Only one auth mechanism allowed"</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>crypt
<ul>
2017-12-23 14:07:45 +01:00
<li>Option to encrypt directory names or leave them intact</li>
<li>Implement DirChangeNotify (Fabian Möller)</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>onedrive
<ul>
2017-12-23 14:07:45 +01:00
<li>Add option to choose resourceURL during setup of OneDrive Business account if more than one is available for user</li>
</ul></li>
2018-09-01 13:58:00 +02:00
</ul>
<h2 id="v1.38---2017-09-30">v1.38 - 2017-09-30</h2>
<ul>
<li>New backends
2017-09-30 15:19:47 +02:00
<ul>
<li>Azure Blob Storage (thanks Andrei Dragomir)</li>
<li>Box</li>
<li>Onedrive for Business (thanks Oliver Heyme)</li>
<li>QingStor from QingCloud (thanks wuyu)</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>New commands
<ul>
2017-09-30 15:19:47 +02:00
<li><code>rcat</code> - read from standard input and stream upload</li>
<li><code>tree</code> - shows a nicely formatted recursive listing</li>
<li><code>cryptdecode</code> - decode crypted file names (thanks ishuah)</li>
<li><code>config show</code> - print the config file</li>
<li><code>config file</code> - print the config file location</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>New Features
<ul>
2017-09-30 15:19:47 +02:00
<li>Empty directories are deleted on <code>sync</code></li>
<li><code>dedupe</code> - implement merging of duplicate directories</li>
<li><code>check</code> and <code>cryptcheck</code> made more consistent and use less memory</li>
<li><code>cleanup</code> for remaining remotes (thanks ishuah)</li>
2020-09-02 17:59:04 +02:00
<li><code>--immutable</code> for ensuring that files don't change (thanks Jacob McNamee)</li>
2017-09-30 15:19:47 +02:00
<li><code>--user-agent</code> option (thanks Alex McGrath Kraak)</li>
<li><code>--disable</code> flag to disable optional features</li>
<li><code>--bind</code> flag for choosing the local addr on outgoing connections</li>
<li>Support for zsh auto-completion (thanks bpicode)</li>
<li>Stop normalizing file names but do a normalized compare in <code>sync</code></li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>Compile
<ul>
2017-09-30 15:19:47 +02:00
<li>Update to using go1.9 as the default go version</li>
<li>Remove snapd build due to maintenance problems</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>Bug Fixes
<ul>
2017-09-30 15:19:47 +02:00
<li>Improve retriable error detection which makes multipart uploads better</li>
<li>Make <code>check</code> obey <code>--ignore-size</code></li>
<li>Fix bwlimit toggle in conjunction with schedules (thanks cbruegg)</li>
<li><code>config</code> ensures newly written config is on the same mount</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>Local
<ul>
2017-09-30 15:19:47 +02:00
<li>Revert to copy when moving file across file system boundaries</li>
<li><code>--skip-links</code> to suppress symlink warnings (thanks Zhiming Wang)</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>Mount
<ul>
2017-09-30 15:19:47 +02:00
<li>Re-use <code>rcat</code> internals to support uploads from all remotes</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>Dropbox
<ul>
2020-09-02 17:59:04 +02:00
<li>Fix "entry doesn't belong in directory" error</li>
2017-09-30 15:19:47 +02:00
<li>Stop using deprecated API methods</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>Swift
<ul>
2021-02-02 14:42:35 +01:00
<li>Fix server-side copy to empty container with <code>--fast-list</code></li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>Google Drive
<ul>
2017-09-30 15:19:47 +02:00
<li>Change the default for <code>--drive-use-trash</code> to <code>true</code></li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>S3
<ul>
2017-09-30 15:19:47 +02:00
<li>Set session token when using STS (thanks Girish Ramakrishnan)</li>
<li>Glacier docs and error messages (thanks Jan Varho)</li>
<li>Read 1000 (not 1024) items in dir listings to fix Wasabi</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>Backblaze B2
<ul>
2017-09-30 15:19:47 +02:00
<li>Fix SHA1 mismatch when downloading files with no SHA1</li>
<li>Calculate missing hashes on the fly instead of spooling</li>
<li><code>--b2-hard-delete</code> to permanently delete (not hide) files (thanks John Papandriopoulos)</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>Hubic
<ul>
2017-09-30 15:19:47 +02:00
<li>Fix creating containers - no longer have to use the <code>default</code> container</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>Swift
<ul>
2017-09-30 15:19:47 +02:00
<li>Optionally configure from a standard set of OpenStack environment vars</li>
<li>Add <code>endpoint_type</code> config</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>Google Cloud Storage
<ul>
2017-09-30 15:19:47 +02:00
<li>Fix bucket creation to work with limited permission users</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>SFTP
<ul>
2017-09-30 15:19:47 +02:00
<li>Implement connection pooling for multiple ssh connections</li>
<li>Limit new connections per second</li>
<li>Add support for MD5 and SHA1 hashes where available (thanks Christian Brüggemann)</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>HTTP
<ul>
2017-09-30 15:19:47 +02:00
<li>Fix URL encoding issues</li>
<li>Fix directories with <code>:</code> in</li>
<li>Fix panic with URL encoded content</li>
</ul></li>
2018-09-01 13:58:00 +02:00
</ul>
<h2 id="v1.37---2017-07-22">v1.37 - 2017-07-22</h2>
<ul>
<li>New backends
2017-07-22 19:16:46 +02:00
<ul>
<li>FTP - thanks to Antonio Messina</li>
<li>HTTP - thanks to Vasiliy Tolstov</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>New commands
<ul>
2017-07-22 19:16:46 +02:00
<li>rclone ncdu - for exploring a remote with a text based user interface.</li>
<li>rclone lsjson - for listing with a machine readable output</li>
<li>rclone dbhashsum - to show Dropbox style hashes of files (local or Dropbox)</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>New Features
<ul>
2020-09-02 17:59:04 +02:00
<li>Implement --fast-list flag
2017-07-22 19:16:46 +02:00
<ul>
<li>This allows remotes to list recursively if they can</li>
<li>This uses less transactions (important if you pay for them)</li>
<li>This may or may not be quicker</li>
2017-09-30 15:19:47 +02:00
<li>This will use more memory as it has to hold the listing in memory</li>
2020-09-02 17:59:04 +02:00
<li>--old-sync-method deprecated - the remaining uses are covered by --fast-list</li>
2017-07-22 19:16:46 +02:00
<li>This involved a major re-write of all the listing code</li>
</ul></li>
2020-09-02 17:59:04 +02:00
<li>Add --tpslimit and --tpslimit-burst to limit transactions per second
2017-07-22 19:16:46 +02:00
<ul>
2020-05-27 17:11:47 +02:00
<li>this is useful in conjunction with <code>rclone mount</code> to limit external apps</li>
2017-07-22 19:16:46 +02:00
</ul></li>
2020-09-02 17:59:04 +02:00
<li>Add --stats-log-level so can see --stats without -v</li>
2017-07-22 19:16:46 +02:00
<li>Print password prompts to stderr - Hraban Luyat</li>
<li>Warn about duplicate files when syncing</li>
<li>Oauth improvements
<ul>
<li>allow auth_url and token_url to be set in the config file</li>
<li>Print redirection URI if using own credentials.</li>
</ul></li>
2020-09-02 17:59:04 +02:00
<li>Don't Mkdir at the start of sync to save transactions</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>Compile
<ul>
2017-07-22 19:16:46 +02:00
<li>Update build to go1.8.3</li>
<li>Require go1.6 for building rclone</li>
2020-09-02 17:59:04 +02:00
<li>Compile 386 builds with "GO386=387" for maximum compatibility</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>Bug Fixes
<ul>
2017-07-22 19:16:46 +02:00
<li>Fix menu selection when no remotes</li>
<li>Config saving reworked to not kill the file if disk gets full</li>
2020-09-02 17:59:04 +02:00
<li>Don't delete remote if name does not change while renaming</li>
2017-07-22 19:16:46 +02:00
<li>moveto, copyto: report transfers and checks as per move and copy</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>Local
<ul>
2020-09-02 17:59:04 +02:00
<li>Add --local-no-unicode-normalization flag - Bob Potter</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>Mount
<ul>
2017-07-22 19:16:46 +02:00
<li>Now supported on Windows using cgofuse and WinFsp - thanks to Bill Zissimopoulos for much help</li>
<li>Compare checksums on upload/download via FUSE</li>
<li>Unmount when program ends with SIGINT (Ctrl+C) or SIGTERM - Jérôme Vizcaino</li>
<li>On read only open of file, make open pending until first read</li>
2020-09-02 17:59:04 +02:00
<li>Make --read-only reject modify operations</li>
2017-07-22 19:16:46 +02:00
<li>Implement ModTime via FUSE for remotes that support it</li>
<li>Allow modTime to be changed even before all writers are closed</li>
<li>Fix panic on renames</li>
<li>Fix hang on errored upload</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>Crypt
<ul>
2017-07-22 19:16:46 +02:00
<li>Report the name:root as specified by the user</li>
2020-09-02 17:59:04 +02:00
<li>Add an "obfuscate" option for filename encryption - Stephen Harris</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>Amazon Drive
<ul>
2017-07-22 19:16:46 +02:00
<li>Fix initialization order for token renewer</li>
<li>Remove revoked credentials, allow oauth proxy config and update docs</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>B2
<ul>
2017-07-22 19:16:46 +02:00
<li>Reduce minimum chunk size to 5MB</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>Drive
<ul>
2017-07-22 19:16:46 +02:00
<li>Add team drive support</li>
<li>Reduce bandwidth by adding fields for partial responses - Martin Kristensen</li>
2020-09-02 17:59:04 +02:00
<li>Implement --drive-shared-with-me flag to view shared with me files - Danny Tsai</li>
<li>Add --drive-trashed-only to read only the files in the trash</li>
<li>Remove obsolete --drive-full-list</li>
2017-07-22 19:16:46 +02:00
<li>Add missing seek to start on retries of chunked uploads</li>
<li>Fix stats accounting for upload</li>
<li>Convert / in names to a unicode equivalent ()</li>
<li>Poll for Google Drive changes when mounted</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>OneDrive
<ul>
2017-07-22 19:16:46 +02:00
<li>Fix the uploading of files with spaces</li>
<li>Fix initialization order for token renewer</li>
<li>Display speeds accurately when uploading - Yoni Jah</li>
<li>Swap to using http://localhost:53682/ as redirect URL - Michael Ledin</li>
<li>Retry on token expired error, reset upload body on retry - Yoni Jah</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>Google Cloud Storage
<ul>
2017-07-22 19:16:46 +02:00
<li>Add ability to specify location and storage class via config and command line - thanks gdm85</li>
2021-02-02 14:42:35 +01:00
<li>Create container if necessary on server-side copy</li>
2017-07-22 19:16:46 +02:00
<li>Increase directory listing chunk to 1000 to increase performance</li>
<li>Obtain a refresh token for GCS - Steven Lu</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>Yandex
<ul>
2017-07-22 19:16:46 +02:00
<li>Fix the name reported in log messages (was empty)</li>
<li>Correct error return for listing empty directory</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>Dropbox
<ul>
2017-07-22 19:16:46 +02:00
<li>Rewritten to use the v2 API
<ul>
2018-09-01 13:58:00 +02:00
<li>Now supports ModTime
<ul>
2017-07-22 19:16:46 +02:00
<li>Can only set by uploading the file again</li>
<li>If you uploaded with an old rclone, rclone may upload everything again</li>
<li>Use <code>--size-only</code> or <code>--checksum</code> to avoid this</li>
2018-09-01 13:58:00 +02:00
</ul></li>
2017-07-22 19:16:46 +02:00
<li>Now supports the Dropbox content hashing scheme</li>
<li>Now supports low level retries</li>
</ul></li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>S3
<ul>
2017-07-22 19:16:46 +02:00
<li>Work around eventual consistency in bucket creation</li>
2021-02-02 14:42:35 +01:00
<li>Create container if necessary on server-side copy</li>
2017-07-22 19:16:46 +02:00
<li>Add us-east-2 (Ohio) and eu-west-2 (London) S3 regions - Zahiar Ahmed</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>Swift, Hubic
<ul>
2017-07-22 19:16:46 +02:00
<li>Fix zero length directory markers showing in the subdirectory listing
<ul>
<li>this caused lots of duplicate transfers</li>
</ul></li>
<li>Fix paged directory listings
<ul>
<li>this caused duplicate directory errors</li>
</ul></li>
2021-02-02 14:42:35 +01:00
<li>Create container if necessary on server-side copy</li>
2017-07-22 19:16:46 +02:00
<li>Increase directory listing chunk to 1000 to increase performance</li>
<li>Make sensible error if the user forgets the container</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>SFTP
<ul>
2017-07-22 19:16:46 +02:00
<li>Add support for using ssh key files</li>
<li>Fix under Windows</li>
<li>Fix ssh agent on Windows</li>
<li>Adapt to latest version of library - Igor Kharin</li>
</ul></li>
2018-09-01 13:58:00 +02:00
</ul>
<h2 id="v1.36---2017-03-18">v1.36 - 2017-03-18</h2>
<ul>
<li>New Features
2017-03-18 12:16:43 +01:00
<ul>
<li>SFTP remote (Jack Schmidt)</li>
<li>Re-implement sync routine to work a directory at a time reducing memory usage</li>
2020-09-02 17:59:04 +02:00
<li>Logging revamped to be more inline with rsync - now much quieter * -v only shows transfers * -vv is for full debug * --syslog to log to syslog on capable platforms</li>
<li>Implement --backup-dir and --suffix</li>
<li>Implement --track-renames (initial implementation by Bjørn Erik Pedersen)</li>
2017-03-18 12:16:43 +01:00
<li>Add time-based bandwidth limits (Lukas Loesche)</li>
<li>rclone cryptcheck: checks integrity of crypt remotes</li>
<li>Allow all config file variables and options to be set from environment variables</li>
2020-09-02 17:59:04 +02:00
<li>Add --buffer-size parameter to control buffer size for copy</li>
<li>Make --delete-after the default</li>
<li>Add --ignore-checksum flag (fixed by Hisham Zarka)</li>
<li>rclone check: Add --download flag to check all the data, not just hashes</li>
<li>rclone cat: add --head, --tail, --offset, --count and --discard</li>
2017-03-18 12:16:43 +01:00
<li>rclone config: when choosing from a list, allow the value to be entered too</li>
<li>rclone config: allow rename and copy of remotes</li>
2020-09-02 17:59:04 +02:00
<li>rclone obscure: for generating encrypted passwords for rclone's config (T.C. Ferguson)</li>
2017-03-18 12:16:43 +01:00
<li>Comply with XDG Base Directory specification (Dario Giovannetti)
<ul>
<li>this moves the default location of the config file in a backwards compatible way</li>
</ul></li>
<li>Release changes
<ul>
<li>Ubuntu snap support (Dedsec1)</li>
<li>Compile with go 1.8</li>
<li>MIPS/Linux big and little endian support</li>
</ul></li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>Bug Fixes
<ul>
2020-09-02 17:59:04 +02:00
<li>Fix copyto copying things to the wrong place if the destination dir didn't exist</li>
2017-03-18 12:16:43 +01:00
<li>Fix parsing of remotes in moveto and copyto</li>
2020-09-02 17:59:04 +02:00
<li>Fix --delete-before deleting files on copy</li>
<li>Fix --files-from with an empty file copying everything</li>
<li>Fix sync: don't update mod times if --dry-run set</li>
2017-03-18 12:16:43 +01:00
<li>Fix MimeType propagation</li>
<li>Fix filters to add ** rules to directory rules</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>Local
<ul>
2020-09-02 17:59:04 +02:00
<li>Implement -L, --copy-links flag to allow rclone to follow symlinks</li>
2017-03-18 12:16:43 +01:00
<li>Open files in write only mode so rclone can write to an rclone mount</li>
<li>Fix unnormalised unicode causing problems reading directories</li>
2020-09-02 17:59:04 +02:00
<li>Fix interaction between -x flag and --max-depth</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>Mount
<ul>
2017-03-18 12:16:43 +01:00
<li>Implement proper directory handling (mkdir, rmdir, renaming)</li>
<li>Make include and exclude filters apply to mount</li>
2020-09-02 17:59:04 +02:00
<li>Implement read and write async buffers - control with --buffer-size</li>
2017-03-18 12:16:43 +01:00
<li>Fix fsync on for directories</li>
<li>Fix retry on network failure when reading off crypt</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>Crypt
<ul>
2020-09-02 17:59:04 +02:00
<li>Add --crypt-show-mapping to show encrypted file mapping</li>
2017-03-18 12:16:43 +01:00
<li>Fix crypt writer getting stuck in a loop
<ul>
2018-09-01 13:58:00 +02:00
<li><strong>IMPORTANT</strong> this bug had the potential to cause data corruption when
<ul>
2017-03-18 12:16:43 +01:00
<li>reading data from a network based remote and</li>
<li>writing to a crypt on Google Drive</li>
2018-09-01 13:58:00 +02:00
</ul></li>
2017-03-18 12:16:43 +01:00
<li>Use the cryptcheck command to validate your data if you are concerned</li>
<li>If syncing two crypt remotes, sync the unencrypted remote</li>
</ul></li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>Amazon Drive
<ul>
2017-03-18 12:16:43 +01:00
<li>Fix panics on Move (rename)</li>
<li>Fix panic on token expiry</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>B2
<ul>
2017-03-18 12:16:43 +01:00
<li>Fix inconsistent listings and rclone check</li>
<li>Fix uploading empty files with go1.8</li>
<li>Constrain memory usage when doing multipart uploads</li>
<li>Fix upload url not being refreshed properly</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>Drive
<ul>
2017-03-18 12:16:43 +01:00
<li>Fix Rmdir on directories with trashed files</li>
2020-09-02 17:59:04 +02:00
<li>Fix "Ignoring unknown object" when downloading</li>
<li>Add --drive-list-chunk</li>
<li>Add --drive-skip-gdocs (Károly Oláh)</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>OneDrive
<ul>
2017-03-18 12:16:43 +01:00
<li>Implement Move</li>
<li>Fix Copy
<ul>
<li>Fix overwrite detection in Copy</li>
<li>Fix waitForJob to parse errors correctly</li>
</ul></li>
<li>Use token renewer to stop auth errors on long uploads</li>
<li>Fix uploading empty files with go1.8</li>
</ul></li>
2018-09-01 13:58:00 +02:00
<li>Google Cloud Storage
<ul>
<li>Fix depth 1 directory listings</li>
</ul></li>
<li>Yandex
<ul>
<li>Fix single level directory listing</li>
</ul></li>
<li>Dropbox
<ul>
<li>Normalise the case for single level directory listings</li>
<li>Fix depth 1 listing</li>
</ul></li>
<li>S3
<ul>
<li>Added ca-central-1 region (Jon Yergatian)</li>
</ul></li>
</ul>
<h2 id="v1.35---2017-01-02">v1.35 - 2017-01-02</h2>
<ul>
<li>New Features
2017-01-02 16:30:34 +01:00
<ul>
<li>moveto and copyto commands for choosing a destination name on copy/move</li>
<li>rmdirs command to recursively delete empty directories</li>
2020-09-02 17:59:04 +02:00
<li>Allow repeated --include/--exclude/--filter options</li>
2017-01-02 16:30:34 +01:00
<li>Only show transfer stats on commands which transfer stuff
<ul>
<li>show stats on any command using the <code>--stats</code> flag</li>
</ul></li>
2021-02-02 14:42:35 +01:00
<li>Allow overlapping directories in move when server-side dir move is supported</li>
2020-09-02 17:59:04 +02:00
<li>Add --stats-unit option - thanks Scott McGillivray</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>Bug Fixes
<ul>
2020-05-27 17:11:47 +02:00
<li>Fix the config file being overwritten when two rclone instances are running</li>
2017-01-02 16:30:34 +01:00
<li>Make rclone lsd obey the filters properly</li>
<li>Fix compilation on mips</li>
2020-09-02 17:59:04 +02:00
<li>Fix not transferring files that don't differ in size</li>
2017-01-02 16:30:34 +01:00
<li>Fix panic on nil retry/fatal error</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>Mount
<ul>
2017-01-02 16:30:34 +01:00
<li>Retry reads on error - should help with reliability a lot</li>
<li>Report the modification times for directories from the remote</li>
2020-09-02 17:59:04 +02:00
<li>Add bandwidth accounting and limiting (fixes --bwlimit)</li>
<li>If --stats provided will show stats and which files are transferring</li>
2017-01-02 16:30:34 +01:00
<li>Support R/W files if truncate is set.</li>
<li>Implement statfs interface so df works</li>
<li>Note that write is now supported on Amazon Drive</li>
<li>Report number of blocks in a file - thanks Stefan Breunig</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>Crypt
<ul>
2017-01-02 16:30:34 +01:00
<li>Prevent the user pointing crypt at itself</li>
<li>Fix failed to authenticate decrypted block errors
<ul>
<li>these will now return the underlying unexpected EOF instead</li>
</ul></li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>Amazon Drive
<ul>
2021-02-02 14:42:35 +01:00
<li>Add support for server-side move and directory move - thanks Stefan Breunig</li>
2017-01-02 16:30:34 +01:00
<li>Fix nil pointer deref on size attribute</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>B2
<ul>
2017-01-02 16:30:34 +01:00
<li>Use new prefix and delimiter parameters in directory listings
<ul>
2020-09-02 17:59:04 +02:00
<li>This makes --max-depth 1 dir listings as used in mount much faster</li>
2017-01-02 16:30:34 +01:00
</ul></li>
<li>Reauth the account while doing uploads too - should help with token expiry</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>Drive
<ul>
2017-01-02 16:30:34 +01:00
<li>Make DirMove more efficient and complain about moving the root</li>
<li>Create destination directory on Move()</li>
</ul></li>
2018-09-01 13:58:00 +02:00
</ul>
<h2 id="v1.34---2016-11-06">v1.34 - 2016-11-06</h2>
<ul>
<li>New Features
2016-11-06 11:17:52 +01:00
<ul>
<li>Stop single file and <code>--files-from</code> operations iterating through the source bucket.</li>
<li>Stop removing failed upload to cloud storage remotes</li>
<li>Make ContentType be preserved for cloud to cloud copies</li>
<li>Add support to toggle bandwidth limits via SIGUSR2 - thanks Marco Paganini</li>
2020-09-02 17:59:04 +02:00
<li><code>rclone check</code> shows count of hashes that couldn't be checked</li>
2016-11-06 11:17:52 +01:00
<li><code>rclone listremotes</code> command</li>
<li>Support linux/arm64 build - thanks Fredrik Fornwall</li>
<li>Remove <code>Authorization:</code> lines from <code>--dump-headers</code> output</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>Bug Fixes
<ul>
2016-11-06 11:17:52 +01:00
<li>Ignore files with control characters in the names</li>
<li>Fix <code>rclone move</code> command
<ul>
<li>Delete src files which already existed in dst</li>
<li>Fix deletion of src file when dst file older</li>
</ul></li>
<li>Fix <code>rclone check</code> on crypted file systems</li>
2020-09-02 17:59:04 +02:00
<li>Make failed uploads not count as "Transferred"</li>
2016-11-06 11:17:52 +01:00
<li>Make sure high level retries show with <code>-q</code></li>
<li>Use a vendor directory with godep for repeatable builds</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li><code>rclone mount</code> - FUSE
<ul>
2016-11-06 11:17:52 +01:00
<li>Implement FUSE mount options
<ul>
<li><code>--no-modtime</code>, <code>--debug-fuse</code>, <code>--read-only</code>, <code>--allow-non-empty</code>, <code>--allow-root</code>, <code>--allow-other</code></li>
<li><code>--default-permissions</code>, <code>--write-back-cache</code>, <code>--max-read-ahead</code>, <code>--umask</code>, <code>--uid</code>, <code>--gid</code></li>
</ul></li>
<li>Add <code>--dir-cache-time</code> to control caching of directory entries</li>
<li>Implement seek for files opened for read (useful for video players)
<ul>
<li>with <code>-no-seek</code> flag to disable</li>
</ul></li>
<li>Fix crash on 32 bit ARM (alignment of 64 bit counter)</li>
2020-09-02 17:59:04 +02:00
<li>...and many more internal fixes and improvements!</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>Crypt
<ul>
2020-09-02 17:59:04 +02:00
<li>Don't show encrypted password in configurator to stop confusion</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>Amazon Drive
<ul>
2016-11-06 11:17:52 +01:00
<li>New wait for upload option <code>--acd-upload-wait-per-gb</code>
<ul>
<li>upload timeouts scale by file size and can be disabled</li>
</ul></li>
<li>Add 502 Bad Gateway to list of errors we retry</li>
<li>Fix overwriting a file with a zero length file</li>
<li>Fix ACD file size warning limit - thanks Felix Bünemann</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>Local
<ul>
2016-11-06 11:17:52 +01:00
<li>Unix: implement <code>-x</code>/<code>--one-file-system</code> to stay on a single file system
<ul>
<li>thanks Durval Menezes and Luiz Carlos Rumbelsperger Viana</li>
</ul></li>
<li>Windows: ignore the symlink bit on files</li>
<li>Windows: Ignore directory based junction points</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>B2
<ul>
2016-11-06 11:17:52 +01:00
<li>Make sure each upload has at least one upload slot - fixes strange upload stats</li>
<li>Fix uploads when using crypt</li>
<li>Fix download of large files (sha1 mismatch)</li>
<li>Return error when we try to create a bucket which someone else owns</li>
<li>Update B2 docs with Data usage, and Crypt section - thanks Tomasz Mazur</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>S3
<ul>
2016-11-06 11:17:52 +01:00
<li>Command line and config file support for
<ul>
<li>Setting/overriding ACL - thanks Radek Senfeld</li>
<li>Setting storage class - thanks Asko Tamm</li>
</ul></li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>Drive
<ul>
2016-11-06 11:17:52 +01:00
<li>Make exponential backoff work exactly as per Google specification</li>
<li>add <code>.epub</code>, <code>.odp</code> and <code>.tsv</code> as export formats.</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>Swift
<ul>
2020-09-02 17:59:04 +02:00
<li>Don't read metadata for directory marker objects</li>
2016-11-06 11:17:52 +01:00
</ul></li>
2018-09-01 13:58:00 +02:00
</ul>
<h2 id="v1.33---2016-08-24">v1.33 - 2016-08-24</h2>
<ul>
<li>New Features
2016-08-24 23:58:24 +02:00
<ul>
<li>Implement encryption
<ul>
<li>data encrypted in NACL secretbox format</li>
<li>with optional file name encryption</li>
</ul></li>
<li>New commands
<ul>
2018-09-01 13:58:00 +02:00
<li>rclone mount - implements FUSE mounting of remotes (EXPERIMENTAL)
<ul>
2016-08-24 23:58:24 +02:00
<li>works on Linux, FreeBSD and OS X (need testers for the last 2!)</li>
2018-09-01 13:58:00 +02:00
</ul></li>
2016-08-24 23:58:24 +02:00
<li>rclone cat - outputs remote file or files to the terminal</li>
<li>rclone genautocomplete - command to make a bash completion script for rclone</li>
</ul></li>
<li>Editing a remote using <code>rclone config</code> now goes through the wizard</li>
<li>Compile with go 1.7 - this fixes rclone on macOS Sierra and on 386 processors</li>
<li>Use cobra for sub commands and docs generation</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>drive
<ul>
2016-08-24 23:58:24 +02:00
<li>Document how to make your own client_id</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>s3
<ul>
2016-08-24 23:58:24 +02:00
<li>User-configurable Amazon S3 ACL (thanks Radek Šenfeld)</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>b2
<ul>
2016-08-24 23:58:24 +02:00
<li>Fix stats accounting for upload - no more jumping to 100% done</li>
<li>On cleanup delete hide marker if it is the current file</li>
<li>New B2 API endpoint (thanks Per Cederberg)</li>
<li>Set maximum backoff to 5 Minutes</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>onedrive
<ul>
2021-02-02 14:42:35 +01:00
<li>Fix URL escaping in file names - e.g. uploading files with <code>+</code> in them.</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>amazon cloud drive
<ul>
2016-08-24 23:58:24 +02:00
<li>Fix token expiry during large uploads</li>
<li>Work around 408 REQUEST_TIMEOUT and 504 GATEWAY_TIMEOUT errors</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>local
<ul>
2016-08-24 23:58:24 +02:00
<li>Fix filenames with invalid UTF-8 not being uploaded</li>
<li>Fix problem with some UTF-8 characters on OS X</li>
</ul></li>
2018-09-01 13:58:00 +02:00
</ul>
<h2 id="v1.32---2016-07-13">v1.32 - 2016-07-13</h2>
<ul>
<li>Backblaze B2
2016-07-13 18:32:39 +02:00
<ul>
<li>Fix upload of files large files not in root</li>
</ul></li>
2018-09-01 13:58:00 +02:00
</ul>
<h2 id="v1.31---2016-07-13">v1.31 - 2016-07-13</h2>
<ul>
<li>New Features
2016-07-13 13:26:22 +02:00
<ul>
<li>Reduce memory on sync by about 50%</li>
2020-09-02 17:59:04 +02:00
<li>Implement --no-traverse flag to stop copy traversing the destination remote.
2016-07-13 13:26:22 +02:00
<ul>
<li>This can be used to reduce memory usage down to the smallest possible.</li>
<li>Useful to copy a small number of files into a large destination folder.</li>
</ul></li>
<li>Implement cleanup command for emptying trash / removing old versions of files
<ul>
<li>Currently B2 only</li>
</ul></li>
<li>Single file handling improved
<ul>
2020-09-02 17:59:04 +02:00
<li>Now copied with --files-from</li>
<li>Automatically sets --no-traverse when copying a single file</li>
2016-07-13 13:26:22 +02:00
</ul></li>
<li>Info on using installing with ansible - thanks Stefan Weichinger</li>
2020-09-02 17:59:04 +02:00
<li>Implement --no-update-modtime flag to stop rclone fixing the remote modified times.</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>Bug Fixes
<ul>
2016-07-13 13:26:22 +02:00
<li>Fix move command - stop it running for overlapping Fses - this was causing data loss.</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>Local
<ul>
2016-07-13 13:26:22 +02:00
<li>Fix incomplete hashes - this was causing problems for B2.</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>Amazon Drive
<ul>
2016-07-13 13:26:22 +02:00
<li>Rename Amazon Cloud Drive to Amazon Drive - no changes to config file needed.</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>Swift
<ul>
2016-07-13 13:26:22 +02:00
<li>Add support for non-default project domain - thanks Antonio Messina.</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>S3
<ul>
2016-07-13 13:26:22 +02:00
<li>Add instructions on how to use rclone with minio.</li>
<li>Add ap-northeast-2 (Seoul) and ap-south-1 (Mumbai) regions.</li>
2020-09-02 17:59:04 +02:00
<li>Skip setting the modified time for objects &gt; 5GB as it isn't possible.</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>Backblaze B2
<ul>
2020-09-02 17:59:04 +02:00
<li>Add --b2-versions flag so old versions can be listed and retrieved.</li>
2021-02-02 14:42:35 +01:00
<li>Treat 403 errors (e.g. cap exceeded) as fatal.</li>
2016-07-13 13:26:22 +02:00
<li>Implement cleanup command for deleting old file versions.</li>
<li>Make error handling compliant with B2 integrations notes.</li>
<li>Fix handling of token expiry.</li>
2020-09-02 17:59:04 +02:00
<li>Implement --b2-test-mode to set <code>X-Bz-Test-Mode</code> header.</li>
2016-07-13 13:26:22 +02:00
<li>Set cutoff for chunked upload to 200MB as per B2 guidelines.</li>
<li>Make upload multi-threaded.</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>Dropbox
<ul>
2020-09-02 17:59:04 +02:00
<li>Don't retry 461 errors.</li>
2016-07-13 13:26:22 +02:00
</ul></li>
2018-09-01 13:58:00 +02:00
</ul>
<h2 id="v1.30---2016-06-18">v1.30 - 2016-06-18</h2>
<ul>
<li>New Features
2016-06-18 17:29:53 +02:00
<ul>
<li>Directory listing code reworked for more features and better error reporting (thanks to Klaus Post for help). This enables
<ul>
<li>Directory include filtering for efficiency</li>
2020-09-02 17:59:04 +02:00
<li>--max-depth parameter</li>
2016-06-18 17:29:53 +02:00
<li>Better error reporting</li>
<li>More to come</li>
</ul></li>
<li>Retry more errors</li>
2020-09-02 17:59:04 +02:00
<li>Add --ignore-size flag - for uploading images to onedrive</li>
2016-06-18 17:29:53 +02:00
<li>Log -v output to stdout by default</li>
<li>Display the transfer stats in more human readable form</li>
<li>Make 0 size files specifiable with <code>--max-size 0b</code></li>
2021-02-02 14:42:35 +01:00
<li>Add <code>b</code> suffix so we can specify bytes in --bwlimit, --min-size, etc.</li>
2020-09-02 17:59:04 +02:00
<li>Use "password:" instead of "password&gt;" prompt - thanks Klaus Post and Leigh Klotz</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>Bug Fixes
<ul>
2016-06-18 17:29:53 +02:00
<li>Fix retry doing one too many retries</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>Local
<ul>
2016-06-18 17:29:53 +02:00
<li>Fix problems with OS X and UTF-8 characters</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>Amazon Drive
<ul>
2016-06-18 17:29:53 +02:00
<li>Check a file exists before uploading to help with 408 Conflict errors</li>
<li>Reauth on 401 errors - this has been causing a lot of problems</li>
<li>Work around spurious 403 errors</li>
<li>Restart directory listings on error</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>Google Drive
<ul>
2016-06-18 17:29:53 +02:00
<li>Check a file exists before uploading to help with duplicates</li>
<li>Fix retry of multipart uploads</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>Backblaze B2
<ul>
2016-06-18 17:29:53 +02:00
<li>Implement large file uploading</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>S3
<ul>
2016-06-18 17:29:53 +02:00
<li>Add AES256 server-side encryption for - thanks Justin R. Wilson</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>Google Cloud Storage
<ul>
2020-09-02 17:59:04 +02:00
<li>Make sure we don't use conflicting content types on upload</li>
2016-06-18 17:29:53 +02:00
<li>Add service account support - thanks Michal Witkowski</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>Swift
<ul>
2016-06-18 17:29:53 +02:00
<li>Add auth version parameter</li>
<li>Add domain option for openstack (v3 auth) - thanks Fabian Ruff</li>
</ul></li>
2018-09-01 13:58:00 +02:00
</ul>
<h2 id="v1.29---2016-04-18">v1.29 - 2016-04-18</h2>
<ul>
<li>New Features
2016-04-18 19:30:29 +02:00
<ul>
<li>Implement <code>-I, --ignore-times</code> for unconditional upload</li>
<li>Improve <code>dedupe</code>command
<ul>
<li>Now removes identical copies without asking</li>
<li>Now obeys <code>--dry-run</code></li>
2018-09-01 13:58:00 +02:00
<li>Implement <code>--dedupe-mode</code> for non interactive running
<ul>
2016-04-18 19:30:29 +02:00
<li><code>--dedupe-mode interactive</code> - interactive the default.</li>
<li><code>--dedupe-mode skip</code> - removes identical files then skips anything left.</li>
<li><code>--dedupe-mode first</code> - removes identical files then keeps the first one.</li>
<li><code>--dedupe-mode newest</code> - removes identical files then keeps the newest one.</li>
<li><code>--dedupe-mode oldest</code> - removes identical files then keeps the oldest one.</li>
<li><code>--dedupe-mode rename</code> - removes identical files then renames the rest to be different.</li>
</ul></li>
2018-09-01 13:58:00 +02:00
</ul></li>
</ul></li>
<li>Bug fixes
<ul>
2016-04-18 19:30:29 +02:00
<li>Make rclone check obey the <code>--size-only</code> flag.</li>
2020-09-02 17:59:04 +02:00
<li>Use "application/octet-stream" if discovered mime type is invalid.</li>
<li>Fix missing "quit" option when there are no remotes.</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>Google Drive
<ul>
2016-04-18 19:30:29 +02:00
<li>Increase default chunk size to 8 MB - increases upload speed of big files</li>
<li>Speed up directory listings and make more reliable</li>
<li>Add missing retries for Move and DirMove - increases reliability</li>
<li>Preserve mime type on file update</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>Backblaze B2
<ul>
2016-04-18 19:30:29 +02:00
<li>Enable mod time syncing
<ul>
<li>This means that B2 will now check modification times</li>
<li>It will upload new files to update the modification times</li>
2020-09-02 17:59:04 +02:00
<li>(there isn't an API to just set the mod time.)</li>
2016-04-18 19:30:29 +02:00
<li>If you want the old behaviour use <code>--size-only</code>.</li>
</ul></li>
<li>Update API to new version</li>
<li>Fix parsing of mod time when not in metadata</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>Swift/Hubic
<ul>
2020-09-02 17:59:04 +02:00
<li>Don't return an MD5SUM for static large objects</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>S3
<ul>
2016-04-18 19:30:29 +02:00
<li>Fix uploading files bigger than 50GB</li>
</ul></li>
2018-09-01 13:58:00 +02:00
</ul>
<h2 id="v1.28---2016-03-01">v1.28 - 2016-03-01</h2>
<ul>
<li>New Features
<ul>
<li>Configuration file encryption - thanks Klaus Post</li>
<li>Improve <code>rclone config</code> adding more help and making it easier to understand</li>
<li>Implement <code>-u</code>/<code>--update</code> so creation times can be used on all remotes</li>
<li>Implement <code>--low-level-retries</code> flag</li>
<li>Optionally disable gzip compression on downloads with <code>--no-gzip-encoding</code></li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>Bug fixes
<ul>
2020-09-02 17:59:04 +02:00
<li>Don't make directories if <code>--dry-run</code> set</li>
<li>Fix and document the <code>move</code> command</li>
<li>Fix redirecting stderr on unix-like OSes when using <code>--log-file</code></li>
<li>Fix <code>delete</code> command to wait until all finished - fixes missing deletes.</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>Backblaze B2
<ul>
<li>Use one upload URL per go routine fixes <code>more than one upload using auth token</code></li>
<li>Add pacing, retries and reauthentication - fixes token expiry problems</li>
<li>Upload without using a temporary file from local (and remotes which support SHA1)</li>
2020-09-02 17:59:04 +02:00
<li>Fix reading metadata for all files when it shouldn't have been</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>Drive
<ul>
<li>Fix listing drive documents at root</li>
<li>Disable copy and move for Google docs</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>Swift
<ul>
<li>Fix uploading of chunked files with non ASCII characters</li>
<li>Allow setting of <code>storage_url</code> in the config - thanks Xavier Lucas</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>S3
<ul>
<li>Allow IAM role and credentials from environment variables - thanks Brian Stengaard</li>
<li>Allow low privilege users to use S3 (check if directory exists during Mkdir) - thanks Jakub Gedeon</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>Amazon Drive
<ul>
<li>Retry on more things to make directory listings more reliable</li>
</ul></li>
2018-09-01 13:58:00 +02:00
</ul>
<h2 id="v1.27---2016-01-31">v1.27 - 2016-01-31</h2>
<ul>
<li>New Features
2016-01-31 18:50:13 +01:00
<ul>
<li>Easier headless configuration with <code>rclone authorize</code></li>
<li>Add support for multiple hash types - we now check SHA1 as well as MD5 hashes.</li>
<li><code>delete</code> command which does obey the filters (unlike <code>purge</code>)</li>
<li><code>dedupe</code> command to deduplicate a remote. Useful with Google Drive.</li>
<li>Add <code>--ignore-existing</code> flag to skip all files that exist on destination.</li>
<li>Add <code>--delete-before</code>, <code>--delete-during</code>, <code>--delete-after</code> flags.</li>
<li>Add <code>--memprofile</code> flag to debug memory use.</li>
<li>Warn the user about files with same name but different case</li>
2020-05-27 17:11:47 +02:00
<li>Make <code>--include</code> rules add their implicit exclude * at the end of the filter list</li>
2016-01-31 18:50:13 +01:00
<li>Deprecate compiling with go1.3</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>Amazon Drive
<ul>
2016-01-31 18:50:13 +01:00
<li>Fix download of files &gt; 10 GB</li>
2020-09-02 17:59:04 +02:00
<li>Fix directory traversal ("Next token is expired") for large directory listings</li>
2016-01-31 18:50:13 +01:00
<li>Remove 409 conflict from error codes we will retry - stops very long pauses</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>Backblaze B2
<ul>
2016-01-31 18:50:13 +01:00
<li>SHA1 hashes now checked by rclone core</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>Drive
<ul>
2016-01-31 18:50:13 +01:00
<li>Add <code>--drive-auth-owner-only</code> to only consider files owned by the user - thanks Björn Harrtell</li>
<li>Export Google documents</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>Dropbox
<ul>
2016-01-31 18:50:13 +01:00
<li>Make file exclusion error controllable with -q</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>Swift
<ul>
2016-01-31 18:50:13 +01:00
<li>Fix upload from unprivileged user.</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>S3
<ul>
2016-01-31 18:50:13 +01:00
<li>Fix updating of mod times of files with <code>+</code> in.</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>Local
<ul>
2016-01-31 18:50:13 +01:00
<li>Add local file system option to disable UNC on Windows.</li>
</ul></li>
2018-09-01 13:58:00 +02:00
</ul>
<h2 id="v1.26---2016-01-02">v1.26 - 2016-01-02</h2>
<ul>
<li>New Features
2016-01-31 17:33:20 +01:00
<ul>
2020-09-02 17:59:04 +02:00
<li>Yandex storage backend - thank you Dmitry Burdeev ("dibu")</li>
2016-01-31 17:33:20 +01:00
<li>Implement Backblaze B2 storage backend</li>
2020-09-02 17:59:04 +02:00
<li>Add --min-age and --max-age flags - thank you Adriano Aurélio Meirelles</li>
2016-01-31 17:33:20 +01:00
<li>Make ls/lsl/md5sum/size/check obey includes and excludes</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>Fixes
<ul>
2016-01-31 17:33:20 +01:00
<li>Fix crash in http logging</li>
<li>Upload releases to github too</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>Swift
<ul>
2016-01-31 17:33:20 +01:00
<li>Fix sync for chunked files</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>OneDrive
<ul>
2021-02-02 14:42:35 +01:00
<li>Re-enable server-side copy</li>
2020-09-02 17:59:04 +02:00
<li>Don't mask HTTP error codes with JSON decode error</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>S3
<ul>
2016-01-31 17:33:20 +01:00
<li>Fix corrupting Content-Type on mod time update (thanks Joseph Spurrier)</li>
</ul></li>
2018-09-01 13:58:00 +02:00
</ul>
<h2 id="v1.25---2015-11-14">v1.25 - 2015-11-14</h2>
<ul>
<li>New features
2016-01-31 17:33:20 +01:00
<ul>
<li>Implement Hubic storage system</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>Fixes
<ul>
2020-09-02 17:59:04 +02:00
<li>Fix deletion of some excluded files without --delete-excluded
2016-01-31 17:33:20 +01:00
<ul>
<li>This could have deleted files unexpectedly on sync</li>
<li>Always check first with <code>--dry-run</code>!</li>
</ul></li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>Swift
<ul>
2021-02-02 14:42:35 +01:00
<li>Stop SetModTime losing metadata (e.g. X-Object-Manifest)
2016-01-31 17:33:20 +01:00
<ul>
<li>This could have caused data loss for files &gt; 5GB in size</li>
</ul></li>
<li>Use ContentType from Object to avoid lookups in listings</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>OneDrive
<ul>
2021-02-02 14:42:35 +01:00
<li>disable server-side copy as it seems to be broken at Microsoft</li>
2016-01-31 17:33:20 +01:00
</ul></li>
2018-09-01 13:58:00 +02:00
</ul>
<h2 id="v1.24---2015-11-07">v1.24 - 2015-11-07</h2>
<ul>
<li>New features
2016-01-31 17:33:20 +01:00
<ul>
<li>Add support for Microsoft OneDrive</li>
2016-01-31 17:33:20 +01:00
<li>Add <code>--no-check-certificate</code> option to disable server certificate verification</li>
<li>Add async readahead buffer for faster transfer of big files</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>Fixes
<ul>
2016-01-31 17:33:20 +01:00
<li>Allow spaces in remotes and check remote names for validity at creation time</li>
2020-09-02 17:59:04 +02:00
<li>Allow '&amp;' and disallow ':' in Windows filenames.</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>Swift
<ul>
2016-01-31 17:33:20 +01:00
<li>Ignore directory marker objects where appropriate - allows working with Hubic</li>
2020-09-02 17:59:04 +02:00
<li>Don't delete the container if fs wasn't at root</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>S3
<ul>
2020-09-02 17:59:04 +02:00
<li>Don't delete the bucket if fs wasn't at root</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>Google Cloud Storage
<ul>
2020-09-02 17:59:04 +02:00
<li>Don't delete the bucket if fs wasn't at root</li>
2016-01-31 17:33:20 +01:00
</ul></li>
2018-09-01 13:58:00 +02:00
</ul>
<h2 id="v1.23---2015-10-03">v1.23 - 2015-10-03</h2>
<ul>
<li>New features
2016-01-31 17:33:20 +01:00
<ul>
<li>Implement <code>rclone size</code> for measuring remotes</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>Fixes
<ul>
2016-01-31 17:33:20 +01:00
<li>Fix headless config for drive and gcs</li>
<li>Tell the user they should try again if the webserver method failed</li>
<li>Improve output of <code>--dump-headers</code></li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>S3
<ul>
2016-01-31 17:33:20 +01:00
<li>Allow anonymous access to public buckets</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>Swift
<ul>
2020-09-02 17:59:04 +02:00
<li>Stop chunked operations logging "Failed to read info: Object Not Found"</li>
2016-01-31 17:33:20 +01:00
<li>Use Content-Length on uploads for extra reliability</li>
</ul></li>
2018-09-01 13:58:00 +02:00
</ul>
<h2 id="v1.22---2015-09-28">v1.22 - 2015-09-28</h2>
2016-01-31 17:33:20 +01:00
<ul>
<li>Implement rsync like include and exclude flags</li>
2018-09-01 13:58:00 +02:00
<li>swift
<ul>
2016-01-31 17:33:20 +01:00
<li>Support files &gt; 5GB - thanks Sergey Tolmachev</li>
</ul></li>
2018-09-01 13:58:00 +02:00
</ul>
<h2 id="v1.21---2015-09-22">v1.21 - 2015-09-22</h2>
<ul>
<li>New features
2016-01-31 17:33:20 +01:00
<ul>
<li>Display individual transfer progress</li>
<li>Make lsl output times in localtime</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>Fixes
<ul>
2016-01-31 17:33:20 +01:00
<li>Fix allowing user to override credentials again in Drive, GCS and ACD</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>Amazon Drive
<ul>
2016-01-31 17:33:20 +01:00
<li>Implement compliant pacing scheme</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>Google Drive
<ul>
2016-01-31 17:33:20 +01:00
<li>Make directory reads concurrent for increased speed.</li>
</ul></li>
2018-09-01 13:58:00 +02:00
</ul>
<h2 id="v1.20---2015-09-15">v1.20 - 2015-09-15</h2>
<ul>
<li>New features
2016-01-31 17:33:20 +01:00
<ul>
<li>Amazon Drive support</li>
2016-01-31 17:33:20 +01:00
<li>Oauth support redone - fix many bugs and improve usability
<ul>
2020-09-02 17:59:04 +02:00
<li>Use "golang.org/x/oauth2" as oauth library of choice</li>
2016-01-31 17:33:20 +01:00
<li>Improve oauth usability for smoother initial signup</li>
<li>drive, googlecloudstorage: optionally use auto config for the oauth token</li>
</ul></li>
2020-09-02 17:59:04 +02:00
<li>Implement --dump-headers and --dump-bodies debug flags</li>
2016-01-31 17:33:20 +01:00
<li>Show multiple matched commands if abbreviation too short</li>
2021-02-02 14:42:35 +01:00
<li>Implement server-side move where possible</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>local
<ul>
2016-01-31 17:33:20 +01:00
<li>Always use UNC paths internally on Windows - fixes a lot of bugs</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>dropbox
<ul>
2016-01-31 17:33:20 +01:00
<li>force use of our custom transport which makes timeouts work</li>
</ul></li>
2018-09-01 13:58:00 +02:00
<li>Thanks to Klaus Post for lots of help with this release</li>
</ul>
<h2 id="v1.19---2015-08-28">v1.19 - 2015-08-28</h2>
<ul>
<li>New features
2016-01-31 17:33:20 +01:00
<ul>
<li>Server side copies for s3/swift/drive/dropbox/gcs</li>
2021-02-02 14:42:35 +01:00
<li>Move command - uses server-side copies if it can</li>
2020-09-02 17:59:04 +02:00
<li>Implement --retries flag - tries 3 times by default</li>
2016-01-31 17:33:20 +01:00
<li>Build for plan9/amd64 and solaris/amd64 too</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>Fixes
<ul>
2016-01-31 17:33:20 +01:00
<li>Make a current version download with a fixed URL for scripting</li>
<li>Ignore rmdir in limited fs rather than throwing error</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>dropbox
<ul>
2016-01-31 17:33:20 +01:00
<li>Increase chunk size to improve upload speeds massively</li>
<li>Issue an error message when trying to upload bad file name</li>
</ul></li>
2018-09-01 13:58:00 +02:00
</ul>
<h2 id="v1.18---2015-08-17">v1.18 - 2015-08-17</h2>
<ul>
<li>drive
2016-01-31 17:33:20 +01:00
<ul>
<li>Add <code>--drive-use-trash</code> flag so rclone trashes instead of deletes</li>
2020-09-02 17:59:04 +02:00
<li>Add "Forbidden to download" message for files with no downloadURL</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>dropbox
<ul>
2016-01-31 17:33:20 +01:00
<li>Remove datastore
<ul>
<li>This was deprecated and it caused a lot of problems</li>
<li>Modification times and MD5SUMs no longer stored</li>
</ul></li>
<li>Fix uploading files &gt; 2GB</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>s3
<ul>
2016-01-31 17:33:20 +01:00
<li>use official AWS SDK from github.com/aws/aws-sdk-go</li>
<li><strong>NB</strong> will most likely require you to delete and recreate remote</li>
<li>enable multipart upload which enables files &gt; 5GB</li>
<li>tested with Ceph / RadosGW / S3 emulation</li>
<li>many thanks to Sam Liston and Brian Haymore at the <a href="https://www.chpc.utah.edu/">Utah Center for High Performance Computing</a> for a Ceph test account</li>
2018-09-01 13:58:00 +02:00
</ul></li>
<li>misc
<ul>
2016-01-31 17:33:20 +01:00
<li>Show errors when reading the config file</li>
<li>Do not print stats in quiet mode - thanks Leonid Shalupov</li>
<li>Add FAQ</li>
<li>Fix created directories not obeying umask</li>
<li>Linux installation instructions - thanks Shimon Doodkin</li>
</ul></li>
2018-09-01 13:58:00 +02:00
</ul>
<h2 id="v1.17---2015-06-14">v1.17 - 2015-06-14</h2>
2016-01-31 17:33:20 +01:00
<ul>
<li>dropbox: fix case insensitivity issues - thanks Leonid Shalupov</li>
2018-09-01 13:58:00 +02:00
</ul>
<h2 id="v1.16---2015-06-09">v1.16 - 2015-06-09</h2>
2016-01-31 17:33:20 +01:00
<ul>
<li>Fix uploading big files which was causing timeouts or panics</li>
2020-09-02 17:59:04 +02:00
<li>Don't check md5sum after download with --size-only</li>
2018-09-01 13:58:00 +02:00
</ul>
<h2 id="v1.15---2015-06-06">v1.15 - 2015-06-06</h2>
2016-01-31 17:33:20 +01:00
<ul>
2020-09-02 17:59:04 +02:00
<li>Add --checksum flag to only discard transfers by MD5SUM - thanks Alex Couper</li>
<li>Implement --size-only flag to sync on size not checksum &amp; modtime</li>
2016-01-31 17:33:20 +01:00
<li>Expand docs and remove duplicated information</li>
2020-09-02 17:59:04 +02:00
<li>Document rclone's limitations with directories</li>
2016-01-31 17:33:20 +01:00
<li>dropbox: update docs about case insensitivity</li>
2018-09-01 13:58:00 +02:00
</ul>
<h2 id="v1.14---2015-05-21">v1.14 - 2015-05-21</h2>
2016-01-31 17:33:20 +01:00
<ul>
<li>local: fix encoding of non utf-8 file names - fixes a duplicate file problem</li>
<li>drive: docs about rate limiting</li>
2020-09-02 17:59:04 +02:00
<li>google cloud storage: Fix compile after API change in "google.golang.org/api/storage/v1"</li>
2018-09-01 13:58:00 +02:00
</ul>
<h2 id="v1.13---2015-05-10">v1.13 - 2015-05-10</h2>
2016-01-31 17:33:20 +01:00
<ul>
<li>Revise documentation (especially sync)</li>
2020-09-02 17:59:04 +02:00
<li>Implement --timeout and --conntimeout</li>
<li>s3: ignore etags from multipart uploads which aren't md5sums</li>
2018-09-01 13:58:00 +02:00
</ul>
<h2 id="v1.12---2015-03-15">v1.12 - 2015-03-15</h2>
2016-01-31 17:33:20 +01:00
<ul>
<li>drive: Use chunked upload for files above a certain size</li>
2020-09-02 17:59:04 +02:00
<li>drive: add --drive-chunk-size and --drive-upload-cutoff parameters</li>
2016-01-31 17:33:20 +01:00
<li>drive: switch to insert from update when a failed copy deletes the upload</li>
<li>core: Log duplicate files if they are detected</li>
2018-09-01 13:58:00 +02:00
</ul>
<h2 id="v1.11---2015-03-04">v1.11 - 2015-03-04</h2>
2016-01-31 17:33:20 +01:00
<ul>
<li>swift: add region parameter</li>
<li>drive: fix crash on failed to update remote mtime</li>
<li>In remote paths, change native directory separators to /</li>
<li>Add synchronization to ls/lsl/lsd output to stop corruptions</li>
<li>Ensure all stats/log messages to go stderr</li>
2020-09-02 17:59:04 +02:00
<li>Add --log-file flag to log everything (including panics) to file</li>
<li>Make it possible to disable stats printing with --stats=0</li>
<li>Implement --bwlimit to limit data transfer bandwidth</li>
2018-09-01 13:58:00 +02:00
</ul>
<h2 id="v1.10---2015-02-12">v1.10 - 2015-02-12</h2>
2016-01-31 17:33:20 +01:00
<ul>
<li>s3: list an unlimited number of items</li>
<li>Fix getting stuck in the configurator</li>
2018-09-01 13:58:00 +02:00
</ul>
<h2 id="v1.09---2015-02-07">v1.09 - 2015-02-07</h2>
2016-01-31 17:33:20 +01:00
<ul>
2021-02-02 14:42:35 +01:00
<li>windows: Stop drive letters (e.g. C:) getting mixed up with remotes (e.g. drive:)</li>
2016-01-31 17:33:20 +01:00
<li>local: Fix directory separators on Windows</li>
<li>drive: fix rate limit exceeded errors</li>
2018-09-01 13:58:00 +02:00
</ul>
<h2 id="v1.08---2015-02-04">v1.08 - 2015-02-04</h2>
2016-01-31 17:33:20 +01:00
<ul>
<li>drive: fix subdirectory listing to not list entire drive</li>
<li>drive: Fix SetModTime</li>
<li>dropbox: adapt code to recent library changes</li>
2018-09-01 13:58:00 +02:00
</ul>
<h2 id="v1.07---2014-12-23">v1.07 - 2014-12-23</h2>
2016-01-31 17:33:20 +01:00
<ul>
<li>google cloud storage: fix memory leak</li>
2018-09-01 13:58:00 +02:00
</ul>
<h2 id="v1.06---2014-12-12">v1.06 - 2014-12-12</h2>
2016-01-31 17:33:20 +01:00
<ul>
2020-09-02 17:59:04 +02:00
<li>Fix "Couldn't find home directory" on OSX</li>
2016-01-31 17:33:20 +01:00
<li>swift: Add tenant parameter</li>
<li>Use new location of Google API packages</li>
2018-09-01 13:58:00 +02:00
</ul>
<h2 id="v1.05---2014-08-09">v1.05 - 2014-08-09</h2>
2016-01-31 17:33:20 +01:00
<ul>
<li>Improved tests and consequently lots of minor fixes</li>
<li>core: Fix race detected by go race detector</li>
<li>core: Fixes after running errcheck</li>
<li>drive: reset root directory on Rmdir and Purge</li>
<li>fs: Document that Purger returns error on empty directory, test and fix</li>
<li>google cloud storage: fix ListDir on subdirectory</li>
<li>google cloud storage: re-read metadata in SetModTime</li>
<li>s3: make reading metadata more reliable to work around eventual consistency problems</li>
<li>s3: strip trailing / from ListDir()</li>
<li>swift: return directories without / in ListDir</li>
2018-09-01 13:58:00 +02:00
</ul>
<h2 id="v1.04---2014-07-21">v1.04 - 2014-07-21</h2>
2016-01-31 17:33:20 +01:00
<ul>
<li>google cloud storage: Fix crash on Update</li>
2018-09-01 13:58:00 +02:00
</ul>
<h2 id="v1.03---2014-07-20">v1.03 - 2014-07-20</h2>
2016-01-31 17:33:20 +01:00
<ul>
<li>swift, s3, dropbox: fix updated files being marked as corrupted</li>
<li>Make compile with go 1.1 again</li>
2018-09-01 13:58:00 +02:00
</ul>
<h2 id="v1.02---2014-07-19">v1.02 - 2014-07-19</h2>
2016-01-31 17:33:20 +01:00
<ul>
<li>Implement Dropbox remote</li>
<li>Implement Google Cloud Storage remote</li>
<li>Verify Md5sums and Sizes after copies</li>
2020-09-02 17:59:04 +02:00
<li>Remove times from "ls" command - lists sizes only</li>
<li>Add add "lsl" - lists times and sizes</li>
<li>Add "md5sum" command</li>
2018-09-01 13:58:00 +02:00
</ul>
<h2 id="v1.01---2014-07-04">v1.01 - 2014-07-04</h2>
2016-01-31 17:33:20 +01:00
<ul>
<li>drive: fix transfer of big files using up lots of memory</li>
2018-09-01 13:58:00 +02:00
</ul>
<h2 id="v1.00---2014-07-03">v1.00 - 2014-07-03</h2>
2016-01-31 17:33:20 +01:00
<ul>
<li>drive: fix whole second dates</li>
2018-09-01 13:58:00 +02:00
</ul>
<h2 id="v0.99---2014-06-26">v0.99 - 2014-06-26</h2>
2016-01-31 17:33:20 +01:00
<ul>
2020-09-02 17:59:04 +02:00
<li>Fix --dry-run not working</li>
2016-01-31 17:33:20 +01:00
<li>Make compatible with go 1.1</li>
2018-09-01 13:58:00 +02:00
</ul>
<h2 id="v0.98---2014-05-30">v0.98 - 2014-05-30</h2>
2016-01-31 17:33:20 +01:00
<ul>
<li>s3: Treat missing Content-Length as 0 for some ceph installations</li>
<li>rclonetest: add file with a space in</li>
2018-09-01 13:58:00 +02:00
</ul>
<h2 id="v0.97---2014-05-05">v0.97 - 2014-05-05</h2>
2016-01-31 17:33:20 +01:00
<ul>
<li>Implement copying of single files</li>
<li>s3 &amp; swift: support paths inside containers/buckets</li>
2018-09-01 13:58:00 +02:00
</ul>
<h2 id="v0.96---2014-04-24">v0.96 - 2014-04-24</h2>
2016-01-31 17:33:20 +01:00
<ul>
<li>drive: Fix multiple files of same name being created</li>
<li>drive: Use o.Update and fs.Put to optimise transfers</li>
2020-09-02 17:59:04 +02:00
<li>Add version number, -V and --version</li>
2018-09-01 13:58:00 +02:00
</ul>
<h2 id="v0.95---2014-03-28">v0.95 - 2014-03-28</h2>
2016-01-31 17:33:20 +01:00
<ul>
<li>rclone.org: website, docs and graphics</li>
<li>drive: fix path parsing</li>
2018-09-01 13:58:00 +02:00
</ul>
<h2 id="v0.94---2014-03-27">v0.94 - 2014-03-27</h2>
2016-01-31 17:33:20 +01:00
<ul>
<li>Change remote format one last time</li>
<li>GNU style flags</li>
2018-09-01 13:58:00 +02:00
</ul>
<h2 id="v0.93---2014-03-16">v0.93 - 2014-03-16</h2>
2016-01-31 17:33:20 +01:00
<ul>
<li>drive: store token in config file</li>
<li>cross compile other versions</li>
<li>set strict permissions on config file</li>
2018-09-01 13:58:00 +02:00
</ul>
<h2 id="v0.92---2014-03-15">v0.92 - 2014-03-15</h2>
2016-01-31 17:33:20 +01:00
<ul>
2020-09-02 17:59:04 +02:00
<li>Config fixes and --config option</li>
2018-09-01 13:58:00 +02:00
</ul>
<h2 id="v0.91---2014-03-15">v0.91 - 2014-03-15</h2>
2016-01-31 17:33:20 +01:00
<ul>
<li>Make config file</li>
2018-09-01 13:58:00 +02:00
</ul>
<h2 id="v0.90---2013-06-27">v0.90 - 2013-06-27</h2>
2016-01-31 17:33:20 +01:00
<ul>
<li>Project named rclone</li>
2018-09-01 13:58:00 +02:00
</ul>
<h2 id="v0.00---2012-11-18">v0.00 - 2012-11-18</h2>
2016-01-31 17:33:20 +01:00
<ul>
<li>Project started</li>
</ul>
2019-08-26 16:25:20 +02:00
<h1 id="bugs-and-limitations">Bugs and Limitations</h1>
2021-02-02 14:42:35 +01:00
<h2 id="limitations-31">Limitations</h2>
2020-09-02 17:59:04 +02:00
<h3 id="directory-timestamps-arent-preserved">Directory timestamps aren't preserved</h3>
<p>Rclone doesn't currently preserve the timestamps of directories. This is because rclone only really considers objects when syncing.</p>
<h3 id="rclone-struggles-with-millions-of-files-in-a-directorybucket">Rclone struggles with millions of files in a directory/bucket</h3>
<p>Currently rclone loads each directory/bucket entirely into memory before using it. Since each rclone object takes 0.5k-1k of memory this can take a very long time and use a large amount of memory.</p>
<p>Millions of files in a directory tends to occur on bucket-based remotes (e.g. S3 buckets) since those remotes do not segregate subdirectories within the bucket.</p>
2019-08-26 16:25:20 +02:00
<h3 id="bucket-based-remotes-and-folders">Bucket based remotes and folders</h3>
2020-09-02 17:59:04 +02:00
<p>Bucket based remotes (e.g. S3/GCS/Swift/B2) do not have a concept of directories. Rclone therefore cannot create directories in them which means that empty directories on a bucket based remote will tend to disappear.</p>
<p>Some software creates empty keys ending in <code>/</code> as directory markers. Rclone doesn't do this as it potentially creates more objects and costs more. This ability may be added in the future (probably via a flag/option).</p>
2019-08-26 16:25:20 +02:00
<h2 id="bugs">Bugs</h2>
2020-09-02 17:59:04 +02:00
<p>Bugs are stored in rclone's GitHub project:</p>
2019-08-26 16:25:20 +02:00
<ul>
<li><a href="https://github.com/rclone/rclone/issues?q=is%3Aopen+is%3Aissue+label%3Abug">Reported bugs</a></li>
<li><a href="https://github.com/rclone/rclone/issues?q=is%3Aopen+is%3Aissue+milestone%3A%22Known+Problem%22">Known issues</a></li>
</ul>
2016-01-31 17:33:20 +01:00
<h2 id="frequently-asked-questions">Frequently Asked Questions</h2>
<h3 id="do-all-cloud-storage-systems-support-all-rclone-commands">Do all cloud storage systems support all rclone commands</h3>
2021-02-02 14:42:35 +01:00
<p>Yes they do. All the rclone commands (e.g. <code>sync</code>, <code>copy</code>, etc.) will work on all the remote storage systems.</p>
2016-01-31 17:33:20 +01:00
<h3 id="can-i-copy-the-config-from-one-machine-to-another">Can I copy the config from one machine to another</h3>
2019-02-09 11:42:57 +01:00
<p>Sure! Rclone stores all of its config in a single file. If you want to find this file, run <code>rclone config file</code> which will tell you where it is.</p>
<p>See the <a href="https://rclone.org/remote_setup/">remote setup docs</a> for more info.</p>
2016-01-31 17:33:20 +01:00
<h3 id="how-do-i-configure-rclone-on-a-remote-headless-box-with-no-browser">How do I configure rclone on a remote / headless box with no browser?</h3>
<p>This has now been documented in its own <a href="https://rclone.org/remote_setup/">remote setup page</a>.</p>
2016-01-31 17:33:20 +01:00
<h3 id="can-rclone-sync-directly-from-drive-to-s3">Can rclone sync directly from drive to s3</h3>
<p>Rclone can sync between two remote cloud storage systems just fine.</p>
<p>Note that it effectively downloads the file and uploads it again, so the node running rclone would need to have lots of bandwidth.</p>
<p>The syncs would be incremental (on a file by file basis).</p>
<p>Eg</p>
2020-09-02 17:59:04 +02:00
<pre><code>rclone sync -i drive:Folder s3:bucket</code></pre>
2016-01-31 17:33:20 +01:00
<h3 id="using-rclone-from-multiple-locations-at-the-same-time">Using rclone from multiple locations at the same time</h3>
2021-02-02 14:42:35 +01:00
<p>You can use rclone from multiple places at the same time if you choose different subdirectory for the output, e.g.</p>
2020-09-02 17:59:04 +02:00
<pre><code>Server A&gt; rclone sync -i /tmp/whatever remote:ServerA
Server B&gt; rclone sync -i /tmp/whatever remote:ServerB</code></pre>
2021-02-02 14:42:35 +01:00
<p>If you sync to the same directory then you should use rclone copy otherwise the two instances of rclone may delete each other's files, e.g.</p>
2016-01-31 17:33:20 +01:00
<pre><code>Server A&gt; rclone copy /tmp/whatever remote:Backup
Server B&gt; rclone copy /tmp/whatever remote:Backup</code></pre>
2021-02-02 14:42:35 +01:00
<p>The file names you upload from Server A and Server B should be different in this case, otherwise some file systems (e.g. Drive) may make duplicates.</p>
2020-09-02 17:59:04 +02:00
<h3 id="why-doesnt-rclone-support-partial-transfers-binary-diffs-like-rsync">Why doesn't rclone support partial transfers / binary diffs like rsync?</h3>
2021-02-02 14:42:35 +01:00
<p>Rclone stores each file you transfer as a native object on the remote cloud storage system. This means that you can see the files you upload as expected using alternative access methods (e.g. using the Google Drive web interface). There is a 1:1 mapping between files on your hard disk and objects created in the cloud storage system.</p>
2020-09-02 17:59:04 +02:00
<p>Cloud storage systems (at least none I've come across yet) don't support partially uploading an object. You can't take an existing object, and change some bytes in the middle of it.</p>
2016-01-31 17:33:20 +01:00
<p>It would be possible to make a sync system which stored binary diffs instead of whole objects like rclone does, but that would break the 1:1 mapping of files on your hard disk to objects in the remote cloud storage system.</p>
<p>All the cloud storage systems support partial downloads of content, so it would be possible to make partial downloads work. However to make this work efficiently this would require storing a significant amount of metadata, which breaks the desired 1:1 mapping of files to objects.</p>
<h3 id="can-rclone-do-bi-directional-sync">Can rclone do bi-directional sync?</h3>
<p>No, not at present. rclone only does uni-directional sync from A -&gt; B. It may do in the future though since it has all the primitives - it just requires writing the algorithm to do it.</p>
<h3 id="can-i-use-rclone-with-an-http-proxy">Can I use rclone with an HTTP proxy?</h3>
2018-11-24 14:44:25 +01:00
<p>Yes. rclone will follow the standard environment variables for proxies, similar to cURL and other programs.</p>
<p>In general the variables are called <code>http_proxy</code> (for services reached over <code>http</code>) and <code>https_proxy</code> (for services reached over <code>https</code>). Most public services will be using <code>https</code>, but you may wish to set both.</p>
<p>The content of the variable is <code>protocol://server:port</code>. The protocol value is the one used to talk to the proxy server, itself, and is commonly either <code>http</code> or <code>socks5</code>.</p>
<p>Slightly annoyingly, there is no <em>standard</em> for the name; some applications may use <code>http_proxy</code> but another one <code>HTTP_PROXY</code>. The <code>Go</code> libraries used by <code>rclone</code> will try both variations, but you may wish to set all possibilities. So, on Linux, you may end up with code similar to</p>
<pre><code>export http_proxy=http://proxyserver:12345
export https_proxy=$http_proxy
export HTTP_PROXY=$http_proxy
export HTTPS_PROXY=$http_proxy</code></pre>
2020-09-02 17:59:04 +02:00
<p>The <code>NO_PROXY</code> allows you to disable the proxy for specific hosts. Hosts must be comma separated, and can contain domains or parts. For instance "foo.com" also matches "bar.foo.com".</p>
2018-11-24 14:44:25 +01:00
<p>e.g.</p>
<pre><code>export no_proxy=localhost,127.0.0.0/8,my.host.name
export NO_PROXY=$no_proxy</code></pre>
2019-02-09 11:42:57 +01:00
<p>Note that the ftp backend does not support <code>ftp_proxy</code> yet.</p>
2016-01-31 17:33:20 +01:00
<h3 id="rclone-gives-x509-failed-to-load-system-roots-and-no-roots-provided-error">Rclone gives x509: failed to load system roots and no roots provided error</h3>
2021-02-02 14:42:35 +01:00
<p>This means that <code>rclone</code> can't find the SSL root certificates. Likely you are running <code>rclone</code> on a NAS with a cut-down Linux OS, or possibly on Solaris.</p>
2016-01-31 17:33:20 +01:00
<p>Rclone (via the Go runtime) tries to load the root certificates from these places on Linux.</p>
<pre><code>&quot;/etc/ssl/certs/ca-certificates.crt&quot;, // Debian/Ubuntu/Gentoo etc.
&quot;/etc/pki/tls/certs/ca-bundle.crt&quot;, // Fedora/RHEL
&quot;/etc/ssl/ca-bundle.pem&quot;, // OpenSUSE
&quot;/etc/pki/tls/cacert.pem&quot;, // OpenELEC</code></pre>
<p>So doing something like this should fix the problem. It also sets the time which is important for SSL to work properly.</p>
<pre><code>mkdir -p /etc/ssl/certs/
curl -o /etc/ssl/certs/ca-certificates.crt https://raw.githubusercontent.com/bagder/ca-bundle/master/ca-bundle.crt
ntpclient -s -h pool.ntp.org</code></pre>
2019-10-04 22:17:54 +02:00
<p>The two environment variables <code>SSL_CERT_FILE</code> and <code>SSL_CERT_DIR</code>, mentioned in the <a href="https://godoc.org/crypto/x509">x509 package</a>, provide an additional way to provide the SSL root certificates.</p>
2020-09-02 17:59:04 +02:00
<p>Note that you may need to add the <code>--insecure</code> option to the <code>curl</code> command line if it doesn't work without.</p>
2016-03-01 10:00:01 +01:00
<pre><code>curl --insecure -o /etc/ssl/certs/ca-certificates.crt https://raw.githubusercontent.com/bagder/ca-bundle/master/ca-bundle.crt</code></pre>
<h3 id="rclone-gives-failed-to-load-config-file-function-not-implemented-error">Rclone gives Failed to load config file: function not implemented error</h3>
<p>Likely this means that you are running rclone on Linux version not supported by the go runtime, ie earlier than version 2.6.23.</p>
<p>See the <a href="https://golang.org/doc/install">system requirements section in the go install docs</a> for full details.</p>
2016-04-18 19:30:29 +02:00
<h3 id="all-my-uploaded-docxxlsxpptx-files-appear-as-archivezip">All my uploaded docx/xlsx/pptx files appear as archive/zip</h3>
2020-09-02 17:59:04 +02:00
<p>This is caused by uploading these files from a Windows computer which hasn't got the Microsoft Office suite installed. The easiest way to fix is to install the Word viewer and the Microsoft Office Compatibility Pack for Word, Excel, and PowerPoint 2007 and later versions' file formats</p>
2017-09-30 15:19:47 +02:00
<h3 id="tcp-lookup-some.domain.com-no-such-host">tcp lookup some.domain.com no such host</h3>
<p>This happens when rclone cannot resolve a domain. Please check that your DNS setup is generally working, e.g.</p>
<pre><code># both should print a long list of possible IP addresses
dig www.googleapis.com # resolve using your default DNS
dig www.googleapis.com @8.8.8.8 # resolve with Google&#39;s DNS server</code></pre>
<p>If you are using <code>systemd-resolved</code> (default on Arch Linux), ensure it is at version 233 or higher. Previous releases contain a bug which causes not all domains to be resolved properly.</p>
2018-03-19 11:06:13 +01:00
<p>Additionally with the <code>GODEBUG=netdns=</code> environment variable the Go resolver decision can be influenced. This also allows to resolve certain issues with DNS resolution. See the <a href="https://golang.org/pkg/net/#hdr-Name_Resolution">name resolution section in the go docs</a>.</p>
2019-04-13 12:01:58 +02:00
<h3 id="the-total-size-reported-in-the-stats-for-a-sync-is-wrong-and-keeps-changing">The total size reported in the stats for a sync is wrong and keeps changing</h3>
2020-09-02 17:59:04 +02:00
<p>It is likely you have more than 10,000 files that need to be synced. By default rclone only gets 10,000 files ahead in a sync so as not to use up too much memory. You can change this default with the <a href="https://rclone.org/docs/#max-backlog-n">--max-backlog</a> flag.</p>
2019-06-15 13:01:29 +02:00
<h3 id="rclone-is-using-too-much-memory-or-appears-to-have-a-memory-leak">Rclone is using too much memory or appears to have a memory leak</h3>
<p>Rclone is written in Go which uses a garbage collector. The default settings for the garbage collector mean that it runs when the heap size has doubled.</p>
<p>However it is possible to tune the garbage collector to use less memory by <a href="https://dave.cheney.net/tag/gogc">setting GOGC</a> to a lower value, say <code>export GOGC=20</code>. This will make the garbage collector work harder, reducing memory size at the expense of CPU usage.</p>
2019-10-26 12:04:54 +02:00
<p>The most common cause of rclone using lots of memory is a single directory with thousands or millions of files in. Rclone has to load this entirely into memory as rclone objects. Each rclone object takes 0.5k-1k of memory.</p>
2016-01-31 17:33:20 +01:00
<h2 id="license">License</h2>
<p>This is free software under the terms of MIT the license (check the COPYING file included with the source code).</p>
2019-08-26 16:25:20 +02:00
<pre><code>Copyright (C) 2019 by Nick Craig-Wood https://www.craig-wood.com/nick/
2016-01-31 17:33:20 +01:00
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the &quot;Software&quot;), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.</code></pre>
<h2 id="authors">Authors</h2>
<ul>
2020-02-01 11:31:42 +01:00
<li>Nick Craig-Wood <a href="mailto:nick@craig-wood.com" class="email">nick@craig-wood.com</a></li>
2016-01-31 17:33:20 +01:00
</ul>
<h2 id="contributors">Contributors</h2>
2020-05-27 17:11:47 +02:00
<p>{{&lt; rem <code>email addresses removed from here need to be addeed to bin/.ignore-emails to make sure update-authors.py doesn't immediately put them back in again.</code> &gt;}}</p>
2016-01-31 17:33:20 +01:00
<ul>
2020-02-01 11:31:42 +01:00
<li>Alex Couper <a href="mailto:amcouper@gmail.com" class="email">amcouper@gmail.com</a></li>
<li>Leonid Shalupov <a href="mailto:leonid@shalupov.com" class="email">leonid@shalupov.com</a> <a href="mailto:shalupov@diverse.org.ru" class="email">shalupov@diverse.org.ru</a></li>
<li>Shimon Doodkin <a href="mailto:helpmepro1@gmail.com" class="email">helpmepro1@gmail.com</a></li>
<li>Colin Nicholson <a href="mailto:colin@colinn.com" class="email">colin@colinn.com</a></li>
<li>Klaus Post <a href="mailto:klauspost@gmail.com" class="email">klauspost@gmail.com</a></li>
<li>Sergey Tolmachev <a href="mailto:tolsi.ru@gmail.com" class="email">tolsi.ru@gmail.com</a></li>
<li>Adriano Aurélio Meirelles <a href="mailto:adriano@atinge.com" class="email">adriano@atinge.com</a></li>
<li>C. Bess <a href="mailto:cbess@users.noreply.github.com" class="email">cbess@users.noreply.github.com</a></li>
<li>Dmitry Burdeev <a href="mailto:dibu28@gmail.com" class="email">dibu28@gmail.com</a></li>
<li>Joseph Spurrier <a href="mailto:github@josephspurrier.com" class="email">github@josephspurrier.com</a></li>
<li>Björn Harrtell <a href="mailto:bjorn@wololo.org" class="email">bjorn@wololo.org</a></li>
<li>Xavier Lucas <a href="mailto:xavier.lucas@corp.ovh.com" class="email">xavier.lucas@corp.ovh.com</a></li>
<li>Werner Beroux <a href="mailto:werner@beroux.com" class="email">werner@beroux.com</a></li>
<li>Brian Stengaard <a href="mailto:brian@stengaard.eu" class="email">brian@stengaard.eu</a></li>
<li>Jakub Gedeon <a href="mailto:jgedeon@sofi.com" class="email">jgedeon@sofi.com</a></li>
<li>Jim Tittsler <a href="mailto:jwt@onjapan.net" class="email">jwt@onjapan.net</a></li>
<li>Michal Witkowski <a href="mailto:michal@improbable.io" class="email">michal@improbable.io</a></li>
<li>Fabian Ruff <a href="mailto:fabian.ruff@sap.com" class="email">fabian.ruff@sap.com</a></li>
<li>Leigh Klotz <a href="mailto:klotz@quixey.com" class="email">klotz@quixey.com</a></li>
<li>Romain Lapray <a href="mailto:lapray.romain@gmail.com" class="email">lapray.romain@gmail.com</a></li>
<li>Justin R. Wilson <a href="mailto:jrw972@gmail.com" class="email">jrw972@gmail.com</a></li>
<li>Antonio Messina <a href="mailto:antonio.s.messina@gmail.com" class="email">antonio.s.messina@gmail.com</a></li>
<li>Stefan G. Weichinger <a href="mailto:office@oops.co.at" class="email">office@oops.co.at</a></li>
<li>Per Cederberg <a href="mailto:cederberg@gmail.com" class="email">cederberg@gmail.com</a></li>
<li>Radek Šenfeld <a href="mailto:rush@logic.cz" class="email">rush@logic.cz</a></li>
<li>Fredrik Fornwall <a href="mailto:fredrik@fornwall.net" class="email">fredrik@fornwall.net</a></li>
<li>Asko Tamm <a href="mailto:asko@deekit.net" class="email">asko@deekit.net</a></li>
<li>xor-zz <a href="mailto:xor@gstocco.com" class="email">xor@gstocco.com</a></li>
<li>Tomasz Mazur <a href="mailto:tmazur90@gmail.com" class="email">tmazur90@gmail.com</a></li>
<li>Marco Paganini <a href="mailto:paganini@paganini.net" class="email">paganini@paganini.net</a></li>
<li>Felix Bünemann <a href="mailto:buenemann@louis.info" class="email">buenemann@louis.info</a></li>
<li>Durval Menezes <a href="mailto:jmrclone@durval.com" class="email">jmrclone@durval.com</a></li>
<li>Luiz Carlos Rumbelsperger Viana <a href="mailto:maxd13_luiz_carlos@hotmail.com" class="email">maxd13_luiz_carlos@hotmail.com</a></li>
<li>Stefan Breunig <a href="mailto:stefan-github@yrden.de" class="email">stefan-github@yrden.de</a></li>
<li>Alishan Ladhani <a href="mailto:ali-l@users.noreply.github.com" class="email">ali-l@users.noreply.github.com</a></li>
<li>0xJAKE <a href="mailto:0xJAKE@users.noreply.github.com" class="email">0xJAKE@users.noreply.github.com</a></li>
<li>Thibault Molleman <a href="mailto:thibaultmol@users.noreply.github.com" class="email">thibaultmol@users.noreply.github.com</a></li>
<li>Scott McGillivray <a href="mailto:scott.mcgillivray@gmail.com" class="email">scott.mcgillivray@gmail.com</a></li>
<li>Bjørn Erik Pedersen <a href="mailto:bjorn.erik.pedersen@gmail.com" class="email">bjorn.erik.pedersen@gmail.com</a></li>
<li>Lukas Loesche <a href="mailto:lukas@mesosphere.io" class="email">lukas@mesosphere.io</a></li>
<li>emyarod <a href="mailto:allllaboutyou@gmail.com" class="email">allllaboutyou@gmail.com</a></li>
<li>T.C. Ferguson <a href="mailto:tcf909@gmail.com" class="email">tcf909@gmail.com</a></li>
<li>Brandur <a href="mailto:brandur@mutelight.org" class="email">brandur@mutelight.org</a></li>
<li>Dario Giovannetti <a href="mailto:dev@dariogiovannetti.net" class="email">dev@dariogiovannetti.net</a></li>
<li>Károly Oláh <a href="mailto:okaresz@aol.com" class="email">okaresz@aol.com</a></li>
<li>Jon Yergatian <a href="mailto:jon@macfanatic.ca" class="email">jon@macfanatic.ca</a></li>
<li>Jack Schmidt <a href="mailto:github@mowsey.org" class="email">github@mowsey.org</a></li>
<li>Dedsec1 <a href="mailto:Dedsec1@users.noreply.github.com" class="email">Dedsec1@users.noreply.github.com</a></li>
<li>Hisham Zarka <a href="mailto:hzarka@gmail.com" class="email">hzarka@gmail.com</a></li>
<li>Jérôme Vizcaino <a href="mailto:jerome.vizcaino@gmail.com" class="email">jerome.vizcaino@gmail.com</a></li>
<li>Mike Tesch <a href="mailto:mjt6129@rit.edu" class="email">mjt6129@rit.edu</a></li>
<li>Marvin Watson <a href="mailto:marvwatson@users.noreply.github.com" class="email">marvwatson@users.noreply.github.com</a></li>
<li>Danny Tsai <a href="mailto:danny8376@gmail.com" class="email">danny8376@gmail.com</a></li>
<li>Yoni Jah <a href="mailto:yonjah+git@gmail.com" class="email">yonjah+git@gmail.com</a> <a href="mailto:yonjah+github@gmail.com" class="email">yonjah+github@gmail.com</a></li>
<li>Stephen Harris <a href="mailto:github@spuddy.org" class="email">github@spuddy.org</a> <a href="mailto:sweharris@users.noreply.github.com" class="email">sweharris@users.noreply.github.com</a></li>
<li>Ihor Dvoretskyi <a href="mailto:ihor.dvoretskyi@gmail.com" class="email">ihor.dvoretskyi@gmail.com</a></li>
<li>Jon Craton <a href="mailto:jncraton@gmail.com" class="email">jncraton@gmail.com</a></li>
<li>Hraban Luyat <a href="mailto:hraban@0brg.net" class="email">hraban@0brg.net</a></li>
<li>Michael Ledin <a href="mailto:mledin89@gmail.com" class="email">mledin89@gmail.com</a></li>
<li>Martin Kristensen <a href="mailto:me@azgul.com" class="email">me@azgul.com</a></li>
<li>Too Much IO <a href="mailto:toomuchio@users.noreply.github.com" class="email">toomuchio@users.noreply.github.com</a></li>
<li>Anisse Astier <a href="mailto:anisse@astier.eu" class="email">anisse@astier.eu</a></li>
<li>Zahiar Ahmed <a href="mailto:zahiar@live.com" class="email">zahiar@live.com</a></li>
<li>Igor Kharin <a href="mailto:igorkharin@gmail.com" class="email">igorkharin@gmail.com</a></li>
<li>Bill Zissimopoulos <a href="mailto:billziss@navimatics.com" class="email">billziss@navimatics.com</a></li>
<li>Bob Potter <a href="mailto:bobby.potter@gmail.com" class="email">bobby.potter@gmail.com</a></li>
<li>Steven Lu <a href="mailto:tacticalazn@gmail.com" class="email">tacticalazn@gmail.com</a></li>
<li>Sjur Fredriksen <a href="mailto:sjurtf@ifi.uio.no" class="email">sjurtf@ifi.uio.no</a></li>
<li>Ruwbin <a href="mailto:hubus12345@gmail.com" class="email">hubus12345@gmail.com</a></li>
<li>Fabian Möller <a href="mailto:fabianm88@gmail.com" class="email">fabianm88@gmail.com</a> <a href="mailto:f.moeller@nynex.de" class="email">f.moeller@nynex.de</a></li>
<li>Edward Q. Bridges <a href="mailto:github@eqbridges.com" class="email">github@eqbridges.com</a></li>
<li>Vasiliy Tolstov <a href="mailto:v.tolstov@selfip.ru" class="email">v.tolstov@selfip.ru</a></li>
<li>Harshavardhana <a href="mailto:harsha@minio.io" class="email">harsha@minio.io</a></li>
<li>sainaen <a href="mailto:sainaen@gmail.com" class="email">sainaen@gmail.com</a></li>
<li>gdm85 <a href="mailto:gdm85@users.noreply.github.com" class="email">gdm85@users.noreply.github.com</a></li>
<li>Yaroslav Halchenko <a href="mailto:debian@onerussian.com" class="email">debian@onerussian.com</a></li>
<li>John Papandriopoulos <a href="mailto:jpap@users.noreply.github.com" class="email">jpap@users.noreply.github.com</a></li>
<li>Zhiming Wang <a href="mailto:zmwangx@gmail.com" class="email">zmwangx@gmail.com</a></li>
<li>Andy Pilate <a href="mailto:cubox@cubox.me" class="email">cubox@cubox.me</a></li>
<li>Oliver Heyme <a href="mailto:olihey@googlemail.com" class="email">olihey@googlemail.com</a> <a href="mailto:olihey@users.noreply.github.com" class="email">olihey@users.noreply.github.com</a> <a href="mailto:de8olihe@lego.com" class="email">de8olihe@lego.com</a></li>
<li>wuyu <a href="mailto:wuyu@yunify.com" class="email">wuyu@yunify.com</a></li>
<li>Andrei Dragomir <a href="mailto:adragomi@adobe.com" class="email">adragomi@adobe.com</a></li>
<li>Christian Brüggemann <a href="mailto:mail@cbruegg.com" class="email">mail@cbruegg.com</a></li>
<li>Alex McGrath Kraak <a href="mailto:amkdude@gmail.com" class="email">amkdude@gmail.com</a></li>
<li>bpicode <a href="mailto:bjoern.pirnay@googlemail.com" class="email">bjoern.pirnay@googlemail.com</a></li>
<li>Daniel Jagszent <a href="mailto:daniel@jagszent.de" class="email">daniel@jagszent.de</a></li>
<li>Josiah White <a href="mailto:thegenius2009@gmail.com" class="email">thegenius2009@gmail.com</a></li>
<li>Ishuah Kariuki <a href="mailto:kariuki@ishuah.com" class="email">kariuki@ishuah.com</a> <a href="mailto:ishuah91@gmail.com" class="email">ishuah91@gmail.com</a></li>
<li>Jan Varho <a href="mailto:jan@varho.org" class="email">jan@varho.org</a></li>
<li>Girish Ramakrishnan <a href="mailto:girish@cloudron.io" class="email">girish@cloudron.io</a></li>
<li>LingMan <a href="mailto:LingMan@users.noreply.github.com" class="email">LingMan@users.noreply.github.com</a></li>
<li>Jacob McNamee <a href="mailto:jacobmcnamee@gmail.com" class="email">jacobmcnamee@gmail.com</a></li>
<li>jersou <a href="mailto:jertux@gmail.com" class="email">jertux@gmail.com</a></li>
<li>thierry <a href="mailto:thierry@substantiel.fr" class="email">thierry@substantiel.fr</a></li>
<li>Simon Leinen <a href="mailto:simon.leinen@gmail.com" class="email">simon.leinen@gmail.com</a> <a href="mailto:ubuntu@s3-test.novalocal" class="email">ubuntu@s3-test.novalocal</a></li>
<li>Dan Dascalescu <a href="mailto:ddascalescu+github@gmail.com" class="email">ddascalescu+github@gmail.com</a></li>
<li>Jason Rose <a href="mailto:jason@jro.io" class="email">jason@jro.io</a></li>
<li>Andrew Starr-Bochicchio <a href="mailto:a.starr.b@gmail.com" class="email">a.starr.b@gmail.com</a></li>
<li>John Leach <a href="mailto:john@johnleach.co.uk" class="email">john@johnleach.co.uk</a></li>
<li>Corban Raun <a href="mailto:craun@instructure.com" class="email">craun@instructure.com</a></li>
<li>Pierre Carlson <a href="mailto:mpcarl@us.ibm.com" class="email">mpcarl@us.ibm.com</a></li>
<li>Ernest Borowski <a href="mailto:er.borowski@gmail.com" class="email">er.borowski@gmail.com</a></li>
<li>Remus Bunduc <a href="mailto:remus.bunduc@gmail.com" class="email">remus.bunduc@gmail.com</a></li>
<li>Iakov Davydov <a href="mailto:iakov.davydov@unil.ch" class="email">iakov.davydov@unil.ch</a> <a href="mailto:dav05.gith@myths.ru" class="email">dav05.gith@myths.ru</a></li>
<li>Jakub Tasiemski <a href="mailto:tasiemski@gmail.com" class="email">tasiemski@gmail.com</a></li>
<li>David Minor <a href="mailto:dminor@saymedia.com" class="email">dminor@saymedia.com</a></li>
<li>Tim Cooijmans <a href="mailto:cooijmans.tim@gmail.com" class="email">cooijmans.tim@gmail.com</a></li>
<li>Laurence <a href="mailto:liuxy6@gmail.com" class="email">liuxy6@gmail.com</a></li>
<li>Giovanni Pizzi <a href="mailto:gio.piz@gmail.com" class="email">gio.piz@gmail.com</a></li>
<li>Filip Bartodziej <a href="mailto:filipbartodziej@gmail.com" class="email">filipbartodziej@gmail.com</a></li>
<li>Jon Fautley <a href="mailto:jon@dead.li" class="email">jon@dead.li</a></li>
<li>lewapm <a href="mailto:32110057+lewapm@users.noreply.github.com" class="email">32110057+lewapm@users.noreply.github.com</a></li>
<li>Yassine Imounachen <a href="mailto:yassine256@gmail.com" class="email">yassine256@gmail.com</a></li>
<li>Chris Redekop <a href="mailto:chris-redekop@users.noreply.github.com" class="email">chris-redekop@users.noreply.github.com</a> <a href="mailto:chris.redekop@gmail.com" class="email">chris.redekop@gmail.com</a></li>
<li>Jon Fautley <a href="mailto:jon@adenoid.appstal.co.uk" class="email">jon@adenoid.appstal.co.uk</a></li>
<li>Will Gunn <a href="mailto:WillGunn@users.noreply.github.com" class="email">WillGunn@users.noreply.github.com</a></li>
<li>Lucas Bremgartner <a href="mailto:lucas@bremis.ch" class="email">lucas@bremis.ch</a></li>
<li>Jody Frankowski <a href="mailto:jody.frankowski@gmail.com" class="email">jody.frankowski@gmail.com</a></li>
<li>Andreas Roussos <a href="mailto:arouss1980@gmail.com" class="email">arouss1980@gmail.com</a></li>
<li>nbuchanan <a href="mailto:nbuchanan@utah.gov" class="email">nbuchanan@utah.gov</a></li>
<li>Durval Menezes <a href="mailto:rclone@durval.com" class="email">rclone@durval.com</a></li>
<li>Victor <a href="mailto:vb-github@viblo.se" class="email">vb-github@viblo.se</a></li>
<li>Mateusz <a href="mailto:pabian.mateusz@gmail.com" class="email">pabian.mateusz@gmail.com</a></li>
<li>Daniel Loader <a href="mailto:spicypixel@gmail.com" class="email">spicypixel@gmail.com</a></li>
<li>David0rk <a href="mailto:davidork@gmail.com" class="email">davidork@gmail.com</a></li>
<li>Alexander Neumann <a href="mailto:alexander@bumpern.de" class="email">alexander@bumpern.de</a></li>
<li>Giri Badanahatti <a href="mailto:gbadanahatti@us.ibm.com@Giris-MacBook-Pro.local" class="email">gbadanahatti@us.ibm.com@Giris-MacBook-Pro.local</a></li>
<li>Leo R. Lundgren <a href="mailto:leo@finalresort.org" class="email">leo@finalresort.org</a></li>
<li>wolfv <a href="mailto:wolfv6@users.noreply.github.com" class="email">wolfv6@users.noreply.github.com</a></li>
<li>Dave Pedu <a href="mailto:dave@davepedu.com" class="email">dave@davepedu.com</a></li>
<li>Stefan Lindblom <a href="mailto:lindblom@spotify.com" class="email">lindblom@spotify.com</a></li>
<li>seuffert <a href="mailto:oliver@seuffert.biz" class="email">oliver@seuffert.biz</a></li>
<li>gbadanahatti <a href="mailto:37121690+gbadanahatti@users.noreply.github.com" class="email">37121690+gbadanahatti@users.noreply.github.com</a></li>
<li>Keith Goldfarb <a href="mailto:barkofdelight@gmail.com" class="email">barkofdelight@gmail.com</a></li>
<li>Steve Kriss <a href="mailto:steve@heptio.com" class="email">steve@heptio.com</a></li>
<li>Chih-Hsuan Yen <a href="mailto:yan12125@gmail.com" class="email">yan12125@gmail.com</a></li>
<li>Alexander Neumann <a href="mailto:fd0@users.noreply.github.com" class="email">fd0@users.noreply.github.com</a></li>
<li>Matt Holt <a href="mailto:mholt@users.noreply.github.com" class="email">mholt@users.noreply.github.com</a></li>
<li>Eri Bastos <a href="mailto:bastos.eri@gmail.com" class="email">bastos.eri@gmail.com</a></li>
<li>Michael P. Dubner <a href="mailto:pywebmail@list.ru" class="email">pywebmail@list.ru</a></li>
<li>Antoine GIRARD <a href="mailto:sapk@users.noreply.github.com" class="email">sapk@users.noreply.github.com</a></li>
<li>Mateusz Piotrowski <a href="mailto:mpp302@gmail.com" class="email">mpp302@gmail.com</a></li>
<li>Animosity022 <a href="mailto:animosity22@users.noreply.github.com" class="email">animosity22@users.noreply.github.com</a> <a href="mailto:earl.texter@gmail.com" class="email">earl.texter@gmail.com</a></li>
<li>Peter Baumgartner <a href="mailto:pete@lincolnloop.com" class="email">pete@lincolnloop.com</a></li>
<li>Craig Rachel <a href="mailto:craig@craigrachel.com" class="email">craig@craigrachel.com</a></li>
<li>Michael G. Noll <a href="mailto:miguno@users.noreply.github.com" class="email">miguno@users.noreply.github.com</a></li>
<li>hensur <a href="mailto:me@hensur.de" class="email">me@hensur.de</a></li>
<li>Oliver Heyme <a href="mailto:de8olihe@lego.com" class="email">de8olihe@lego.com</a></li>
<li>Richard Yang <a href="mailto:richard@yenforyang.com" class="email">richard@yenforyang.com</a></li>
<li>Piotr Oleszczyk <a href="mailto:piotr.oleszczyk@gmail.com" class="email">piotr.oleszczyk@gmail.com</a></li>
<li>Rodrigo <a href="mailto:rodarima@gmail.com" class="email">rodarima@gmail.com</a></li>
<li>NoLooseEnds <a href="mailto:NoLooseEnds@users.noreply.github.com" class="email">NoLooseEnds@users.noreply.github.com</a></li>
<li>Jakub Karlicek <a href="mailto:jakub@karlicek.me" class="email">jakub@karlicek.me</a></li>
<li>John Clayton <a href="mailto:john@codemonkeylabs.com" class="email">john@codemonkeylabs.com</a></li>
<li>Kasper Byrdal Nielsen <a href="mailto:byrdal76@gmail.com" class="email">byrdal76@gmail.com</a></li>
<li>Benjamin Joseph Dag <a href="mailto:bjdag1234@users.noreply.github.com" class="email">bjdag1234@users.noreply.github.com</a></li>
<li>themylogin <a href="mailto:themylogin@gmail.com" class="email">themylogin@gmail.com</a></li>
<li>Onno Zweers <a href="mailto:onno.zweers@surfsara.nl" class="email">onno.zweers@surfsara.nl</a></li>
<li>Jasper Lievisse Adriaanse <a href="mailto:jasper@humppa.nl" class="email">jasper@humppa.nl</a></li>
<li>sandeepkru <a href="mailto:sandeep.ummadi@gmail.com" class="email">sandeep.ummadi@gmail.com</a> <a href="mailto:sandeepkru@users.noreply.github.com" class="email">sandeepkru@users.noreply.github.com</a></li>
<li>HerrH <a href="mailto:atomtigerzoo@users.noreply.github.com" class="email">atomtigerzoo@users.noreply.github.com</a></li>
<li>Andrew <a href="mailto:4030760+sparkyman215@users.noreply.github.com" class="email">4030760+sparkyman215@users.noreply.github.com</a></li>
<li>dan smith <a href="mailto:XX1011@gmail.com" class="email">XX1011@gmail.com</a></li>
<li>Oleg Kovalov <a href="mailto:iamolegkovalov@gmail.com" class="email">iamolegkovalov@gmail.com</a></li>
<li>Ruben Vandamme <a href="mailto:github-com-00ff86@vandamme.email" class="email">github-com-00ff86@vandamme.email</a></li>
<li>Cnly <a href="mailto:minecnly@gmail.com" class="email">minecnly@gmail.com</a></li>
<li>Andres Alvarez <a href="mailto:1671935+kir4h@users.noreply.github.com" class="email">1671935+kir4h@users.noreply.github.com</a></li>
<li>reddi1 <a href="mailto:xreddi@gmail.com" class="email">xreddi@gmail.com</a></li>
<li>Matt Tucker <a href="mailto:matthewtckr@gmail.com" class="email">matthewtckr@gmail.com</a></li>
2021-02-02 14:42:35 +01:00
<li>Sebastian Bünger <a href="mailto:buengese@gmail.com" class="email">buengese@gmail.com</a> <a href="mailto:buengese@protonmail.com" class="email">buengese@protonmail.com</a></li>
2020-02-01 11:31:42 +01:00
<li>Martin Polden <a href="mailto:mpolden@mpolden.no" class="email">mpolden@mpolden.no</a></li>
<li>Alex Chen <a href="mailto:Cnly@users.noreply.github.com" class="email">Cnly@users.noreply.github.com</a></li>
<li>Denis <a href="mailto:deniskovpen@gmail.com" class="email">deniskovpen@gmail.com</a></li>
<li>bsteiss <a href="mailto:35940619+bsteiss@users.noreply.github.com" class="email">35940619+bsteiss@users.noreply.github.com</a></li>
<li>Cédric Connes <a href="mailto:cedric.connes@gmail.com" class="email">cedric.connes@gmail.com</a></li>
2020-09-02 17:59:04 +02:00
<li>Dr. Tobias Quathamer <a href="mailto:toddy15@users.noreply.github.com" class="email">toddy15@users.noreply.github.com</a></li>
2020-02-01 11:31:42 +01:00
<li>dcpu <a href="mailto:42736967+dcpu@users.noreply.github.com" class="email">42736967+dcpu@users.noreply.github.com</a></li>
<li>Sheldon Rupp <a href="mailto:me@shel.io" class="email">me@shel.io</a></li>
<li>albertony <a href="mailto:12441419+albertony@users.noreply.github.com" class="email">12441419+albertony@users.noreply.github.com</a></li>
<li>cron410 <a href="mailto:cron410@gmail.com" class="email">cron410@gmail.com</a></li>
2020-05-27 17:11:47 +02:00
<li>Anagh Kumar Baranwal <a href="mailto:6824881+darthShadow@users.noreply.github.com" class="email">6824881+darthShadow@users.noreply.github.com</a></li>
2020-02-01 11:31:42 +01:00
<li>Felix Brucker <a href="mailto:felix@felixbrucker.com" class="email">felix@felixbrucker.com</a></li>
<li>Santiago Rodríguez <a href="mailto:scollazo@users.noreply.github.com" class="email">scollazo@users.noreply.github.com</a></li>
<li>Craig Miskell <a href="mailto:craig.miskell@fluxfederation.com" class="email">craig.miskell@fluxfederation.com</a></li>
<li>Antoine GIRARD <a href="mailto:sapk@sapk.fr" class="email">sapk@sapk.fr</a></li>
<li>Joanna Marek <a href="mailto:joanna.marek@u2i.com" class="email">joanna.marek@u2i.com</a></li>
<li>frenos <a href="mailto:frenos@users.noreply.github.com" class="email">frenos@users.noreply.github.com</a></li>
<li>ssaqua <a href="mailto:ssaqua@users.noreply.github.com" class="email">ssaqua@users.noreply.github.com</a></li>
<li>xnaas <a href="mailto:me@xnaas.info" class="email">me@xnaas.info</a></li>
<li>Frantisek Fuka <a href="mailto:fuka@fuxoft.cz" class="email">fuka@fuxoft.cz</a></li>
<li>Paul Kohout <a href="mailto:pauljkohout@yahoo.com" class="email">pauljkohout@yahoo.com</a></li>
<li>dcpu <a href="mailto:43330287+dcpu@users.noreply.github.com" class="email">43330287+dcpu@users.noreply.github.com</a></li>
<li>jackyzy823 <a href="mailto:jackyzy823@gmail.com" class="email">jackyzy823@gmail.com</a></li>
<li>David Haguenauer <a href="mailto:ml@kurokatta.org" class="email">ml@kurokatta.org</a></li>
<li>teresy <a href="mailto:hi.teresy@gmail.com" class="email">hi.teresy@gmail.com</a></li>
<li>buergi <a href="mailto:patbuergi@gmx.de" class="email">patbuergi@gmx.de</a></li>
<li>Florian Gamboeck <a href="mailto:mail@floga.de" class="email">mail@floga.de</a></li>
<li>Ralf Hemberger <a href="mailto:10364191+rhemberger@users.noreply.github.com" class="email">10364191+rhemberger@users.noreply.github.com</a></li>
<li>Scott Edlund <a href="mailto:sedlund@users.noreply.github.com" class="email">sedlund@users.noreply.github.com</a></li>
<li>Erik Swanson <a href="mailto:erik@retailnext.net" class="email">erik@retailnext.net</a></li>
<li>Jake Coggiano <a href="mailto:jake@stripe.com" class="email">jake@stripe.com</a></li>
<li>brused27 <a href="mailto:brused27@noemailaddress" class="email">brused27@noemailaddress</a></li>
<li>Peter Kaminski <a href="mailto:kaminski@istori.com" class="email">kaminski@istori.com</a></li>
<li>Henry Ptasinski <a href="mailto:henry@logout.com" class="email">henry@logout.com</a></li>
<li>Alexander <a href="mailto:kharkovalexander@gmail.com" class="email">kharkovalexander@gmail.com</a></li>
<li>Garry McNulty <a href="mailto:garrmcnu@gmail.com" class="email">garrmcnu@gmail.com</a></li>
<li>Mathieu Carbou <a href="mailto:mathieu.carbou@gmail.com" class="email">mathieu.carbou@gmail.com</a></li>
<li>Mark Otway <a href="mailto:mark@otway.com" class="email">mark@otway.com</a></li>
<li>William Cocker <a href="mailto:37018962+WilliamCocker@users.noreply.github.com" class="email">37018962+WilliamCocker@users.noreply.github.com</a></li>
<li>François Leurent <a href="mailto:131.js@cloudyks.org" class="email">131.js@cloudyks.org</a></li>
<li>Arkadius Stefanski <a href="mailto:arkste@gmail.com" class="email">arkste@gmail.com</a></li>
<li>Jay <a href="mailto:dev@jaygoel.com" class="email">dev@jaygoel.com</a></li>
<li>andrea rota <a href="mailto:a@xelera.eu" class="email">a@xelera.eu</a></li>
<li>nicolov <a href="mailto:nicolov@users.noreply.github.com" class="email">nicolov@users.noreply.github.com</a></li>
<li>Dario Guzik <a href="mailto:dario@guzik.com.ar" class="email">dario@guzik.com.ar</a></li>
<li>qip <a href="mailto:qip@users.noreply.github.com" class="email">qip@users.noreply.github.com</a></li>
<li>yair@unicorn <a href="mailto:yair@unicorn" class="email">yair@unicorn</a></li>
<li>Matt Robinson <a href="mailto:brimstone@the.narro.ws" class="email">brimstone@the.narro.ws</a></li>
<li>kayrus <a href="mailto:kay.diam@gmail.com" class="email">kay.diam@gmail.com</a></li>
<li>Rémy Léone <a href="mailto:remy.leone@gmail.com" class="email">remy.leone@gmail.com</a></li>
<li>Wojciech Smigielski <a href="mailto:wojciech.hieronim.smigielski@gmail.com" class="email">wojciech.hieronim.smigielski@gmail.com</a></li>
<li>weetmuts <a href="mailto:oehrstroem@gmail.com" class="email">oehrstroem@gmail.com</a></li>
<li>Jonathan <a href="mailto:vanillajonathan@users.noreply.github.com" class="email">vanillajonathan@users.noreply.github.com</a></li>
<li>James Carpenter <a href="mailto:orbsmiv@users.noreply.github.com" class="email">orbsmiv@users.noreply.github.com</a></li>
<li>Vince <a href="mailto:vince0villamora@gmail.com" class="email">vince0villamora@gmail.com</a></li>
<li>Nestar47 <a href="mailto:47841759+Nestar47@users.noreply.github.com" class="email">47841759+Nestar47@users.noreply.github.com</a></li>
<li>Six <a href="mailto:brbsix@gmail.com" class="email">brbsix@gmail.com</a></li>
<li>Alexandru Bumbacea <a href="mailto:alexandru.bumbacea@booking.com" class="email">alexandru.bumbacea@booking.com</a></li>
<li>calisro <a href="mailto:robert.calistri@gmail.com" class="email">robert.calistri@gmail.com</a></li>
<li>Dr.Rx <a href="mailto:david.rey@nventive.com" class="email">david.rey@nventive.com</a></li>
<li>marcintustin <a href="mailto:marcintustin@users.noreply.github.com" class="email">marcintustin@users.noreply.github.com</a></li>
<li>jaKa Močnik <a href="mailto:jaka@koofr.net" class="email">jaka@koofr.net</a></li>
<li>Fionera <a href="mailto:fionera@fionera.de" class="email">fionera@fionera.de</a></li>
<li>Dan Walters <a href="mailto:dan@walters.io" class="email">dan@walters.io</a></li>
<li>Danil Semelenov <a href="mailto:sgtpep@users.noreply.github.com" class="email">sgtpep@users.noreply.github.com</a></li>
<li>xopez <a href="mailto:28950736+xopez@users.noreply.github.com" class="email">28950736+xopez@users.noreply.github.com</a></li>
<li>Ben Boeckel <a href="mailto:mathstuf@gmail.com" class="email">mathstuf@gmail.com</a></li>
<li>Manu <a href="mailto:manu@snapdragon.cc" class="email">manu@snapdragon.cc</a></li>
<li>Kyle E. Mitchell <a href="mailto:kyle@kemitchell.com" class="email">kyle@kemitchell.com</a></li>
<li>Gary Kim <a href="mailto:gary@garykim.dev" class="email">gary@garykim.dev</a></li>
<li>Jon <a href="mailto:jonathn@github.com" class="email">jonathn@github.com</a></li>
<li>Jeff Quinn <a href="mailto:jeffrey.quinn@bluevoyant.com" class="email">jeffrey.quinn@bluevoyant.com</a></li>
<li>Peter Berbec <a href="mailto:peter@berbec.com" class="email">peter@berbec.com</a></li>
<li>didil <a href="mailto:1284255+didil@users.noreply.github.com" class="email">1284255+didil@users.noreply.github.com</a></li>
<li>id01 <a href="mailto:gaviniboom@gmail.com" class="email">gaviniboom@gmail.com</a></li>
<li>Robert Marko <a href="mailto:robimarko@gmail.com" class="email">robimarko@gmail.com</a></li>
<li>Philip Harvey <a href="mailto:32467456+pharveybattelle@users.noreply.github.com" class="email">32467456+pharveybattelle@users.noreply.github.com</a></li>
<li>JorisE <a href="mailto:JorisE@users.noreply.github.com" class="email">JorisE@users.noreply.github.com</a></li>
<li>garry415 <a href="mailto:garry.415@gmail.com" class="email">garry.415@gmail.com</a></li>
<li>forgems <a href="mailto:forgems@gmail.com" class="email">forgems@gmail.com</a></li>
<li>Florian Apolloner <a href="mailto:florian@apolloner.eu" class="email">florian@apolloner.eu</a></li>
<li>Aleksandar Janković <a href="mailto:office@ajankovic.com" class="email">office@ajankovic.com</a> <a href="mailto:ajankovic@users.noreply.github.com" class="email">ajankovic@users.noreply.github.com</a></li>
<li>Maran <a href="mailto:maran@protonmail.com" class="email">maran@protonmail.com</a></li>
<li>nguyenhuuluan434 <a href="mailto:nguyenhuuluan434@gmail.com" class="email">nguyenhuuluan434@gmail.com</a></li>
<li>Laura Hausmann <a href="mailto:zotan@zotan.pw" class="email">zotan@zotan.pw</a> <a href="mailto:laura@hausmann.dev" class="email">laura@hausmann.dev</a></li>
<li>yparitcher <a href="mailto:y@paritcher.com" class="email">y@paritcher.com</a></li>
<li>AbelThar <a href="mailto:abela.tharen@gmail.com" class="email">abela.tharen@gmail.com</a></li>
<li>Matti Niemenmaa <a href="mailto:matti.niemenmaa+git@iki.fi" class="email">matti.niemenmaa+git@iki.fi</a></li>
<li>Russell Davis <a href="mailto:russelldavis@users.noreply.github.com" class="email">russelldavis@users.noreply.github.com</a></li>
<li>Yi FU <a href="mailto:yi.fu@tink.se" class="email">yi.fu@tink.se</a></li>
<li>Paul Millar <a href="mailto:paul.millar@desy.de" class="email">paul.millar@desy.de</a></li>
<li>justinalin <a href="mailto:justinalin@qnap.com" class="email">justinalin@qnap.com</a></li>
<li>EliEron <a href="mailto:subanimehd@gmail.com" class="email">subanimehd@gmail.com</a></li>
<li>justina777 <a href="mailto:chiahuei.lin@gmail.com" class="email">chiahuei.lin@gmail.com</a></li>
<li>Chaitanya Bankanhal <a href="mailto:bchaitanya15@gmail.com" class="email">bchaitanya15@gmail.com</a></li>
<li>Michał Matczuk <a href="mailto:michal@scylladb.com" class="email">michal@scylladb.com</a></li>
<li>Macavirus <a href="mailto:macavirus@zoho.com" class="email">macavirus@zoho.com</a></li>
<li>Abhinav Sharma <a href="mailto:abhi18av@users.noreply.github.com" class="email">abhi18av@users.noreply.github.com</a></li>
<li>ginvine <a href="mailto:34869051+ginvine@users.noreply.github.com" class="email">34869051+ginvine@users.noreply.github.com</a></li>
<li>Patrick Wang <a href="mailto:mail6543210@yahoo.com.tw" class="email">mail6543210@yahoo.com.tw</a></li>
<li>Cenk Alti <a href="mailto:cenkalti@gmail.com" class="email">cenkalti@gmail.com</a></li>
<li>Andreas Chlupka <a href="mailto:andy@chlupka.com" class="email">andy@chlupka.com</a></li>
<li>Alfonso Montero <a href="mailto:amontero@tinet.org" class="email">amontero@tinet.org</a></li>
<li>Ivan Andreev <a href="mailto:ivandeex@gmail.com" class="email">ivandeex@gmail.com</a></li>
<li>David Baumgold <a href="mailto:david@davidbaumgold.com" class="email">david@davidbaumgold.com</a></li>
<li>Lars Lehtonen <a href="mailto:lars.lehtonen@gmail.com" class="email">lars.lehtonen@gmail.com</a></li>
<li>Matei David <a href="mailto:matei.david@gmail.com" class="email">matei.david@gmail.com</a></li>
<li>David <a href="mailto:david.bramwell@endemolshine.com" class="email">david.bramwell@endemolshine.com</a></li>
<li>Anthony Rusdi <a href="mailto:33247310+antrusd@users.noreply.github.com" class="email">33247310+antrusd@users.noreply.github.com</a></li>
<li>Richard Patel <a href="mailto:me@terorie.dev" class="email">me@terorie.dev</a></li>
<li>庄天翼 <a href="mailto:zty0826@gmail.com" class="email">zty0826@gmail.com</a></li>
<li>SwitchJS <a href="mailto:dev@switchjs.com" class="email">dev@switchjs.com</a></li>
<li>Raphael <a href="mailto:PowershellNinja@users.noreply.github.com" class="email">PowershellNinja@users.noreply.github.com</a></li>
<li>Sezal Agrawal <a href="mailto:sezalagrawal@gmail.com" class="email">sezalagrawal@gmail.com</a></li>
<li>Tyler <a href="mailto:TylerNakamura@users.noreply.github.com" class="email">TylerNakamura@users.noreply.github.com</a></li>
<li>Brett Dutro <a href="mailto:brett.dutro@gmail.com" class="email">brett.dutro@gmail.com</a></li>
<li>Vighnesh SK <a href="mailto:booterror99@gmail.com" class="email">booterror99@gmail.com</a></li>
<li>Arijit Biswas <a href="mailto:dibbyo456@gmail.com" class="email">dibbyo456@gmail.com</a></li>
<li>Michele Caci <a href="mailto:michele.caci@gmail.com" class="email">michele.caci@gmail.com</a></li>
<li>AlexandrBoltris <a href="mailto:ua2fgb@gmail.com" class="email">ua2fgb@gmail.com</a></li>
<li>Bryce Larson <a href="mailto:blarson@saltstack.com" class="email">blarson@saltstack.com</a></li>
<li>Carlos Ferreyra <a href="mailto:crypticmind@gmail.com" class="email">crypticmind@gmail.com</a></li>
<li>Saksham Khanna <a href="mailto:sakshamkhanna@outlook.com" class="email">sakshamkhanna@outlook.com</a></li>
<li>dausruddin <a href="mailto:5763466+dausruddin@users.noreply.github.com" class="email">5763466+dausruddin@users.noreply.github.com</a></li>
<li>zero-24 <a href="mailto:zero-24@users.noreply.github.com" class="email">zero-24@users.noreply.github.com</a></li>
<li>Xiaoxing Ye <a href="mailto:ye@xiaoxing.us" class="email">ye@xiaoxing.us</a></li>
<li>Barry Muldrey <a href="mailto:barry@muldrey.net" class="email">barry@muldrey.net</a></li>
<li>Sebastian Brandt <a href="mailto:sebastian.brandt@friday.de" class="email">sebastian.brandt@friday.de</a></li>
<li>Marco Molteni <a href="mailto:marco.molteni@mailbox.org" class="email">marco.molteni@mailbox.org</a></li>
2020-05-27 17:11:47 +02:00
<li>Ankur Gupta <a href="mailto:ankur0493@gmail.com" class="email">ankur0493@gmail.com</a> <a href="mailto:7876747+ankur0493@users.noreply.github.com" class="email">7876747+ankur0493@users.noreply.github.com</a></li>
2020-02-01 11:31:42 +01:00
<li>Maciej Zimnoch <a href="mailto:maciej@scylladb.com" class="email">maciej@scylladb.com</a></li>
<li>anuar45 <a href="mailto:serdaliyev.anuar@gmail.com" class="email">serdaliyev.anuar@gmail.com</a></li>
<li>Fernando <a href="mailto:ferferga@users.noreply.github.com" class="email">ferferga@users.noreply.github.com</a></li>
<li>David Cole <a href="mailto:david.cole@sohonet.com" class="email">david.cole@sohonet.com</a></li>
<li>Wei He <a href="mailto:git@weispot.com" class="email">git@weispot.com</a></li>
<li>Outvi V <a href="mailto:19144373+outloudvi@users.noreply.github.com" class="email">19144373+outloudvi@users.noreply.github.com</a></li>
<li>Thomas Kriechbaumer <a href="mailto:thomas@kriechbaumer.name" class="email">thomas@kriechbaumer.name</a></li>
<li>Tennix <a href="mailto:tennix@users.noreply.github.com" class="email">tennix@users.noreply.github.com</a></li>
<li>Ole Schütt <a href="mailto:ole@schuett.name" class="email">ole@schuett.name</a></li>
<li>Kuang-che Wu <a href="mailto:kcwu@csie.org" class="email">kcwu@csie.org</a></li>
<li>Thomas Eales <a href="mailto:wingsuit@users.noreply.github.com" class="email">wingsuit@users.noreply.github.com</a></li>
<li>Paul Tinsley <a href="mailto:paul.tinsley@vitalsource.com" class="email">paul.tinsley@vitalsource.com</a></li>
<li>Felix Hungenberg <a href="mailto:git@shiftgeist.com" class="email">git@shiftgeist.com</a></li>
<li>Benjamin Richter <a href="mailto:github@dev.telepath.de" class="email">github@dev.telepath.de</a></li>
<li>landall <a href="mailto:cst_zf@qq.com" class="email">cst_zf@qq.com</a></li>
<li>thestigma <a href="mailto:thestigma@gmail.com" class="email">thestigma@gmail.com</a></li>
<li>jtagcat <a href="mailto:38327267+jtagcat@users.noreply.github.com" class="email">38327267+jtagcat@users.noreply.github.com</a></li>
<li>Damon Permezel <a href="mailto:permezel@me.com" class="email">permezel@me.com</a></li>
<li>boosh <a href="mailto:boosh@users.noreply.github.com" class="email">boosh@users.noreply.github.com</a></li>
<li>unbelauscht <a href="mailto:58393353+unbelauscht@users.noreply.github.com" class="email">58393353+unbelauscht@users.noreply.github.com</a></li>
<li>Motonori IWAMURO <a href="mailto:vmi@nifty.com" class="email">vmi@nifty.com</a></li>
<li>Benjapol Worakan <a href="mailto:benwrk@live.com" class="email">benwrk@live.com</a></li>
2020-05-27 17:11:47 +02:00
<li>Dave Koston <a href="mailto:dave.koston@stackpath.com" class="email">dave.koston@stackpath.com</a></li>
<li>Durval Menezes <a href="mailto:DurvalMenezes@users.noreply.github.com" class="email">DurvalMenezes@users.noreply.github.com</a></li>
<li>Tim Gallant <a href="mailto:me@timgallant.us" class="email">me@timgallant.us</a></li>
<li>Frederick Zhang <a href="mailto:frederick888@tsundere.moe" class="email">frederick888@tsundere.moe</a></li>
<li>valery1707 <a href="mailto:valery1707@gmail.com" class="email">valery1707@gmail.com</a></li>
<li>Yves G <a href="mailto:theYinYeti@yalis.fr" class="email">theYinYeti@yalis.fr</a></li>
<li>Shing Kit Chan <a href="mailto:chanshingkit@gmail.com" class="email">chanshingkit@gmail.com</a></li>
<li>Franklyn Tackitt <a href="mailto:franklyn@tackitt.net" class="email">franklyn@tackitt.net</a></li>
<li>Robert-André Mauchin <a href="mailto:zebob.m@gmail.com" class="email">zebob.m@gmail.com</a></li>
<li>evileye <a href="mailto:48332831+ibiruai@users.noreply.github.com" class="email">48332831+ibiruai@users.noreply.github.com</a></li>
<li>Joachim Brandon LeBlanc <a href="mailto:brandon@leblanc.codes" class="email">brandon@leblanc.codes</a></li>
<li>Patryk Jakuszew <a href="mailto:patryk.jakuszew@gmail.com" class="email">patryk.jakuszew@gmail.com</a></li>
<li>fishbullet <a href="mailto:shindu666@gmail.com" class="email">shindu666@gmail.com</a></li>
<li>greatroar &lt;@&gt;</li>
<li>Bernd Schoolmann <a href="mailto:mail@quexten.com" class="email">mail@quexten.com</a></li>
<li>Elan Ruusamäe <a href="mailto:glen@pld-linux.org" class="email">glen@pld-linux.org</a></li>
<li>Max Sum <a href="mailto:max@lolyculture.com" class="email">max@lolyculture.com</a></li>
<li>Mark Spieth <a href="mailto:mspieth@users.noreply.github.com" class="email">mspieth@users.noreply.github.com</a></li>
<li>harry <a href="mailto:me@harry.plus" class="email">me@harry.plus</a></li>
<li>Samantha McVey <a href="mailto:samantham@posteo.net" class="email">samantham@posteo.net</a></li>
<li>Jack Anderson <a href="mailto:jack.anderson@metaswitch.com" class="email">jack.anderson@metaswitch.com</a></li>
<li>Michael G <a href="mailto:draget@speciesm.net" class="email">draget@speciesm.net</a></li>
<li>Brandon Philips <a href="mailto:brandon@ifup.org" class="email">brandon@ifup.org</a></li>
<li>Daven <a href="mailto:dooven@users.noreply.github.com" class="email">dooven@users.noreply.github.com</a></li>
<li>Martin Stone <a href="mailto:martin@d7415.co.uk" class="email">martin@d7415.co.uk</a></li>
<li>David Bramwell <a href="mailto:13053834+dbramwell@users.noreply.github.com" class="email">13053834+dbramwell@users.noreply.github.com</a></li>
<li>Sunil Patra <a href="mailto:snl_su@live.com" class="email">snl_su@live.com</a></li>
<li>Adam Stroud <a href="mailto:adam.stroud@gmail.com" class="email">adam.stroud@gmail.com</a></li>
<li>Kush <a href="mailto:kushsharma@users.noreply.github.com" class="email">kushsharma@users.noreply.github.com</a></li>
<li>Matan Rosenberg <a href="mailto:matan129@gmail.com" class="email">matan129@gmail.com</a></li>
<li>gitch1 <a href="mailto:63495046+gitch1@users.noreply.github.com" class="email">63495046+gitch1@users.noreply.github.com</a></li>
<li>ElonH <a href="mailto:elonhhuang@gmail.com" class="email">elonhhuang@gmail.com</a></li>
<li>Fred <a href="mailto:fred@creativeprojects.tech" class="email">fred@creativeprojects.tech</a></li>
<li>Sébastien Gross <a href="mailto:renard@users.noreply.github.com" class="email">renard@users.noreply.github.com</a></li>
<li>Maxime Suret <a href="mailto:11944422+msuret@users.noreply.github.com" class="email">11944422+msuret@users.noreply.github.com</a></li>
<li>Caleb Case <a href="mailto:caleb@storj.io" class="email">caleb@storj.io</a></li>
<li>Ben Zenker <a href="mailto:imbenzenker@gmail.com" class="email">imbenzenker@gmail.com</a></li>
<li>Martin Michlmayr <a href="mailto:tbm@cyrius.com" class="email">tbm@cyrius.com</a></li>
<li>Brandon McNama <a href="mailto:bmcnama@pagerduty.com" class="email">bmcnama@pagerduty.com</a></li>
<li>Daniel Slyman <a href="mailto:github@skylayer.eu" class="email">github@skylayer.eu</a></li>
2020-09-02 17:59:04 +02:00
<li>Alex Guerrero <a href="mailto:guerrero@users.noreply.github.com" class="email">guerrero@users.noreply.github.com</a></li>
<li>Matteo Pietro Dazzi <a href="mailto:matteopietro.dazzi@gft.com" class="email">matteopietro.dazzi@gft.com</a></li>
<li>edwardxml <a href="mailto:56691903+edwardxml@users.noreply.github.com" class="email">56691903+edwardxml@users.noreply.github.com</a></li>
<li>Roman Kredentser <a href="mailto:shareed2k@gmail.com" class="email">shareed2k@gmail.com</a></li>
<li>Kamil Trzciński <a href="mailto:ayufan@ayufan.eu" class="email">ayufan@ayufan.eu</a></li>
<li>Zac Rubin <a href="mailto:z-0@users.noreply.github.com" class="email">z-0@users.noreply.github.com</a></li>
<li>Vincent Feltz <a href="mailto:psycho@feltzv.fr" class="email">psycho@feltzv.fr</a></li>
<li>Heiko Bornholdt <a href="mailto:bornholdt@informatik.uni-hamburg.de" class="email">bornholdt@informatik.uni-hamburg.de</a></li>
<li>Matteo Pietro Dazzi <a href="mailto:matteopietro.dazzi@gmail.com" class="email">matteopietro.dazzi@gmail.com</a></li>
<li>jtagcat <a href="mailto:gitlab@c7.ee" class="email">gitlab@c7.ee</a></li>
<li>Petri Salminen <a href="mailto:petri@salminen.dev" class="email">petri@salminen.dev</a></li>
<li>Tim Burke <a href="mailto:tim.burke@gmail.com" class="email">tim.burke@gmail.com</a></li>
<li>Kai Lüke <a href="mailto:kai@kinvolk.io" class="email">kai@kinvolk.io</a></li>
<li>Garrett Squire <a href="mailto:github@garrettsquire.com" class="email">github@garrettsquire.com</a></li>
<li>Evan Harris <a href="mailto:eharris@puremagic.com" class="email">eharris@puremagic.com</a></li>
<li>Kevin <a href="mailto:keyam@microsoft.com" class="email">keyam@microsoft.com</a></li>
<li>Morten Linderud <a href="mailto:morten@linderud.pw" class="email">morten@linderud.pw</a></li>
<li>Dmitry Ustalov <a href="mailto:dmitry.ustalov@gmail.com" class="email">dmitry.ustalov@gmail.com</a></li>
<li>Jack <a href="mailto:196648+jdeng@users.noreply.github.com" class="email">196648+jdeng@users.noreply.github.com</a></li>
<li>kcris <a href="mailto:cristian.tarsoaga@gmail.com" class="email">cristian.tarsoaga@gmail.com</a></li>
<li>tyhuber1 <a href="mailto:68970760+tyhuber1@users.noreply.github.com" class="email">68970760+tyhuber1@users.noreply.github.com</a></li>
<li>David Ibarra <a href="mailto:david.ibarra@realty.com" class="email">david.ibarra@realty.com</a></li>
<li>Tim Gallant <a href="mailto:tim@lilt.com" class="email">tim@lilt.com</a></li>
<li>Kaloyan Raev <a href="mailto:kaloyan@storj.io" class="email">kaloyan@storj.io</a></li>
<li>Jay McEntire <a href="mailto:jay.mcentire@gmail.com" class="email">jay.mcentire@gmail.com</a></li>
<li>Leo Luan <a href="mailto:leoluan@us.ibm.com" class="email">leoluan@us.ibm.com</a></li>
<li>aus <a href="mailto:549081+aus@users.noreply.github.com" class="email">549081+aus@users.noreply.github.com</a></li>
<li>Aaron Gokaslan <a href="mailto:agokaslan@fb.com" class="email">agokaslan@fb.com</a></li>
<li>Egor Margineanu <a href="mailto:egmar@users.noreply.github.com" class="email">egmar@users.noreply.github.com</a></li>
<li>Lucas Kanashiro <a href="mailto:lucas.kanashiro@canonical.com" class="email">lucas.kanashiro@canonical.com</a></li>
<li>WarpedPixel <a href="mailto:WarpedPixel@users.noreply.github.com" class="email">WarpedPixel@users.noreply.github.com</a></li>
<li>Sam Edwards <a href="mailto:sam@samedwards.ca" class="email">sam@samedwards.ca</a></li>
2021-02-02 14:42:35 +01:00
<li>wjielai <a href="mailto:gouki0123@gmail.com" class="email">gouki0123@gmail.com</a></li>
<li>Muffin King <a href="mailto:jinxz_k@live.com" class="email">jinxz_k@live.com</a></li>
<li>Christopher Stewart <a href="mailto:6573710+1f47a@users.noreply.github.com" class="email">6573710+1f47a@users.noreply.github.com</a></li>
<li>Russell Cattelan <a href="mailto:cattelan@digitalelves.com" class="email">cattelan@digitalelves.com</a></li>
<li>gyutw <a href="mailto:30371241+gyutw@users.noreply.github.com" class="email">30371241+gyutw@users.noreply.github.com</a></li>
<li>Hekmon <a href="mailto:edouardhur@gmail.com" class="email">edouardhur@gmail.com</a></li>
<li>LaSombra <a href="mailto:lasombra@users.noreply.github.com" class="email">lasombra@users.noreply.github.com</a></li>
<li>Dov Murik <a href="mailto:dov.murik@gmail.com" class="email">dov.murik@gmail.com</a></li>
<li>Ameer Dawood <a href="mailto:ameer1234567890@gmail.com" class="email">ameer1234567890@gmail.com</a></li>
<li>Dan Hipschman <a href="mailto:dan.hipschman@opendoor.com" class="email">dan.hipschman@opendoor.com</a></li>
<li>Josh Soref <a href="mailto:jsoref@users.noreply.github.com" class="email">jsoref@users.noreply.github.com</a></li>
<li>David <a href="mailto:david@staron.nl" class="email">david@staron.nl</a></li>
<li>Ingo <a href="mailto:ingo@hoffmann.cx" class="email">ingo@hoffmann.cx</a></li>
<li>Adam Plánský <a href="mailto:adamplansky@users.noreply.github.com" class="email">adamplansky@users.noreply.github.com</a> <a href="mailto:adamplansky@gmail.com" class="email">adamplansky@gmail.com</a></li>
<li>Manish Gupta <a href="mailto:manishgupta.ait@gmail.com" class="email">manishgupta.ait@gmail.com</a></li>
<li>Deepak Sah <a href="mailto:sah.sslpu@gmail.com" class="email">sah.sslpu@gmail.com</a></li>
<li>Marcin Zelent <a href="mailto:marcin@zelent.net" class="email">marcin@zelent.net</a></li>
<li>zhucan <a href="mailto:zhucan.k8s@gmail.com" class="email">zhucan.k8s@gmail.com</a></li>
<li>James Lim <a href="mailto:james.lim@samsara.com" class="email">james.lim@samsara.com</a></li>
<li>Laurens Janssen <a href="mailto:BD69BM@insim.biz" class="email">BD69BM@insim.biz</a></li>
<li>Bob Bagwill <a href="mailto:bobbagwill@gmail.com" class="email">bobbagwill@gmail.com</a></li>
<li>Nathan Collins <a href="mailto:colli372@msu.edu" class="email">colli372@msu.edu</a></li>
<li>lostheli <unknown></li>
<li>kelv <a href="mailto:kelvin@acks.org" class="email">kelvin@acks.org</a></li>
<li>Milly <a href="mailto:milly.ca@gmail.com" class="email">milly.ca@gmail.com</a></li>
<li>gtorelly <a href="mailto:gtorelly@gmail.com" class="email">gtorelly@gmail.com</a></li>
<li>Brad Ackerman <a href="mailto:brad@facefault.org" class="email">brad@facefault.org</a></li>
<li>Mitsuo Heijo <a href="mailto:mitsuo.heijo@gmail.com" class="email">mitsuo.heijo@gmail.com</a></li>
<li>Claudio Bantaloukas <a href="mailto:rockdreamer@gmail.com" class="email">rockdreamer@gmail.com</a></li>
<li>Benjamin Gustin <a href="mailto:gustin.ben@gmail.com" class="email">gustin.ben@gmail.com</a></li>
<li>Ingo Weiss <a href="mailto:ingo@redhat.com" class="email">ingo@redhat.com</a></li>
<li>Kerry Su <a href="mailto:me@sshockwave.net" class="email">me@sshockwave.net</a></li>
<li>Ilyess Bachiri <a href="mailto:ilyess.bachiri@sonder.com" class="email">ilyess.bachiri@sonder.com</a></li>
<li>Yury Stankevich <a href="mailto:urykhy@gmail.com" class="email">urykhy@gmail.com</a></li>
<li>kice <a href="mailto:wslikerqs@gmail.com" class="email">wslikerqs@gmail.com</a></li>
<li>Denis Neuling <a href="mailto:denisneuling@gmail.com" class="email">denisneuling@gmail.com</a></li>
<li>Janne Johansson <a href="mailto:icepic.dz@gmail.com" class="email">icepic.dz@gmail.com</a></li>
<li>Patrik Nordlén <a href="mailto:patriki@gmail.com" class="email">patriki@gmail.com</a></li>
<li>CokeMine <a href="mailto:aptx4561@gmail.com" class="email">aptx4561@gmail.com</a></li>
<li>Sơn Trần-Nguyễn <a href="mailto:github@sntran.com" class="email">github@sntran.com</a></li>
<li>lluuaapp <a href="mailto:266615+lluuaapp@users.noreply.github.com" class="email">266615+lluuaapp@users.noreply.github.com</a></li>
<li>Zach Kipp <a href="mailto:kipp.zach@gmail.com" class="email">kipp.zach@gmail.com</a></li>
<li>Riccardo Iaconelli <a href="mailto:riccardo@kde.org" class="email">riccardo@kde.org</a></li>
<li>Sakuragawa Misty <a href="mailto:gyc990326@gmail.com" class="email">gyc990326@gmail.com</a></li>
<li>Nicolas Rueff <a href="mailto:nicolas@rueff.fr" class="email">nicolas@rueff.fr</a></li>
<li>Pau Rodriguez-Estivill <a href="mailto:prodrigestivill@gmail.com" class="email">prodrigestivill@gmail.com</a></li>
<li>Bob Pusateri <a href="mailto:BobPusateri@users.noreply.github.com" class="email">BobPusateri@users.noreply.github.com</a></li>
2021-03-31 20:12:08 +02:00
<li>Alex JOST <a href="mailto:25005220+dimejo@users.noreply.github.com" class="email">25005220+dimejo@users.noreply.github.com</a></li>
<li>Alexey Tabakman <a href="mailto:samosad.ru@gmail.com" class="email">samosad.ru@gmail.com</a></li>
<li>David Sze <a href="mailto:sze.david@gmail.com" class="email">sze.david@gmail.com</a></li>
<li>cynthia kwok <a href="mailto:cynthia.m.kwok@gmail.com" class="email">cynthia.m.kwok@gmail.com</a></li>
<li>Ankur Gupta <a href="mailto:agupta@egnyte.com" class="email">agupta@egnyte.com</a></li>
<li>Miron Veryanskiy <a href="mailto:MironVeryanskiy@gmail.com" class="email">MironVeryanskiy@gmail.com</a></li>
<li>K265 <a href="mailto:k.265@qq.com" class="email">k.265@qq.com</a></li>
<li>Vesnyx <a href="mailto:Vesnyx@users.noreply.github.com" class="email">Vesnyx@users.noreply.github.com</a></li>
<li>Dmitry Chepurovskiy <a href="mailto:me@dm3ch.net" class="email">me@dm3ch.net</a></li>
<li>Rauno Ots <a href="mailto:rauno.ots@cgi.com" class="email">rauno.ots@cgi.com</a></li>
<li>Georg Neugschwandtner <a href="mailto:georg.neugschwandtner@gmx.net" class="email">georg.neugschwandtner@gmx.net</a></li>
<li>pvalls <a href="mailto:polvallsrue@gmail.com" class="email">polvallsrue@gmail.com</a></li>
<li>Robert Thomas <a href="mailto:31854736+wolveix@users.noreply.github.com" class="email">31854736+wolveix@users.noreply.github.com</a></li>
<li>Romeo Kienzler <a href="mailto:romeo.kienzler@gmail.com" class="email">romeo.kienzler@gmail.com</a></li>
<li>tYYGH <a href="mailto:tYYGH@users.noreply.github.com" class="email">tYYGH@users.noreply.github.com</a></li>
<li>georne <a href="mailto:77802995+georne@users.noreply.github.com" class="email">77802995+georne@users.noreply.github.com</a></li>
<li>Maxwell Calman <a href="mailto:mcalman@MacBook-Pro.local" class="email">mcalman@MacBook-Pro.local</a></li>
<li>Naveen Honest Raj <a href="mailto:naveendurai19@gmail.com" class="email">naveendurai19@gmail.com</a></li>
<li>Lucas Messenger <a href="mailto:lmesseng@cisco.com" class="email">lmesseng@cisco.com</a></li>
<li>Manish Kumar <a href="mailto:krmanish260@gmail.com" class="email">krmanish260@gmail.com</a></li>
<li>x0b <a href="mailto:x0bdev@gmail.com" class="email">x0bdev@gmail.com</a></li>
<li>CERN through the CS3MESH4EOSC Project</li>
2016-01-31 17:33:20 +01:00
</ul>
2016-11-06 11:17:52 +01:00
<h1 id="contact-the-rclone-project">Contact the rclone project</h1>
<h2 id="forum">Forum</h2>
2019-04-13 12:01:58 +02:00
<p>Forum for questions and general discussion:</p>
2016-11-06 11:17:52 +01:00
<ul>
<li>https://forum.rclone.org</li>
</ul>
2020-05-27 17:11:47 +02:00
<h2 id="github-repository">GitHub repository</h2>
2020-09-02 17:59:04 +02:00
<p>The project's repository is located at:</p>
2016-01-31 17:33:20 +01:00
<ul>
<li>https://github.com/rclone/rclone</li>
2016-01-31 17:33:20 +01:00
</ul>
2020-05-27 17:11:47 +02:00
<p>There you can file bug reports or contribute with pull requests.</p>
2016-11-06 11:17:52 +01:00
<h2 id="twitter">Twitter</h2>
2019-04-13 12:01:58 +02:00
<p>You can also follow me on twitter for rclone announcements:</p>
2016-11-06 11:17:52 +01:00
<ul>
2019-04-13 12:01:58 +02:00
<li><span class="citation" data-cites="njcw">[@njcw]</span>(https://twitter.com/njcw)</li>
2016-01-31 17:33:20 +01:00
</ul>
2016-11-06 11:17:52 +01:00
<h2 id="email">Email</h2>
2020-09-02 17:59:04 +02:00
<p>Or if all else fails or you want to ask something private or confidential email <a href="mailto:nick@craig-wood.com">Nick Craig-Wood</a>. Please don't email me requests for help - those are better directed to the forum. Thanks!</p>
2016-01-31 17:33:20 +01:00
</body>
</html>