Skip to content

Releases: AlphaJack/rusticlone

Rusticlone v1.4.0

22 Nov 00:06
v1.4.0
f5017c5
Compare
Choose a tag to compare

[1.4.0] - 2024-11-22

Added

  • Added support for environment variables
  • Improved apprise error messages
  • Added support for notifications via apprise

Documentation

  • Added notification documentation and screenshot
  • Added coverage badge

Tests

  • Renamed from 'make tests' to 'make test'

Rusticlone v1.3.0

03 Oct 02:28
v1.3.0
7769dc9
Compare
Choose a tag to compare

[1.3.0] - 2024-10-03

Added

  • Added support for rustic == 0.9

Documentation

  • Updated example profiles to rustic 0.9

Tests

  • Updated test profiles to rustic 0.9

Rusticlone v1.2.1

22 Sep 20:17
v1.2.1
3413f2e
Compare
Choose a tag to compare

[1.2.1] - 2024-09-22

Documentation

  • Added known issues on windows

Fixed

  • Removing "v" when checking for compatible rustic and rclone versions
  • Creating log file for parallel operations

Testing

  • Added a restore after the final backup

Rusticlone v1.2.0

28 Aug 23:40
v1.2.0
b4c8c08
Compare
Choose a tag to compare

[1.2.0] - 2024-08-28

Added

  • Added support for multiple sources per profile
  • Added support for rustic >= 0.8
  • Parsing rustic toml instead of relying on regex
  • Passing all environment variables to rustic and rclone

Changed

  • Requiring python >= 3.11

Documentation

  • Removed known limitations of older Rusticlone versions

Testing

  • Added multiple sources
  • Added encrypted rclone config

Rusticlone v1.1.1

26 Aug 19:59
v1.1.1
c96a6f6
Compare
Choose a tag to compare

[1.1.1] - 2024-08-26

Changed

  • Supportig only rustic == 0.7
  • Requiring both rustic and rclone to be installed

Rusticlone v1.1.0

20 Aug 21:38
v1.1.0
c3e4bdb
Compare
Choose a tag to compare

[1.1.0] - 2024-08-20

Added

  • Added rustic and rclone version check

Changed

  • Enforcing minimum rustic and rclone versions
  • Supportig rclone >=1.67

1.0.1

17 May 08:52
v1.0.1
2c871c6
Compare
Choose a tag to compare

[1.0.1] - 2024-05-17

Added

  • Added support to backup individual files

Changed

  • Not parsing /etc/rustic if profiles were found in ~/.config/rustic
  • Using a separate log file for each Rustic profile if running in parallel mode

Initial release

15 May 10:37
v1.0.0
def9853
Compare
Choose a tag to compare

[1.0.0] - 2024-05-15

Various

  • Initial commit