Update USAGE.md

Add note regarding network mount points and inotify support
This commit is contained in:
abraunegg 2020-10-03 09:29:33 +10:00 committed by GitHub
parent e4d7821026
commit 23f6223816
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -324,6 +324,8 @@ The issue here is around how the client stores the sync_dir path in the database
**Note:** After changing `sync_dir`, you must perform a full re-synchronization by adding `--resync` to your existing command line - for example: `onedrive --synchronize --resync`
**Important Note:** If your `sync_dir` is pointing to a network mount point (a network share via NFS, Windows Network Share, Samba Network Share) these types of network mount points do not support 'inotify', thus tracking real-time changes vi inotify of local files is not possible. Local filesystem changes will be replicated between the local filesystem and OneDrive based on the `monitor_interval` value. This is not something (inotify support for NFS, Samba) that this client cant fix.
#### skip_dir
Example:
```text