Hi,
I am having a problem with /var getting full and all services stopping. var is only 9Gb big
I have found a few post of migrating mail etc.
I have create a folder for vmail under the /home partition, since this has 500Gb of space, with about 5% used at the moment.
I have created a backup,
"tar -czvf vmail.tar.gz /var/vmai"l
Now I want to copy all the current mail using, trying to keep the permissions
"cp -prv /var/vmail/ /home/vmail/"
And the create symbolic link,
"ln -s /var/vmail /home/vmail"
Should this work? I am using zentyal 2.
Thanks.