cwRsync - Rsync for Windows

Discussion in 'Hardware and Software Tips and Suggestions' started by Jason, Jan 30, 2007.

  1. Jason

    Jason Developer / Handyman Staff Member

    <table border="0" cellpadding="3" cellspacing="0" style="border: #a6aed9 1px solid" summary="Data for Generic Block" width="100%"><tbody><tr><td class="type4"><h3>cwRsync - Rsync for Windows</h3></td></tr><tr><td class="type5">cwRsync is a yet another packaging of Rsync and Cygwin. You can use cwRsync for fast remote file backup and synchronization.

    Rsync uses the Rsync algorithm which provides a very fast method for bringing remote files into sync. It does this by sending just the differences in the files across the link, without requiring that both sets of files are present at one of the ends of the link beforehand. At first glance this may seem impossible because the calculation of diffs between two files normally requires local access to both files.

    Rsync normally uses ssh for communication. It requires no special privileges for installation. You must, however, have a working ssh system.

    Alternatively, rsync can run in `daemon' mode, listening on a socket. This is generally used for public file distribution, although authentication and access control are available. Cygwin is a Linux-like environment for Windows. It consists of a DLL (cygwin1.dll), which emulates substantial Linux API functionality, and a collection of tools. <h3>Installation</h3>Supported platforms: Client - Windows 9x/NT/2000/XP/2003, Server - NT/2000/XP/2003.

    cwRsync comes as a zip archive containing a Nullsoft Installer package. Unzip downloaded file and run cwRsync_x.x.x_Installer.exe or cwRsync_Server_x.x.x_Installer.exe (server version) :

    1. Click Next at Welcome-page
    2. View license agreement.
    3. Select components that varies depending on package type: Client package has an optional component (Secure Channel Wrapper &amp; Wizard). It makes creation of secure channels to cwrsync servers an easy task. Optional component OpenSSH Server in server package installs a builtin openssh server, making secure channel setup to cwrsync servers possible.
    4. Specify an installation location.
    5. Installation starts. By clicking 'Details' button, you can get more detailed information about installation. Check if everything seems ok.
    You're DONE! cwRsync is installed on your machine.

    <u>cwRsync server only</u>

    You should update the configuration file according to your needs. If you have defined uploadable modules (read only = false), you have to make sure that Rsync Server has correct permissions on directories behind those modules. You can use Prep a Dir for Upload wizard from the start menu for that purpose.

    cwRsync installs rsync server as a service (RsyncServer) with following parameters :
    If you have chosen OpenSSH server component, ssh daemon is also installed as a service (OpenSSHServer).

    Both services are owned by a local user account. Default start mode is manual.
    <h3>Usage</h3>A batch file starting rsync in a right environment is available from start menu. You can customize it according to your needs. Man pages in html format are also available from start menu. cwRsync FAQs from this site can also be helpful.

    In addition, as rsync people suggest, you can try Google for resources :) I give also some pointers to rsync website :
    <div style="clear: both; margi
  2. Jason

    Jason Developer / Handyman Staff Member

    what do you think of this Graham ?
  3. Graham

    Graham Developer Staff Member

    I was using cwrsync a while ago, but now have signed up for Mozypro to backup my data. However, as I just received a bandwidth warning, I may yet go back to cwrsync!

Share This Page