Update Scripts/Powershell/rClone.md

This commit is contained in:
2024-12-05 00:53:12 -07:00
parent 5766aaeff7
commit d607f8013f

View File

@ -30,6 +30,7 @@ The following commands illustrate how to use bisync to synchronize a local folde
=== "Subsequent Syncs"
At this point, the local directory has the newest remote version of all of the files that exist in both locations, so if anyone made changes to a file in Google Drive, and those changes are newer than the local files, it overwrites the local files, but if the local files were newer, they were left alone. This second command performs the first and all subsequent bisyncs, with conflict resolution, meaning:
- If the remote file was newer, it deletes the older local file and overwrites it with the newer remote file,
- If the local file was newer, it deletes the older remote file and overwrites it with the newer local file
```powershell