mirror of
https://github.com/abraunegg/onedrive
synced 2026-03-14 14:35:46 +01:00
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:
parent
831445f616
commit
5c9a055733
1 changed files with 7 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue