Skip to content

Releases: OliRafa/sqlite3-local-backups

v1.1.1

24 Sep 19:17

Choose a tag to compare

1.1.1 (2024-09-24)

Bug Fixes

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

v1.1.0

24 Sep 18:37

Choose a tag to compare

1.1.0 (2024-09-24)

Features

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

v1.0.0

24 Sep 17:48

Choose a tag to compare

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)