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.
- Host: GitHub
- URL: https://github.com/mdevolde/backup-sqlite3-sh
- Owner: mdevolde
- License: mit
- Created: 2021-02-28T17:57:39.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-28T18:14:42.000Z (about 5 years ago)
- Last Synced: 2025-01-14T06:30:08.795Z (about 1 year ago)
- Topics: backup-database, crontab, shell, sqlite3
- Language: Shell
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.