Zimbra offers Open Source email server software and shared calendar for Linux and the Mac
Go Back   Zimbra :: Forums > Zimbra Collaboration Suite > Administrators

Welcome to the Zimbra :: Forums!
Welcome, if you would like to post a comment please register. We also encourage you to explore all things Zimbra with our team and members of the community.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-06-2010, 04:26 PM
Active Member
 
Posts: 28
Default Backup compression

Hi All,

We've just upgraded to Zimbra 6.x and notice that our backup partition consistently fills up. This didn't seem to be a problem in 5.x and I feel it's quite odd.

Our current backup schedule is default except we delete backups every 14 days. Our current mail store is at about 50Gb and our backup store is about 70Gb. This never used to be a problem and I'm assuming the compression of blobs isn't where it used to be at? A full backup consumes ~40Gb and an incremental averages ~200-500Mb. I've searched high and low for backup flags and can only seem to find the -z flag (which seems to be default anyways as our blobs are already zipped).

I'm thinking my only option is to increase my backup data store but this seems too strange.

Any help greatly appreciated!

Shannon
Reply With Quote
  #2 (permalink)  
Old 01-09-2010, 10:29 AM
Elite Member
 
Posts: 296
Default

By reading Realease Notes:
Code:
Backup. The default backup now is to backup files as a zip without
compression. Previous to 6.0, backups were not zipped. (Bug 31836)
reading:
Bug 31836 – backup: default to the zip option

i think that to came back to previously storing with hard links (I loved them!) I should modify zimbra cron
Code:
# BACKUP BEGIN
0 1 * * 6 /opt/zimbra/bin/zmbackup -f -a all   --mail-report
0 1 * * 0-5 /opt/zimbra/bin/zmbackup -i  --mail-report
0 0 * * * /opt/zimbra/bin/zmbackup -del 1m --mail-report
# BACKUP END
to be:
Code:
# BACKUP BEGIN
0 1 * * 6 /opt/zimbra/bin/zmbackup -f -a all   --mail-report --noZip
0 1 * * 0-5 /opt/zimbra/bin/zmbackup -i  --mail-report --noZip
0 0 * * * /opt/zimbra/bin/zmbackup -del 1m --mail-report --noZip
# BACKUP END
I hope some moderator would confirm this, tia

Maurizio
Reply With Quote
  #3 (permalink)  
Old 01-13-2010, 01:11 PM
Moderator
 
Posts: 1,432
Default

See also 6.0.2 Huge increase in disk usage?

I think you're right, but there is a possible caveat near the end of the thread.
__________________
Elliot Wilen
Berkeley, CA

Don't forget to enter your Zimbra version in your forum profile.
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads

Why Join?

Registering let's you ask questions, makes it easier to search, displays any files attached to posts, and notifies you about replies.

blog.zimbra.com




 

SEO by vBSEO ©2011, Crawlability, Inc.