makehackvoid / mhvdb2

Replacement for MHVDB. Needs a better name.
MIT License
4 stars 7 forks source link

Add update option to makefile #90

Open brendam opened 10 years ago

brendam commented 10 years ago

To make updates on github live the current process is:

make stop
git pull
make run

add make update that does a backup of the database before the git pull.

Overlaps with #88, might want to use same backup script for both.