Version v1.43.1

This commit is contained in:
Nick Craig-Wood 2018-09-07 16:10:18 +01:00
parent a9ee9f8872
commit 307b3442a5
67 changed files with 390 additions and 238 deletions

View File

@ -12,7 +12,7 @@
<div id="header">
<h1 class="title">rclone(1) User Manual</h1>
<h2 class="author">Nick Craig-Wood</h2>
<h3 class="date">Sep 01, 2018</h3>
<h3 class="date">Sep 07, 2018</h3>
</div>
<h1 id="rclone">Rclone</h1>
<p><a href="https://rclone.org/"><img src="https://rclone.org/img/rclone-120x120.png" alt="Logo" /></a></p>
@ -6879,7 +6879,26 @@ nounc = true</code></pre>
<h4 id="skip-links">--skip-links</h4>
<p>This flag disables warning messages on skipped symlinks or junction points, as you explicitly acknowledge that they should be skipped.</p>
<h1 id="changelog">Changelog</h1>
<h2 id="v1.42---2018-09-01">v1.42 - 2018-09-01</h2>
<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>
<li>cmd: Fix crash with --progress and --stats 0 (Nick Craig-Wood)</li>
<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>
<ul>
<li>New backends
<ul>

View File

@ -1,6 +1,6 @@
% rclone(1) User Manual
% Nick Craig-Wood
% Sep 01, 2018
% Sep 07, 2018
Rclone
======
@ -11628,7 +11628,21 @@ points, as you explicitly acknowledge that they should be skipped.
# Changelog
## v1.42 - 2018-09-01
## v1.43.1 - 2018-09-07
Point release to fix hubic and azureblob backends.
* Bug Fixes
* ncdu: Return error instead of log.Fatal in Show (Fabian Möller)
* cmd: Fix crash with --progress and --stats 0 (Nick Craig-Wood)
* docs: Tidy website display (Anagh Kumar Baranwal)
* Azure Blob:
* Fix multi-part uploads. (sandeepkru)
* Hubic
* Fix uploads (Nick Craig-Wood)
* Retry auth fetching if it fails to make hubic more reliable (Nick Craig-Wood)
## v1.43 - 2018-09-01
* New backends
* Jottacloud (Sebastian Bünger)

View File

@ -1,6 +1,6 @@
rclone(1) User Manual
Nick Craig-Wood
Sep 01, 2018
Sep 07, 2018
@ -11192,7 +11192,23 @@ points, as you explicitly acknowledge that they should be skipped.
CHANGELOG
v1.42 - 2018-09-01
v1.43.1 - 2018-09-07
Point release to fix hubic and azureblob backends.
- Bug Fixes
- ncdu: Return error instead of log.Fatal in Show (Fabian Möller)
- cmd: Fix crash with --progress and --stats 0 (Nick Craig-Wood)
- docs: Tidy website display (Anagh Kumar Baranwal)
- Azure Blob:
- Fix multi-part uploads. (sandeepkru)
- Hubic
- Fix uploads (Nick Craig-Wood)
- Retry auth fetching if it fails to make hubic more reliable
(Nick Craig-Wood)
v1.43 - 2018-09-01
- New backends
- Jottacloud (Sebastian Bünger)

View File

@ -1,12 +1,26 @@
---
title: "Documentation"
description: "Rclone Changelog"
date: "2018-09-01"
date: "2018-09-07"
---
# Changelog
## v1.42 - 2018-09-01
## v1.43.1 - 2018-09-07
Point release to fix hubic and azureblob backends.
* Bug Fixes
* ncdu: Return error instead of log.Fatal in Show (Fabian Möller)
* cmd: Fix crash with --progress and --stats 0 (Nick Craig-Wood)
* docs: Tidy website display (Anagh Kumar Baranwal)
* Azure Blob:
* Fix multi-part uploads. (sandeepkru)
* Hubic
* Fix uploads (Nick Craig-Wood)
* Retry auth fetching if it fails to make hubic more reliable (Nick Craig-Wood)
## v1.43 - 2018-09-01
* New backends
* Jottacloud (Sebastian Bünger)

View File

@ -1,12 +1,12 @@
---
date: 2018-09-01T12:54:54+01:00
date: 2018-09-07T16:09:26+01:00
title: "rclone"
slug: rclone
url: /commands/rclone/
---
## rclone
Sync files and directories to and from local and remote object stores - v1.43
Sync files and directories to and from local and remote object stores - v1.43.1
### Synopsis
@ -176,6 +176,7 @@ rclone [flags]
--gcs-storage-class string The storage class to use when storing objects in Google Cloud Storage.
-h, --help help for rclone
--http-url string URL of http host to connect to
--hubic-chunk-size SizeSuffix Above this size files will be chunked into a _segments container. (default 5G)
--hubic-client-id string Hubic Client Id
--hubic-client-secret string Hubic Client Secret
--ignore-checksum Skip post copy check of checksums.
@ -303,7 +304,7 @@ rclone [flags]
--transfers int Number of file transfers to run in parallel. (default 4)
-u, --update Skip files that are newer on the destination.
--use-server-modtime Use server modified time instead of object metadata
--user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.43")
--user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.43.1")
-v, --verbose count Print lots more stuff (repeat for more)
-V, --version Print the version number
--webdav-bearer-token string Bearer token instead of user/pass (eg a Macaroon)
@ -363,4 +364,4 @@ rclone [flags]
* [rclone tree](/commands/rclone_tree/) - List the contents of the remote in a tree like fashion.
* [rclone version](/commands/rclone_version/) - Show the version number.
###### Auto generated by spf13/cobra on 1-Sep-2018
###### Auto generated by spf13/cobra on 7-Sep-2018

View File

@ -1,5 +1,5 @@
---
date: 2018-09-01T12:54:54+01:00
date: 2018-09-07T16:09:26+01:00
title: "rclone about"
slug: rclone_about
url: /commands/rclone_about/
@ -184,6 +184,7 @@ rclone about remote: [flags]
--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.
--http-url string URL of http host to connect to
--hubic-chunk-size SizeSuffix Above this size files will be chunked into a _segments container. (default 5G)
--hubic-client-id string Hubic Client Id
--hubic-client-secret string Hubic Client Secret
--ignore-checksum Skip post copy check of checksums.
@ -311,7 +312,7 @@ rclone about remote: [flags]
--transfers int Number of file transfers to run in parallel. (default 4)
-u, --update Skip files that are newer on the destination.
--use-server-modtime Use server modified time instead of object metadata
--user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.43")
--user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.43.1")
-v, --verbose count Print lots more stuff (repeat for more)
--webdav-bearer-token string Bearer token instead of user/pass (eg a Macaroon)
--webdav-pass string Password.
@ -324,6 +325,6 @@ rclone about remote: [flags]
### SEE ALSO
* [rclone](/commands/rclone/) - Sync files and directories to and from local and remote object stores - v1.43
* [rclone](/commands/rclone/) - Sync files and directories to and from local and remote object stores - v1.43.1
###### Auto generated by spf13/cobra on 1-Sep-2018
###### Auto generated by spf13/cobra on 7-Sep-2018

View File

@ -1,5 +1,5 @@
---
date: 2018-09-01T12:54:54+01:00
date: 2018-09-07T16:09:26+01:00
title: "rclone authorize"
slug: rclone_authorize
url: /commands/rclone_authorize/
@ -143,6 +143,7 @@ rclone authorize [flags]
--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.
--http-url string URL of http host to connect to
--hubic-chunk-size SizeSuffix Above this size files will be chunked into a _segments container. (default 5G)
--hubic-client-id string Hubic Client Id
--hubic-client-secret string Hubic Client Secret
--ignore-checksum Skip post copy check of checksums.
@ -270,7 +271,7 @@ rclone authorize [flags]
--transfers int Number of file transfers to run in parallel. (default 4)
-u, --update Skip files that are newer on the destination.
--use-server-modtime Use server modified time instead of object metadata
--user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.43")
--user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.43.1")
-v, --verbose count Print lots more stuff (repeat for more)
--webdav-bearer-token string Bearer token instead of user/pass (eg a Macaroon)
--webdav-pass string Password.
@ -283,6 +284,6 @@ rclone authorize [flags]
### SEE ALSO
* [rclone](/commands/rclone/) - Sync files and directories to and from local and remote object stores - v1.43
* [rclone](/commands/rclone/) - Sync files and directories to and from local and remote object stores - v1.43.1
###### Auto generated by spf13/cobra on 1-Sep-2018
###### Auto generated by spf13/cobra on 7-Sep-2018

View File

@ -1,5 +1,5 @@
---
date: 2018-09-01T12:54:54+01:00
date: 2018-09-07T16:09:26+01:00
title: "rclone cachestats"
slug: rclone_cachestats
url: /commands/rclone_cachestats/
@ -142,6 +142,7 @@ rclone cachestats source: [flags]
--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.
--http-url string URL of http host to connect to
--hubic-chunk-size SizeSuffix Above this size files will be chunked into a _segments container. (default 5G)
--hubic-client-id string Hubic Client Id
--hubic-client-secret string Hubic Client Secret
--ignore-checksum Skip post copy check of checksums.
@ -269,7 +270,7 @@ rclone cachestats source: [flags]
--transfers int Number of file transfers to run in parallel. (default 4)
-u, --update Skip files that are newer on the destination.
--use-server-modtime Use server modified time instead of object metadata
--user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.43")
--user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.43.1")
-v, --verbose count Print lots more stuff (repeat for more)
--webdav-bearer-token string Bearer token instead of user/pass (eg a Macaroon)
--webdav-pass string Password.
@ -282,6 +283,6 @@ rclone cachestats source: [flags]
### SEE ALSO
* [rclone](/commands/rclone/) - Sync files and directories to and from local and remote object stores - v1.43
* [rclone](/commands/rclone/) - Sync files and directories to and from local and remote object stores - v1.43.1
###### Auto generated by spf13/cobra on 1-Sep-2018
###### Auto generated by spf13/cobra on 7-Sep-2018

View File

@ -1,5 +1,5 @@
---
date: 2018-09-01T12:54:54+01:00
date: 2018-09-07T16:09:26+01:00
title: "rclone cat"
slug: rclone_cat
url: /commands/rclone_cat/
@ -164,6 +164,7 @@ rclone cat remote:path [flags]
--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.
--http-url string URL of http host to connect to
--hubic-chunk-size SizeSuffix Above this size files will be chunked into a _segments container. (default 5G)
--hubic-client-id string Hubic Client Id
--hubic-client-secret string Hubic Client Secret
--ignore-checksum Skip post copy check of checksums.
@ -291,7 +292,7 @@ rclone cat remote:path [flags]
--transfers int Number of file transfers to run in parallel. (default 4)
-u, --update Skip files that are newer on the destination.
--use-server-modtime Use server modified time instead of object metadata
--user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.43")
--user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.43.1")
-v, --verbose count Print lots more stuff (repeat for more)
--webdav-bearer-token string Bearer token instead of user/pass (eg a Macaroon)
--webdav-pass string Password.
@ -304,6 +305,6 @@ rclone cat remote:path [flags]
### SEE ALSO
* [rclone](/commands/rclone/) - Sync files and directories to and from local and remote object stores - v1.43
* [rclone](/commands/rclone/) - Sync files and directories to and from local and remote object stores - v1.43.1
###### Auto generated by spf13/cobra on 1-Sep-2018
###### Auto generated by spf13/cobra on 7-Sep-2018

View File

