add end-user view section

This commit is contained in:
Joey Hess 2015-03-04 20:38:53 -04:00
parent c99838ba4d
commit 1fb575d84e

View file

@ -3,6 +3,18 @@ This is a fairly detailed design proposal for using git-annex to build
[[!toc ]] [[!toc ]]
## end-user view
What the end user sees is a directory, with a .git subdirectory,
and 10 thousand little files (actually, they're broken symlinks, on
Linux/OSX). Over time, some of the symlinks start filling in with
"random" content from the IA.
The user can look at that content, or even delete files they don't want to
host.
The user can control how much total disk space the directory takes up.
## sharding to scale ## sharding to scale
The IA contains some 24 million Items. The IA contains some 24 million Items.