Remote Differential Compression comparative run

2008-07-25 Thread Rob Bosch
I ran an rsync test using the RDC program that comes with the Server 2008 SDK. The RDC program is a simple program to demonstrate Microsoft's Remote Differential Compression algorithm. It uses the API for RDC to copy a file across a WAN/LAN connection. The program, as-is, has little functionalit

Re: IO error encountered -- skipping file deletion

2008-07-25 Thread Wayne Davison
On Fri, Jul 25, 2008 at 03:37:52PM -0300, Manuel Kissoyan wrote: > Wondering how i can trace to the problemim backing up many servers > and on all of them im seeing this error. Look at the stderr output for earlier errors that were output. Things like lack of permissions opening a directory o

Re: using the -n option w/o -v

2008-07-25 Thread Wayne Davison
On Fri, Jul 25, 2008 at 12:24:08PM -0700, [EMAIL PROTECTED] wrote: > Discovered that the -n option had been changed to not work unless > -v is added. No, -n works fine w/o -v, as it shows you exactly what would be output by the command if -n were not specified. This is a fix over earlier versions

rsync on cygwin, some directories are erroring with Permission denied

2008-07-25 Thread Richard Thomas
Hi, I have rsync set up to sync between two hard drives on the same Windows PC. I have a concern the results of the following rsync command: "c:\cygwin\bin\rsync.exe" --log-file=080725.pcsync.log --recursive --archive --modify-window=2 --update --backup /cygdrive/f/images/ /cygdrive/i/ima

Re: [rsync-announce] Rsync 3.0.4pre1 released

2008-07-25 Thread michael
Question for you. I just had to revise a bunch of scripts that use rsync on a system I maintain the uses 2.6.8 Discovered that the -n option had been changed to not work unless -v is added. This of course adds text to the output so that instead of a nice clean list of files that would be slated

RE: maximum block-size (-B) parameter

2008-07-25 Thread Rob Bosch
The maximum value allowed was 128KB. I think this is an issue with cygwin (using 1.7.6 for testing) and how it interprets an int32. I've modified the define value from the int32 and put in an upper limit instead to test. Just an FYI in case someone else has this issue. Rob -- Please use rep

IO error encountered -- skipping file deletion

2008-07-25 Thread Manuel Kissoyan
Hi guys, Wondering how i can trace to the problemim backing up many servers and on all of them im seeing this error. Im backing up between centos machines Thanx in advance! -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: http

Re: popt-devel necessary for 3.0.3?

2008-07-25 Thread Manuel Kissoyan
Thanx Daniel! I removed popt-devel and did add "--with-included-popt" to the configure options but gave me error, so i just did remove --with-included-popt and that did it. Thanx! Daniel Maher wrote: On Fri, 25 Jul 2008 12:06:04 -0300 Manuel Kissoyan <[EMAIL PROTECTED]> wrote: Hi Mat

Re: popt-devel necessary for 3.0.3?

2008-07-25 Thread Manuel Kissoyan
Thanx Matt! I just removed popt-devel from spec and rebuilded -bb, that did the trick. Matt McCutchen wrote: On Fri, 2008-07-25 at 12:06 -0300, Manuel Kissoyan wrote: Thanx but is not working, im trying to use your src rpm to rebuild the rpm in the server. I did install popt but is ne

Re: popt-devel necessary for 3.0.3?

2008-07-25 Thread Daniel Maher
On Fri, 25 Jul 2008 12:06:04 -0300 Manuel Kissoyan <[EMAIL PROTECTED]> wrote: > Hi Matt, > > Thanx but is not working, im trying to use your src rpm to rebuild > the rpm in the server. > I did install popt but is needing popt-devel: > > error: Failed build dependencies: > popt-devel is

Re: popt-devel necessary for 3.0.3?

2008-07-25 Thread Matt McCutchen
On Fri, 2008-07-25 at 12:06 -0300, Manuel Kissoyan wrote: > Thanx but is not working, im trying to use your src rpm to rebuild the > rpm in the server. > I did install popt but is needing popt-devel: > > error: Failed build dependencies: > popt-devel is needed by rsync-3.0.3-1.matt.i386 >

Re: popt-devel necessary for 3.0.3?

2008-07-25 Thread Manuel Kissoyan
Hi Matt, Thanx but is not working, im trying to use your src rpm to rebuild the rpm in the server. I did install popt but is needing popt-devel: error: Failed build dependencies: popt-devel is needed by rsync-3.0.3-1.matt.i386 any other way to do this? i dont want install it from sour

maximum block-size (-B) parameter

2008-07-25 Thread Rob Bosch
I've been trying to test rsync on files over 80GB again to see if I can find ways to improve performance further. I tried passing a manual block-size value and I keep getting "Invalid block length" from the [sender]. Can someone refresh my memory of the valid values that can be passed using this