Skip to content

Releases: Twi1ightSparkle/borg-wrapper

v0.4.1-beta

18 Dec 02:57
928fc90
Compare
Choose a tag to compare

What's Changed

  • Add a large notice after successful --init to backup and test in #29
  • Bump version v0.4.0-beta -> v0.4.1-beta in #30

Full Changelog: v0.4.0-beta...v0.4.1-beta

v0.4.0-beta

18 Dec 01:27
ac8b6c1
Compare
Choose a tag to compare

Breaking changes

  • Comamnd line option [backup_name] no longer exists. Replaced by --name
  • --diff, --mount, and --unmount no longer takes an argument. Replaced by --path

See #22 for additional details.

What's Changed

  • Added config option WEBHOOK_VERBOSE in #21
  • Fixed braking bugs in the command line option parser in #22
  • Added extra confirmation before deleting all backups in #23
  • Use local variables where possible in #24
  • Only confirm deleting all backups when actually deleting all backups in #25
  • Don't stop backup if an error occurs. Just notify at the end in #26
  • Added example cron configuration + a note about cron on Mac in #27
  • Bump version v0.3.0-beta -> v0.4.0-beta in #28

Full Changelog: v0.3.0-beta...v0.4.0-beta

v0.3.0-beta

29 Nov 01:08
Compare
Choose a tag to compare

Fixed a few breaking bugs found when trying to 1, running on Mac and 2, running in the real world.

Breaking Changes

The passphrase is now in a dedicated file. The borg.env option BACKUP_PASSPHRASE is renamed to BACKUP_PASSPHRASE_FILE. See the latest README.md. for additional details.

What's Changed

Full Changelog: v0.2.2-beta...v0.3.0-beta

v0.2.2-beta

28 Nov 00:47
042bd56
Compare
Choose a tag to compare

I don't recommend relying on this script in production yet. Or, at least, frequently review and verify your backups.

What's Changed

New Contributors

Full Changelog: v0.2.1-beta...v0.2.2-beta

v0.2.1-beta

28 Nov 00:01
Compare
Choose a tag to compare

I don't recommend relying on this script in production yet. Or, at least, frequently review and verify your backups.

  • Renamed program borg -> borg-wrapper to avoid confusion with borg itself

Full Changelog: v0.2.0-beta...v0.2.1-beta

v0.2.0-beta

27 Nov 23:50
Compare
Choose a tag to compare

I don't recommend relying on this script in production yet. Or, at least, frequently review and verify your backups.

Additions

  • Added --check command

Changes

  • --config can now only be a directory

Improvements

  • More efficient and readable code
  • Code should be more stable
  • Better variable names
  • Spelling and grammar fixes in log lines, comments, and help text
  • Better logging

Full Changelog: v0.1.0-beta...v0.2.0-beta

v0.1.0-beta

27 Nov 16:18
Compare
Choose a tag to compare

The first release with basic features implemented. Needs testing.

I don't recommend relying on this script in production yet. Or, at least, frequently review and verify your backups.

Full Changelog: https://github.com/Twi1ightSparkle/borg/commits/v0.1.0-beta