From 072d981db1d51e8a97d194c5a343325efbe38b33 Mon Sep 17 00:00:00 2001 From: memeplex Date: Fri, 14 Apr 2017 22:35:49 +0000 Subject: [PATCH] Added a comment --- ...comment_3_88e37911a0280d817559b2d51ddb1d4e._comment | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 doc/forum/Git_repos_in_git_annex__63__/comment_3_88e37911a0280d817559b2d51ddb1d4e._comment diff --git a/doc/forum/Git_repos_in_git_annex__63__/comment_3_88e37911a0280d817559b2d51ddb1d4e._comment b/doc/forum/Git_repos_in_git_annex__63__/comment_3_88e37911a0280d817559b2d51ddb1d4e._comment new file mode 100644 index 0000000000..efd86d8f8f --- /dev/null +++ b/doc/forum/Git_repos_in_git_annex__63__/comment_3_88e37911a0280d817559b2d51ddb1d4e._comment @@ -0,0 +1,10 @@ +[[!comment format=mdwn + username="memeplex" + avatar="http://cdn.libravatar.org/avatar/84a611000e819ef825421de06c9bca90" + subject="comment 3" + date="2017-04-14T22:35:49Z" + content=""" +Another use case is when you use annex for backup. For example I keep most of my files (dotfiles, scripts, music, books, etc) in a \"home\" git annex repo. Part of them is stored in google drive, part in a pendrive, part in my home computer, part in my work computer. Every once in a while I sync everything into my home computer and into an additional external hard drive remote that I keep as a backup. Sadly, my archived git projects can't be managed like that. Nevertheless, it's not a big deal since they are already in the cloud (gitlab or github) and in my local filesystem. Besides, since they are archived, I can just create tarballs and add them to the annex (and in case annex allowed to store .git directories, I'd not be really comfortable with the huge amount of symlinks that would produce). + +That said, it's kind of a bathos that the illusion of a distributed, decentralized, redundant, versioned, annotated, etc. filesystem over git is broken by git itself. +"""]]