Skip to content

Releases: Corionis/ELS

Release-3.1.0

06 Sep 17:59
0ae0889
Compare
Choose a tag to compare

Release 3.1.0 of ELS adds the Hint Status Tracker and a new mode - the Hint Status Server (HSS). The Tracker coordinates hint completion status locally. The Server tracks hint completion status for remote operations. These are needed when two or more back-ups are being used with hints.

A few bugs were fixed and command-line options added. Note the -h option has been repurposed.

See the Release Notes for details.

Release-3.0.0

31 Aug 16:52
c6cba2e
Compare
Choose a tag to compare

Re-release of version 3.0.0 due to a missing Jar. Version 3.0.0 adds ELS Hints. A mechanism to coordinate manual changes to a media collection with one or more back-ups.

See Version Changes in the wiki for more details about the enhancements and bugs fixes.,

Version-2.2.0

13 May 00:29
26ba184
Compare
Choose a tag to compare

Version 2.2.0 with fixes for #11, #14, #15.
Back-fill and available space handling work locally and remotely.

Also repaired regular expression handling for ignore_patterns.
See the examples in /artifacts/complete/meta/.

Version-2.1.2

24 Jan 22:41
Compare
Choose a tag to compare

Rewrote the client-side SFTP to use Jsch instead of Apache Mina to resolve the remote transfer speed issue. Transfers now operate at speeds comparable to Filezilla. Adjusted logging to show the IP addresses used by the subscriber listener to make connection problems easier to diagnose. Updated and refined the documentation on the wiki that is also in the ELS Complete distribution file.

Version-2.1.1

16 Dec 18:20
Compare
Choose a tag to compare

Significant performance enhancements in item look-ups; added logging "Process completed normally" on success to allow outside automation to detect failures.

Version-2.1.0

10 Dec 23:57
Compare
Choose a tag to compare

Fixed remote file handling. Removed size comparisons, now only size differences are reported as a warning. Added --duplicates and --rename actions and --no-back-fill option. Changed the What's New option letter from -n | -N to -w | -W to allow for -n | --rename. Documentation changes and matching wiki pages updated.

Version-2.0.3

26 Oct 20:40
Compare
Choose a tag to compare

Added a -o | --overwrite option that causes an overwrite instead of a resuming remote transfer. That can happen if the source file is larger than the destination file where the assumption is made that the connection(s) were lost. So by default ELS will resume that remote transfer. This new option provides the choice of how that situation will be handled. Local operations, where ELS is run stand-alone, always perform overwrites of any existing file on the destination.

Version-2.0.2

22 Sep 18:17
Compare
Choose a tag to compare

This release is the complete ELS that operates in stand-alone or client/server over a LAN or the Internet. Some Linux and Windows script changes have been made for consistency. Documentation added to distribution ELS-complete.zip.

Version-2.0.1

17 Sep 04:03
Compare
Choose a tag to compare

This release is the first complete ELS that operates in stand-alone or client/server over a LAN or the Internet.