This commit is contained in:
Joey Hess 2011-03-31 14:07:28 -04:00
parent bd42bf3956
commit ea91f32651

View file

@ -1,14 +1,16 @@
[[!meta title="sharebox: a FUSE filesystem for git-annex"]]
Christophe-Marie Duquesne has just announced Christophe-Marie Duquesne has just announced
[Sharebox|(https://github.com/chmduquesne/sharebox), a FUSE filesystem [Sharebox|(https://github.com/chmduquesne/sharebox), a FUSE filesystem
relying on git-annex: relying on git-annex:
<blockquote> <blockquote>
What are your goals? What are your goals?
Seamless synchronization "à la dropbox". Seamless synchronization "à la dropbox".
Ability to use with big binary files such as mp3/movies. Ability to use with big binary files such as mp3/movies.
Entirely decentralized. Entirely decentralized.
Don't use unnecessary space Don't use unnecessary space
Keep it simple: avoid special VCS commands and keep a filesystem Keep it simple: avoid special VCS commands and keep a filesystem
interface as much as possible. interface as much as possible.
</blockquote> </blockquote>