Sunday, September 13, 2020

How to AutoBackup MySQL on Ubuntu/Debian

Here is an utility program called "automysqlbackup" that is available in the Ubuntu repositories.

sudo apt-get install automysqlbackup

Run the command by typing:

sudo automysqlbackup
/etc/lib/automysqlbackup ls
daily  monthly weekly
/etc/lib/automysqlbackup/daily ls
koha_library test

No comments:

Schedule Backup DSpace 9.2 on Ubuntu

Backup the PostgreSQL Database sudo mkdir -p /backup/dspace sudo chown -R dspace:dspace /backup/dspace Backup Postgres DB sudo -i -u postgre...