Franco Lee wrote:
> I was wondering how do you modify what the backup "backs up"
> via the server-manager backup module.
You modify the source code, which is readily available.
> I know it backs up virtually everything in the /home, parts
> of /etc, /root. However, I would like it include certain
> folders that reside elsewhere (ie. /usr). How do I set this
> up as something that is included in the backup and restore?
>
> The reason is that I have installed a content management
> website package on E-Smith and the mysql database is stored
> in the /var/lib/mysql directory.
The databases are all dumped into /home/e-smith/db/mysql before backup, and automatically restored from there on restore. Hence what you say here isn't true:
> Since this isn't being
> backed up, a backup and restore of this website is virtually
> useless.
MySQL databases *are* included in the regular backup.
Charlie