new progress reporting ETA and resume transfer options

2004-01-09 Thread Jeremy Lin
I often use rsync as basically an scp with resume functionality, but there are a couple annoyances that've often come to mind while doing this. The first is that if I've already transferred a significant amount of a large file, the ETA is rather on the low side because rsync only takes into accoun

rsync performance question Part II

2004-01-09 Thread Rick Frerichs
Hello, I have more info on my specific problem. pop 1) RedHat 7.3, fs1 fs3 pop 2) BSD/OS 4.3.1 www files rsync version 2.6.0 protocol version 27 fs1 --> fs3 500kB/s fs1 <-- fs3 420kB/s fs1 --> www20kB/s fs1 <-- www20kB/s files --> www 2.9 MB/s files <-- www 4,4 Mb/s

Re: Problems with rsync with dirctories with spaces in the name

2004-01-09 Thread Wayne Davison
On Fri, Jan 09, 2004 at 07:32:15AM -0800, jw schultz wrote: > Hmm, just a thought here for the other developers: Perhaps > rsync should check the source/dest portions of remote > argument list for whitespace and if there but no quotes or > backslashes insert backslashes or surrounding quotes. One

Re: rsync performance question

2004-01-09 Thread jim
jw schultz writes: On Thu, Jan 08, 2004 at 01:05:25PM -0500, Rick Frerichs wrote: Hello, I seem to be having a performance problem with rsync. ... If I do a transfer (either way) with ftp, I get about 500 Kbytes/sec. Using rsync to do the same transfer (either way) I only get about 50 Kbytes

Re: Problems with rsync with dirctories with spaces in the name

2004-01-09 Thread jw schultz
On Fri, Jan 09, 2004 at 10:55:38PM +0800, Nunuz Yourbiz wrote: > Hi guys > > I have read read the why's and whyfores and howto's and whento's about > posting for help, but I'm not sure whether this has already been addressed > - plenty other Win/spaces-in-dir-names issues have been. > > I was r

Problems with rsync with dirctories with spaces in the name

2004-01-09 Thread Nunuz Yourbiz
Hi guys I have read read the why's and whyfores and howto's and whento's about posting for help, but I'm not sure whether this has already been addressed - plenty other Win/spaces-in-dir-names issues have been. I was running rsync to copy stuff off of a Windows disk onto a Windows disk on anot

Re: start a batch after rsync

2004-01-09 Thread jw schultz
On Fri, Jan 09, 2004 at 11:38:20AM +0100, Andreas Moroder wrote: > Hello, > > I would like to replicate one file from one machine to a second one with > rsync. After the file is copied ( rsync in read mode ), if the file > has changed i must start a small batch, if it has not change I must do

Re: start a batch after rsync

2004-01-09 Thread Jan-Benedict Glaw
On Fri, 2004-01-09 11:38:20 +0100, Andreas Moroder <[EMAIL PROTECTED]> wrote in message <[EMAIL PROTECTED]>: > I would like to replicate one file from one machine to a second one with > rsync. After the file is copied ( rsync in read mode ), if the file > has changed i must start a small batch,

start a batch after rsync

2004-01-09 Thread Andreas Moroder
Hello, I would like to replicate one file from one machine to a second one with rsync. After the file is copied ( rsync in read mode ), if the file has changed i must start a small batch, if it has not change I must do nothing. What's the easiest way to do this ? Thanks you Andreas -- To uns