Server Settings After Initial Setup

SSH Keys for Authentication

ssh-keygen has already been run on the local computer, just need to add it to the new server.

Use the following command to copy authentication to the new server:

ssh-copy-id SYSUSER@x.x.x.x

Make sure common apps are installed on the server

apt-get install zip unzip imagemagick

Setup AutoMySQLBackup

apt-get install automysqlbackup

config file location: /etc/default/automysqlbackup
default database backup location: /var/lib/automysqlbackup

Scroll to Top