On Tue, 2005-09-06 at 11:29 +0200, Florian Schnabel wrote: > Gert Burger wrote: > > >Hi > > > >My first post to this list so be mercyfull please ;P > > > >What is the correct procedure to follow when one runs out of disk space? > > > >All my backups of a few servers are done to one machine that has a raid > >5 system running. > > > >A day or so ago I ran out of disk space. > >I tried to recycle/prune the oldest volume but it had no effect. > > > >Any ideas might be helpfull. > > > >Thanks > >Gert Burger > > > > > > > uhm .. so your setup just makes a new file for every backup with ever > deleting old ones ? > i would suggest to set up a pool of somewhere between 7 and 30 files, > set up so each is uesed only for one backup in rotation and a redemption > period and auto-prune so the oldest one gets recycled. > > also you should calculate in some extra space so the backups can grow > some more ... > > Florian > > > ------------------------------------------------------- > SF.Net email is Sponsored by the Better Software Conference & EXPO > September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices > Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA > Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf > _______________________________________________ > Bacula-users mailing list > Bacula-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/bacula-users
When Bacula was first configured it was set to autorecycle/autoprune and with a retention period of 4 months. But I still see volumes of over a year ago. Here is the Pool config: Pool { Name = Default Pool Type = Backup Recycle = yes # Bacula can automatically recycle Volumes AutoPrune = yes # Prune expired volumes Volume Retention = 4 months Accept Any Volume = yes # write on any volume in the pool Maximum Volume Jobs = 1 Recycle = Yes Recycle Oldest Volume = Yes Label Format = "FileBackup-${Client}-job ${JobId}-${Year}-${Month}-${Day}" } Any ideas? ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users