An open API service indexing awesome lists of open source software.

https://github.com/mdevolde/backup-sqlite3-sh

Two bash scripts to make backups of a sqlite3 database and restore the backups.
https://github.com/mdevolde/backup-sqlite3-sh

backup-database crontab shell sqlite3

Last synced: about 1 year ago
JSON representation

Two bash scripts to make backups of a sqlite3 database and restore the backups.

Awesome Lists containing this project

README

          

# backup-sqlite3-sh
Two bash scripts to make backups of a sqlite3 database and restore the backups.
backup.sh is to be used with cron, adjusting the paths there.
restore.sh is to be used as a command.