Added basic db backup

This commit is contained in:
DrMint 2021-12-19 02:18:22 +01:00
parent 25aa9ef8f4
commit da4545a0cf
1 changed files with 1 additions and 0 deletions

View File

@ -1 +1,2 @@
tar -czvf backups/db_backup$(date +"%Y-%m-%d-%h-%M-%s").tar.gz .tmp/data.db
npm run develop