Hi,
I'm trying to move data between two unraid servers.
I've tried this command (rsync -avzP --progress root@sourceIP:/mnt/user/WHATEVER_SHARE/ /mnt/user/WHATEVER_SHARE/) but it is not working for me.
This is the response:
root@XXXXXXXXXX:~# rsync -avzP --progress
[email protected]:/mnt/user/MEDIA/ /mnt/user/Media/
ssh: connect to host 192.168.1.150 port 22: Connection refused
rsync: connection unexpectedly closed (0 bytes received so far) [Receiver]
rsync error: unexplained error (code 255) at io.c(231) [Receiver=3.2.7]
Can you point me in the right direction? What I'm doing wrong? Double checked share's names and they're correct.
Thx,