Home Forums SQL Server 2005 Administering backup file growth and disk size-SQL 2005 database RE: backup file growth and disk size-SQL 2005 database

  • Sqlsavy (11/23/2012)


    Hi All,

    We use Litespeed to backup our databases. One particular database grows 330MB/day there is enough space on the data and log drives but I think backup drive will run out of space very soon.

    My PM is asking how quickly would the Backup drive will run out of space? a month or 2 months?

    I've no idea how to calculate that?

    Could you please help me with this ?

    Thanks!

    Are you backing up this backup drive to tape? If so, figure out some sort of schedule where you keepa a couple of previous days worth of full-backups and the related point-in-time backups and delete those that have made it to tape.

    If you're not doing such a backup to tape, then I recommend that you start. Having all of your backup information on a single device (set of drives) can be pretty bad especially if something happens to the entire building where your servers and backup devices are all taken out by fire, flooding, or what have you. You should also consider a DR or "Disaster Recover" plan of some sort. Typically and at the very least, your tape backups should be stored somewhere offsite ad quite a distance from the servers they were spawned from.

    --Jeff Moden


    RBAR is pronounced "ree-bar" and is a "Modenism" for Row-By-Agonizing-Row.
    First step towards the paradigm shift of writing Set Based code:
    ________Stop thinking about what you want to do to a ROW... think, instead, of what you want to do to a COLUMN.

    Change is inevitable... Change for the better is not.


    Helpful Links:
    How to post code problems
    How to Post Performance Problems
    Create a Tally Function (fnTally)