Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 2.03 KB

File metadata and controls

35 lines (19 loc) · 2.03 KB

Changelog

All notable changes to this project will be documented in this file.

1.1.1 (2024-09-24)

Bug Fixes

  • entrypoint: fix script not calling delete-old-backups function (45952ba)

1.1.0 (2024-09-24)

Features

  • delete-old-backups: add backups retention policy enforcement (6ff35e5)

1.0.0 (2024-09-24)

Bug Fixes

  • create-backup: fix hard links not being replaced correctly due to a file already existing error (a4218a2)

Features

  • add basic functionality to create folder structure for backups retention (b35a97e)
  • create-backup: add basic functionality (1d8f4c3)
  • create-backup: add folder awareness and naive hard links (a169dd5)
  • create-backup: add generate backup file name with attached datetime (a2508aa)
  • create-backup: generate soft link for latest dump (03e835a)
  • docker: add base dockerfile (6c7f972)
  • docker: add cron (383971d)