Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 646 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 646 Bytes

AutoDokkuBackup

AutoDokkuBackup, whose name is inspired by automysqlbackup, is a simple tool for Dokku that allows you to automatically take daily, weekly and monthly backups of MariaDB and PostgreSQL databases.

Note that it is still in beta. Therefore, you should be careful when using it in production.

Installation

sudo curl -L https://raw.githubusercontent.com/ecylmz/autodokkubackup/master/autodokkubackup -o /usr/local/bin/autodokkubackup
sudo chmod +x /usr/local/bin/autodokkubackup

License

The GNU General Public License Version 3 (GPLv3) - see LICENSE for more details