Skip to content
datadavev edited this page May 26, 2017 · 1 revision

System Backups

Postgres

Postgres backups are created daily using autopostgresqlbackup which is available from Apt::

sudo apt-get install autopostgresqlbackup

MySQL

MySQL or Maria dtabases are backedup to local disk using automysqlbackup on a daily basis:

sudo apt-get install automysqlbackup

Configuration is located in /etc/default/automysqlbackup

Applications

Clone this wiki locally