diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-03-03 19:20:36 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-03-03 19:20:36 -0400 |
commit | 2a6435683df03b81c59f49a647a35d7de1dab7eb (patch) | |
tree | a1105d760c1a70bedd4732e00f18a5e9e72e2fb1 /doc/design | |
parent | 99d94821e8189a084431ac7b5033ca08050e1532 (diff) |
clarify
Diffstat (limited to 'doc/design')
-rw-r--r-- | doc/design/iabackup.mdwn | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/design/iabackup.mdwn b/doc/design/iabackup.mdwn index 14888f7dc..3c1e96102 100644 --- a/doc/design/iabackup.mdwn +++ b/doc/design/iabackup.mdwn @@ -74,7 +74,8 @@ To add an Item to the shard: The easy way is to write the tarball to disk in the shard's git repo, and "git annex add", but it's also possible to do this without ever - storing the tarball on disk. + storing the tarball on disk. (The tarball would then be reconstructed + on the fly each time a client requests to download it.) 4. Update git-annex location tracking to indicate that this item is present in the Internet Archive. |