Bacula-users

[Bacula-users] Retention Problem

2011-10-14 05:27:37
Subject: [Bacula-users] Retention Problem
From: kandy kandy <kandy71 AT gmail DOT com>
To: bacula-users AT lists.sourceforge DOT net
Date: Fri, 14 Oct 2011 05:26:18 -0400
Hi
I have the following problem, my catalog is almost empy and I cannot figure out why

Job {
  JobDefs = "Default"
  Name = "server000"
  Enabled= yes
  FileSet = "Server000"
  Level = Full
  Client=server000
  Write Bootstrap = "/local/bacula-5.0.1/working/%c.bsr"
#  Full Backup Pool = FullPool
#  Incremental Backup Pool = IncrPool
#  Differential Backup Pool = DiffPool
  Schedule = "SCH000"
  SpoolData=yes
}

FileSet {
  Name = "Server000"
  Include {
    Options {
      signature = MD5
    }
    File = /etc
    File = /var/spool/mail
    File= /home
    File = /export/netinst
    File = /usr/local
    File = /local
  }
  Exclude {
    File = /sys
    File = /boot
    File = /dev
    File = /proc
    File = /tmp
    File = /.journal
    File = /.fsck
  }
}

Client {
  Name = server000
  Address = server000
  FDPort = 9102
  Catalog = MyCatalog
  Password = "----------------------------"
  File Retention = 8 years      # 8 years
  Job Retention = 9 years      # 9 years
   AutoPrune = yes                     # Prune expired Jobs/Files
}

Today I have discovered that I have only 60 days in the catalog, instead months
Can I recover it?
Can I fix this problem?
------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2d-oct
_______________________________________________
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>