Skip to content

Releases: fracpete/rsync4j

Release v3.3.0-1

03 Jul 00:36
Compare
Choose a tag to compare
  • upgraded OpenSSH to 9.8p1-1

Release v3.3.0-0

30 Apr 22:54
Compare
Choose a tag to compare
  • updated Windows rsync binaries to 3.3.0

Release v3.2.7-7

14 Mar 01:16
Compare
Choose a tag to compare
  • upgraded Windows binaries for OpenSSH to 9.7p1-1

Release v3.2.7-6

17 Jan 21:35
Compare
Choose a tag to compare
  • upgraded openssh to 9.6p1-1

Release v3.2.7-5

30 Oct 21:48
Compare
Choose a tag to compare
  • update Windows binaries as of 31/10/2023
  • added get/set methods for following options:
--checksum-choice      (since 3.1.3)
-U, --atimes           (since 3.2.0)
--open-noatime         (since 3.2.0)
--write-devices        (since 3.2.0)
--copy-as              (since 3.2.0)
--early-input          (since 3.2.1)
--max-alloc            (since 3.2.2)
--mkpath               (since 3.2.3)
-N, --crtimes          (since 3.2.3)
--stop-at              (since 3.2.3)
--stop-after           (since 3.2.3)
--copy-devices         (since 3.2.4)
--fsync                (since 3.2.4)
--trust-sender         (since 3.2.5)

Release v3.2.7-4

13 Sep 22:19
Compare
Choose a tag to compare
  • fixed path conversion under windows, no longer mangles paths with protocols (eg rsync://) (#39)

Release v3.2.7-3

28 Aug 04:56
Compare
Choose a tag to compare
  • upgraded openssh to 9.4p1-1

Release v3.2.7-2

08 Aug 03:31
Compare
Choose a tag to compare
  • added outputSingleCommandline flag to AbstractBinary super class to allow outputting of command-line args as single line (default) or one arg per line
  • added commandLine() method to AbstractBinary super class to return the command as a single line (eg for assembling commands for rsh)
  • the --rsh option of the RSync class now adds its argument as a separate entry to the argument list rather than concatenating it via = to avoid problems with quoting

Release v3.2.7-1

17 Jan 22:27
Compare
Choose a tag to compare

Release v3.2.3-12

02 Dec 00:49
Compare
Choose a tag to compare

Added support under Linux/Mac to customize the locations of the underlying binaries using the following environment variables (#33):

  • RSYNC4J_RSYNC
  • RSYNC4J_SSH
  • RSYNC4J_SSHPASS
  • RSYNC4J_SSHKEYGEN