I've read quite a few posts on backing up Scalix but I'm still wondering what's the best approach for stopping scalix before doing a rsync? Is just stopping the scalix process good enough?
/etc/init.d/scalix stop
rsync -av --delete /var/opt/scalix /backup/dir
/etc/init.d/scalix start
Or should I be stopping tomcat and postgres too?
TIA,
Lance
