krud-dev / ostara

Ostara is a cross-platform desktop app for managing and monitoring Spring Boot applications using the Actuator API, providing comprehensive insights and effortless control.
https://ostara.dev
Apache License 2.0
319 stars 11 forks source link

Create periodic backups #480

Closed Idane closed 1 year ago

Idane commented 1 year ago

The idea is to backup all configurations at a certain interval (e.g. bi-daily) to be used in case of database failure or any other failure which would prevent the user from starting the app. This can utilize the import/export mechanism outlined in #81

This task only outlines the creation of the backups, there will be a separate task to display them in cases of failure