Skip to content

cwRsync client is a minimal Windows package of the Rsync client, giving you fast and efficient file backup and synchronization. It uses the Rsync algorithm to transfer only file differences and works seamlessly over SSH or with Rsync servers in daemon mode.

License

Notifications You must be signed in to change notification settings

itefixnet/cwrsync-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cwRsync client

cwRsync client

A barebone distribution of Rsync client for Windows. That's all you need to initiate rsync requests from your computer.

About

cwRsync is a packaging of Rsync for Windows. 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.

Features

The rsync binary provided has following convenient patches:

  • transliterate
  • timelimit
  • ignore case

The package contains the required ssh binaries for secure communication.

Downloads

Downloads are available via GitHub Releases.

Resources

Additional Products

If you need to serve rsync requests from your computer, you need to set up an rsync daemon, which itefix.net provides as a paid solution. itefix.net also provides an Rsync client helper GUI as a product.

Links

About

cwRsync client is a minimal Windows package of the Rsync client, giving you fast and efficient file backup and synchronization. It uses the Rsync algorithm to transfer only file differences and works seamlessly over SSH or with Rsync servers in daemon mode.

Topics

Resources

License

Stars

Watchers

Forks

Languages