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 11-09-2009, 09:50 AM
Elite Member
 
Posts: 376
Default 6.0.2 Huge increase in disk usage?

OK, now what the heck happened after I upgraded from 5.0.18 to 6.0.1 (and now 6.0.2)? The disk usage has gone through the roof. I had been using under 150gigs total and now my usage is at 98% with 363 of 394gb used. I seem to have traced this to the backup folder and it's using far more than previously.

What happened? How can I fix it? Is this intended? Has no one heard of compression?

At the rate our mail had been growing, we should have had a couple years before needing new drives, but now we need them immediately and I'm deleting older backup sessions. 60gb of mail currently, but nearly 400gb with backups?
__________________
Culley
Mail | Dell 2950III | 2x Quad Core 5420 | 8gb RAM | 6x 146gb SAS RAID 0+1 | Red Hat 5.3 | Zimbra 6.0.10 Network Edition
Test | VMware ESXi Whitebox | Phenom II Black 3.2ghz | 12gb RAM | 6x 1tb SATA RAID 0+1 | CentOS 5.4 | FOSS, Not in use now
Reply With Quote
  #2 (permalink)  
Old 11-09-2009, 09:59 AM
Moderator
 
Posts: 2,207
Default

6.0 made "-z" default for zmbackup but with no compression.

This allows backup tools to be able to deal with the backup directory because there are no more hard links.

But no more hard links means lots of copies of blobs...
So lots of additional space used.
Reply With Quote
  #3 (permalink)  
Old 11-09-2009, 10:06 AM
Moderator
 
Posts: 2,207
Default

Additionnal info from Mike : [SOLVED] Compressing blobs in volume

And maybe you should not store your backups on the same volume/HD than your live data... Why not using an external iSCSI SAN or even an USB HD ?
Reply With Quote
  #4 (permalink)  
Old 11-09-2009, 10:11 AM
Elite Member
 
Posts: 376
Default

I really wish they had put this in the release notes. That and made the text bold flashing and maybe neon. I'm scrambling atm to get some new SAS 1tb drives to make an HSM and replace a couple of my 146gb drives.

Will Zimbra automatically delete older backups to maintain current backup procedures and also free space for incoming new mail? Or will I need to eliminate older backups manually to free space?
__________________
Culley
Mail | Dell 2950III | 2x Quad Core 5420 | 8gb RAM | 6x 146gb SAS RAID 0+1 | Red Hat 5.3 | Zimbra 6.0.10 Network Edition
Test | VMware ESXi Whitebox | Phenom II Black 3.2ghz | 12gb RAM | 6x 1tb SATA RAID 0+1 | CentOS 5.4 | FOSS, Not in use now
Reply With Quote
  #5 (permalink)  
Old 11-09-2009, 10:15 AM
Elite Member
 
Posts: 376
Default

Quote:
Originally Posted by Klug View Post
Additionnal info from Mike : [SOLVED] Compressing blobs in volume

And maybe you should not store your backups on the same volume/HD than your live data... Why not using an external iSCSI SAN or even an USB HD ?
$$$$ is what it came down to. I would love a SAN, any SAN. No $$$ in my budget for a SAN, I struggle even to have upgrades every 5 years. AD server is from 2002 and running Server 2k for example. As for USB, that is where I am routing the backups now, I set that up this morning as a hold over and my purchasing department is ordering a couple 1TB drives for me supposedly.
__________________
Culley
Mail | Dell 2950III | 2x Quad Core 5420 | 8gb RAM | 6x 146gb SAS RAID 0+1 | Red Hat 5.3 | Zimbra 6.0.10 Network Edition
Test | VMware ESXi Whitebox | Phenom II Black 3.2ghz | 12gb RAM | 6x 1tb SATA RAID 0+1 | CentOS 5.4 | FOSS, Not in use now
Reply With Quote
  #6 (permalink)  
Old 11-09-2009, 10:16 AM
Moderator
 
Posts: 2,207
Default

It is in the release notes.
Quote:
•Backup. The default backup now is to backup files as a zip without
compression. Previous to 6.0, backups were not zipped. (Bug 31836)
But you're right, the side effect is not 8-((

ZCS will delete backups as per specified in your backup schedule (30 days by default).
Reply With Quote
  #7 (permalink)  
Old 11-09-2009, 10:28 AM
Elite Member
 
Posts: 376
Default

Yeah, I read zip without compression as copied but not compressed. I realize now that it still would have compressed it and it seems like it did to a significant amount. I wonder if there are plans to implement an On/Off for compression in the future?
__________________
Culley
Mail | Dell 2950III | 2x Quad Core 5420 | 8gb RAM | 6x 146gb SAS RAID 0+1 | Red Hat 5.3 | Zimbra 6.0.10 Network Edition
Test | VMware ESXi Whitebox | Phenom II Black 3.2ghz | 12gb RAM | 6x 1tb SATA RAID 0+1 | CentOS 5.4 | FOSS, Not in use now
Reply With Quote
  #8 (permalink)  
Old 11-11-2009, 11:39 AM
Intermediate Member
 
Posts: 17
Default

I just modified the zimbra crontab to do the backups without compression and it does it the old way which is working for us.

0 1 * * 0-5 /opt/zimbra/bin/zmbackup -i --noZip
0 1 * * 6 /opt/zimbra/bin/zmbackup -f -a all --noZip
Reply With Quote
  #9 (permalink)  
Old 11-12-2009, 05:30 AM
Moderator
 
Posts: 2,207
Default

Quote:
Originally Posted by cpalsgrove View Post
I just modified the zimbra crontab to do the backups without compression and it does it the old way which is working for us.
crontab might be rewritten by ZCS.

You should use zmschedulebackup to do changes.
CLI zmschedulebackup Network Edition only - Zimbra :: Wiki
Reply With Quote
  #10 (permalink)  
Old 11-12-2009, 07:33 AM
Intermediate Member
 
Posts: 17
Default

Quote:
Originally Posted by Klug View Post
crontab might be rewritten by ZCS.

You should use zmschedulebackup to do changes.
CLI zmschedulebackup Network Edition only - Zimbra :: Wiki
The problem is that zmschedulebackup does not offer a flag for the --noZip option, only compressed and uncompressed zip options. If there is a flag that is not published in the usage notes that will give the --noZip option, I would love to use zmschedulebackup. I'll put in an enhancement request for that flag to be added unless someone can point out something that I'm missing.
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.