Add db-backup
recipe
This commit is contained in:
parent
c6e2d553f8
commit
3a899bbad8
1 changed files with 3 additions and 0 deletions
3
justfile
3
justfile
|
@ -1,6 +1,9 @@
|
|||
_default:
|
||||
just --list
|
||||
|
||||
db-backup:
|
||||
sqlite3 web/db.sqlite ".backup 'web/backup-$(date '+%s').sqlite'"
|
||||
|
||||
export-config:
|
||||
drush config:export --destination=`pwd`/config/sync --yes
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue