Koozali.org: home of the SME Server

Backing Up Zarafa via AFFA Question

Offline Mjohnson

  • *
  • 172
  • +0/-0
Backing Up Zarafa via AFFA Question
« on: December 06, 2008, 06:03:58 PM »
I am setting up an AFFA backup.  I have Zarafa running as a VM machine with SME 7.4.  Is a "standard" AFFA backup sufficient? 

I seem to recall a section of the wiki talking about backups, but it seems to have been deleted. 

Just checking.  I would think all the email is stored in MySQL so this should not be a problem.  How are the attachments stored?

I am going to run some tests and see how it goes.  Just looking for some pointers.

Thanks

MJ
......

Offline pfloor

  • *****
  • 889
  • +1/-0
Re: Backing Up Zarafa via AFFA Question
« Reply #1 on: December 08, 2008, 07:01:56 AM »
  I would think all the email is stored in MySQL so this should not be a problem.  How are the attachments stored?
Emails are stored in MySQL.

Attachments can be stored in either MySQL or as files.  If they are stord in files, by default they are placed in /var/lib/zarafa.  See /etc/zarafa/server.cfg (about line 88) to see how your server is configured.
In life, you must either "Push, Pull or Get out of the way!"

Offline Mjohnson

  • *
  • 172
  • +0/-0
Re: Backing Up Zarafa via AFFA Question
« Reply #2 on: December 08, 2008, 04:07:30 PM »
Thanks for the response.  Per my server.cfg:
Quote
# Where to place attachments. Value can be 'database' or 'files'
attachment_storage   = files

# When attachment_storage is 'files', use this path to store the files
attachment_path      = /home/e-smith/files/zarafa

Confirmed that location, which is included in the standard AFFA SME backup locations. 

Good to go.  Thanks again.

MJ
......