File: tree1.ini

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-- 263 bytes parent folder | download | duplicates (13)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
; Single-depth directory containing only small files

[names]
dirprefix  = dir
fileprefix = file
linkprefix = link

[sizes]
maxdepth   = 1
mindirs    = 0
maxdirs    = 0
minfiles   = 1
maxfiles   = 10
minlinks   = 0
maxlinks   = 0
minsize    = 0
maxsize    = 500