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