From 94e66a529c13d25d1793f5413fa505e106285f76 Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Mon, 18 Nov 2024 00:05:23 -0700 Subject: [PATCH] Update Scripts/Powershell/rClone.md --- Scripts/Powershell/rClone.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/Powershell/rClone.md b/Scripts/Powershell/rClone.md index c650542..fb53102 100644 --- a/Scripts/Powershell/rClone.md +++ b/Scripts/Powershell/rClone.md @@ -16,7 +16,7 @@ Perform bidirectional synchronization between two paths. Bisync provides a bidi The following commands illustrate how to use bisync to synchronize a local folder and a remote folder (assumed to be Google Drive). The `--drive-skip-gdocs` flag simply does not sync Google Drive specific documents back to the local folder, such as `*.gsheet`, `*.gdoc`, etc. The `--resilient` flag means that if there are network interruptions, rclone will attempt to recover on its own automatically to resume where it last left off in the sync. === "Initial Sync" - You only run this command the first time you sync the local and remote locations. It builds a database between the two locations to effectively "index" every file locally and remotely, so that subsequent syncs can track deletions, additions, and modifications in either location. + You only run this command the first time you sync the local and remote locations. It builds a database between the two locations to effectively "index" every file locally and remotely, so that subsequent syncs can track deletions, additions, and modifications in both locations. ```powershell .\rclone.exe bisync "$locationA" "$locationB" --create-empty-src-dirs --compare size,modtime,checksum --resilient --log-level ERROR --drive-skip-gdocs --fix-case --resync