Compress backup files

  • Is there an inexpensive way to compress .*bak files?  I've heard of SQLZip but hadn't tried it yet.  Is there any other suggestions?

  • Check out the zip functionality in this link.  It has worked great for me.

    http://www.sqlservercentral.com/columnists/ckempster/customlogshipping.asp

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • You can make your backup to a compressed directory.

     

     

  • Check out http://www.red-gate.com/products/SQL_Backup/index.htm.  The lite version of the product may be what you're looking for.  Idera also has a nice product if a little more pricey than Red Gate's.

     

  • If your shop permits controlled use of xp_CmdShell I would use WinZIPs (v9 or greater) command-line module. With it you can compress (multiple levels) and encrypt (multiple techniques) your backup files simultaneously. As with any large data file minimizing the number of passes thru the data is essential to keep processing times down.

    Hope this helps...



    PeteK
    I have CDO. It's like OCD but all the letters are in alphabetical order... as they should be.

  • I tried SQLZip and it worked fine on smaller databases.  When I used it on large, busy databases with sets of 2 or more files the restores errored.  I don't know if Windows patches might have affected it or not, but I tried Windows 2000 and 2003.  I also tried various combinations of options and could not do restores of large databases successfully.  Just my experience.

  • We've made extensive use of GZip (http://www.gxip.org) at many of our client sites. Haven't had any issues as yet. Does tend to churn a bit when thrown a mulit-gigabyte file, but does eventually eat it up.

    That said I'd also like to add my vote for Red-Gate SQL Backup, reliable on the fly compression at a bargin basement price.

    --------------------
    Colt 45 - the original point and click interface

  • I use WinAce, compresses a 8GB .bak file to a 900MB .ace file.

Viewing 8 posts - 1 through 7 (of 7 total)

You must be logged in to reply to this topic. Login to reply