One of our disk partitions was filling up so we changed the location of qmail and mysql by making symlinks as follows:
/var/qmail => /home/var/qmail
/var/lib/mysql => /home/var/lib/mysql
Everything works fine, except the psadump backup fails to backup the mail or database files.
Do we need to make a hard link instead or is there a better way of doing it?
Thanks.
/var/qmail => /home/var/qmail
/var/lib/mysql => /home/var/lib/mysql
Everything works fine, except the psadump backup fails to backup the mail or database files.
Do we need to make a hard link instead or is there a better way of doing it?
Thanks.