From c089eb84bdd6340b5f5ea1d30022ae731cd4f876 Mon Sep 17 00:00:00 2001 From: velvettear Date: Fri, 22 Sep 2023 16:50:14 +0200 Subject: [PATCH] extended readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 929d095..1f0cd7f 100644 --- a/README.md +++ b/README.md @@ -24,4 +24,6 @@ a simple wrapper for concurrent rsync processes written in golang ### troubleshooting +**make sure to wrap your `[source]` and `[target]` in `"` to avoid problems with paths and / or globbing.** + if you experience errors like `kex_exchange_identification: read: Connection reset by peer` it may be helpful to increase the default delay (100ms) between rsync connections or decrease the concurrency. \ No newline at end of file