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