View Single Post
  #3 (permalink)  
Old 05-11-2007, 11:31 AM
w1nz w1nz is offline
Active Member
 
Posts: 39
Default

Bump*

I'm looking to do the same thing... it seems zimbra would only allow me to install it on the OS partition in RHEL4 that is only 30 Gigs. My 2nd partition is 200g which is where I moved my mailstore directory to. I want the backups to save in there as well instead of the default /opt/zimbra/backup. Do you have to just create a sym link to get it to save to say.... /raid5/zimbra/backup?

I was thinking that "ln -s /opt/zimbra/backup /raid5/zimbra/backup" would work. I tried without the -s for the hell of it and it said /opt/zimbra/backup is not allowed to do hard links, so I put the -s in to make it a soft link. I guess I'll know in the morning when it tries to backup again if it actually worked. I'd run a zmbackup now but I don't wanna slow down the e-mail server during business hours.

Last edited by w1nz : 05-11-2007 at 11:39 AM. Reason: add
Reply With Quote