From 4f0b3d57d11f046fb4c2fe0bb00c9a17302a4af9 Mon Sep 17 00:00:00 2001 From: Agenta Date: Tue, 17 Nov 2015 10:32:41 +0000 Subject: [PATCH] Added a comment --- ...comment_4_616cb76a510fa32c2aa48c25d24c6044._comment | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 doc/forum/Git-annex_assistant:_where_are_deleted_files_and_older_versions_saved__63__/comment_4_616cb76a510fa32c2aa48c25d24c6044._comment diff --git a/doc/forum/Git-annex_assistant:_where_are_deleted_files_and_older_versions_saved__63__/comment_4_616cb76a510fa32c2aa48c25d24c6044._comment b/doc/forum/Git-annex_assistant:_where_are_deleted_files_and_older_versions_saved__63__/comment_4_616cb76a510fa32c2aa48c25d24c6044._comment new file mode 100644 index 0000000000..cad2b2493b --- /dev/null +++ b/doc/forum/Git-annex_assistant:_where_are_deleted_files_and_older_versions_saved__63__/comment_4_616cb76a510fa32c2aa48c25d24c6044._comment @@ -0,0 +1,10 @@ +[[!comment format=mdwn + username="Agenta" + subject="comment 4" + date="2015-11-17T10:32:41Z" + content=""" +Dear r, + +I did lots of testing about recovering deleted files or previous versions with git-annex but I didn't have much success. I really found it difficult to recover files from git-annex, too time consuming. +At the end I found a chep and dirty solution. I write it here in case it may be useful to you or to somone else. I now run a daily backup of my git-annex repo with Bup (http://bup.github.io/) on a couple of my computers, so I can easily restore to a previous state if needed. Bup implements data deduplication so you can have daily backups without consuming too much space. Bup is extremely easy to use too, you can mount backups as fuse filesystems or view them via a web browser. The only problem with this approach is that if you change a file multiple times during a day you won't be able to recover those changes. +"""]] -- 2.30.2