diff --git a/MANUAL.html b/MANUAL.html
index 9648c259f..ec57ccc9a 100644
--- a/MANUAL.html
+++ b/MANUAL.html
@@ -12,7 +12,7 @@
Rclone

@@ -6879,7 +6879,26 @@ nounc = true
--skip-links
This flag disables warning messages on skipped symlinks or junction 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
diff --git a/MANUAL.md b/MANUAL.md
index 8e58ee07c..9c44e40c2 100644
--- a/MANUAL.md
+++ b/MANUAL.md
@@ -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)
diff --git a/MANUAL.txt b/MANUAL.txt
index 323ba789d..1b2d69963 100644
--- a/MANUAL.txt
+++ b/MANUAL.txt
@@ -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)
diff --git a/docs/content/changelog.md b/docs/content/changelog.md
index 8ad7778f2..26ae44f4a 100644
--- a/docs/content/changelog.md
+++ b/docs/content/changelog.md
@@ -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)
diff --git a/docs/content/commands/rclone.md b/docs/content/commands/rclone.md
index 134b09d53..c161a0837 100644
--- a/docs/content/commands/rclone.md
+++ b/docs/content/commands/rclone.md
@@ -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
diff --git a/docs/content/commands/rclone_about.md b/docs/content/commands/rclone_about.md
index 16b410504..97eb4d898 100644
--- a/docs/content/commands/rclone_about.md
+++ b/docs/content/commands/rclone_about.md
@@ -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
diff --git a/docs/content/commands/rclone_authorize.md b/docs/content/commands/rclone_authorize.md
index c32605fe5..e317640eb 100644
--- a/docs/content/commands/rclone_authorize.md
+++ b/docs/content/commands/rclone_authorize.md
@@ -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
diff --git a/docs/content/commands/rclone_cachestats.md b/docs/content/commands/rclone_cachestats.md
index 9ef304c29..d39150474 100644
--- a/docs/content/commands/rclone_cachestats.md
+++ b/docs/content/commands/rclone_cachestats.md
@@ -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
diff --git a/docs/content/commands/rclone_cat.md b/docs/content/commands/rclone_cat.md
index 3f8f57c9b..98922c8f3 100644
--- a/docs/content/commands/rclone_cat.md
+++ b/docs/content/commands/rclone_cat.md
@@ -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
diff --git a/docs/content/commands/rclone_check.md b/docs/content/commands/rclone_check.md
index 3d463473e..c3fb7ebbb 100644
--- a/docs/content/commands/rclone_check.md
+++ b/docs/content/commands/rclone_check.md
@@ -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
diff --git a/docs/content/commands/rclone_cleanup.md b/docs/content/commands/rclone_cleanup.md
index 3bf7c74f3..c7bdd8ccb 100644
--- a/docs/content/commands/rclone_cleanup.md
+++ b/docs/content/commands/rclone_cleanup.md
@@ -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
diff --git a/docs/content/commands/rclone_config.md b/docs/content/commands/rclone_config.md
index c8c5c840a..5082ae13c 100644
--- a/docs/content/commands/rclone_config.md
+++ b/docs/content/commands/rclone_config.md
@@ -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 .
* [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
diff --git a/docs/content/commands/rclone_config_create.md b/docs/content/commands/rclone_config_create.md
index eb27c5f50..b9ab3a353 100644
--- a/docs/content/commands/rclone_config_create.md
+++ b/docs/content/commands/rclone_config_create.md
@@ -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 [ ]* [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 [ ]* [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 [ ]* [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
diff --git a/docs/content/commands/rclone_config_delete.md b/docs/content/commands/rclone_config_delete.md
index b331f41dd..d06ec89d0 100644
--- a/docs/content/commands/rclone_config_delete.md
+++ b/docs/content/commands/rclone_config_delete.md
@@ -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 [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 [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 [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
diff --git a/docs/content/commands/rclone_config_dump.md b/docs/content/commands/rclone_config_dump.md
index 3aeccb0c2..8daa645d3 100644
--- a/docs/content/commands/rclone_config_dump.md
+++ b/docs/content/commands/rclone_config_dump.md
@@ -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
diff --git a/docs/content/commands/rclone_config_edit.md b/docs/content/commands/rclone_config_edit.md
index d46d86791..f63acd0c5 100644
--- a/docs/content/commands/rclone_config_edit.md
+++ b/docs/content/commands/rclone_config_edit.md
@@ -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
diff --git a/docs/content/commands/rclone_config_file.md b/docs/content/commands/rclone_config_file.md
index 0d43372e1..b144d0163 100644
--- a/docs/content/commands/rclone_config_file.md
+++ b/docs/content/commands/rclone_config_file.md
@@ -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
diff --git a/docs/content/commands/rclone_config_password.md b/docs/content/commands/rclone_config_password.md
index 552a59e69..34e33833f 100644
--- a/docs/content/commands/rclone_config_password.md
+++ b/docs/content/commands/rclone_config_password.md
@@ -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 [ ]+ [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 [ ]+ [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 [ ]+ [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
diff --git a/docs/content/commands/rclone_config_providers.md b/docs/content/commands/rclone_config_providers.md
index a18fc4b52..1512294ab 100644
--- a/docs/content/commands/rclone_config_providers.md
+++ b/docs/content/commands/rclone_config_providers.md
@@ -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
diff --git a/docs/content/commands/rclone_config_show.md b/docs/content/commands/rclone_config_show.md
index 62eee38fb..fd2e922f5 100644
--- a/docs/content/commands/rclone_config_show.md
+++ b/docs/content/commands/rclone_config_show.md
@@ -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 [] [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 [] [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 [] [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
diff --git a/docs/content/commands/rclone_config_update.md b/docs/content/commands/rclone_config_update.md
index 8c8200917..525704544 100644
--- a/docs/content/commands/rclone_config_update.md
+++ b/docs/content/commands/rclone_config_update.md
@@ -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 [ ]+ [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 [ ]+ [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 [ ]+ [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
diff --git a/docs/content/commands/rclone_copy.md b/docs/content/commands/rclone_copy.md
index fe86f71b8..912c0836d 100644
--- a/docs/content/commands/rclone_copy.md
+++ b/docs/content/commands/rclone_copy.md
@@ -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
diff --git a/docs/content/commands/rclone_copyto.md b/docs/content/commands/rclone_copyto.md
index b085d3dd3..1fbb4f009 100644
--- a/docs/content/commands/rclone_copyto.md
+++ b/docs/content/commands/rclone_copyto.md
@@ -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
diff --git a/docs/content/commands/rclone_copyurl.md b/docs/content/commands/rclone_copyurl.md
index 39d8d01b3..8a4c5da19 100644
--- a/docs/content/commands/rclone_copyurl.md
+++ b/docs/content/commands/rclone_copyurl.md
@@ -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
diff --git a/docs/content/commands/rclone_cryptcheck.md b/docs/content/commands/rclone_cryptcheck.md
index ea1331f24..d69a1aa86 100644
--- a/docs/content/commands/rclone_cryptcheck.md
+++ b/docs/content/commands/rclone_cryptcheck.md
@@ -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
diff --git a/docs/content/commands/rclone_cryptdecode.md b/docs/content/commands/rclone_cryptdecode.md
index 3e5a0aec1..052f01de4 100644
--- a/docs/content/commands/rclone_cryptdecode.md
+++ b/docs/content/commands/rclone_cryptdecode.md
@@ -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
diff --git a/docs/content/commands/rclone_dbhashsum.md b/docs/content/commands/rclone_dbhashsum.md
index bb1fe2173..a6ccbb345 100644
--- a/docs/content/commands/rclone_dbhashsum.md
+++ b/docs/content/commands/rclone_dbhashsum.md
@@ -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
diff --git a/docs/content/commands/rclone_dedupe.md b/docs/content/commands/rclone_dedupe.md
index f00040b71..eaacf0b83 100644
--- a/docs/content/commands/rclone_dedupe.md
+++ b/docs/content/commands/rclone_dedupe.md
@@ -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
diff --git a/docs/content/commands/rclone_delete.md b/docs/content/commands/rclone_delete.md
index fe41c9709..2c8991db5 100644
--- a/docs/content/commands/rclone_delete.md
+++ b/docs/content/commands/rclone_delete.md
@@ -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
diff --git a/docs/content/commands/rclone_deletefile.md b/docs/content/commands/rclone_deletefile.md
index 506527e97..80eadce12 100644
--- a/docs/content/commands/rclone_deletefile.md
+++ b/docs/content/commands/rclone_deletefile.md
@@ -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
diff --git a/docs/content/commands/rclone_genautocomplete.md b/docs/content/commands/rclone_genautocomplete.md
index d1eeace21..d49865d2d 100644
--- a/docs/content/commands/rclone_genautocomplete.md
+++ b/docs/content/commands/rclone_genautocomplete.md
@@ -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
diff --git a/docs/content/commands/rclone_genautocomplete_bash.md b/docs/content/commands/rclone_genautocomplete_bash.md
index 421c5fa54..5d207feca 100644
--- a/docs/content/commands/rclone_genautocomplete_bash.md
+++ b/docs/content/commands/rclone_genautocomplete_bash.md
@@ -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
diff --git a/docs/content/commands/rclone_genautocomplete_zsh.md b/docs/content/commands/rclone_genautocomplete_zsh.md
index ff3fc78fd..170cddd97 100644
--- a/docs/content/commands/rclone_genautocomplete_zsh.md
+++ b/docs/content/commands/rclone_genautocomplete_zsh.md
@@ -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
diff --git a/docs/content/commands/rclone_gendocs.md b/docs/content/commands/rclone_gendocs.md
index 068dfb0cf..7ba32ecf3 100644
--- a/docs/content/commands/rclone_gendocs.md
+++ b/docs/content/commands/rclone_gendocs.md
@@ -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
diff --git a/docs/content/commands/rclone_hashsum.md b/docs/content/commands/rclone_hashsum.md
index 3ae7b8974..2d2c2f483 100644
--- a/docs/content/commands/rclone_hashsum.md
+++ b/docs/content/commands/rclone_hashsum.md
@@ -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 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 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 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
diff --git a/docs/content/commands/rclone_link.md b/docs/content/commands/rclone_link.md
index b4059f8a6..9394519b4 100644
--- a/docs/content/commands/rclone_link.md
+++ b/docs/content/commands/rclone_link.md
@@ -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
diff --git a/docs/content/commands/rclone_listremotes.md b/docs/content/commands/rclone_listremotes.md
index 780c5255f..4ef6b70c2 100644
--- a/docs/content/commands/rclone_listremotes.md
+++ b/docs/content/commands/rclone_listremotes.md
@@ -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
diff --git a/docs/content/commands/rclone_ls.md b/docs/content/commands/rclone_ls.md
index c3a98ba99..0d82ab84f 100644
--- a/docs/content/commands/rclone_ls.md
+++ b/docs/content/commands/rclone_ls.md
@@ -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
diff --git a/docs/content/commands/rclone_lsd.md b/docs/content/commands/rclone_lsd.md
index 8ff0d4a28..c8c6d63b6 100644
--- a/docs/content/commands/rclone_lsd.md
+++ b/docs/content/commands/rclone_lsd.md
@@ -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
diff --git a/docs/content/commands/rclone_lsf.md b/docs/content/commands/rclone_lsf.md
index 46ee882c4..14d23ea0d 100644
--- a/docs/content/commands/rclone_lsf.md
+++ b/docs/content/commands/rclone_lsf.md
@@ -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
diff --git a/docs/content/commands/rclone_lsjson.md b/docs/content/commands/rclone_lsjson.md
index 11c84c313..0b48c8b53 100644
--- a/docs/content/commands/rclone_lsjson.md
+++ b/docs/content/commands/rclone_lsjson.md
@@ -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
diff --git a/docs/content/commands/rclone_lsl.md b/docs/content/commands/rclone_lsl.md
index 7c82288ed..f7f8b8c26 100644
--- a/docs/content/commands/rclone_lsl.md
+++ b/docs/content/commands/rclone_lsl.md
@@ -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
diff --git a/docs/content/commands/rclone_md5sum.md b/docs/content/commands/rclone_md5sum.md
index 34e34a110..07c58c18a 100644
--- a/docs/content/commands/rclone_md5sum.md
+++ b/docs/content/commands/rclone_md5sum.md
@@ -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
diff --git a/docs/content/commands/rclone_mkdir.md b/docs/content/commands/rclone_mkdir.md
index db440d376..e31165333 100644
--- a/docs/content/commands/rclone_mkdir.md
+++ b/docs/content/commands/rclone_mkdir.md
@@ -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
diff --git a/docs/content/commands/rclone_mount.md b/docs/content/commands/rclone_mount.md
index b5f1f286e..e97e34c2b 100644
--- a/docs/content/commands/rclone_mount.md
+++ b/docs/content/commands/rclone_mount.md
@@ -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
diff --git a/docs/content/commands/rclone_move.md b/docs/content/commands/rclone_move.md
index 47254a606..00523a712 100644
--- a/docs/content/commands/rclone_move.md
+++ b/docs/content/commands/rclone_move.md
@@ -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
diff --git a/docs/content/commands/rclone_moveto.md b/docs/content/commands/rclone_moveto.md
index 6b836e836..97a94f1fa 100644
--- a/docs/content/commands/rclone_moveto.md
+++ b/docs/content/commands/rclone_moveto.md
@@ -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
diff --git a/docs/content/commands/rclone_ncdu.md b/docs/content/commands/rclone_ncdu.md
index ec3a1b424..6fb4bc813 100644
--- a/docs/content/commands/rclone_ncdu.md
+++ b/docs/content/commands/rclone_ncdu.md
@@ -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
diff --git a/docs/content/commands/rclone_obscure.md b/docs/content/commands/rclone_obscure.md
index 11c179d2b..a050aa928 100644
--- a/docs/content/commands/rclone_obscure.md
+++ b/docs/content/commands/rclone_obscure.md
@@ -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
diff --git a/docs/content/commands/rclone_purge.md b/docs/content/commands/rclone_purge.md
index 4add9cf4a..52a8bf5c5 100644
--- a/docs/content/commands/rclone_purge.md
+++ b/docs/content/commands/rclone_purge.md
@@ -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
diff --git a/docs/content/commands/rclone_rc.md b/docs/content/commands/rclone_rc.md
index 75e7a0f12..5c70778d2 100644
--- a/docs/content/commands/rclone_rc.md
+++ b/docs/content/commands/rclone_rc.md
@@ -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
diff --git a/docs/content/commands/rclone_rcat.md b/docs/content/commands/rclone_rcat.md
index 6ea7090d5..5d8ef28c0 100644
--- a/docs/content/commands/rclone_rcat.md
+++ b/docs/content/commands/rclone_rcat.md
@@ -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
diff --git a/docs/content/commands/rclone_rmdir.md b/docs/content/commands/rclone_rmdir.md
index 5bdf4f88d..f4aa9f42f 100644
--- a/docs/content/commands/rclone_rmdir.md
+++ b/docs/content/commands/rclone_rmdir.md
@@ -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
diff --git a/docs/content/commands/rclone_rmdirs.md b/docs/content/commands/rclone_rmdirs.md
index fb7d8f78d..8fef22b64 100644
--- a/docs/content/commands/rclone_rmdirs.md
+++ b/docs/content/commands/rclone_rmdirs.md
@@ -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
diff --git a/docs/content/commands/rclone_serve.md b/docs/content/commands/rclone_serve.md
index 3b83fe03e..64973064b 100644
--- a/docs/content/commands/rclone_serve.md
+++ b/docs/content/commands/rclone_serve.md
@@ -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 [opts] [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 [opts] [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 [opts] [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
diff --git a/docs/content/commands/rclone_serve_http.md b/docs/content/commands/rclone_serve_http.md
index 901d278ab..a7232a3fc 100644
--- a/docs/content/commands/rclone_serve_http.md
+++ b/docs/content/commands/rclone_serve_http.md
@@ -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
diff --git a/docs/content/commands/rclone_serve_restic.md b/docs/content/commands/rclone_serve_restic.md
index a9e4b3a19..f778ff79f 100644
--- a/docs/content/commands/rclone_serve_restic.md
+++ b/docs/content/commands/rclone_serve_restic.md
@@ -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
diff --git a/docs/content/commands/rclone_serve_webdav.md b/docs/content/commands/rclone_serve_webdav.md
index 771aea630..13453faab 100644
--- a/docs/content/commands/rclone_serve_webdav.md
+++ b/docs/content/commands/rclone_serve_webdav.md
@@ -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
diff --git a/docs/content/commands/rclone_sha1sum.md b/docs/content/commands/rclone_sha1sum.md
index bacb5783c..905539d57 100644
--- a/docs/content/commands/rclone_sha1sum.md
+++ b/docs/content/commands/rclone_sha1sum.md
@@ -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
diff --git a/docs/content/commands/rclone_size.md b/docs/content/commands/rclone_size.md
index 03aebd84d..6b1aab88d 100644
--- a/docs/content/commands/rclone_size.md
+++ b/docs/content/commands/rclone_size.md
@@ -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
diff --git a/docs/content/commands/rclone_sync.md b/docs/content/commands/rclone_sync.md
index d1c515d5e..0ca995638 100644
--- a/docs/content/commands/rclone_sync.md
+++ b/docs/content/commands/rclone_sync.md
@@ -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
diff --git a/docs/content/commands/rclone_touch.md b/docs/content/commands/rclone_touch.md
index fc6cb3c94..3fd48000d 100644
--- a/docs/content/commands/rclone_touch.md
+++ b/docs/content/commands/rclone_touch.md
@@ -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
diff --git a/docs/content/commands/rclone_tree.md b/docs/content/commands/rclone_tree.md
index 52c9c4980..fa58a0f40 100644
--- a/docs/content/commands/rclone_tree.md
+++ b/docs/content/commands/rclone_tree.md
@@ -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
diff --git a/docs/content/commands/rclone_version.md b/docs/content/commands/rclone_version.md
index 75a02b72e..da9d76b05 100644
--- a/docs/content/commands/rclone_version.md
+++ b/docs/content/commands/rclone_version.md
@@ -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
diff --git a/docs/layouts/partials/version.html b/docs/layouts/partials/version.html
index 76382bba0..503ae8b78 100644
--- a/docs/layouts/partials/version.html
+++ b/docs/layouts/partials/version.html
@@ -1 +1 @@
-v1.43
\ No newline at end of file
+v1.43.1
\ No newline at end of file
diff --git a/fs/version.go b/fs/version.go
index ce509f4b9..b584919ae 100644
--- a/fs/version.go
+++ b/fs/version.go
@@ -1,4 +1,4 @@
package fs
// Version of rclone
-var Version = "v1.43"
+var Version = "v1.43.1"
diff --git a/rclone.1 b/rclone.1
index b1e5b713a..38b7e368f 100644
--- a/rclone.1
+++ b/rclone.1
@@ -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