diff options
Diffstat (limited to 'doc/design/iabackup.mdwn')
-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. |