@ -1,5 +1,5 @@
---
date: 2018-09-01T12:54:54+01:00
date: 2018-09-07T16:09:26+01:00
title: "rclone check"
slug: rclone_check
url: /commands/rclone_check/
@ -158,6 +158,7 @@ rclone check source:path dest:path [flags]
--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.
--http-url string URL of http host to connect to
--hubic-chunk-size SizeSuffix Above this size files will be chunked into a _segments container. (default 5G)
--hubic-client-id string Hubic Client Id
--hubic-client-secret string Hubic Client Secret
--ignore-checksum Skip post copy check of checksums.
@ -285,7 +286,7 @@ rclone check source:path dest:path [flags]
--transfers int Number of file transfers to run in parallel. (default 4)
-u, --update Skip files that are newer on the destination.
--use-server-modtime Use server modified time instead of object metadata
--user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.43")
--user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.43.1")
-v, --verbose count Print lots more stuff (repeat for more)
--webdav-bearer-token string Bearer token instead of user/pass (eg a Macaroon)
--webdav-pass string Password.
@ -298,6 +299,6 @@ rclone check source:path dest:path [flags]
### SEE ALSO
* [rclone](/commands/rclone/) - Sync files and directories to and from local and remote object stores - v1.43
* [rclone](/commands/rclone/) - Sync files and directories to and from local and remote object stores - v1.43.1
###### Auto generated by spf13/cobra on 1-Sep-2018
###### Auto generated by spf13/cobra on 7-Sep-2018

View File

@ -1,5 +1,5 @@
---
date: 2018-09-01T12:54:54+01:00
date: 2018-09-07T16:09:26+01:00
title: "rclone cleanup"
slug: rclone_cleanup
url: /commands/rclone_cleanup/
@ -143,6 +143,7 @@ rclone cleanup remote:path [flags]
--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.
--http-url string URL of http host to connect to
--hubic-chunk-size SizeSuffix Above this size files will be chunked into a _segments container. (default 5G)
--hubic-client-id string Hubic Client Id
--hubic-client-secret string Hubic Client Secret
--ignore-checksum Skip post copy check of checksums.
@ -270,7 +271,7 @@ rclone cleanup remote:path [flags]
--transfers int Number of file transfers to run in parallel. (default 4)
-u, --update Skip files that are newer on the destination.
--use-server-modtime Use server modified time instead of object metadata
--user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.43")
--user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.43.1")
-v, --verbose count Print lots more stuff (repeat for more)
--webdav-bearer-token string Bearer token instead of user/pass (eg a Macaroon)
--webdav-pass string Password.
@ -283,6 +284,6 @@ rclone cleanup remote:path [flags]
### SEE ALSO
* [rclone](/commands/rclone/) - Sync files and directories to and from local and remote object stores - v1.43
* [rclone](/commands/rclone/) - Sync files and directories to and from local and remote object stores - v1.43.1
###### Auto generated by spf13/cobra on 1-Sep-2018
###### Auto generated by spf13/cobra on 7-Sep-2018

View File

@ -1,5 +1,5 @@
---
date: 2018-09-01T12:54:54+01:00
date: 2018-09-07T16:09:26+01:00
title: "rclone config"
slug: rclone_config
url: /commands/rclone_config/
@ -143,6 +143,7 @@ rclone config [flags]
--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.
--http-url string URL of http host to connect to
--hubic-chunk-size SizeSuffix Above this size files will be chunked into a _segments container. (default 5G)
--hubic-client-id string Hubic Client Id
--hubic-client-secret string Hubic Client Secret
--ignore-checksum Skip post copy check of checksums.
@ -270,7 +271,7 @@ rclone config [flags]
--transfers int Number of file transfers to run in parallel. (default 4)
-u, --update Skip files that are newer on the destination.
--use-server-modtime Use server modified time instead of object metadata
--user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.43")
--user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.43.1")
-v, --verbose count Print lots more stuff (repeat for more)
--webdav-bearer-token string Bearer token instead of user/pass (eg a Macaroon)
--webdav-pass string Password.
@ -283,7 +284,7 @@ rclone config [flags]
### SEE ALSO
* [rclone](/commands/rclone/) - Sync files and directories to and from local and remote object stores - v1.43
* [rclone](/commands/rclone/) - Sync files and directories to and from local and remote object stores - v1.43.1
* [rclone config create](/commands/rclone_config_create/) - Create a new remote with name, type and options.
* [rclone config delete](/commands/rclone_config_delete/) - Delete an existing remote <name>.
* [rclone config dump](/commands/rclone_config_dump/) - Dump the config file as JSON.
@ -294,4 +295,4 @@ rclone config [flags]
* [rclone config show](/commands/rclone_config_show/) - Print (decrypted) config file, or the config for a single remote.
* [rclone config update](/commands/rclone_config_update/) - Update options in an existing remote.
###### Auto generated by spf13/cobra on 1-Sep-2018
###### Auto generated by spf13/cobra on 7-Sep-2018

View File

@ -1,5 +1,5 @@
---
date: 2018-09-01T12:54:54+01:00
date: 2018-09-07T16:09:26+01:00
title: "rclone config create"
slug: rclone_config_create
url: /commands/rclone_config_create/
@ -148,6 +148,7 @@ rclone config create <name> <type> [<key> <value>]* [flags]
--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.
--http-url string URL of http host to connect to
--hubic-chunk-size SizeSuffix Above this size files will be chunked into a _segments container. (default 5G)
--hubic-client-id string Hubic Client Id
--hubic-client-secret string Hubic Client Secret
--ignore-checksum Skip post copy check of checksums.
@ -275,7 +276,7 @@ rclone config create <name> <type> [<key> <value>]* [flags]
--transfers int Number of file transfers to run in parallel. (default 4)
-u, --update Skip files that are newer on the destination.
--use-server-modtime Use server modified time instead of object metadata
--user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.43")
--user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.43.1")
-v, --verbose count Print lots more stuff (repeat for more)
--webdav-bearer-token string Bearer token instead of user/pass (eg a Macaroon)
--webdav-pass string Password.
@ -290,4 +291,4 @@ rclone config create <name> <type> [<key> <value>]* [flags]
* [rclone config](/commands/rclone_config/) - Enter an interactive configuration session.
###### Auto generated by spf13/cobra on 1-Sep-2018
###### Auto generated by spf13/cobra on 7-Sep-2018

View File

@ -1,5 +1,5 @@
---
date: 2018-09-01T12:54:54+01:00
date: 2018-09-07T16:09:26+01:00
title: "rclone config delete"
slug: rclone_config_delete
url: /commands/rclone_config_delete/
@ -140,6 +140,7 @@ rclone config delete <name> [flags]
--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.
--http-url string URL of http host to connect to
--hubic-chunk-size SizeSuffix Above this size files will be chunked into a _segments container. (default 5G)
--hubic-client-id string Hubic Client Id
--hubic-client-secret string Hubic Client Secret
--ignore-checksum Skip post copy check of checksums.
@ -267,7 +268,7 @@ rclone config delete <name> [flags]
--transfers int Number of file transfers to run in parallel. (default 4)
-u, --update Skip files that are newer on the destination.
--use-server-modtime Use server modified time instead of object metadata
--user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.43")
--user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.43.1")
-v, --verbose count Print lots more stuff (repeat for more)
--webdav-bearer-token string Bearer token instead of user/pass (eg a Macaroon)
--webdav-pass string Password.
@ -282,4 +283,4 @@ rclone config delete <name> [flags]
* [rclone config](/commands/rclone_config/) - Enter an interactive configuration session.
###### Auto generated by spf13/cobra on 1-Sep-2018
###### Auto generated by spf13/cobra on 7-Sep-2018

View File

@ -1,5 +1,5 @@
---
date: 2018-09-01T12:54:54+01:00
date: 2018-09-07T16:09:26+01:00
title: "rclone config dump"
slug: rclone_config_dump
url: /commands/rclone_config_dump/
@ -140,6 +140,7 @@ rclone config dump [flags]
--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.
--http-url string URL of http host to connect to
--hubic-chunk-size SizeSuffix Above this size files will be chunked into a _segments container. (default 5G)
--hubic-client-id string Hubic Client Id
--hubic-client-secret string Hubic Client Secret
--ignore-checksum Skip post copy check of checksums.
@ -267,7 +268,7 @@ rclone config dump [flags]
--transfers int Number of file transfers to run in parallel. (default 4)
-u, --update Skip files that are newer on the destination.
--use-server-modtime Use server modified time instead of object metadata
--user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.43")
--user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.43.1")
-v, --verbose count Print lots more stuff (repeat for more)
--webdav-bearer-token string Bearer token instead of user/pass (eg a Macaroon)
--webdav-pass string Password.
@ -282,4 +283,4 @@ rclone config dump [flags]
* [rclone config](/commands/rclone_config/) - Enter an interactive configuration session.
###### Auto generated by spf13/cobra on 1-Sep-2018
###### Auto generated by spf13/cobra on 7-Sep-2018

View File

@ -1,5 +1,5 @@
---
date: 2018-09-01T12:54:54+01:00
date: 2018-09-07T16:09:26+01:00
title: "rclone config edit"
slug: rclone_config_edit
url: /commands/rclone_config_edit/
@ -143,6 +143,7 @@ rclone config edit [flags]
--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.
--http-url string URL of http host to connect to
--hubic-chunk-size SizeSuffix Above this size files will be chunked into a _segments container. (default 5G)
--hubic-client-id string Hubic Client Id
--hubic-client-secret string Hubic Client Secret
--ignore-checksum Skip post copy check of checksums.
@ -270,7 +271,7 @@ rclone config edit [flags]
--transfers int Number of file transfers to run in parallel. (default 4)
-u, --update Skip files that are newer on the destination.
--use-server-modtime Use server modified time instead of object metadata
--user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.43")
--user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.43.1")
-v, --verbose count Print lots more stuff (repeat for more)
--webdav-bearer-token string Bearer token instead of user/pass (eg a Macaroon)
--webdav-pass string Password.
@ -285,4 +286,4 @@ rclone config edit [flags]
* [rclone config](/commands/rclone_config/) - Enter an interactive configuration session.
###### Auto generated by spf13/cobra on 1-Sep-2018
###### Auto generated by spf13/cobra on 7-Sep-2018

View File

@ -1,5 +1,5 @@
---
date: 2018-09-01T12:54:54+01:00
date: 2018-09-07T16:09:26+01:00
title: "rclone config file"
slug: rclone_config_file
url: /commands/rclone_config_file/
@ -140,6 +140,7 @@ rclone config file [flags]
--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.
--http-url string URL of http host to connect to
--hubic-chunk-size SizeSuffix Above this size files will be chunked into a _segments container. (default 5G)
--hubic-client-id string Hubic Client Id
--hubic-client-secret string Hubic Client Secret
--ignore-checksum Skip post copy check of checksums.
@ -267,7 +268,7 @@ rclone config file [flags]
--transfers int Number of file transfers to run in parallel. (default 4)
-u, --update Skip files that are newer on the destination.
--use-server-modtime Use server modified time instead of object metadata
--user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.43")
--user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.43.1")
-v, --verbose count Print lots more stuff (repeat for more)
--webdav-bearer-token string Bearer token instead of user/pass (eg a Macaroon)
--webdav-pass string Password.
@ -282,4 +283,4 @@ rclone config file [flags]
* [rclone config](/commands/rclone_config/) - Enter an interactive configuration session.
###### Auto generated by spf13/cobra on 1-Sep-2018
###### Auto generated by spf13/cobra on 7-Sep-2018

View File

