Neal B wrote:
>Thanks for your reply. I have been experimenting with the buffer
>settings and when specifying it actually causes the transfers to go
>slower.
>I am running an rsync server using xinet.d and an rsync client. I
>have tried specifying the sockopts on just the clie
On Mon, Feb 1, 2010 at 12:14 PM, Christopher Hawkins
wrote:
> Hi fellas -
>
> as a part of my rsync command line on the client, I get almost 2x the
> throughput on local gig ethernet. It was a huge improvment...
I saw the same sorts of improvements... approximately 300% over a 45
Mbps pipe wit
https://bugzilla.samba.org/show_bug.cgi?id=7070
--- Comment #2 from m...@mattmccutchen.net 2010-02-01 16:15 CST ---
Right. The same problem occurs with a single regular file.
Rsync sets the correct permissions (granting the owner all permissions) in
set_stat_xattr, but that is too l
On Mon, 2010-02-01 at 15:03 +0100, Leslie Jensen wrote:
> I'm using a script that does this:
>
> /usr/local/bin/rsync -tpv --files-from=/home/admin/bin/list_of_files /
> /home/admin/configuration/
>
> I can't get the permissions on the files to stick, when the files are
> written they get root
Quoting Wayne Davison :
On Wed, Jan 13, 2010 at 7:23 AM, Ed Coates wrote:
rsync: connection unexpectedly closed (338935497 bytes received so far)
[sender]
[...] Any clues on why it might be losing connection?
In a local connection the sender is the client side, so this is indicating
that t
Hi fellas -
Just my 2 cents here. I experimented with this also a while back and with:
socket options = SO_SNDBUF=65536,SO_RCVBUF=65536
in my rsyncd.conf on the server side, and:
--sockopts=SO_SNDBUF=65536,SO_RCVBUF=65536
as a part of my rsync command line on the client, I get almost 2x the
Hi Ryan,
Thanks for your reply. I have been experimenting with the buffer settings
and when specifying it actually causes the transfers to go slower.
I am running an rsync server using xinet.d and an rsync client. I have
tried specifying the sockopts on just the client, server, and both.
Thank
I'm using a script that does this:
/usr/local/bin/rsync -tpv --files-from=/home/admin/bin/list_of_files /
/home/admin/configuration/
I can't get the permissions on the files to stick, when the files are
written they get root as owner. I run the script as root.
Secondly I would like to rev