sending the same source to several dests

2006-11-09 Thread Christophe LYON
Hello, I am using rsync to mirror a source tree towards several destinations. Currently, I start rsync as many times as I have destinations, is there a better way that would for instance need to scan the source tree only once? Thanks Christophe. -- To unsubscribe or change options: https://li

Re: sending the same source to several dests

2006-11-09 Thread Wayne Davison
On Thu, Nov 09, 2006 at 10:00:29AM +0100, Christophe LYON wrote: > I am using rsync to mirror a source tree towards several destinations. > Currently, I start rsync as many times as I have destinations, is there > a better way that would for instance need to scan the source tree only once? If you

Integrating Rsync into my own Application

2006-11-09 Thread feenster
Hi all, I have been using the cwRsync distribution of Rsync. I currently use a Windows Batch file script to do the work, calling Rsync where necessary. I want to now roll Rsync into my own application, probably developed with C# for the Windows platform. Has anyone done this before? If so, can yo

Re: Integrating Rsync into my own Application

2006-11-09 Thread Imran Hussain
Check DeltaCopy at http://www.aboutmyip.com/AboutMyXApp/DeltaCopy.jsp. Source code is available but is in C++ not C#. feenster wrote: Hi all, I have been using the cwRsync distribution of Rsync. I currently use a Windows Batch file script to do the work, calling Rsync where necessary. I want

Re: Integrating Rsync into my own Application

2006-11-09 Thread feenster
Imran, Thanks for the reply. I'll take a look at DeltaCopy in more details. At first glance, it is quite a lot more complicated then I need for my application. I simply just need to be able to call the Rsync program from within C#. Does anyone know how I would go about doing this? I presume I cou

Busy file and partial transfer??

2006-11-09 Thread Max Kipness
Hi, I actually wrote about this issue over a year ago and got a response from Wayne which I'm thinking resolved the problem. Now I've got the issue again, even though I removed the option that appeared to be the culprit. Basically I'm using rsync to backup a directory structure on a 2003 Server,

How Can I Duplicate an Entire Drive?

2006-11-09 Thread Robert Temple
This is a newbie request, but I haven't found any info on how to do this.I have a working Apache server I would like to make a complete, exact duplicate of. I am upgrading to a new hard drive and need to move the entire drive contents & file structure, and when it's complete I need to reboot the se