[Bug 9783] please don't use client-server model for local copies

samba-bugs at samba.org samba-bugs at samba.org
Thu May 2 08:48:00 MDT 2013


https://bugzilla.samba.org/show_bug.cgi?id=9783

--- Comment #1 from Kilian CAVALOTTI <kilian.cavalotti.work at gmail.com> 2013-05-02 14:48:00 UTC ---
One way to easily reproduce this problem is to try to transfer a single large
file using rsync:

a. over ssh: 
  rsync -av host0:/path/to/file /tmp/file

b. locally, by mounting the remote path with sshfs: 
  sshfs host0:/path/to/ /path/to/
  rsync -av /path/to/file /tmp/file

Given any set of SSH options, b. gives about 60% of a.'s performance.

-- 
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the rsync mailing list