Deltacopy is a Windows app that can be installed on a client and used to connect to an rsync server. There are details on installation here:<div><br></div><div><a href="http://wpkg.org/DeltaCopy">http://wpkg.org/DeltaCopy</a></div>
<div><br></div><div>The main disadvantage of RoboCopy is that if a file is changed then the whole file is recopied. This might be okay for small files but is a pain for big stuff like .pst files. Rsync is a significantly more efficient way to copy files.<br>
<br><div class="gmail_quote">On 16 September 2010 17:01, Natxo Asenjo <span dir="ltr"><<a href="mailto:natxo.asenjo@gmail.com">natxo.asenjo@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">On Wed, Sep 15, 2010 at 9:11 PM, Todd Blum <<a href="mailto:todd@toddblum.org">todd@toddblum.org</a>> wrote:<br>
> Hello,<br>
><br>
>        I am using WPKG for the first time.  I have WPKG and wpkgexpress<br>
> running on XMPP on a Windows XP workstation in a Windows domain environment.<br>
><br>
>        I have been updating my company's .NET application with a script that<br>
> runs cwrsync on the Program Files directory on the user's workstations, but<br>
> I've been getting in to some trouble because cwrsync leaves the ownership<br>
> and permissions of the files different than it finds them.  I was hoping to<br>
> use WPKG to first set ownership and permissions on the program's Program<br>
> Files directory, perform the cwrsync script, then set the ownership and<br>
> permissions again on the Program Files directory. I'm not readily seeing a<br>
> package example for changing filesystem permissions--does anyone know the<br>
> best way to perform these tasks?<br>
<br>
</div>you can use setacl <a href="http://setacl.sourceforge.net/" target="_blank">http://setacl.sourceforge.net/</a> to set all the<br>
permissions you want (not for the faint of heart, but windows<br>
permissions are really complicated). Or you can use robocopy instead<br>
of rsync to move files around. Robocopy can keep the permisssion of<br>
the source files in a domain environment.. It comes with the resource<br>
kit, I think<br>
<div class="im"><br>
>        I chose rsync as the update model because the program doesn't have to<br>
> be reinstalled with each update, and I thought it would minimize bandwidth<br>
> usage (the rsync server is centralized and there are many disparate<br>
> networks).<br>
<br>
</div>rsync is really nice and I use it all the time in our linux<br>
environment but it is not designed for windows ;-). Robocopy will only<br>
copy files if they have changed.<br>
<br>
--<br>
<font color="#888888">natxo<br>
</font><div><div></div><div class="h5">-------------------------------------------------------------------------<br>
wpkg-users mailing list archives >> <a href="http://lists.wpkg.org/pipermail/wpkg-users/" target="_blank">http://lists.wpkg.org/pipermail/wpkg-users/</a><br>
_______________________________________________<br>
wpkg-users mailing list<br>
<a href="mailto:wpkg-users@lists.wpkg.org">wpkg-users@lists.wpkg.org</a><br>
<a href="http://lists.wpkg.org/mailman/listinfo/wpkg-users" target="_blank">http://lists.wpkg.org/mailman/listinfo/wpkg-users</a><br>
</div></div></blockquote></div><br></div>