Difference between revisions of "Cwrsync"
From WPKG | Open Source Software Deployment and Distribution
m |
m |
||
Line 1: | Line 1: | ||
− | [http://www.itefix.no/i2/node/10650 cwrsync] is a windows port of the the popular rsync tool. Unlike some of the alternatives it does not require a separate installation of [http://www.cygwin.com cygwin]. | + | [http://www.itefix.no/i2/node/10650 cwrsync] is a windows port of the the popular [http://rsync.samba.org rsync] tool. Unlike some of the alternatives it does not require a separate installation of [http://www.cygwin.com cygwin]. |
<source lang="xml"> | <source lang="xml"> |
Latest revision as of 18:01, 12 May 2011
cwrsync is a windows port of the the popular rsync tool. Unlike some of the alternatives it does not require a separate installation of cygwin.
<package id="cwrsync" name="cwRsync" revision="20110415.2" priority="10" reboot="false" >
<check type="uninstall" condition="exists" path="cwRsync (remove only)" />
<install cmd='%SOFTWARE%\Utilities\cwrsync\cwRsync_4.0.5_Installer.exe /S' />
<upgrade cmd='%SOFTWARE%\Utilities\cwrsync\cwRsync_4.0.5_Installer.exe /S' />
<remove cmd='"%programfiles%\cwRsync\uninstall.exe" /S' />
</package>