@ -1,5 +1,5 @@
---
date: 2018-09-01T12:54:54+01:00
date: 2018-09-07T16:09:26+01:00
title: "rclone config password"
slug: rclone_config_password
url: /commands/rclone_config_password/
@ -147,6 +147,7 @@ rclone config password <name> [<key> <value>]+ [flags]
--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.
--http-url string URL of http host to connect to
--hubic-chunk-size SizeSuffix Above this size files will be chunked into a _segments container. (default 5G)
--hubic-client-id string Hubic Client Id
--hubic-client-secret string Hubic Client Secret
--ignore-checksum Skip post copy check of checksums.
@ -274,7 +275,7 @@ rclone config password <name> [<key> <value>]+ [flags]
--transfers int Number of file transfers to run in parallel. (default 4)
-u, --update Skip files that are newer on the destination.
--use-server-modtime Use server modified time instead of object metadata
--user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.43")
--user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.43.1")
-v, --verbose count Print lots more stuff (repeat for more)
--webdav-bearer-token string Bearer token instead of user/pass (eg a Macaroon)
--webdav-pass string Password.
@ -289,4 +290,4 @@ rclone config password <name> [<key> <value>]+ [flags]
* [rclone config](/commands/rclone_config/) - Enter an interactive configuration session.
###### Auto generated by spf13/cobra on 1-Sep-2018
###### Auto generated by spf13/cobra on 7-Sep-2018

View File

@ -1,5 +1,5 @@
---
date: 2018-09-01T12:54:54+01:00
date: 2018-09-07T16:09:26+01:00
title: "rclone config providers"
slug: rclone_config_providers
url: /commands/rclone_config_providers/
@ -140,6 +140,7 @@ rclone config providers [flags]
--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.
--http-url string URL of http host to connect to
--hubic-chunk-size SizeSuffix Above this size files will be chunked into a _segments container. (default 5G)
--hubic-client-id string Hubic Client Id
--hubic-client-secret string Hubic Client Secret
--ignore-checksum Skip post copy check of checksums.
@ -267,7 +268,7 @@ rclone config providers [flags]
--transfers int Number of file transfers to run in parallel. (default 4)
-u, --update Skip files that are newer on the destination.
--use-server-modtime Use server modified time instead of object metadata
--user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.43")
--user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.43.1")
-v, --verbose count Print lots more stuff (repeat for more)
--webdav-bearer-token string Bearer token instead of user/pass (eg a Macaroon)
--webdav-pass string Password.
@ -282,4 +283,4 @@ rclone config providers [flags]
* [rclone config](/commands/rclone_config/) - Enter an interactive configuration session.
###### Auto generated by spf13/cobra on 1-Sep-2018
###### Auto generated by spf13/cobra on 7-Sep-2018

View File

@ -1,5 +1,5 @@
---
date: 2018-09-01T12:54:54+01:00
date: 2018-09-07T16:09:26+01:00
title: "rclone config show"
slug: rclone_config_show
url: /commands/rclone_config_show/
@ -140,6 +140,7 @@ rclone config show [<remote>] [flags]
--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.
--http-url string URL of http host to connect to
--hubic-chunk-size SizeSuffix Above this size files will be chunked into a _segments container. (default 5G)
--hubic-client-id string Hubic Client Id
--hubic-client-secret string Hubic Client Secret
--ignore-checksum Skip post copy check of checksums.
@ -267,7 +268,7 @@ rclone config show [<remote>] [flags]
--transfers int Number of file transfers to run in parallel. (default 4)
-u, --update Skip files that are newer on the destination.
--use-server-modtime Use server modified time instead of object metadata
--user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.43")
--user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.43.1")
-v, --verbose count Print lots more stuff (repeat for more)
--webdav-bearer-token string Bearer token instead of user/pass (eg a Macaroon)
--webdav-pass string Password.
@ -282,4 +283,4 @@ rclone config show [<remote>] [flags]
* [rclone config](/commands/rclone_config/) - Enter an interactive configuration session.
###### Auto generated by spf13/cobra on 1-Sep-2018
###### Auto generated by spf13/cobra on 7-Sep-2018

View File

@ -1,5 +1,5 @@
---
date: 2018-09-01T12:54:54+01:00
date: 2018-09-07T16:09:26+01:00
title: "rclone config update"
slug: rclone_config_update
url: /commands/rclone_config_update/
@ -147,6 +147,7 @@ rclone config update <name> [<key> <value>]+ [flags]
--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.
--http-url string URL of http host to connect to
--hubic-chunk-size SizeSuffix Above this size files will be chunked into a _segments container. (default 5G)
--hubic-client-id string Hubic Client Id
--hubic-client-secret string Hubic Client Secret
--ignore-checksum Skip post copy check of checksums.
@ -274,7 +275,7 @@ rclone config update <name> [<key> <value>]+ [flags]
--transfers int Number of file transfers to run in parallel. (default 4)
-u, --update Skip files that are newer on the destination.
--use-server-modtime Use server modified time instead of object metadata
--user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.43")
--user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.43.1")
-v, --verbose count Print lots more stuff (repeat for more)
--webdav-bearer-token string Bearer token instead of user/pass (eg a Macaroon)
--webdav-pass string Password.
@ -289,4 +290,4 @@ rclone config update <name> [<key> <value>]+ [flags]
* [rclone config](/commands/rclone_config/) - Enter an interactive configuration session.
###### Auto generated by spf13/cobra on 1-Sep-2018
###### Auto generated by spf13/cobra on 7-Sep-2018

View File

@ -1,5 +1,5 @@
---
date: 2018-09-01T12:54:54+01:00
date: 2018-09-07T16:09:26+01:00
title: "rclone copy"
slug: rclone_copy
url: /commands/rclone_copy/
@ -176,6 +176,7 @@ rclone copy source:path dest:path [flags]
--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.
--http-url string URL of http host to connect to
--hubic-chunk-size SizeSuffix Above this size files will be chunked into a _segments container. (default 5G)
--hubic-client-id string Hubic Client Id
--hubic-client-secret string Hubic Client Secret
--ignore-checksum Skip post copy check of checksums.
@ -303,7 +304,7 @@ rclone copy source:path dest:path [flags]
--transfers int Number of file transfers to run in parallel. (default 4)
-u, --update Skip files that are newer on the destination.
--use-server-modtime Use server modified time instead of object metadata
--user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.43")
--user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.43.1")
-v, --verbose count Print lots more stuff (repeat for more)
--webdav-bearer-token string Bearer token instead of user/pass (eg a Macaroon)
--webdav-pass string Password.
@ -316,6 +317,6 @@ rclone copy source:path dest:path [flags]
### SEE ALSO
* [rclone](/commands/rclone/) - Sync files and directories to and from local and remote object stores - v1.43
* [rclone](/commands/rclone/) - Sync files and directories to and from local and remote object stores - v1.43.1
###### Auto generated by spf13/cobra on 1-Sep-2018
###### Auto generated by spf13/cobra on 7-Sep-2018

View File

@ -1,5 +1,5 @@
---
date: 2018-09-01T12:54:54+01:00
date: 2018-09-07T16:09:26+01:00
title: "rclone copyto"
slug: rclone_copyto
url: /commands/rclone_copyto/
@ -166,6 +166,7 @@ rclone copyto source:path dest:path [flags]
--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.
--http-url string URL of http host to connect to
--hubic-chunk-size SizeSuffix Above this size files will be chunked into a _segments container. (default 5G)
--hubic-client-id string Hubic Client Id
--hubic-client-secret string Hubic Client Secret
--ignore-checksum Skip post copy check of checksums.
@ -293,7 +294,7 @@ rclone copyto source:path dest:path [flags]
--transfers int Number of file transfers to run in parallel. (default 4)
-u, --update Skip files that are newer on the destination.
--use-server-modtime Use server modified time instead of object metadata
--user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.43")
--user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.43.1")
-v, --verbose count Print lots more stuff (repeat for more)
--webdav-bearer-token string Bearer token instead of user/pass (eg a Macaroon)
--webdav-pass string Password.
@ -306,6 +307,6 @@ rclone copyto source:path dest:path [flags]
### SEE ALSO
* [rclone](/commands/rclone/) - Sync files and directories to and from local and remote object stores - v1.43
* [rclone](/commands/rclone/) - Sync files and directories to and from local and remote object stores - v1.43.1
###### Auto generated by spf13/cobra on 1-Sep-2018
###### Auto generated by spf13/cobra on 7-Sep-2018

View File

@ -1,5 +1,5 @@
---
date: 2018-09-01T12:54:54+01:00
date: 2018-09-07T16:09:26+01:00
title: "rclone copyurl"
slug: rclone_copyurl
url: /commands/rclone_copyurl/
@ -143,6 +143,7 @@ rclone copyurl https://example.com dest:path [flags]
--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.
--http-url string URL of http host to connect to
--hubic-chunk-size SizeSuffix Above this size files will be chunked into a _segments container. (default 5G)
--hubic-client-id string Hubic Client Id
--hubic-client-secret string Hubic Client Secret
--ignore-checksum Skip post copy check of checksums.
@ -270,7 +271,7 @@ rclone copyurl https://example.com dest:path [flags]
--transfers int Number of file transfers to run in parallel. (default 4)
-u, --update Skip files that are newer on the destination.
--use-server-modtime Use server modified time instead of object metadata
--user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.43")
--user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.43.1")
-v, --verbose count Print lots more stuff (repeat for more)
--webdav-bearer-token string Bearer token instead of user/pass (eg a Macaroon)
--webdav-pass string Password.
@ -283,6 +284,6 @@ rclone copyurl https://example.com dest:path [flags]
### SEE ALSO
* [rclone](/commands/rclone/) - Sync files and directories to and from local and remote object stores - v1.43
* [rclone](/commands/rclone/) - Sync files and directories to and from local and remote object stores - v1.43.1
###### Auto generated by spf13/cobra on 1-Sep-2018
###### Auto generated by spf13/cobra on 7-Sep-2018

View File

@ -1,5 +1,5 @@
---
date: 2018-09-01T12:54:54+01:00
date: 2018-09-07T16:09:26+01:00
title: "rclone cryptcheck"
slug: rclone_cryptcheck
url: /commands/rclone_cryptcheck/
@ -168,6 +168,7 @@ rclone cryptcheck remote:path cryptedremote:path [flags]
--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.
--http-url string URL of http host to connect to
--hubic-chunk-size SizeSuffix Above this size files will be chunked into a _segments container. (default 5G)
--hubic-client-id string Hubic Client Id
--hubic-client-secret string Hubic Client Secret
--ignore-checksum Skip post copy check of checksums.
@ -295,7 +296,7 @@ rclone cryptcheck remote:path cryptedremote:path [flags]
--transfers int Number of file transfers to run in parallel. (default 4)
-u, --update Skip files that are newer on the destination.
--use-server-modtime Use server modified time instead of object metadata
--user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.43")
--user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.43.1")
-v, --verbose count Print lots more stuff (repeat for more)
--webdav-bearer-token string Bearer token instead of user/pass (eg a Macaroon)
--webdav-pass string Password.
@ -308,6 +309,6 @@ rclone cryptcheck remote:path cryptedremote:path [flags]
### SEE ALSO
* [rclone](/commands/rclone/) - Sync files and directories to and from local and remote object stores - v1.43
* [rclone](/commands/rclone/) - Sync files and directories to and from local and remote object stores - v1.43.1
###### Auto generated by spf13/cobra on 1-Sep-2018
###### Auto generated by spf13/cobra on 7-Sep-2018

View File

@ -1,5 +1,5 @@
---
date: 2018-09-01T12:54:54+01:00
date: 2018-09-07T16:09:26+01:00
title: "rclone cryptdecode"
slug: rclone_cryptdecode
url: /commands/rclone_cryptdecode/
@ -152,6 +152,7 @@ rclone cryptdecode encryptedremote: encryptedfilename [flags]
--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.
--http-url string URL of http host to connect to
--hubic-chunk-size SizeSuffix Above this size files will be chunked into a _segments container. (default 5G)
--hubic-client-id string Hubic Client Id
--hubic-client-secret string Hubic Client Secret
--ignore-checksum Skip post copy check of checksums.
@ -279,7 +280,7 @@ rclone cryptdecode encryptedremote: encryptedfilename [flags]
--transfers int Number of file transfers to run in parallel. (default 4)
-u, --update Skip files that are newer on the destination.
--use-server-modtime Use server modified time instead of object metadata
--user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.43")
--user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.43.1")
-v, --verbose count Print lots more stuff (repeat for more)
--webdav-bearer-token string Bearer token instead of user/pass (eg a Macaroon)
--webdav-pass string Password.
@ -292,6 +293,6 @@ rclone cryptdecode encryptedremote: encryptedfilename [flags]
### SEE ALSO
* [rclone](/commands/rclone/) - Sync files and directories to and from local and remote object stores - v1.43
* [rclone](/commands/rclone/) - Sync files and directories to and from local and remote object stores - v1.43.1
###### Auto generated by spf13/cobra on 1-Sep-2018
###### Auto generated by spf13/cobra on 7-Sep-2018

