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

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, if it

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: 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 running

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

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

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

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

CVS update: rsync

2004-01-09 Thread jw schultz
Date: Fri Jan 9 13:55:56 2004 Author: jw Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv17778 Modified Files: flist.c Log Message: Finished the last_* renameing and fixed a cast.. Revisions: flist.c 1.154 = 1.155

CVS update: rsync/testsuite

2004-01-09 Thread jw schultz
Date: Fri Jan 9 14:02:00 2004 Author: jw Update of /data/cvs/rsync/testsuite In directory dp.samba.org:/tmp/cvs-serv18994/testsuite Modified Files: devices.test Log Message: Added a few more devices to the devices.test to hopefully test same, same high and different device numbers.

CVS update: rsync

2004-01-09 Thread Wayne Davison
Date: Fri Jan 9 18:10:31 2004 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/home/wayned/src/rsync Modified Files: generator.c Log Message: A couple minor code improvements. Revisions: generator.c 1.66 = 1.67

CVS update: rsync

2004-01-09 Thread Wayne Davison
Date: Fri Jan 9 18:19:32 2004 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/home/wayned/src/rsync Modified Files: flist.c Log Message: - Never allocate a useless sum array for a non-regular flist item. - Don't transmit the sum array for non-regular files (p28

CVS update: rsync

2004-01-09 Thread Wayne Davison
Date: Fri Jan 9 18:27:15 2004 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv10343 Modified Files: NEWS Log Message: Note latest changes. Revisions: NEWS1.140 = 1.141