Postby sutton.ryan » Sat Dec 01, 2007 12:38 pm
stevelogik,
If your server is installed on a logical volume, look into using a snapshot. I shut down the primary server services on my server such as httpd, dhcp, named, fedora directory server, scalix and its related services with a script. Set the snapshot, then restart the services with another script. I can then backup the snapshot partition with gnome archive manager (gui for tar.gz). This will preserve all permissions. The best part is the service are down for only a few minutes while the snapshot is created. Once the snapshot is backed up, you remove the snapshot. Note: the centos5 gui for LVM is problematic, I suggest LVM administration from bash.
Also, do a search for "ombackup". This is a script you can use with cron. It will create a backup of all your user mailboxes and the configuration of your scalix server. It can write each backup to a folder named by the day of the week so you can keep an archive of 7 days. With ombackup, individual mailboxes can be restored (command line).
Ryan