A script which performs backups of an SQLite database on the local filesystem or in a Docker container and maintains dated backup instances as defined in its configuration, e.g. 24 hourly, 7 daily, 4 weekly, 12 monthly, and 7 yearly backups.
Find a file
2020-02-13 18:02:17 +13:00
.gitignore initial commit of working script 2020-02-13 15:44:12 +13:00
LICENSE Add LICENSE 2020-02-13 02:41:58 +00:00
README.md Initial commit 2020-02-13 02:41:06 +00:00
sqlite_backup initial commit of working script 2020-02-13 15:44:12 +13:00
sqlite_backup-cron initial commit of working script 2020-02-13 15:44:12 +13:00
sqlite_backup.conf-sample improved documentation within sample configuration file 2020-02-13 18:02:17 +13:00

SQLite Backup

A script which performs backups of an SQLite database on the local filesystem or in a Docker container and maintains dated backup instances as defined in its configuration, e.g. 24 hourly, 7 daily, 4 weekly, 12 monthly, and 7 yearly backups.