Update usage.md (#3260)

* Add links to additional documentation based on feedback in https://github.com/abraunegg/onedrive/issues/3257
This commit is contained in:
abraunegg 2025-05-03 10:40:07 +10:00 committed by GitHub
commit 5c9a055733
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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