This commit is contained in:
Joey Hess 2012-05-26 21:38:25 -04:00
parent 6703892e83
commit 76720a6d0d
3 changed files with 20 additions and 9 deletions

View file

@ -0,0 +1,9 @@
Speed up syncing of modified versions of to existing files.
One simple way is to find the key of the old version of a file that's
being transferred, so it can be used as the basis for rsync, or any
other similar transfer protocol.
For remotes that don't use rsync, a poor man's version could be had by
chunking each object into multiple parts. Only modified parts need be
transferred. Sort of sub-keys to the main key being stored.

View file

@ -0,0 +1,5 @@
While dropbox allows modifying files in the folder, git-annex freezes
them upon creation.
To allow editing files in its folder, something like [[todo/smudge]] is
needed, to get rid of the symlinks that stand in for the files.