Update Scripts/Powershell/General Purpose/rClone.md
This commit is contained in:
@ -39,6 +39,8 @@ The following commands illustrate how to use bisync to synchronize a local folde
|
||||
|
||||
=== "Repairing a Broken BiSync"
|
||||
If you find your bisync has somehow gone awry, and you need to re-create the differencing databases that are used by rclone to determine which files are local and which are remote, you can run the following command to (non-destructively) re-build the databases to restore bisync functionality.
|
||||
|
||||
The only core difference between this command and the "Subsequent Sync" command, is the addition of `--resync` to the argument list.
|
||||
|
||||
```powershell
|
||||
.\rclone.exe bisync "Local" "Remote" --create-empty-src-dirs --conflict-resolve newer --conflict-loser delete --compare size,modtime,checksum --resilient --log-level ERROR --drive-skip-gdocs --fix-case --force --progress --resync
|
||||
|
Reference in New Issue
Block a user