Skip to content
This repository was archived by the owner on Apr 10, 2020. It is now read-only.

Releases: AppliedTrust/amibackup

Fix --dry-run bug

11 Apr 18:39

Choose a tag to compare

Minor bugfix - see previous release for recent breaking changes:
https://github.com/AppliedTrust/amibackup/releases/tag/v0.13

Attached binaries are for 64-bit Linux.

Significant update - breaking changes

11 Apr 14:51

Choose a tag to compare

Update to official AWS SDK, address issue with tagging before image is ready, lots of refactor/cleanup.

Attached binaries are for 64-bit Linux.

Bug fixes:

  • Wait until AMI is ready to CreateTags.

New features:

  • Backup multiple instances in parallel by specifying more than one <instance_name_tag>

Breaking changes:

  • Switch to official AWS SDK requires different authentication settings (see: https://github.com/aws/aws-sdk-go#configuring-credentials)
  • --timeout flag uses Go-style time specifier (ex: 10s, 1m, 2h) instead of raw seconds.
  • --nagios flag is no longer supported.
  • --debug flag is no longer supported.

Bug fix: incorrect purge window calculation

06 Jan 19:04

Choose a tag to compare

Fixed bug where purge window calculation is wrong.

When: window interval > stop-start
Because: because cursor = start + interval

Linux binary

29 Sep 16:26

Choose a tag to compare

v0.10

Don't freak out on failed purges