extended readme

This commit is contained in:
Daniel Sommer 2023-09-22 16:50:14 +02:00
parent 9c8fe4ba1e
commit c089eb84bd

View file

@ -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.