Fix up sensitive vs insensitive in the docs and some formatting - fixes #214

This commit is contained in:
Nick Craig-Wood 2015-11-14 11:20:04 +00:00
parent 46696865fd
commit 0b338eaa28
5 changed files with 17 additions and 17 deletions

View file

@ -95,7 +95,7 @@ the Amazon cloud drive website.
### Limitations ### ### 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". file called "Hello.doc" and one called "hello.doc".
Amazon cloud drive has rate limiting so you may notice errors in the Amazon cloud drive has rate limiting so you may notice errors in the

View file

@ -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` 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 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 ### ### --bwlimit=SIZE ###

View file

@ -78,7 +78,7 @@ MD5SUMs so syncs will effectively have the `--size-only` flag set.
### Limitations ### ### 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". "Hello.doc" and one called "hello.doc".
There are some file names such as `thumbs.db` which Dropbox can't There are some file names such as `thumbs.db` which Dropbox can't

View file

@ -97,7 +97,7 @@ the One Drive website.
### Limitations ### ### 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". file called "Hello.doc" and one called "hello.doc".
Rclone only supports your default One Drive, and doesn't work with One Rclone only supports your default One Drive, and doesn't work with One

View file

@ -15,17 +15,17 @@ show through.
Here is an overview of the major features of each cloud storage system. Here is an overview of the major features of each cloud storage system.
| Name | MD5SUM | ModTime | Case Sensitive | Duplicate Files | | Name | MD5SUM | ModTime | Case Insensitive | Duplicate Files |
| ---------------------- |:-------:|:-------:|:--------------:|:---------------:| | ---------------------- |:-------:|:-------:|:----------------:|:---------------:|
| Google Drive | Yes | Yes | No | Yes | | Google Drive | Yes | Yes | No | Yes |
| Amazon S3 | Yes | Yes | No | No | | Amazon S3 | Yes | Yes | No | No |
| Openstack Swift | Yes | Yes | No | No | | Openstack Swift | Yes | Yes | No | No |
| Dropbox | No | No | Yes | No | | Dropbox | No | No | Yes | No |
| Google Cloud Storage | Yes | Yes | No | No | | Google Cloud Storage | Yes | Yes | No | No |
| Amazon Cloud Drive | Yes | No | Yes | No | | Amazon Cloud Drive | Yes | No | Yes | No |
| Microsoft One Drive | No | Yes | Yes | No | | Microsoft One Drive | No | Yes | Yes | No |
| Hubic | Yes | Yes | No | No | | Hubic | Yes | Yes | No | No |
| The local filesystem | Yes | Yes | Depends | No | | The local filesystem | Yes | Yes | Depends | No |
### MD5SUM ### ### 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 All cloud storage systems support some kind of date on the object and
these will be set when transferring from the cloud storage system. 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 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 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. 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 * 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) * Linux - usually case sensitive, but there are case insensitive file systems (eg FAT formatted USB keys)