View File

@ -1,5 +1,5 @@
---
date: 2018-09-01T12:54:54+01:00
date: 2018-09-07T16:09:26+01:00
title: "rclone dbhashsum"
slug: rclone_dbhashsum
url: /commands/rclone_dbhashsum/
@ -145,6 +145,7 @@ rclone dbhashsum remote:path [flags]
--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.
--http-url string URL of http host to connect to
--hubic-chunk-size SizeSuffix Above this size files will be chunked into a _segments container. (default 5G)
--hubic-client-id string Hubic Client Id
--hubic-client-secret string Hubic Client Secret
--ignore-checksum Skip post copy check of checksums.
@ -272,7 +273,7 @@ rclone dbhashsum remote:path [flags]
--transfers int Number of file transfers to run in parallel. (default 4)
-u, --update Skip files that are newer on the destination.
--use-server-modtime Use server modified time instead of object metadata
--user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.43")
--user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.43.1")
-v, --verbose count Print lots more stuff (repeat for more)
--webdav-bearer-token string Bearer token instead of user/pass (eg a Macaroon)
--webdav-pass string Password.
@ -285,6 +286,6 @@ rclone dbhashsum remote:path [flags]
### SEE ALSO
* [rclone](/commands/rclone/) - Sync files and directories to and from local and remote object stores - v1.43
* [rclone](/commands/rclone/) - Sync files and directories to and from local and remote object stores - v1.43.1
###### Auto generated by spf13/cobra on 1-Sep-2018
###### Auto generated by spf13/cobra on 7-Sep-2018

View File

@ -1,5 +1,5 @@
---
date: 2018-09-01T12:54:54+01:00
date: 2018-09-07T16:09:26+01:00
title: "rclone dedupe"
slug: rclone_dedupe
url: /commands/rclone_dedupe/
@ -221,6 +221,7 @@ rclone dedupe [mode] remote:path [flags]
--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.
--http-url string URL of http host to connect to
--hubic-chunk-size SizeSuffix Above this size files will be chunked into a _segments container. (default 5G)
--hubic-client-id string Hubic Client Id
--hubic-client-secret string Hubic Client Secret
--ignore-checksum Skip post copy check of checksums.
@ -348,7 +349,7 @@ rclone dedupe [mode] remote:path [flags]
--transfers int Number of file transfers to run in parallel. (default 4)
-u, --update Skip files that are newer on the destination.
--use-server-modtime Use server modified time instead of object metadata
--user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.43")
--user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.43.1")
-v, --verbose count Print lots more stuff (repeat for more)
--webdav-bearer-token string Bearer token instead of user/pass (eg a Macaroon)
--webdav-pass string Password.
@ -361,6 +362,6 @@ rclone dedupe [mode] remote:path [flags]
### SEE ALSO
* [rclone](/commands/rclone/) - Sync files and directories to and from local and remote object stores - v1.43
* [rclone](/commands/rclone/) - Sync files and directories to and from local and remote object stores - v1.43.1
###### Auto generated by spf13/cobra on 1-Sep-2018
###### Auto generated by spf13/cobra on 7-Sep-2018

View File

@ -1,5 +1,5 @@
---
date: 2018-09-01T12:54:54+01:00
date: 2018-09-07T16:09:26+01:00
title: "rclone delete"
slug: rclone_delete
url: /commands/rclone_delete/
@ -157,6 +157,7 @@ rclone delete remote:path [flags]
--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.
--http-url string URL of http host to connect to
--hubic-chunk-size SizeSuffix Above this size files will be chunked into a _segments container. (default 5G)
--hubic-client-id string Hubic Client Id
--hubic-client-secret string Hubic Client Secret
--ignore-checksum Skip post copy check of checksums.
@ -284,7 +285,7 @@ rclone delete remote:path [flags]
--transfers int Number of file transfers to run in parallel. (default 4)
-u, --update Skip files that are newer on the destination.
--use-server-modtime Use server modified time instead of object metadata
--user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.43")
--user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.43.1")
-v, --verbose count Print lots more stuff (repeat for more)
--webdav-bearer-token string Bearer token instead of user/pass (eg a Macaroon)
--webdav-pass string Password.
@ -297,6 +298,6 @@ rclone delete remote:path [flags]
### SEE ALSO
* [rclone](/commands/rclone/) - Sync files and directories to and from local and remote object stores - v1.43
* [rclone](/commands/rclone/) - Sync files and directories to and from local and remote object stores - v1.43.1
###### Auto generated by spf13/cobra on 1-Sep-2018
###### Auto generated by spf13/cobra on 7-Sep-2018

View File

@ -1,5 +1,5 @@
---
date: 2018-09-01T12:54:54+01:00
date: 2018-09-07T16:09:26+01:00
title: "rclone deletefile"
slug: rclone_deletefile
url: /commands/rclone_deletefile/
@ -144,6 +144,7 @@ rclone deletefile remote:path [flags]
--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.
--http-url string URL of http host to connect to
--hubic-chunk-size SizeSuffix Above this size files will be chunked into a _segments container. (default 5G)
--hubic-client-id string Hubic Client Id
--hubic-client-secret string Hubic Client Secret
--ignore-checksum Skip post copy check of checksums.
@ -271,7 +272,7 @@ rclone deletefile remote:path [flags]
--transfers int Number of file transfers to run in parallel. (default 4)
-u, --update Skip files that are newer on the destination.
--use-server-modtime Use server modified time instead of object metadata
--user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.43")
--user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.43.1")
-v, --verbose count Print lots more stuff (repeat for more)
--webdav-bearer-token string Bearer token instead of user/pass (eg a Macaroon)
--webdav-pass string Password.
@ -284,6 +285,6 @@ rclone deletefile remote:path [flags]
### SEE ALSO
* [rclone](/commands/rclone/) - Sync files and directories to and from local and remote object stores - v1.43
* [rclone](/commands/rclone/) - Sync files and directories to and from local and remote object stores - v1.43.1
###### Auto generated by spf13/cobra on 1-Sep-2018
###### Auto generated by spf13/cobra on 7-Sep-2018

View File

@ -1,5 +1,5 @@
---
date: 2018-09-01T12:54:54+01:00
date: 2018-09-07T16:09:26+01:00
title: "rclone genautocomplete"
slug: rclone_genautocomplete
url: /commands/rclone_genautocomplete/
@ -139,6 +139,7 @@ Run with --help to list the supported shells.
--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.
--http-url string URL of http host to connect to
--hubic-chunk-size SizeSuffix Above this size files will be chunked into a _segments container. (default 5G)
--hubic-client-id string Hubic Client Id
--hubic-client-secret string Hubic Client Secret
--ignore-checksum Skip post copy check of checksums.
@ -266,7 +267,7 @@ Run with --help to list the supported shells.
--transfers int Number of file transfers to run in parallel. (default 4)
-u, --update Skip files that are newer on the destination.
--use-server-modtime Use server modified time instead of object metadata
--user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.43")
--user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.43.1")
-v, --verbose count Print lots more stuff (repeat for more)
--webdav-bearer-token string Bearer token instead of user/pass (eg a Macaroon)
--webdav-pass string Password.
@ -279,8 +280,8 @@ Run with --help to list the supported shells.
### SEE ALSO
* [rclone](/commands/rclone/) - Sync files and directories to and from local and remote object stores - v1.43
* [rclone](/commands/rclone/) - Sync files and directories to and from local and remote object stores - v1.43.1
* [rclone genautocomplete bash](/commands/rclone_genautocomplete_bash/) - Output bash completion script for rclone.
* [rclone genautocomplete zsh](/commands/rclone_genautocomplete_zsh/) - Output zsh completion script for rclone.
###### Auto generated by spf13/cobra on 1-Sep-2018
###### Auto generated by spf13/cobra on 7-Sep-2018

View File

@ -1,5 +1,5 @@
---
date: 2018-09-01T12:54:54+01:00
date: 2018-09-07T16:09:26+01:00
title: "rclone genautocomplete bash"
slug: rclone_genautocomplete_bash
url: /commands/rclone_genautocomplete_bash/
@ -155,6 +155,7 @@ rclone genautocomplete bash [output_file] [flags]
--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.
--http-url string URL of http host to connect to
--hubic-chunk-size SizeSuffix Above this size files will be chunked into a _segments container. (default 5G)
--hubic-client-id string Hubic Client Id
--hubic-client-secret string Hubic Client Secret
--ignore-checksum Skip post copy check of checksums.
@ -282,7 +283,7 @@ rclone genautocomplete bash [output_file] [flags]
--transfers int Number of file transfers to run in parallel. (default 4)
-u, --update Skip files that are newer on the destination.
--use-server-modtime Use server modified time instead of object metadata
--user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.43")
--user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.43.1")
-v, --verbose count Print lots more stuff (repeat for more)
--webdav-bearer-token string Bearer token instead of user/pass (eg a Macaroon)
--webdav-pass string Password.
@ -297,4 +298,4 @@ rclone genautocomplete bash [output_file] [flags]
* [rclone genautocomplete](/commands/rclone_genautocomplete/) - Output completion script for a given shell.
###### Auto generated by spf13/cobra on 1-Sep-2018
###### Auto generated by spf13/cobra on 7-Sep-2018

View File

@ -1,5 +1,5 @@
---
date: 2018-09-01T12:54:54+01:00
date: 2018-09-07T16:09:26+01:00
title: "rclone genautocomplete zsh"
slug: rclone_genautocomplete_zsh
url: /commands/rclone_genautocomplete_zsh/
@ -155,6 +155,7 @@ rclone genautocomplete zsh [output_file] [flags]
--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.
--http-url string URL of http host to connect to
--hubic-chunk-size SizeSuffix Above this size files will be chunked into a _segments container. (default 5G)
--hubic-client-id string Hubic Client Id
--hubic-client-secret string Hubic Client Secret
--ignore-checksum Skip post copy check of checksums.
@ -282,7 +283,7 @@ rclone genautocomplete zsh [output_file] [flags]
--transfers int Number of file transfers to run in parallel. (default 4)
-u, --update Skip files that are newer on the destination.
--use-server-modtime Use server modified time instead of object metadata
--user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.43")
--user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.43.1")
-v, --verbose count Print lots more stuff (repeat for more)
--webdav-bearer-token string Bearer token instead of user/pass (eg a Macaroon)
--webdav-pass string Password.
@ -297,4 +298,4 @@ rclone genautocomplete zsh [output_file] [flags]
* [rclone genautocomplete](/commands/rclone_genautocomplete/) - Output completion script for a given shell.
###### Auto generated by spf13/cobra on 1-Sep-2018
###### Auto generated by spf13/cobra on 7-Sep-2018

View File

