From 583075fb8788617a637ac7cc334d75f75b16fbb5 Mon Sep 17 00:00:00 2001 From: abraunegg Date: Wed, 3 Oct 2018 09:52:14 +1000 Subject: [PATCH] Update README.md Clarify when to use --resync --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0464ddc4..e44ded2f 100644 --- a/README.md +++ b/README.md @@ -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".