Redacted link + solution

This commit is contained in:
m-stefanski 2020-05-07 19:00:59 +02:00 committed by GitHub
parent f0c9dad17f
commit 60356608fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -243,11 +243,13 @@ Ah, there we have it. It seems that rsync is CPU-bound on this machine, and its
https://community.wd.com/t/horrible-rsync-performance-on-wd-cloud-vs-my-book-live/90736/46
Unfortunately there is no way to mount smb or nfs share on MyCloud, but fortunately `rsync` can be run as daemon.
Unfortunately there is no way to mount smb or nfs share on MyCloud...
# Solution - using rsync on both sides
# Solution
Some configuration is needed first, though:
To share the workload between source and target, we will be using rsync protocol with `rsync` running as a daemon on source.
Some configuration is needed, though:
## On source: