good morning!!!!

Skip to content
Snippets Groups Projects
Commit a8c13ebd authored by alex.sharov's avatar alex.sharov
Browse files

docs about faster rsync

parent 1e78e509
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment