Skip to content

Releases: d3kad3nt/rsnapshot-parser

v0.9.0

25 Aug 18:35
fd95277
Compare
Choose a tag to compare

This fixes a bug that the output of newer versions of rsync can't be parsed because the newer Versions don't output uneccessary dots in paths (e.g. /etc/./rsnapshot.conf) which older versions did.

This breaks compatibility with the older versions

Full Changelog: v0.8.3...v0.9.0

v0.8.3

04 Jan 22:24
Compare
Choose a tag to compare

Add ntfy module that can send notifications to a ntfy topic.
It takes the name of the topic and the url of the server as configuration

v0.8.2

25 Nov 20:30
Compare
Choose a tag to compare

Improve formatting of generated Output from Summary and Statistic Provides. These providers are used for example in the email Output

v0.8.1

23 Mar 21:41
Compare
Choose a tag to compare

I just learned, that git push --tags doesn't push commits. This release contains now all the changes that should have been in 0.8.0

v0.8.0

23 Mar 21:30
Compare
Choose a tag to compare

Fixes:

  • Crash if backup command failes
  • Summary showed the wrong file size

Improvments:

  • Better error messages for backup and backup_exec commands

v0.7.4

14 Mar 20:19
Compare
Choose a tag to compare

This fixes a crash if the output from rsnapshot is empty

v0.7.3

14 Mar 19:35
Compare
Choose a tag to compare

This release improves the generated deb file

v0.7.0

14 Mar 19:00
Compare
Choose a tag to compare

This Version contains the following changes:

  • The Text Module is split into a File and a Stdout Module
  • The Email Module was added to send Mails
  • A Problem with the dependency to python was fixed in to debian package
  • The internal structure was improved to allow better code reuse between modules

v0.6.0

04 Mar 22:14
Compare
Choose a tag to compare

Added Debian package

v0.5.0

03 Mar 22:17
Compare
Choose a tag to compare

This is the first version of the formatter. It is mostly intended to test the github action for deb packages, but it should also work in the current version