From 60356608fe63468fcb42d67303411e37c63cfe45 Mon Sep 17 00:00:00 2001 From: m-stefanski <43186329+m-stefanski@users.noreply.github.com> Date: Thu, 7 May 2020 19:00:59 +0200 Subject: [PATCH] Redacted link + solution --- NAS_data_migration.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/NAS_data_migration.md b/NAS_data_migration.md index 0fe56f6..0ffbe3f 100644 --- a/NAS_data_migration.md +++ b/NAS_data_migration.md @@ -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: