View Single Post
  #10 (permalink)  
Old 05-04-2009, 02:28 AM
lovelord lovelord is offline
Active Member
 
Posts: 38
Default

thx for reply bdial,

DRBD is a clustering solution , this will surely work, but I'm trying to reach this goal w/o a clustering solution, due to the fact that we haven't got any NAS solution at the moment. Maybe we'll got one in next months, but still not schedulable.

Following my "schema" and fixing some permissions here and there, now everything is goin' well while testing.
On storage server I've scheduled an incremental backup system and Bacula on an external storage does its work.

Now I'm asking if , over bacula solution, I can implement an Rsync cronjob to sync my messages

Code:
rsync -avEK --delete /opt/zimbra/store/ /external/store/
to save messages in real time, but probably this is not enough, and a suppletive rsync is needed to save in real time indexes for messages location, something like

Code:
rsync -avEK --delete /opt/zimbra/db/data/ /external/db/data/
Am I mistaking?

Last edited by lovelord; 05-04-2009 at 02:37 AM..
Reply With Quote