When my server was set up, it was formatted with one partition at / and one partition at /home/. Now, my root partition is 99% full, whereas my home partition is only 60% full. This is probably due to databases, emails and logs being on root.
How can I safely move this information over to the home partition? Any suggestions?
(i.e. is it safe to create a symlink from i.e. /var/spool to /home/spool so that emails are on home partition, even when they are saved on /var/spool/?)
How can I safely move this information over to the home partition? Any suggestions?
(i.e. is it safe to create a symlink from i.e. /var/spool to /home/spool so that emails are on home partition, even when they are saved on /var/spool/?)