Update README.md

Clarify when to use --resync
This commit is contained in:
abraunegg 2018-10-03 09:52:14 +10:00 committed by GitHub
parent a6336e70b3
commit 583075fb87
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -252,7 +252,7 @@ Example: `skip_file = ".*|~*|Desktop|Documents/OneNote*|Documents/IISExpress|Doc
Patterns are case insensitive. `*` and `?` [wildcards characters](https://technet.microsoft.com/en-us/library/bb490639.aspx) are supported. Use `|` to separate multiple patterns.
**Note:** after changing `skip_file`, you must perform a full synchronization by executing `onedrive --resync`
**Note:** after changing `skip_file`, you must perform a full re-synchronization by adding `--resync` to your existing command line - for example: `onedrive --synchronize --resync`
### skip_symlinks
Example: `skip_symlinks = "true"`
@ -280,7 +280,7 @@ Codes
Textbooks
Year 2
```
**Note:** after changing the sync list, you must perform a full synchronization by executing `onedrive --resync`
**Note:** after changing the sync_list, you must perform a full re-synchronization by adding `--resync` to your existing command line - for example: `onedrive --synchronize --resync`
### Shared folders
Folders shared with you can be synced by adding them to your OneDrive. To do that open your Onedrive, go to the Shared files list, right click on the folder you want to sync and then click on "Add to my OneDrive".