|
|
Backup of an IT infrastructure is critical for a business or even for personal needs. The ReadyNASDuo
is a small but powerful storage server which
when combined with Bacula® - The Open Source Network Backup Solution
, it can
become a very nice and smart backup solution.
Having acquired a ReadyNAS duo for my new backup system, I wanted to explore the system that runs on it and see if I could run more services on it. There is nothing terrific in this article as many people have already done this before. Anyway it describes step by step what must be done to connect to the ReadyNAS
Being able to connect to my ReadyNAS duo using SSH (See Connecting to a ReadyNAS duo using SSH ), the next step for setting up a Bacula backup solution was to setup a MySQL server. The Mysql server is used by Bacula for the backup catalog (jobs, files ...)
.
After installing mysql server on a Ready NAS duo, it is necessary to tune the configuration
to make the server run well on this small hardware. This article describes a possible configuration for tuning the Mysql server
.
With a mysql database running on the ReadyNAS duo, it becomes necessary to put in place a backup of the database. This article describes a simple method to automatically backup the mysql database on the ReadyNAS duo
.
The next step:
These steps are now running. They will be detailed shortly.