From 1861a065b28160586811c88b571e4ce80b0e806c Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 8 Apr 2011 16:59:13 -0400 Subject: [PATCH] close --- doc/todo/add_a_git_backend.mdwn | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/todo/add_a_git_backend.mdwn b/doc/todo/add_a_git_backend.mdwn index 34322d9811..d84e9b69b5 100644 --- a/doc/todo/add_a_git_backend.mdwn +++ b/doc/todo/add_a_git_backend.mdwn @@ -12,3 +12,5 @@ use all of git-annex's features everywhere else. >> of the git backend using bup. --[[Joey]] >>> Very much so. Generally speaking, having one or more versioned storage back-ends with current data in the local annexes sounds incredibly useful. Still being able to get at old data in via the back-end and/or making offline backups of the full history are excellent use cases. -- RichiH + +[[done]], the bup special remote type is written! --[[Joey]]