From a8c13ebd4f3dce5846f53e1d96a08aa92ebb123e Mon Sep 17 00:00:00 2001
From: "alex.sharov" <AskAlexSharov@gmail.com>
Date: Mon, 21 Mar 2022 09:39:48 +0700
Subject: [PATCH] docs about faster rsync

---
 cmd/downloader/readme.md | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/cmd/downloader/readme.md b/cmd/downloader/readme.md
index 9c9e6d468f..e67322ac14 100644
--- a/cmd/downloader/readme.md
+++ b/cmd/downloader/readme.md
@@ -78,3 +78,9 @@ Technical details:
 # Use it if you see weird behavior, bugs, bans, hardware issues, etc...
 downloader torrent_hashes --verify --datadir=<your_datadir>
 ```
+
+## Faster rsync
+
+```
+rsync -aP --delete -e "ssh -T -o Compression=no -x" <src> <dst>
+```
\ No newline at end of file
-- 
GitLab