From d607f8013f7dd64d23b6078fee40a3f1f084f91b Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Thu, 5 Dec 2024 00:53:12 -0700 Subject: [PATCH] Update Scripts/Powershell/rClone.md --- Scripts/Powershell/rClone.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Scripts/Powershell/rClone.md b/Scripts/Powershell/rClone.md index b571d10..091fa36 100644 --- a/Scripts/Powershell/rClone.md +++ b/Scripts/Powershell/rClone.md @@ -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