Re: Much improved speeds of rsync via SSH - something to consider

2018-04-02 Thread Karl O. Pinc via rsync
On Mon, 2 Apr 2018 15:05:14 +0200 Thanassis Tsiodras via rsync wrote: > I recently concluded a bug hunt to trace why my rsync-ing to an SBC > was much slower than the corresponding iperf3-reported speeds. To > give a concise summary of the situation, in slow wifi links

Much improved speeds of rsync via SSH - something to consider

2018-04-02 Thread Thanassis Tsiodras via rsync
Dear rsync devs, I recently concluded a bug hunt to trace why my rsync-ing to an SBC was much slower than the corresponding iperf3-reported speeds. To give a concise summary of the situation, in slow wifi links using SSH with ProxyCommand tremendously speeds up things: $ dd if=/dev/urandom

RE: Rsync via ssh hangs on same file repeatedly

2006-05-23 Thread Gawain
At 9:26 PM -0500 on 5/9/06, Tony Abernethy wrote: Flames invitied if I'm wrong, but I think you're looking at the last file successfully transferred as opposed to the first file unsuccessfully transferred. I think I saw a /var in there You get something ungodly long trying to rsync the file

Re: Rsync via ssh hangs on same file repeatedly

2006-05-10 Thread Wayne Davison
On Tue, May 09, 2006 at 08:52:57PM -0500, Gawain wrote: I'm having problems with an rsync via ssh process hanging during transfer. The issues and debugging page on the rsync website gives some advice on how to investigate a hang. It mentions running netstat on each system to check on the state

Rsync via ssh hangs on same file repeatedly

2006-05-09 Thread Gawain
Hi all, I'm having problems with an rsync via ssh process hanging during transfer. The basic problem, (gory details to follow): I've set up a machine on my LAN to act as the receiver and have two (soon to be more) remote servers transferring files via a script. It seems as if certain files

RE: Rsync via ssh hangs on same file repeatedly

2006-05-09 Thread Tony Abernethy
than trying to fix the problem. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Gawain Sent: Tuesday, May 09, 2006 8:53 PM To: rsync@lists.samba.org Subject: Rsync via ssh hangs on same file repeatedly Hi all, I'm having problems with an rsync via

rsync via ssh tunnel

2004-09-08 Thread Radio Gong 2000 GmbH Co. KG [Technik]
Hi there, I want to put these two commands in just one command: ssh -i ~/.ssh/id_dsa -C -l sascha -L 873:rsync-server:873 bridge-server rsync -auz rsync://[EMAIL PROTECTED]/share /local-path How can I do this. With Option --rsh (-e) rsync wants to execute the command on the remote machine and

Re: rsync via ssh tunnel

2004-09-08 Thread Wayne Davison
On Wed, Sep 08, 2004 at 09:42:32AM +0200, Radio Gong 2000 GmbH Co. KG [Technik] wrote: I want to put these two commands in just one command: ssh -i ~/.ssh/id_dsa -C -l sascha -L 873:rsync-server:873 bridge-server rsync -auz rsync://[EMAIL PROTECTED]/share /local-path This was covered a few

Re: rsync via ssh script

2004-03-23 Thread Andrzej Filip
Tim Nonnast wrote: does anybody know, how a bash shell script looks, which automatically enters the ssh password? the rsync call should be: rsync -avz -e ssh /home/johndoe/data/repository [EMAIL PROTECTED]:/home/johndoe/junk the call causes a password question. Is ist possible to automate

RE: rsync via ssh script

2004-03-23 Thread Jason Ferguson
I found this very useful for getting around this problem with osX http://www.bombich.com/mactips/rsync.html -Jason -Original Message- From: Andrzej Filip [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 23, 2004 7:46 AM To: [EMAIL PROTECTED] Subject: Re: rsync via ssh script Tim

RE: rsync via ssh

2001-09-20 Thread Harala, Sauli
+rsync as OSF1 side server Visa versa (HP/UX + ssh2 v2.0 as server and the OSF1 as client) was working OK. sh -Original Message- From: IVANYI Ivan [mailto:[EMAIL PROTECTED]] Sent: 20. syyskuuta 2001 9:21 To: Rsync Subject: rsync via ssh Hi, We have 2 problems with rsync over ssh that we

rsync via ssh

2001-09-19 Thread IVANYI Ivan
Hi, We have 2 problems with rsync over ssh that we haven't been able to replicate all the time. Basically, we have a developement server running Solaris 2.5.1 and another running Solaris 2.6, the development tree is shared via nfs. When minor changes are made they are distibuted to various