Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fracpete/rsync4j

Simple Java wrapper for rsync for Linux, OSX and Windows.
https://github.com/fracpete/rsync4j

java rsync

Last synced: 6 days ago
JSON representation

Simple Java wrapper for rsync for Linux, OSX and Windows.

Awesome Lists containing this project

README

        

# rsync4j
Maven project for generating a Java wrapper around [rsync](http://rsync.samba.org/)
for Linux, Mac OSX and Windows.

For Windows, binaries are included in the jars and *rsync4j*
will set up an environment in the user's home directory (`%USERPROFILE%\rsync4j`)
on first usage (can be customized, see Section [Custom location](https://fracpete.github.io/rsync4j/windows/#custom-location)).

Supports 64-bit platforms (all releases) and 32-bit ones (up to version 3.2.3-12).

## Documentation

* [Full](https://fracpete.github.io/rsync4j/)
* Shortcuts

* [Command-line](https://fracpete.github.io/rsync4j/commandline/)
* [Java](https://fracpete.github.io/rsync4j/java/)
* [Windows](https://fracpete.github.io/rsync4j/windows/)
* [FAQ](https://fracpete.github.io/rsync4j/faq/)
* [Maven](https://fracpete.github.io/rsync4j/maven/)
* [Releases](https://fracpete.github.io/rsync4j/releases/)