I am trying to set-up Rsync between 2 nas4free servers on the same LAN, but i am having much success.
I was able to get the following code working nice on a previous machine:
Code: Select all
rsync -avW --delete root@192.168.1.135:/mnt/mirror/thebrig/ /mnt/data1/thebrig/ --log-file="/mnt/data1/rsync.log"Code: Select all
test-nas: ~# ssh 192.168.1.135
Unable to negotiate with 192.168.1.135: no matching host key type found. Their offer: ssh-dss
Thanks
Stephane

