View Single Post
  #151 (permalink)  
Old 11-16-2008, 01:47 PM
jrv jrv is offline
Junior Member
 
Posts: 7
Default

FreeBSD would be a useful choice because of the support for filesystem snapshots. It's stable and I believe all of the components Zimbra needs are available now.

Snapshots are handy way of getting backups for FOSS users:

$ zmcontrol stop
$ mount -o snapmount -u ...
$ zmcontrol start

would result in only a few seconds of down time. FreeBSD's UFS2 has supported snapshots for quite some time, and FreeBSD supports ZFS too.
Reply With Quote