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