Freenas to Synology, have beat it to death!

Dirk

Patron
Joined
May 23, 2016
Messages
206
Well aint this a kick in the --head

Got the SSH working with this...

https://community.synology.com/enu/forum/17/post/101650?reply=340387

From a shell running as my rsync user in Freenas I can

ssh rsync@192.168.nn :tongue:
And
ssh 192.168.0.30
Works great, but then gets weird.

rsync -avh --progress --delete-delay --log-file=/mnt/AllDrives/homes/rsync/rsyncrun.log /mnt/AllDrives/Media/Series rsync@192.168.0.30::NetBackup
Challenges for a password, and

rsync -avh --progress -e ssh --delete-delay --log-file=/mnt/AllDrives/homes/rsync/rsyncrun.log /mnt/AllDrives/Media/Series rsync@192.168.0.30::NetBackup

Does not.

I thought rsync (nowadays) defaulted to using ssh? Or is that the Synology's bastard witch brew rsync at the other end? If so it explains a lot!
 

Spearfoot

He of the long foot
Moderator
Joined
May 13, 2015
Messages
2,478
Well aint this a kick in the --head

Got the SSH working with this...

https://community.synology.com/enu/forum/17/post/101650?reply=340387

From a shell running as my rsync user in Freenas I can

ssh rsync@192.168.nn :tongue:
And
ssh 192.168.0.30
Works great, but then gets weird.

rsync -avh --progress --delete-delay --log-file=/mnt/AllDrives/homes/rsync/rsyncrun.log /mnt/AllDrives/Media/Series rsync@192.168.0.30::NetBackup
Challenges for a password, and

rsync -avh --progress -e ssh --delete-delay --log-file=/mnt/AllDrives/homes/rsync/rsyncrun.log /mnt/AllDrives/Media/Series rsync@192.168.0.30::NetBackup

Does not.

I thought rsync (nowadays) defaulted to using ssh? Or is that the Synology's bastard witch brew rsync at the other end? If so it explains a lot!
Hmmm... I thought rsync defaulted to SSH, too!

Anyway -- good job! Sounds like you've overcome the biggest hurdle. Now you can look at my GitHub rsync scripts (link above) and tune performance a bit.
 
Top