Discussion:
rsync over SSH or NFS
f.gruber-rSp0+0OX1V0@public.gmane.org [nslu2-linux]
2014-08-01 17:13:35 UTC
Permalink
I am using the nslu2 having installed Debian Wheezy on the attached USB hard disk. Everything works well. I use the nslu2 for data backup.

Can anyone help me to decide what kind of connection I should use.
I set up both SSH and NFS server on the nslu2. Both are working.

I supposed NFS to be faster but now I am not shure. It seems to me that rsync may be not faster over NFS than over SSH. I use the nslu2 only on my private network. Security aspects are not relevant.

Any statement is welcome.

Thanks in advance.
Ferdinand
Joachim Banzhaf joachim.banzhaf-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org [nslu2-linux]
2014-08-02 07:01:19 UTC
Permalink
rsync over ssh:
Checksum calculation of differences is done without transferring data ->
fast
Changed data transferred with encryption -> slow

rsync over nfs:
Checksum calculation done remotely, i.e data transferred to nfs client
-> slow
Changed data transferred unencrypted -> fast

rsync with rsync server:
Checksum calculation of differences is done without transferring data ->
fast
Changed data transferred unencrypted -> fast

So, best will be if you start an rsync server on the nslu2 and use the
native rsync protocol.


------------------------------------

------------------------------------


------------------------------------

Yahoo Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/nslu2-linux/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/nslu2-linux/join
(Yahoo! ID required)

<*> To change settings via email:
nslu2-linux-digest-***@public.gmane.org
nslu2-linux-fullfeatured-***@public.gmane.org

<*> To unsubscribe from this group, send an email to:
nslu2-linux-unsubscribe-***@public.gmane.org

<*> Your use of Yahoo Groups is subject to:
https://info.yahoo.com/legal/us/yahoo/utos/terms/

Loading...