diff --git a/docs/usage.md b/docs/usage.md index 776933a5..48969235 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -1014,12 +1014,19 @@ There are two methods to achieve this: * Employ 'skip_file' as part of your 'config' file to configure what files to skip * Employ 'sync_list' to configure what files and directories to sync, and what should be excluded +For further details please read the ['skip_file' config option documentation](https://github.com/abraunegg/onedrive/blob/master/docs/application-config-options.md#skip_file) + ### How to 'skip' directories from syncing? There are three methods available to 'skip' a directory from the sync process: * Employ 'skip_dir' as part of your 'config' file to configure what directories to skip * Employ 'sync_list' to configure what files and directories to sync, and what should be excluded * Employ 'check_nosync' as part of your 'config' file and a '.nosync' empty file within the directory to exclude to skip that directory +> [!IMPORTANT] +> Entries for 'skip_dir' are *relative* to your 'sync_dir' path. + +For further details please read the ['skip_dir' config option documentation](https://github.com/abraunegg/onedrive/blob/master/docs/application-config-options.md#skip_dir) + ### How to 'skip' .files and .folders from syncing? There are three methods to achieve this: * Employ 'skip_file' or 'skip_dir' to configure what files or folders to skip