Good afternoon,

We have successfully been running Bacula for almost two years now on our 
web servers. We recently started backing up everything with Bacula this 
past fall, a total of 13 servers.

Looking back on our web server backups, I never need to restore anything 
older than 2 weeks. I would like to reclaim some space on one of my 
storage servers. I am reasonably familiar with all the knobs that need 
turned but I would like to run this past the more knowledgeable people 
on this list to see if I am missing anything.

All volumes should contain one backup only. When a volume is used, the 
next night a new volume should be chosen from the available pool. I need 
the oldest volume to be recycled.

I have a full backup run on the 1st Sunday of the month, only 2 volumes 
should be created and used in the Full-Pool.

I have a differential on the 3rd, 4th, and 5th Sunday of each month. 
Only 3 volumes should be created and used in the Diff-Pool.

I have a incremental on Monday through Saturday of every week. Only 7 
volumes should be created and used in the Inc-Pool.

As I understand this should give me the ability to pull any file for the 
last 30 days. All files and Jobs will be purged after 1 month. The Full 
backups will be reused after 1 month, the Differentials will be reused 
after 30 days, and the Incrementals will be reused after 1 week.

Any thoughts on how I ahve this setup would be appreciated.

DAve

Here are the relevant portions of the dir.conf file.

Job {
   Name = "Web6"
   FileSet = "Web6"
   Write Bootstrap = "/data/backups/Web6-WebDirs.bsr"
   Client = web6-fd
   Schedule = "WeeklyCycle"
   Messages = Support
   Type = Backup
   Level = Full
   Pool = Full-Pool
   Storage = storage1-tls-web6
   Priority = 10
   }

Schedule {
   Name = "WeeklyCycle"
   Run = Level=Full FullPool=Full-Pool 1st sun at 5:05
   Run = Level=Differential DifferentialPool=Diff-Pool 2nd-5th sun at 5:05
   Run = Level=Incremental IncrementalPool=Inc-Pool mon-sat at 17:05
   }

Client {
   Name = web6-fd
   Address = 10.0.240.140
   FDPort = 9102
   Catalog = DataVault
   Password = "xxx"
   File Retention = 1 month
   Job Retention = 1 month
   AutoPrune = yes
   }

Pool {
   Name = Inc-Pool
   Pool Type = Backup
   LabelFormat = "Inc-"
   Recycle = yes
   Recycle Oldest Volume = yes
   AutoPrune = yes
   Volume Retention = 7 days
   Maximum Volume Jobs = 1
   Maximum Volumes = 6
   }

Pool {
   Name = Diff-Pool
   Pool Type = Backup
   LabelFormat = "Diff-"
   Recycle = yes
   Recycle Oldest Volume = yes
   AutoPrune = yes
   Volume Retention = 31 days
   Maximum Volume Jobs = 1
   Maximum Volumes = 5
   }

Pool {
   Name = Full-Pool
   Pool Type = Backup
   LabelFormat = "Full-"
   Recycle = yes
   Recycle Oldest Volume = yes
   AutoPrune = yes
   Volume Retention = 1 month
   Maximum Volume Jobs = 1
   Maximum Volumes = 2
   }

-- 
Three years now I've asked Google why they don't have a
logo change for Memorial Day. Why do they choose to do logos
for other non-international holidays, but nothing for
Veterans?

Maybe they forgot who made that choice possible.

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to