Releases: fracpete/rsync4j
Releases · fracpete/rsync4j
Release v3.1.2-11
- fixed
NullPointerException
when supplying noadditional
arguments - supplying an empty
additional
argument (to avoid NPE) caused--rsh
command to be parsed properly - updated Windows binaries to 2018-06-27 (OpenSSH 7.7p1-1)
Release v3.1.2-10
- added ssh-keygen binary
- added Java wrappers for ssh (
com.github.fracpete.rsync4j.Ssh
) and ssh-keygen (com.github.fracpete.rsync4j.SshKeyGen
)
rsync4j-3.1.2-9
- split into modules
- added support for 32-bit Windows
- can be run on 32-bit platforms now in general
rsync4j-3.1.2-8
- upgraded processoutput4j to 0.0.7 to avoid problems on Windows that not all output from stdout/stderr is captured once process finishes
rsync4j-3.1.2-7
- using now classloader associated with
Binaries
class to make it work from within jars that contain their dependencies (like ones generated by spring-boot-maven-plugin) - added build plugin
spring-boot-maven-plugin
to generate executable jar with all its dependencies inside the jar itself
rsync4j-3.1.2-6
- added
RSYNC4J_HOME
environment variable support on Windows for custom location of binaries and keys
rsync4j-3.1.2-5
- added
--maxtime
option which kills off the rsync process once specified time out in seconds has been reached
rsync4j-3.1.2-2
- changed size-based parameters back to string as they can take string suffixes: max_size, min_size, bwlimit
- can be specified multiple times now: copy_dest, compare_dest, link_dest, filter, include, exclude
rsync4j-3.1.2-1
- added path conversion: excludeFrom, includeFrom, filesFrom, logFile, passwordFile, writeBatch, onlyWriteBatch, readBatch
rsync4j-3.1.2-0
[maven-release-plugin] copy for tag rsync4j-3.1.2-0