git-annex/doc/design/assistant/chunks.mdwn

8 lines
268 B
Text
Raw Normal View History

2013-07-23 22:46:09 +00:00
To avoid leaking even the size of your encrypted files to cloud storage
providers, add a mode that stores fixed size chunks.
May be a useful starting point for [[deltas]].
2013-07-26 05:20:09 +00:00
May also allow for downloading different chunks of a file concurrently from
multiple remotes.