mirror of
https://github.com/rclone/rclone.git
synced 2026-01-16 07:23:21 +00:00
onedrive: ignore OneNote files by default - fixes #211
This commit is contained in:
@@ -165,6 +165,13 @@ system.
|
||||
Above this size files will be chunked - must be multiple of 320k. The
|
||||
default is 10MB. Note that the chunks will be buffered into memory.
|
||||
|
||||
#### --onedrive-expose-onenote-files ####
|
||||
|
||||
By default rclone will hide OneNote files in directory listing because operations like `Open`
|
||||
and `Update` won't work on them. But this behaviour may also prevent you from deleting them.
|
||||
If you want to delete OneNote files or otherwise want them to show up in directory listing,
|
||||
set this flag.
|
||||
|
||||
### Limitations ###
|
||||
|
||||
Note that OneDrive is case insensitive so you can't have a
|
||||
|
||||
Reference in New Issue
Block a user