@ -1,5 +1,5 @@
---
date: 2018-09-01T12:54:54+01:00
date: 2018-09-07T16:09:26+01:00
title: "rclone gendocs"
slug: rclone_gendocs
url: /commands/rclone_gendocs/
@ -143,6 +143,7 @@ rclone gendocs output_directory [flags]
--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.
--http-url string URL of http host to connect to
--hubic-chunk-size SizeSuffix Above this size files will be chunked into a _segments container. (default 5G)
--hubic-client-id string Hubic Client Id
--hubic-client-secret string Hubic Client Secret
--ignore-checksum Skip post copy check of checksums.
@ -270,7 +271,7 @@ rclone gendocs output_directory [flags]
--transfers int Number of file transfers to run in parallel. (default 4)
-u, --update Skip files that are newer on the destination.
--use-server-modtime Use server modified time instead of object metadata
--user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.43")
--user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.43.1")
-v, --verbose count Print lots more stuff (repeat for more)
--webdav-bearer-token string Bearer token instead of user/pass (eg a Macaroon)
--webdav-pass string Password.
@ -283,6 +284,6 @@ rclone gendocs output_directory [flags]
### SEE ALSO
* [rclone](/commands/rclone/) - Sync files and directories to and from local and remote object stores - v1.43
* [rclone](/commands/rclone/) - Sync files and directories to and from local and remote object stores - v1.43.1
###### Auto generated by spf13/cobra on 1-Sep-2018
###### Auto generated by spf13/cobra on 7-Sep-2018

View File

@ -1,5 +1,5 @@
---
date: 2018-09-01T12:54:54+01:00
date: 2018-09-07T16:09:26+01:00
title: "rclone hashsum"
slug: rclone_hashsum
url: /commands/rclone_hashsum/
@ -157,6 +157,7 @@ rclone hashsum <hash> remote:path [flags]
--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.
--http-url string URL of http host to connect to
--hubic-chunk-size SizeSuffix Above this size files will be chunked into a _segments container. (default 5G)
--hubic-client-id string Hubic Client Id
--hubic-client-secret string Hubic Client Secret
--ignore-checksum Skip post copy check of checksums.
@ -284,7 +285,7 @@ rclone hashsum <hash> remote:path [flags]
--transfers int Number of file transfers to run in parallel. (default 4)
-u, --update Skip files that are newer on the destination.
--use-server-modtime Use server modified time instead of object metadata
--user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.43")
--user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.43.1")
-v, --verbose count Print lots more stuff (repeat for more)
--webdav-bearer-token string Bearer token instead of user/pass (eg a Macaroon)
--webdav-pass string Password.
@ -297,6 +298,6 @@ rclone hashsum <hash> remote:path [flags]
### SEE ALSO
* [rclone](/commands/rclone/) - Sync files and directories to and from local and remote object stores - v1.43
* [rclone](/commands/rclone/) - Sync files and directories to and from local and remote object stores - v1.43.1
###### Auto generated by spf13/cobra on 1-Sep-2018
###### Auto generated by spf13/cobra on 7-Sep-2018

View File

@ -1,5 +1,5 @@
---
date: 2018-09-01T12:54:54+01:00
date: 2018-09-07T16:09:26+01:00
title: "rclone link"
slug: rclone_link
url: /commands/rclone_link/
@ -150,6 +150,7 @@ rclone link remote:path [flags]
--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.
--http-url string URL of http host to connect to
--hubic-chunk-size SizeSuffix Above this size files will be chunked into a _segments container. (default 5G)
--hubic-client-id string Hubic Client Id
--hubic-client-secret string Hubic Client Secret
--ignore-checksum Skip post copy check of checksums.
@ -277,7 +278,7 @@ rclone link remote:path [flags]
--transfers int Number of file transfers to run in parallel. (default 4)
-u, --update Skip files that are newer on the destination.
--use-server-modtime Use server modified time instead of object metadata
--user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.43")
--user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.43.1")
-v, --verbose count Print lots more stuff (repeat for more)
--webdav-bearer-token string Bearer token instead of user/pass (eg a Macaroon)
--webdav-pass string Password.
@ -290,6 +291,6 @@ rclone link remote:path [flags]
### SEE ALSO
* [rclone](/commands/rclone/) - Sync files and directories to and from local and remote object stores - v1.43
* [rclone](/commands/rclone/) - Sync files and directories to and from local and remote object stores - v1.43.1
###### Auto generated by spf13/cobra on 1-Sep-2018
###### Auto generated by spf13/cobra on 7-Sep-2018

View File

@ -1,5 +1,5 @@
---
date: 2018-09-01T12:54:54+01:00
date: 2018-09-07T16:09:26+01:00
title: "rclone listremotes"
slug: rclone_listremotes
url: /commands/rclone_listremotes/
@ -145,6 +145,7 @@ rclone listremotes [flags]
--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.
--http-url string URL of http host to connect to
--hubic-chunk-size SizeSuffix Above this size files will be chunked into a _segments container. (default 5G)
--hubic-client-id string Hubic Client Id
--hubic-client-secret string Hubic Client Secret
--ignore-checksum Skip post copy check of checksums.
@ -272,7 +273,7 @@ rclone listremotes [flags]
--transfers int Number of file transfers to run in parallel. (default 4)
-u, --update Skip files that are newer on the destination.
--use-server-modtime Use server modified time instead of object metadata
--user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.43")
--user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.43.1")
-v, --verbose count Print lots more stuff (repeat for more)
--webdav-bearer-token string Bearer token instead of user/pass (eg a Macaroon)
--webdav-pass string Password.
@ -285,6 +286,6 @@ rclone listremotes [flags]
### SEE ALSO
* [rclone](/commands/rclone/) - Sync files and directories to and from local and remote object stores - v1.43
* [rclone](/commands/rclone/) - Sync files and directories to and from local and remote object stores - v1.43.1
###### Auto generated by spf13/cobra on 1-Sep-2018
###### Auto generated by spf13/cobra on 7-Sep-2018

View File

@ -1,5 +1,5 @@
---
date: 2018-09-01T12:54:54+01:00
date: 2018-09-07T16:09:26+01:00
title: "rclone ls"
slug: rclone_ls
url: /commands/rclone_ls/
@ -174,6 +174,7 @@ rclone ls remote:path [flags]
--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.
--http-url string URL of http host to connect to
--hubic-chunk-size SizeSuffix Above this size files will be chunked into a _segments container. (default 5G)
--hubic-client-id string Hubic Client Id
--hubic-client-secret string Hubic Client Secret
--ignore-checksum Skip post copy check of checksums.
@ -301,7 +302,7 @@ rclone ls remote:path [flags]
--transfers int Number of file transfers to run in parallel. (default 4)
-u, --update Skip files that are newer on the destination.
--use-server-modtime Use server modified time instead of object metadata
--user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.43")
--user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.43.1")
-v, --verbose count Print lots more stuff (repeat for more)
--webdav-bearer-token string Bearer token instead of user/pass (eg a Macaroon)
--webdav-pass string Password.
@ -314,6 +315,6 @@ rclone ls remote:path [flags]
### SEE ALSO
* [rclone](/commands/rclone/) - Sync files and directories to and from local and remote object stores - v1.43
* [rclone](/commands/rclone/) - Sync files and directories to and from local and remote object stores - v1.43.1
###### Auto generated by spf13/cobra on 1-Sep-2018
###### Auto generated by spf13/cobra on 7-Sep-2018

View File

@ -1,5 +1,5 @@
---
date: 2018-09-01T12:54:54+01:00
date: 2018-09-07T16:09:26+01:00
title: "rclone lsd"
slug: rclone_lsd
url: /commands/rclone_lsd/
@ -185,6 +185,7 @@ rclone lsd remote:path [flags]
--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.
--http-url string URL of http host to connect to
--hubic-chunk-size SizeSuffix Above this size files will be chunked into a _segments container. (default 5G)
--hubic-client-id string Hubic Client Id
--hubic-client-secret string Hubic Client Secret
--ignore-checksum Skip post copy check of checksums.
@ -312,7 +313,7 @@ rclone lsd remote:path [flags]
--transfers int Number of file transfers to run in parallel. (default 4)
-u, --update Skip files that are newer on the destination.
--use-server-modtime Use server modified time instead of object metadata
--user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.43")
--user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.43.1")
-v, --verbose count Print lots more stuff (repeat for more)
--webdav-bearer-token string Bearer token instead of user/pass (eg a Macaroon)
--webdav-pass string Password.
@ -325,6 +326,6 @@ rclone lsd remote:path [flags]
### SEE ALSO
* [rclone](/commands/rclone/) - Sync files and directories to and from local and remote object stores - v1.43
* [rclone](/commands/rclone/) - Sync files and directories to and from local and remote object stores - v1.43.1
###### Auto generated by spf13/cobra on 1-Sep-2018
###### Auto generated by spf13/cobra on 7-Sep-2018

View File

@ -1,5 +1,5 @@
---
date: 2018-09-01T12:54:54+01:00
date: 2018-09-07T16:09:26+01:00
title: "rclone lsf"
slug: rclone_lsf
url: /commands/rclone_lsf/
@ -263,6 +263,7 @@ rclone lsf remote:path [flags]
--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.
--http-url string URL of http host to connect to
--hubic-chunk-size SizeSuffix Above this size files will be chunked into a _segments container. (default 5G)
--hubic-client-id string Hubic Client Id
--hubic-client-secret string Hubic Client Secret
--ignore-checksum Skip post copy check of checksums.
@ -390,7 +391,7 @@ rclone lsf remote:path [flags]
--transfers int Number of file transfers to run in parallel. (default 4)
-u, --update Skip files that are newer on the destination.
--use-server-modtime Use server modified time instead of object metadata
--user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.43")
--user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.43.1")
-v, --verbose count Print lots more stuff (repeat for more)
--webdav-bearer-token string Bearer token instead of user/pass (eg a Macaroon)
--webdav-pass string Password.
@ -403,6 +404,6 @@ rclone lsf remote:path [flags]
### SEE ALSO
* [rclone](/commands/rclone/) - Sync files and directories to and from local and remote object stores - v1.43
* [rclone](/commands/rclone/) - Sync files and directories to and from local and remote object stores - v1.43.1
###### Auto generated by spf13/cobra on 1-Sep-2018
###### Auto generated by spf13/cobra on 7-Sep-2018

View File

@ -1,5 +1,5 @@
---
date: 2018-09-01T12:54:54+01:00
date: 2018-09-07T16:09:26+01:00
title: "rclone lsjson"
slug: rclone_lsjson
url: /commands/rclone_lsjson/
@ -203,6 +203,7 @@ rclone lsjson remote:path [flags]
--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.
--http-url string URL of http host to connect to
--hubic-chunk-size SizeSuffix Above this size files will be chunked into a _segments container. (default 5G)
--hubic-client-id string Hubic Client Id
--hubic-client-secret string Hubic Client Secret
--ignore-checksum Skip post copy check of checksums.
@ -330,7 +331,7 @@ rclone lsjson remote:path [flags]
--transfers int Number of file transfers to run in parallel. (default 4)
-u, --update Skip files that are newer on the destination.
--use-server-modtime Use server modified time instead of object metadata
--user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.43")
--user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.43.1")
-v, --verbose count Print lots more stuff (repeat for more)
--webdav-bearer-token string Bearer token instead of user/pass (eg a Macaroon)
--webdav-pass string Password.
@ -343,6 +344,6 @@ rclone lsjson remote:path [flags]
### SEE ALSO
* [rclone](/commands/rclone/) - Sync files and directories to and from local and remote object stores - v1.43
* [rclone](/commands/rclone/) - Sync files and directories to and from local and remote object stores - v1.43.1
###### Auto generated by spf13/cobra on 1-Sep-2018
###### Auto generated by spf13/cobra on 7-Sep-2018

View File

