From 7f378ca8e364290b6e5c98e464696641bf77a639 Mon Sep 17 00:00:00 2001 From: Raphael Date: Thu, 3 Oct 2019 16:31:08 +0200 Subject: [PATCH] documentation: add sharepoint required flags fixes #3564 Enhance the WebDAV documentation with information regarding the flags that are required to make Rclone work correctly with SharePoint. fixes #3564 --- docs/content/webdav.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/content/webdav.md b/docs/content/webdav.md index 80dfa3ea0..70a2f1574 100644 --- a/docs/content/webdav.md +++ b/docs/content/webdav.md @@ -243,6 +243,15 @@ user = YourEmailAddress pass = encryptedpassword ``` +#### Required Flags for SharePoint #### +As SharePoint does some special things with uploaded documents, you won't be able to use the documents size or the documents hash to compare if a file has been changed since the upload / which file is newer. + +For all Rclone calls copying files from/to SharePoint or OneDrive (like copy, sync, etc.), you should append these flags to ensure Rclone uses the "Last Modified" datetime property to compare your documents: + +``` +--ignore-size --ignore-checksum --update +``` + ### dCache ### dCache is a storage system that supports many protocols and