Update Scripts/Powershell/General Purpose/rClone.md
This commit is contained in:
@ -36,3 +36,10 @@ The following commands illustrate how to use bisync to synchronize a local folde
|
|||||||
```powershell
|
```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
|
.\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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
=== "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.
|
||||||
|
|
||||||
|
```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