@ -1,5 +1,5 @@
---
date: 2018-09-01T12:54:54+01:00
date: 2018-09-07T16:09:26+01:00
title: "rclone lsl"
slug: rclone_lsl
url: /commands/rclone_lsl/
@ -174,6 +174,7 @@ rclone lsl remote:path [flags]
--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.
--http-url string URL of http host to connect to
--hubic-chunk-size SizeSuffix Above this size files will be chunked into a _segments container. (default 5G)
--hubic-client-id string Hubic Client Id
--hubic-client-secret string Hubic Client Secret
--ignore-checksum Skip post copy check of checksums.
@ -301,7 +302,7 @@ rclone lsl remote:path [flags]
--transfers int Number of file transfers to run in parallel. (default 4)
-u, --update Skip files that are newer on the destination.
--use-server-modtime Use server modified time instead of object metadata
--user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.43")
--user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.43.1")
-v, --verbose count Print lots more stuff (repeat for more)
--webdav-bearer-token string Bearer token instead of user/pass (eg a Macaroon)
--webdav-pass string Password.
@ -314,6 +315,6 @@ rclone lsl remote:path [flags]
### SEE ALSO
* [rclone](/commands/rclone/) - Sync files and directories to and from local and remote object stores - v1.43
* [rclone](/commands/rclone/) - Sync files and directories to and from local and remote object stores - v1.43.1
###### Auto generated by spf13/cobra on 1-Sep-2018
###### Auto generated by spf13/cobra on 7-Sep-2018

View File

@ -1,5 +1,5 @@
---
date: 2018-09-01T12:54:54+01:00
date: 2018-09-07T16:09:26+01:00
title: "rclone md5sum"
slug: rclone_md5sum
url: /commands/rclone_md5sum/
@ -143,6 +143,7 @@ rclone md5sum remote:path [flags]
--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.
--http-url string URL of http host to connect to
--hubic-chunk-size SizeSuffix Above this size files will be chunked into a _segments container. (default 5G)
--hubic-client-id string Hubic Client Id
--hubic-client-secret string Hubic Client Secret
--ignore-checksum Skip post copy check of checksums.
@ -270,7 +271,7 @@ rclone md5sum remote:path [flags]
--transfers int Number of file transfers to run in parallel. (default 4)
-u, --update Skip files that are newer on the destination.
--use-server-modtime Use server modified time instead of object metadata
--user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.43")
--user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.43.1")
-v, --verbose count Print lots more stuff (repeat for more)
--webdav-bearer-token string Bearer token instead of user/pass (eg a Macaroon)
--webdav-pass string Password.
@ -283,6 +284,6 @@ rclone md5sum remote:path [flags]
### SEE ALSO
* [rclone](/commands/rclone/) - Sync files and directories to and from local and remote object stores - v1.43
* [rclone](/commands/rclone/) - Sync files and directories to and from local and remote object stores - v1.43.1
###### Auto generated by spf13/cobra on 1-Sep-2018
###### Auto generated by spf13/cobra on 7-Sep-2018

View File

@ -1,5 +1,5 @@
---
date: 2018-09-01T12:54:54+01:00
date: 2018-09-07T16:09:26+01:00
title: "rclone mkdir"
slug: rclone_mkdir
url: /commands/rclone_mkdir/
@ -140,6 +140,7 @@ rclone mkdir remote:path [flags]
--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.
--http-url string URL of http host to connect to
--hubic-chunk-size SizeSuffix Above this size files will be chunked into a _segments container. (default 5G)
--hubic-client-id string Hubic Client Id
--hubic-client-secret string Hubic Client Secret
--ignore-checksum Skip post copy check of checksums.
@ -267,7 +268,7 @@ rclone mkdir remote:path [flags]
--transfers int Number of file transfers to run in parallel. (default 4)
-u, --update Skip files that are newer on the destination.
--use-server-modtime Use server modified time instead of object metadata
--user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.43")
--user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.43.1")
-v, --verbose count Print lots more stuff (repeat for more)
--webdav-bearer-token string Bearer token instead of user/pass (eg a Macaroon)
--webdav-pass string Password.
@ -280,6 +281,6 @@ rclone mkdir remote:path [flags]
### SEE ALSO
* [rclone](/commands/rclone/) - Sync files and directories to and from local and remote object stores - v1.43
* [rclone](/commands/rclone/) - Sync files and directories to and from local and remote object stores - v1.43.1
###### Auto generated by spf13/cobra on 1-Sep-2018
###### Auto generated by spf13/cobra on 7-Sep-2018

View File

@ -1,5 +1,5 @@
---
date: 2018-09-01T12:54:54+01:00
date: 2018-09-07T16:09:26+01:00
title: "rclone mount"
slug: rclone_mount
url: /commands/rclone_mount/
@ -444,6 +444,7 @@ rclone mount remote:path /path/to/mountpoint [flags]
--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.
--http-url string URL of http host to connect to
--hubic-chunk-size SizeSuffix Above this size files will be chunked into a _segments container. (default 5G)
--hubic-client-id string Hubic Client Id
--hubic-client-secret string Hubic Client Secret
--ignore-checksum Skip post copy check of checksums.
@ -571,7 +572,7 @@ rclone mount remote:path /path/to/mountpoint [flags]
--transfers int Number of file transfers to run in parallel. (default 4)
-u, --update Skip files that are newer on the destination.
--use-server-modtime Use server modified time instead of object metadata
--user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.43")
--user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.43.1")
-v, --verbose count Print lots more stuff (repeat for more)
--webdav-bearer-token string Bearer token instead of user/pass (eg a Macaroon)
--webdav-pass string Password.
@ -584,6 +585,6 @@ rclone mount remote:path /path/to/mountpoint [flags]
### SEE ALSO
* [rclone](/commands/rclone/) - Sync files and directories to and from local and remote object stores - v1.43
* [rclone](/commands/rclone/) - Sync files and directories to and from local and remote object stores - v1.43.1
###### Auto generated by spf13/cobra on 1-Sep-2018
###### Auto generated by spf13/cobra on 7-Sep-2018

View File

@ -1,5 +1,5 @@
---
date: 2018-09-01T12:54:54+01:00
date: 2018-09-07T16:09:26+01:00
title: "rclone move"
slug: rclone_move
url: /commands/rclone_move/
@ -160,6 +160,7 @@ rclone move source:path dest:path [flags]
--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.
--http-url string URL of http host to connect to
--hubic-chunk-size SizeSuffix Above this size files will be chunked into a _segments container. (default 5G)
--hubic-client-id string Hubic Client Id
--hubic-client-secret string Hubic Client Secret
--ignore-checksum Skip post copy check of checksums.
@ -287,7 +288,7 @@ rclone move source:path dest:path [flags]
--transfers int Number of file transfers to run in parallel. (default 4)
-u, --update Skip files that are newer on the destination.
--use-server-modtime Use server modified time instead of object metadata
--user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.43")
--user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.43.1")
-v, --verbose count Print lots more stuff (repeat for more)
--webdav-bearer-token string Bearer token instead of user/pass (eg a Macaroon)
--webdav-pass string Password.
@ -300,6 +301,6 @@ rclone move source:path dest:path [flags]
### SEE ALSO
* [rclone](/commands/rclone/) - Sync files and directories to and from local and remote object stores - v1.43
* [rclone](/commands/rclone/) - Sync files and directories to and from local and remote object stores - v1.43.1
###### Auto generated by spf13/cobra on 1-Sep-2018
###### Auto generated by spf13/cobra on 7-Sep-2018

View File

@ -1,5 +1,5 @@
---
date: 2018-09-01T12:54:54+01:00
date: 2018-09-07T16:09:26+01:00
title: "rclone moveto"
slug: rclone_moveto
url: /commands/rclone_moveto/
@ -169,6 +169,7 @@ rclone moveto source:path dest:path [flags]
--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.
--http-url string URL of http host to connect to
--hubic-chunk-size SizeSuffix Above this size files will be chunked into a _segments container. (default 5G)
--hubic-client-id string Hubic Client Id
--hubic-client-secret string Hubic Client Secret
--ignore-checksum Skip post copy check of checksums.
@ -296,7 +297,7 @@ rclone moveto source:path dest:path [flags]
--transfers int Number of file transfers to run in parallel. (default 4)
-u, --update Skip files that are newer on the destination.
--use-server-modtime Use server modified time instead of object metadata
--user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.43")
--user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.43.1")
-v, --verbose count Print lots more stuff (repeat for more)
--webdav-bearer-token string Bearer token instead of user/pass (eg a Macaroon)
--webdav-pass string Password.
@ -309,6 +310,6 @@ rclone moveto source:path dest:path [flags]
### SEE ALSO
* [rclone](/commands/rclone/) - Sync files and directories to and from local and remote object stores - v1.43
* [rclone](/commands/rclone/) - Sync files and directories to and from local and remote object stores - v1.43.1
###### Auto generated by spf13/cobra on 1-Sep-2018
###### Auto generated by spf13/cobra on 7-Sep-2018

View File

@ -1,5 +1,5 @@
---
date: 2018-09-01T12:54:54+01:00
date: 2018-09-07T16:09:26+01:00
title: "rclone ncdu"
slug: rclone_ncdu
url: /commands/rclone_ncdu/
@ -167,6 +167,7 @@ rclone ncdu remote:path [flags]
--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.
--http-url string URL of http host to connect to
--hubic-chunk-size SizeSuffix Above this size files will be chunked into a _segments container. (default 5G)
--hubic-client-id string Hubic Client Id
--hubic-client-secret string Hubic Client Secret
--ignore-checksum Skip post copy check of checksums.
@ -294,7 +295,7 @@ rclone ncdu remote:path [flags]
--transfers int Number of file transfers to run in parallel. (default 4)
-u, --update Skip files that are newer on the destination.
--use-server-modtime Use server modified time instead of object metadata
--user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.43")
--user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.43.1")
-v, --verbose count Print lots more stuff (repeat for more)
--webdav-bearer-token string Bearer token instead of user/pass (eg a Macaroon)
--webdav-pass string Password.
@ -307,6 +308,6 @@ rclone ncdu remote:path [flags]
### SEE ALSO
* [rclone](/commands/rclone/) - Sync files and directories to and from local and remote object stores - v1.43
* [rclone](/commands/rclone/) - Sync files and directories to and from local and remote object stores - v1.43.1
###### Auto generated by spf13/cobra on 1-Sep-2018
###### Auto generated by spf13/cobra on 7-Sep-2018

View File

@ -1,5 +1,5 @@
---
date: 2018-09-01T12:54:54+01:00
date: 2018-09-07T16:09:26+01:00
title: "rclone obscure"
slug: rclone_obscure
url: /commands/rclone_obscure/
@ -140,6 +140,7 @@ rclone obscure password [flags]
--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.
--http-url string URL of http host to connect to
--hubic-chunk-size SizeSuffix Above this size files will be chunked into a _segments container. (default 5G)
--hubic-client-id string Hubic Client Id
--hubic-client-secret string Hubic Client Secret
--ignore-checksum Skip post copy check of checksums.
@ -267,7 +268,7 @@ rclone obscure password [flags]
--transfers int Number of file transfers to run in parallel. (default 4)
-u, --update Skip files that are newer on the destination.
--use-server-modtime Use server modified time instead of object metadata
--user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.43")
--user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.43.1")
-v, --verbose count Print lots more stuff (repeat for more)
--webdav-bearer-token string Bearer token instead of user/pass (eg a Macaroon)
--webdav-pass string Password.
@ -280,6 +281,6 @@ rclone obscure password [flags]
### SEE ALSO
* [rclone](/commands/rclone/) - Sync files and directories to and from local and remote object stores - v1.43
* [rclone](/commands/rclone/) - Sync files and directories to and from local and remote object stores - v1.43.1
###### Auto generated by spf13/cobra on 1-Sep-2018
###### Auto generated by spf13/cobra on 7-Sep-2018

View File

