mirror of
https://github.com/rclone/rclone.git
synced 2025-12-06 00:03:32 +00:00
docs: update onedrive/sharepoint docs on some known issues
This commit is contained in:
committed by
Nick Craig-Wood
parent
f3b0f8a9f0
commit
41ed33b08e
@@ -246,7 +246,7 @@ 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:
|
||||
For Rclone calls copying files (especially Office files such as .docx, .xlsx, etc.) from/to SharePoint (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
|
||||
|
||||
Reference in New Issue
Block a user