From 5ab7970e18aa066a1f9b078f37c6637b5cb4b5b5 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Mon, 18 May 2015 20:07:49 +0100 Subject: [PATCH] dropbox: update docs about case insensitivity - see #53 --- docs/content/dropbox.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/docs/content/dropbox.md b/docs/content/dropbox.md index 477dc37e6..976d1b40c 100644 --- a/docs/content/dropbox.md +++ b/docs/content/dropbox.md @@ -75,6 +75,12 @@ Modified time ------------- Md5sums and timestamps in RFC3339 format accurate to 1ns are stored in -a Dropbox datastore called "rclone". Dropbox datastores are limited -to 100,000 rows so this is the maximum number of files rclone can -manage on Dropbox. +a Dropbox datastore called "rclone". + +Limitations +----------- + +Dropbox datastores are limited to 100,000 rows so this is the maximum +number of files rclone can manage on Dropbox. + +Dropbox is case sensitive which can sometimes cause duplicated files.