mirror of
https://github.com/rclone/rclone.git
synced 2024-11-22 16:34:30 +01:00
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
This commit is contained in:
parent
9a5ea9c8a8
commit
7f378ca8e3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user