File: cback.conf.14

package info (click to toggle)
cedar-backup2 2.20.1-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 20,636 kB
  • ctags: 34,592
  • sloc: python: 63,703; xml: 9,041; makefile: 100; sh: 9
file content (18 lines) | stat: -rw-r--r-- 501 bytes parent folder | download | duplicates (13)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0"?>
<!-- Document containing only a purge section, containing all required and optional fields. -->
<cb_config>
   <purge>
      <dir>
         <abs_path>/opt/backup/stage</abs_path>
         <retain_days>5</retain_days>
      </dir>
      <dir>
         <abs_path>/opt/backup/collect</abs_path>
         <retain_days>0</retain_days>
      </dir>
      <dir>
         <abs_path>/home/backup/tmp</abs_path>
         <retain_days>12</retain_days>
      </dir>
   </purge>
</cb_config>