File: Don__39__t_understand_local_vs._known_keys.mdwn

package info (click to toggle)
git-annex 6.20170101-1%2Bdeb9u2
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 50,088 kB
  • sloc: haskell: 53,116; sh: 1,582; ansic: 341; makefile: 292; perl: 144
file content (19 lines) | stat: -rw-r--r-- 491 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
I just created a new Annex by doing the following:

 1. git init
 2. git annex init
 3. git annex add .
 4. git commit -m "Added files"
 5. git annex status

I see the following:

    local annex keys: 224
    local annex size: 41 gigabytes
    known annex keys: 235
    known annex size: 49 gigabytes
    bloom filter size: 16 mebibytes (0% full)
    backend usage: 
            SHA256: 459

Why is there an 8 gigabyte difference here?  What/where are those files?  What is a bloom filter?