Bacula-users

[Bacula-users] Job retention period

2014-08-08 14:25:31
Subject: [Bacula-users] Job retention period
From: Ross Williamson <rwilliamson AT astro.caltech DOT edu>
To: bacula-users <bacula-users AT lists.sourceforge DOT net>
Date: Fri, 8 Aug 2014 11:22:08 -0700
How do differential jobs work with job retention?  As an example If I
do a Full backup every 2 months, a differential every sun and
incremental every 6 hours, you only require the last differential to
restore.  Are the previous differentials "purged" and the relevant
volumes in the differential pool marked for recycling as they are no
longer needed? Some extracted time periods below:

Job {
  Name = "BackupHome"
  JobDefs = "DefaultJob"
  FileSet = "Home Directory"
  pool = Default
  Full Backup Pool = HomeFull-Pool
  Incremental Backup Pool = HomeInc-Pool
  Differential Backup Pool = HomeDiff-Pool
}

Client {
 Job Retention = 6 months
 File Retention = 30 days
 AutoPrune = yes
}

Pool {
  Name = HomeDiff-Pool
  Pool Type = Backup
  Recycle = yes
  AutoPrune = yes
  Volume Retention = 40 days
  Maximum Volume Bytes = 20G
  Maximum Volumes = 20
  Label Format = HomeDiff-
}





-- 
Ross Williamson
Research Scientist - Sub-mm Group
California Institute of Technology
626-395-2647 (office)
312-504-3051 (Cell)

------------------------------------------------------------------------------
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds
_______________________________________________
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>