From 6e835afc4e624203ad2d8e4e43c6dd8fee528bd8 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 31 Mar 2011 14:03:28 -0400 Subject: [PATCH] update --- .../sharebox_a_FUSE_filesystem_for_git-annex.mdwn | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 doc/news/sharebox_a_FUSE_filesystem_for_git-annex.mdwn diff --git a/doc/news/sharebox_a_FUSE_filesystem_for_git-annex.mdwn b/doc/news/sharebox_a_FUSE_filesystem_for_git-annex.mdwn new file mode 100644 index 0000000000..cc4488371c --- /dev/null +++ b/doc/news/sharebox_a_FUSE_filesystem_for_git-annex.mdwn @@ -0,0 +1,15 @@ +Christophe-Marie Duquesne has just announced +[Sharebox|(https://github.com/chmduquesne/sharebox), a FUSE filesystem +relying on git-annex: + +
+What are your goals? +Seamless synchronization "à la dropbox". +Ability to use with big binary files such as mp3/movies. +Entirely decentralized. +Don't use unnecessary space +Keep it simple: avoid special VCS commands and keep a filesystem +interface as much as possible. +
+ +While still alpha, this is promising. --[[Joey]]