NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
harry1
May 15, 2018Aspirant
RSYNC over SSH stopped working
Hi,
I had an unexpected problem with my backups from Ubuntu to my ReadyNAS314 (firmware 6.9.3), which seemed to start since I upgraded Ubuntu from 17.10 to 18.04.
I use duplicity via rsync ov...
harry1
May 29, 2018Aspirant
Kind of embarrassed here, I've never actually used rsync except over ssh with duplicity, or the readynas gui...
I need to work it out...
StephenB
May 29, 2018Guru - Experienced User
Examples 1 and 2 here might help: https://www.tecmint.com/rsync-local-remote-file-synchronization-commands/
- harry1Jun 05, 2018AspirantHi again,many thanks for your help so far. I've only just been able to try this out.If I try:$ rsync -avz foo backer@nas:/data/Backup/mypc/linux
sending incremental file list
foo/
foo/file1.txt
foo/file1_h.txt
foo/file1_h2.txt
foo/file1_s.txt -> file1.txt
foo/file1_s2.txt -> file1.txt
foo/bar/
sent 404 bytes received 91 bytes 330.00 bytes/sec
total size is 33 speedup is 0.07It works, and I have ssh enabled for the backer account on the nas. from my account on mypc(no prompt for password because I've imported public keys)Now if I set rync only for access from my account on mypc, it still works...and so does this:$ rsync -avzhe ssh foo backer@nas:/data/Backup/mypc/linux
sending incremental file list
foo/
foo/file1.txt
foo/file1_h.txt
foo/file1_h2.txt
foo/file1_s.txt -> file1.txt
foo/file1_s2.txt -> file1.txt
foo/bar/
sent 404 bytes received 91 bytes 330.00 bytes/sec
total size is 33 speedup is 0.07This could be a problem with duplicity...Cheers, again. I will keep lookingMatthew - StephenBJun 05, 2018Guru - Experienced User
Thanks for the update. It looks to me like you're on the right path to track down the issue.
Related Content
NETGEAR Academy
Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!