@ -1,5 +1,5 @@
---
date: 2018-09-01T12:54:54+01:00
date: 2018-09-07T16:09:26+01:00
title: "rclone purge"
slug: rclone_purge
url: /commands/rclone_purge/
@ -144,6 +144,7 @@ rclone purge remote:path [flags]
--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.
--http-url string URL of http host to connect to
--hubic-chunk-size SizeSuffix Above this size files will be chunked into a _segments container. (default 5G)
--hubic-client-id string Hubic Client Id
--hubic-client-secret string Hubic Client Secret
--ignore-checksum Skip post copy check of checksums.
@ -271,7 +272,7 @@ rclone purge remote:path [flags]
--transfers int Number of file transfers to run in parallel. (default 4)
-u, --update Skip files that are newer on the destination.
--use-server-modtime Use server modified time instead of object metadata
--user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.43")
--user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.43.1")
-v, --verbose count Print lots more stuff (repeat for more)
--webdav-bearer-token string Bearer token instead of user/pass (eg a Macaroon)
--webdav-pass string Password.
@ -284,6 +285,6 @@ rclone purge remote:path [flags]
### SEE ALSO
* [rclone](/commands/rclone/) - Sync files and directories to and from local and remote object stores - v1.43
* [rclone](/commands/rclone/) - Sync files and directories to and from local and remote object stores - v1.43.1
###### Auto generated by spf13/cobra on 1-Sep-2018
###### Auto generated by spf13/cobra on 7-Sep-2018

View File

@ -1,5 +1,5 @@
---
date: 2018-09-01T12:54:54+01:00
date: 2018-09-07T16:09:26+01:00
title: "rclone rc"
slug: rclone_rc
url: /commands/rclone_rc/
@ -150,6 +150,7 @@ rclone rc commands parameter [flags]
--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.
--http-url string URL of http host to connect to
--hubic-chunk-size SizeSuffix Above this size files will be chunked into a _segments container. (default 5G)
--hubic-client-id string Hubic Client Id
--hubic-client-secret string Hubic Client Secret
--ignore-checksum Skip post copy check of checksums.
@ -277,7 +278,7 @@ rclone rc commands parameter [flags]
--transfers int Number of file transfers to run in parallel. (default 4)
-u, --update Skip files that are newer on the destination.
--use-server-modtime Use server modified time instead of object metadata
--user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.43")
--user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.43.1")
-v, --verbose count Print lots more stuff (repeat for more)
--webdav-bearer-token string Bearer token instead of user/pass (eg a Macaroon)
--webdav-pass string Password.
@ -290,6 +291,6 @@ rclone rc commands parameter [flags]
### SEE ALSO
* [rclone](/commands/rclone/) - Sync files and directories to and from local and remote object stores - v1.43
* [rclone](/commands/rclone/) - Sync files and directories to and from local and remote object stores - v1.43.1
###### Auto generated by spf13/cobra on 1-Sep-2018
###### Auto generated by spf13/cobra on 7-Sep-2018

View File

@ -1,5 +1,5 @@
---
date: 2018-09-01T12:54:54+01:00
date: 2018-09-07T16:09:26+01:00
title: "rclone rcat"
slug: rclone_rcat
url: /commands/rclone_rcat/
@ -162,6 +162,7 @@ rclone rcat remote:path [flags]
--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.
--http-url string URL of http host to connect to
--hubic-chunk-size SizeSuffix Above this size files will be chunked into a _segments container. (default 5G)
--hubic-client-id string Hubic Client Id
--hubic-client-secret string Hubic Client Secret
--ignore-checksum Skip post copy check of checksums.
@ -289,7 +290,7 @@ rclone rcat remote:path [flags]
--transfers int Number of file transfers to run in parallel. (default 4)
-u, --update Skip files that are newer on the destination.
--use-server-modtime Use server modified time instead of object metadata
--user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.43")
--user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.43.1")
-v, --verbose count Print lots more stuff (repeat for more)
--webdav-bearer-token string Bearer token instead of user/pass (eg a Macaroon)
--webdav-pass string Password.
@ -302,6 +303,6 @@ rclone rcat remote:path [flags]
### SEE ALSO
* [rclone](/commands/rclone/) - Sync files and directories to and from local and remote object stores - v1.43
* [rclone](/commands/rclone/) - Sync files and directories to and from local and remote object stores - v1.43.1
###### Auto generated by spf13/cobra on 1-Sep-2018
###### Auto generated by spf13/cobra on 7-Sep-2018

View File

@ -1,5 +1,5 @@
---
date: 2018-09-01T12:54:54+01:00
date: 2018-09-07T16:09:26+01:00
title: "rclone rmdir"
slug: rclone_rmdir
url: /commands/rclone_rmdir/
@ -142,6 +142,7 @@ rclone rmdir remote:path [flags]
--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.
--http-url string URL of http host to connect to
--hubic-chunk-size SizeSuffix Above this size files will be chunked into a _segments container. (default 5G)
--hubic-client-id string Hubic Client Id
--hubic-client-secret string Hubic Client Secret
--ignore-checksum Skip post copy check of checksums.
@ -269,7 +270,7 @@ rclone rmdir remote:path [flags]
--transfers int Number of file transfers to run in parallel. (default 4)
-u, --update Skip files that are newer on the destination.
--use-server-modtime Use server modified time instead of object metadata
--user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.43")
--user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.43.1")
-v, --verbose count Print lots more stuff (repeat for more)
--webdav-bearer-token string Bearer token instead of user/pass (eg a Macaroon)
--webdav-pass string Password.
@ -282,6 +283,6 @@ rclone rmdir remote:path [flags]
### SEE ALSO
* [rclone](/commands/rclone/) - Sync files and directories to and from local and remote object stores - v1.43
* [rclone](/commands/rclone/) - Sync files and directories to and from local and remote object stores - v1.43.1
###### Auto generated by spf13/cobra on 1-Sep-2018
###### Auto generated by spf13/cobra on 7-Sep-2018

View File

@ -1,5 +1,5 @@
---
date: 2018-09-01T12:54:54+01:00
date: 2018-09-07T16:09:26+01:00
title: "rclone rmdirs"
slug: rclone_rmdirs
url: /commands/rclone_rmdirs/
@ -150,6 +150,7 @@ rclone rmdirs remote:path [flags]
--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.
--http-url string URL of http host to connect to
--hubic-chunk-size SizeSuffix Above this size files will be chunked into a _segments container. (default 5G)
--hubic-client-id string Hubic Client Id
--hubic-client-secret string Hubic Client Secret
--ignore-checksum Skip post copy check of checksums.
@ -277,7 +278,7 @@ rclone rmdirs remote:path [flags]
--transfers int Number of file transfers to run in parallel. (default 4)
-u, --update Skip files that are newer on the destination.
--use-server-modtime Use server modified time instead of object metadata
--user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.43")
--user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.43.1")
-v, --verbose count Print lots more stuff (repeat for more)
--webdav-bearer-token string Bearer token instead of user/pass (eg a Macaroon)
--webdav-pass string Password.
@ -290,6 +291,6 @@ rclone rmdirs remote:path [flags]
### SEE ALSO
* [rclone](/commands/rclone/) - Sync files and directories to and from local and remote object stores - v1.43
* [rclone](/commands/rclone/) - Sync files and directories to and from local and remote object stores - v1.43.1
###### Auto generated by spf13/cobra on 1-Sep-2018
###### Auto generated by spf13/cobra on 7-Sep-2018

View File

@ -1,5 +1,5 @@
---
date: 2018-09-01T12:54:54+01:00
date: 2018-09-07T16:09:26+01:00
title: "rclone serve"
slug: rclone_serve
url: /commands/rclone_serve/
@ -146,6 +146,7 @@ rclone serve <protocol> [opts] <remote> [flags]
--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.
--http-url string URL of http host to connect to
--hubic-chunk-size SizeSuffix Above this size files will be chunked into a _segments container. (default 5G)
--hubic-client-id string Hubic Client Id
--hubic-client-secret string Hubic Client Secret
--ignore-checksum Skip post copy check of checksums.
@ -273,7 +274,7 @@ rclone serve <protocol> [opts] <remote> [flags]
--transfers int Number of file transfers to run in parallel. (default 4)
-u, --update Skip files that are newer on the destination.
--use-server-modtime Use server modified time instead of object metadata
--user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.43")
--user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.43.1")
-v, --verbose count Print lots more stuff (repeat for more)
--webdav-bearer-token string Bearer token instead of user/pass (eg a Macaroon)
--webdav-pass string Password.
@ -286,9 +287,9 @@ rclone serve <protocol> [opts] <remote> [flags]
### SEE ALSO
* [rclone](/commands/rclone/) - Sync files and directories to and from local and remote object stores - v1.43
* [rclone](/commands/rclone/) - Sync files and directories to and from local and remote object stores - v1.43.1
* [rclone serve http](/commands/rclone_serve_http/) - Serve the remote over HTTP.
* [rclone serve restic](/commands/rclone_serve_restic/) - Serve the remote for restic's REST API.
* [rclone serve webdav](/commands/rclone_serve_webdav/) - Serve remote:path over webdav.
###### Auto generated by spf13/cobra on 1-Sep-2018
###### Auto generated by spf13/cobra on 7-Sep-2018

View File

@ -1,5 +1,5 @@
---
date: 2018-09-01T12:54:54+01:00
date: 2018-09-07T16:09:26+01:00
title: "rclone serve http"
slug: rclone_serve_http
url: /commands/rclone_serve_http/
@ -356,6 +356,7 @@ rclone serve http remote:path [flags]
--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.
--http-url string URL of http host to connect to
--hubic-chunk-size SizeSuffix Above this size files will be chunked into a _segments container. (default 5G)
--hubic-client-id string Hubic Client Id
--hubic-client-secret string Hubic Client Secret
--ignore-checksum Skip post copy check of checksums.
@ -483,7 +484,7 @@ rclone serve http remote:path [flags]
--transfers int Number of file transfers to run in parallel. (default 4)
-u, --update Skip files that are newer on the destination.
--use-server-modtime Use server modified time instead of object metadata
--user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.43")
--user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.43.1")
-v, --verbose count Print lots more stuff (repeat for more)
--webdav-bearer-token string Bearer token instead of user/pass (eg a Macaroon)
--webdav-pass string Password.
@ -498,4 +499,4 @@ rclone serve http remote:path [flags]
* [rclone serve](/commands/rclone_serve/) - Serve a remote over a protocol.
###### Auto generated by spf13/cobra on 1-Sep-2018
###### Auto generated by spf13/cobra on 7-Sep-2018

View File

@ -1,5 +1,5 @@
---
date: 2018-09-01T12:54:54+01:00
date: 2018-09-07T16:09:26+01:00
title: "rclone serve restic"
slug: rclone_serve_restic
url: /commands/rclone_serve_restic/
@ -276,6 +276,7 @@ rclone serve restic remote:path [flags]
--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.
--http-url string URL of http host to connect to
--hubic-chunk-size SizeSuffix Above this size files will be chunked into a _segments container. (default 5G)
--hubic-client-id string Hubic Client Id
--hubic-client-secret string Hubic Client Secret
--ignore-checksum Skip post copy check of checksums.
@ -403,7 +404,7 @@ rclone serve restic remote:path [flags]
--transfers int Number of file transfers to run in parallel. (default 4)
-u, --update Skip files that are newer on the destination.
--use-server-modtime Use server modified time instead of object metadata
--user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.43")
--user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.43.1")
-v, --verbose count Print lots more stuff (repeat for more)
--webdav-bearer-token string Bearer token instead of user/pass (eg a Macaroon)
--webdav-pass string Password.
@ -418,4 +419,4 @@ rclone serve restic remote:path [flags]
* [rclone serve](/commands/rclone_serve/) - Serve a remote over a protocol.
###### Auto generated by spf13/cobra on 1-Sep-2018
###### Auto generated by spf13/cobra on 7-Sep-2018

View File

