File: cback.conf.18

package info (click to toggle)
cedar-backup3 3.12.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,172 kB
  • sloc: python: 69,622; sh: 594; makefile: 148
file content (13 lines) | stat: -rw-r--r-- 390 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0"?>
<!-- Document containing only an extensions section, containing all fields, order mode is "index". -->
<cb_config>
   <extensions>
      <order_mode>index</order_mode>
      <action>
         <name>example</name>
         <module>something.whatever</module>
         <function>example</function>
         <index>1</index>
      </action>
   </extensions>
</cb_config>