summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar https://me.yahoo.com/a/2grhJvAC049fJnvALDXek.6MRZMTlg--#eec89 <John@web>2012-10-17 07:48:21 +0000
committerGravatar admin <admin@branchable.com>2012-10-17 07:48:21 +0000
commit616c94289149a3d2e6a463246ab0e5145ce4d56f (patch)
tree7b4c90667e9763efcbf45130d6f420a72ee49ade
parenta38a1c95726dbb4f02b22a22e920624c108b71d4 (diff)
-rw-r--r--doc/forum/Don__39__t_understand_local_vs._known_keys.mdwn19
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/forum/Don__39__t_understand_local_vs._known_keys.mdwn b/doc/forum/Don__39__t_understand_local_vs._known_keys.mdwn
new file mode 100644
index 000000000..39f8c1041
--- /dev/null
+++ b/doc/forum/Don__39__t_understand_local_vs._known_keys.mdwn
@@ -0,0 +1,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?