diff --git a/docs/content/amazonclouddrive.md b/docs/content/amazonclouddrive.md index 744b97cbf..f2a3ec593 100644 --- a/docs/content/amazonclouddrive.md +++ b/docs/content/amazonclouddrive.md @@ -95,7 +95,7 @@ the Amazon cloud drive website. ### Limitations ### -Note that Amazon cloud drive is case sensitive so you can't have a +Note that Amazon cloud drive is case insensitive so you can't have a file called "Hello.doc" and one called "hello.doc". Amazon cloud drive has rate limiting so you may notice errors in the diff --git a/docs/content/docs.md b/docs/content/docs.md index 59151e219..7ad05625f 100644 --- a/docs/content/docs.md +++ b/docs/content/docs.md @@ -151,7 +151,7 @@ time units are "ns", "us" (or "µs"), "ms", "s", "m", "h". Options which use SIZE use kByte by default. However a suffix of `k` for kBytes, `M` for MBytes and `G` for GBytes may be used. These are -the binary units, eg 2**10, 2**20, 2**30 respectively. +the binary units, eg 2\*\*10, 2\*\*20, 2\*\*30 respectively. ### --bwlimit=SIZE ### diff --git a/docs/content/dropbox.md b/docs/content/dropbox.md index 1cd29071d..499967e07 100644 --- a/docs/content/dropbox.md +++ b/docs/content/dropbox.md @@ -78,7 +78,7 @@ MD5SUMs so syncs will effectively have the `--size-only` flag set. ### Limitations ### -Note that Dropbox is case sensitive so you can't have a file called +Note that Dropbox is case insensitive so you can't have a file called "Hello.doc" and one called "hello.doc". There are some file names such as `thumbs.db` which Dropbox can't diff --git a/docs/content/onedrive.md b/docs/content/onedrive.md index 0c6ca7a1a..e5d277e5a 100644 --- a/docs/content/onedrive.md +++ b/docs/content/onedrive.md @@ -97,7 +97,7 @@ the One Drive website. ### Limitations ### -Note that One Drive is case sensitive so you can't have a +Note that One Drive is case insensitive so you can't have a file called "Hello.doc" and one called "hello.doc". Rclone only supports your default One Drive, and doesn't work with One diff --git a/docs/content/overview.md b/docs/content/overview.md index b3a2f7e2a..85dad9004 100644 --- a/docs/content/overview.md +++ b/docs/content/overview.md @@ -15,17 +15,17 @@ show through. Here is an overview of the major features of each cloud storage system. -| Name | MD5SUM | ModTime | Case Sensitive | Duplicate Files | -| ---------------------- |:-------:|:-------:|:--------------:|:---------------:| -| Google Drive | Yes | Yes | No | Yes | -| Amazon S3 | Yes | Yes | No | No | -| Openstack Swift | Yes | Yes | No | No | -| Dropbox | No | No | Yes | No | -| Google Cloud Storage | Yes | Yes | No | No | -| Amazon Cloud Drive | Yes | No | Yes | No | -| Microsoft One Drive | No | Yes | Yes | No | -| Hubic | Yes | Yes | No | No | -| The local filesystem | Yes | Yes | Depends | No | +| Name | MD5SUM | ModTime | Case Insensitive | Duplicate Files | +| ---------------------- |:-------:|:-------:|:----------------:|:---------------:| +| Google Drive | Yes | Yes | No | Yes | +| Amazon S3 | Yes | Yes | No | No | +| Openstack Swift | Yes | Yes | No | No | +| Dropbox | No | No | Yes | No | +| Google Cloud Storage | Yes | Yes | No | No | +| Amazon Cloud Drive | Yes | No | Yes | No | +| Microsoft One Drive | No | Yes | Yes | No | +| Hubic | Yes | Yes | No | No | +| The local filesystem | Yes | Yes | Depends | No | ### MD5SUM ### @@ -44,7 +44,7 @@ default, though the MD5SUM can be checked with the `--checksum` flag. All cloud storage systems support some kind of date on the object and these will be set when transferring from the cloud storage system. -### Case Sensitive ### +### Case Insensitive ### If a cloud storage systems is case sensitive then it is possible to have two files which differ only in case, eg `file.txt` and @@ -57,7 +57,7 @@ matter how many times you run the sync it never completes fully. The local filesystem may or may not be case sensitive depending on OS. - * Windows - usuall case insensitive + * Windows - usually case insensitive * OSX - usually case insensitive, though it is possible to format case sensitive * Linux - usually case sensitive, but there are case insensitive file systems (eg FAT formatted USB keys)