Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement basic database backup mechanism (#483)
* Implement basic database backup mechanism Closes #182 This commit implements a MVP of Tunarr database backup, with the following features: * Future-looking schema for backup configuration. Multiple backup "configurations" are supported, each with >=1 "outputs". Each configuration runs on a singluar schedule. Currently only one output type, archive file, is supported. * Full SQLite DB backup * Support for zip, tar, and tar.gz output * UI for configuring backup location, format, rotation, and schedule * Add feature to README
- Loading branch information