Bacula-users

[Bacula-users] Trouble to recycle files

2010-01-26 09:32:41
Subject: [Bacula-users] Trouble to recycle files
From: smartina AT noc.skylogicnet DOT com
To: bacula-users AT lists.sourceforge DOT net
Date: Tue, 26 Jan 2010 11:54:17 -0000 (UTC)
Hi at all,
I've just subscribed on this ML because I've passed last
month trying to get working a central backup server with
bacula 3.0.3 on Centos 5.3. Now I'm able to backup a
single FD on a file structure composed by a Full weekly
backup (on Thursday) and incremental one from Fryday to
Wednesday . My problem is that, although I could recycle
full volumes, because they are set with "Use Volume Once"
option, I am not able to force Bacula to set Incremental
volume recyclable after 6 days: the results is that my
Incremental volumes grows and is never recycled.

This is my configs:
Job {
  Name = "BackupTestServer"
  Type = Backup
  Level = Incremental
  Client = test.localdomain-fd
  FileSet = "Test Set"
  Schedule = "DiskDaily"
  Storage = DiskBck
  Messages = Standard
  Pool = IncrDaily
  Priority = 10
  Write Bootstrap =
"/var/bacula/working/BckTestServerEtc.bsr"
}

Schedule {
  Name = "DiskDaily"
  Run = Level=Full Pool=FullWeek thu at 22:00
  Run = Level=Incremental Pool=IncrDaily fri-wed at 22:00
}

FileSet {
  Name = "Test Set"
  Include {
    Options {
      signature = MD5
      compression=GZIP9
    }
    File = /etc
  }
}

Storage {
  Name = DiskBck
  Address = 192.168.1.1                # N.B. Use a fully
qualified name here
  SDPort = 9103
  Password = "abcde"
  Device = DiskBck
  Media Type = File
}

Client {
  Name = test.localdomain-fd
  Address = 192.168.1.3
  FDPort = 9102
  Catalog = MyCatalog
  Password = "12345"
  File Retention = 30 days            # 30 days
  Job Retention = 6 months            # six months
  AutoPrune = yes                     # Prune expired
Jobs/Files
}

Pool {
  Name = FullWeek
  Pool Type = Backup
  Recycle = yes
  Use Volume Once = yes
  AutoPrune = yes
  Volume Retention = 2 days
}

Pool {
  Name = IncrDaily
  Pool Type = Backup
  Recycle = yes
  AutoPrune = yes
  Volume Retention = 6 days
  Maximum Volumes = 6
}

Where I'm wrong?

Thanks for your attention and sorry for my poor english.

Simone MARTINA

------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
_______________________________________________
Bacula-users mailing list
Bacula-users AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users

<Prev in Thread] Current Thread [Next in Thread>