@ -1,5 +1,5 @@
---
date: 2018-09-01T12:54:54+01:00
date: 2018-09-07T16:09:26+01:00
title: "rclone serve webdav"
slug: rclone_serve_webdav
url: /commands/rclone_serve_webdav/
@ -365,6 +365,7 @@ rclone serve webdav remote:path [flags]
--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.
--http-url string URL of http host to connect to
--hubic-chunk-size SizeSuffix Above this size files will be chunked into a _segments container. (default 5G)
--hubic-client-id string Hubic Client Id
--hubic-client-secret string Hubic Client Secret
--ignore-checksum Skip post copy check of checksums.
@ -492,7 +493,7 @@ rclone serve webdav remote:path [flags]
--transfers int Number of file transfers to run in parallel. (default 4)
-u, --update Skip files that are newer on the destination.
--use-server-modtime Use server modified time instead of object metadata
--user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.43")
--user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.43.1")
-v, --verbose count Print lots more stuff (repeat for more)
--webdav-bearer-token string Bearer token instead of user/pass (eg a Macaroon)
--webdav-pass string Password.
@ -507,4 +508,4 @@ rclone serve webdav remote:path [flags]
* [rclone serve](/commands/rclone_serve/) - Serve a remote over a protocol.
###### Auto generated by spf13/cobra on 1-Sep-2018
###### Auto generated by spf13/cobra on 7-Sep-2018

View File

@ -1,5 +1,5 @@
---
date: 2018-09-01T12:54:54+01:00
date: 2018-09-07T16:09:26+01:00
title: "rclone sha1sum"
slug: rclone_sha1sum
url: /commands/rclone_sha1sum/
@ -143,6 +143,7 @@ rclone sha1sum remote:path [flags]
--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.
--http-url string URL of http host to connect to
--hubic-chunk-size SizeSuffix Above this size files will be chunked into a _segments container. (default 5G)
--hubic-client-id string Hubic Client Id
--hubic-client-secret string Hubic Client Secret
--ignore-checksum Skip post copy check of checksums.
@ -270,7 +271,7 @@ rclone sha1sum remote:path [flags]
--transfers int Number of file transfers to run in parallel. (default 4)
-u, --update Skip files that are newer on the destination.
--use-server-modtime Use server modified time instead of object metadata
--user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.43")
--user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.43.1")
-v, --verbose count Print lots more stuff (repeat for more)
--webdav-bearer-token string Bearer token instead of user/pass (eg a Macaroon)
--webdav-pass string Password.
@ -283,6 +284,6 @@ rclone sha1sum remote:path [flags]
### SEE ALSO
* [rclone](/commands/rclone/) - Sync files and directories to and from local and remote object stores - v1.43
* [rclone](/commands/rclone/) - Sync files and directories to and from local and remote object stores - v1.43.1
###### Auto generated by spf13/cobra on 1-Sep-2018
###### Auto generated by spf13/cobra on 7-Sep-2018

View File

@ -1,5 +1,5 @@
---
date: 2018-09-01T12:54:54+01:00
date: 2018-09-07T16:09:26+01:00
title: "rclone size"
slug: rclone_size
url: /commands/rclone_size/
@ -141,6 +141,7 @@ rclone size remote:path [flags]
--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.
--http-url string URL of http host to connect to
--hubic-chunk-size SizeSuffix Above this size files will be chunked into a _segments container. (default 5G)
--hubic-client-id string Hubic Client Id
--hubic-client-secret string Hubic Client Secret
--ignore-checksum Skip post copy check of checksums.
@ -268,7 +269,7 @@ rclone size remote:path [flags]
--transfers int Number of file transfers to run in parallel. (default 4)
-u, --update Skip files that are newer on the destination.
--use-server-modtime Use server modified time instead of object metadata
--user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.43")
--user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.43.1")
-v, --verbose count Print lots more stuff (repeat for more)
--webdav-bearer-token string Bearer token instead of user/pass (eg a Macaroon)
--webdav-pass string Password.
@ -281,6 +282,6 @@ rclone size remote:path [flags]
### SEE ALSO
* [rclone](/commands/rclone/) - Sync files and directories to and from local and remote object stores - v1.43
* [rclone](/commands/rclone/) - Sync files and directories to and from local and remote object stores - v1.43.1
###### Auto generated by spf13/cobra on 1-Sep-2018
###### Auto generated by spf13/cobra on 7-Sep-2018

View File

@ -1,5 +1,5 @@
---
date: 2018-09-01T12:54:54+01:00
date: 2018-09-07T16:09:26+01:00
title: "rclone sync"
slug: rclone_sync
url: /commands/rclone_sync/
@ -159,6 +159,7 @@ rclone sync source:path dest:path [flags]
--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.
--http-url string URL of http host to connect to
--hubic-chunk-size SizeSuffix Above this size files will be chunked into a _segments container. (default 5G)
--hubic-client-id string Hubic Client Id
--hubic-client-secret string Hubic Client Secret
--ignore-checksum Skip post copy check of checksums.
@ -286,7 +287,7 @@ rclone sync source:path dest:path [flags]
--transfers int Number of file transfers to run in parallel. (default 4)
-u, --update Skip files that are newer on the destination.
--use-server-modtime Use server modified time instead of object metadata
--user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.43")
--user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.43.1")
-v, --verbose count Print lots more stuff (repeat for more)
--webdav-bearer-token string Bearer token instead of user/pass (eg a Macaroon)
--webdav-pass string Password.
@ -299,6 +300,6 @@ rclone sync source:path dest:path [flags]
### SEE ALSO
* [rclone](/commands/rclone/) - Sync files and directories to and from local and remote object stores - v1.43
* [rclone](/commands/rclone/) - Sync files and directories to and from local and remote object stores - v1.43.1
###### Auto generated by spf13/cobra on 1-Sep-2018
###### Auto generated by spf13/cobra on 7-Sep-2018

View File

@ -1,5 +1,5 @@
---
date: 2018-09-01T12:54:54+01:00
date: 2018-09-07T16:09:26+01:00
title: "rclone touch"
slug: rclone_touch
url: /commands/rclone_touch/
@ -142,6 +142,7 @@ rclone touch remote:path [flags]
--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.
--http-url string URL of http host to connect to
--hubic-chunk-size SizeSuffix Above this size files will be chunked into a _segments container. (default 5G)
--hubic-client-id string Hubic Client Id
--hubic-client-secret string Hubic Client Secret
--ignore-checksum Skip post copy check of checksums.
@ -269,7 +270,7 @@ rclone touch remote:path [flags]
--transfers int Number of file transfers to run in parallel. (default 4)
-u, --update Skip files that are newer on the destination.
--use-server-modtime Use server modified time instead of object metadata
--user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.43")
--user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.43.1")
-v, --verbose count Print lots more stuff (repeat for more)
--webdav-bearer-token string Bearer token instead of user/pass (eg a Macaroon)
--webdav-pass string Password.
@ -282,6 +283,6 @@ rclone touch remote:path [flags]
### SEE ALSO
* [rclone](/commands/rclone/) - Sync files and directories to and from local and remote object stores - v1.43
* [rclone](/commands/rclone/) - Sync files and directories to and from local and remote object stores - v1.43.1
###### Auto generated by spf13/cobra on 1-Sep-2018
###### Auto generated by spf13/cobra on 7-Sep-2018

View File

@ -1,5 +1,5 @@
---
date: 2018-09-01T12:54:54+01:00
date: 2018-09-07T16:09:26+01:00
title: "rclone tree"
slug: rclone_tree
url: /commands/rclone_tree/
@ -183,6 +183,7 @@ rclone tree remote:path [flags]
--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.
--http-url string URL of http host to connect to
--hubic-chunk-size SizeSuffix Above this size files will be chunked into a _segments container. (default 5G)
--hubic-client-id string Hubic Client Id
--hubic-client-secret string Hubic Client Secret
--ignore-checksum Skip post copy check of checksums.
@ -310,7 +311,7 @@ rclone tree remote:path [flags]
--transfers int Number of file transfers to run in parallel. (default 4)
-u, --update Skip files that are newer on the destination.
--use-server-modtime Use server modified time instead of object metadata
--user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.43")
--user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.43.1")
-v, --verbose count Print lots more stuff (repeat for more)
--webdav-bearer-token string Bearer token instead of user/pass (eg a Macaroon)
--webdav-pass string Password.
@ -323,6 +324,6 @@ rclone tree remote:path [flags]
### SEE ALSO
* [rclone](/commands/rclone/) - Sync files and directories to and from local and remote object stores - v1.43
* [rclone](/commands/rclone/) - Sync files and directories to and from local and remote object stores - v1.43.1
###### Auto generated by spf13/cobra on 1-Sep-2018
###### Auto generated by spf13/cobra on 7-Sep-2018

View File

@ -1,5 +1,5 @@
---
date: 2018-09-01T12:54:54+01:00
date: 2018-09-07T16:09:26+01:00
title: "rclone version"
slug: rclone_version
url: /commands/rclone_version/
@ -168,6 +168,7 @@ rclone version [flags]
--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.
--http-url string URL of http host to connect to
--hubic-chunk-size SizeSuffix Above this size files will be chunked into a _segments container. (default 5G)
--hubic-client-id string Hubic Client Id
--hubic-client-secret string Hubic Client Secret
--ignore-checksum Skip post copy check of checksums.
@ -295,7 +296,7 @@ rclone version [flags]
--transfers int Number of file transfers to run in parallel. (default 4)
-u, --update Skip files that are newer on the destination.
--use-server-modtime Use server modified time instead of object metadata
--user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.43")
--user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.43.1")
-v, --verbose count Print lots more stuff (repeat for more)
--webdav-bearer-token string Bearer token instead of user/pass (eg a Macaroon)
--webdav-pass string Password.
@ -308,6 +309,6 @@ rclone version [flags]
### SEE ALSO
* [rclone](/commands/rclone/) - Sync files and directories to and from local and remote object stores - v1.43
* [rclone](/commands/rclone/) - Sync files and directories to and from local and remote object stores - v1.43.1
###### Auto generated by spf13/cobra on 1-Sep-2018
###### Auto generated by spf13/cobra on 7-Sep-2018

View File

@ -1 +1 @@
v1.43
v1.43.1

View File

@ -1,4 +1,4 @@
package fs
// Version of rclone
var Version = "v1.43"
var Version = "v1.43.1"

View File

@ -1,7 +1,7 @@
.\"t
.\" Automatically generated by Pandoc 1.19.2.4
.\"
.TH "rclone" "1" "Sep 01, 2018" "User Manual" ""
.TH "rclone" "1" "Sep 07, 2018" "User Manual" ""
.hy
.SH Rclone
.PP
@ -14176,7 +14176,36 @@ as an valid flag.
This flag disables warning messages on skipped symlinks or junction
points, as you explicitly acknowledge that they should be skipped.
.SH Changelog
.SS v1.42 \- 2018\-09\-01
.SS v1.43.1 \- 2018\-09\-07
.PP
Point release to fix hubic and azureblob backends.
.IP \[bu] 2
Bug Fixes
.RS 2
.IP \[bu] 2
ncdu: Return error instead of log.Fatal in Show (Fabian Möller)
.IP \[bu] 2
cmd: Fix crash with \-\-progress and \-\-stats 0 (Nick Craig\-Wood)
.IP \[bu] 2
docs: Tidy website display (Anagh Kumar Baranwal)
.RE
.IP \[bu] 2
Azure Blob:
.RS 2
.IP \[bu] 2
Fix multi\-part uploads.
(sandeepkru)
.RE
.IP \[bu] 2
Hubic
.RS 2
.IP \[bu] 2
Fix uploads (Nick Craig\-Wood)
.IP \[bu] 2
Retry auth fetching if it fails to make hubic more reliable (Nick
Craig\-Wood)
.RE
.SS v1.43 \- 2018\-09\-01
.IP \[bu] 2
New backends
.RS 2