_default: just --list db-backup: sqlite3 web/db.sqlite ".backup 'web/backup-$(date '+%s').sqlite'" export: composer run export git add config content git commit -m "tome export" generate-html: drush tome:static --uri https://www.oliverdavies.uk install-drupal: drush si --db-url=sqlite://localhost/db.sqlite upload: rsync -avzP html/ nixedo.local:/var/www/vhosts/website-tome