mirror of
https://github.com/abraunegg/onedrive
synced 2026-03-14 14:35:46 +01:00
Update --force and --force-sync (#3593)
* --force and --resync cannot be used together as --resync blows away the database, thus there is no way to calculate large local deletes * Update --force-sync documentation
This commit is contained in:
parent
6c0fb3c734
commit
32928bf3ed
2 changed files with 7 additions and 1 deletions
|
|
@ -1427,7 +1427,7 @@ _**Usage Example:**_ `onedrive --sync --verbose --force`
|
|||
### CLI Option: --force-sync
|
||||
_**Description:**_ This CLI option enables the syncing of a specific directory, using the Client Side Filtering application defaults, overriding any user application configuration.
|
||||
|
||||
_**Usage Example:**_ `onedrive --sync --verbose --force-sync --single-directory 'Data'
|
||||
_**Usage Example:**_ `onedrive --sync --verbose --force-sync --single-directory 'Data'`
|
||||
|
||||
> [!NOTE]
|
||||
> When this option is used, you will be presented with the following warning and risk acceptance:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue