Skip to content

v1.5

Latest
Compare
Choose a tag to compare
@0neTX 0neTX released this 07 Feb 19:21
· 2 commits to main since this release
06fb19c

What's Changed

  • [Dev ](feat: Clean up previous backups when the export process is complete.) by @0neTX in #10

KEEP_LAST_BACKUPS Variable

Keep the maximum number of exports defined. A maximum of X exports will be retained, the oldest exports will be deleted.

environment:
  - KEEP_LAST_BACKUPS=5

Each export is saved in the output folder with the template <DateTime>-bw-export.
When the variable KEEP_LAST_BACKUPS is set, the container will sort the folders and delete the oldest ones while keeping the number of folders indicated by the variable.

Full Changelog: v1.4...v1.5

What's Changed

  • [Dev ](feat: Clean up previous backups when the export process is complete.) by @0neTX in #10

Full Changelog: v1.4...v1.5