cleanup
cleanup
readme update
Brendan Kidwell's DreamHost utilities for file and database backup
Remove old version:
cd ~ ;\
rm -rf dhutils
To install in a DreamHost shell account:
cd ~ ;\
git clone https://git.sr.ht/~bkidwell/dhutils
dhutils/install.sh
Log back in and add the correct values to ~/dhutils/conf/db_backup.conf.php
.
Alternative to get dhutils:
wget -qO- https://git.sr.ht/~bkidwell/dhutils/archive/master.tar.gz|tar zx ;\
mv dhutils-master dhutils ;\
chmod +x dhutils/install.sh ;\