From b09193c33bc9bc6beb70792d0ac68e6ee688bbab Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 18 Nov 2015 15:50:13 -0400 Subject: [PATCH] response --- ...ment_9_2bfb2eaf1a72e0822341cfeba9058aa7._comment | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 doc/forum/Git-annex_assistant:_where_are_deleted_files_and_older_versions_saved__63__/comment_9_2bfb2eaf1a72e0822341cfeba9058aa7._comment diff --git a/doc/forum/Git-annex_assistant:_where_are_deleted_files_and_older_versions_saved__63__/comment_9_2bfb2eaf1a72e0822341cfeba9058aa7._comment b/doc/forum/Git-annex_assistant:_where_are_deleted_files_and_older_versions_saved__63__/comment_9_2bfb2eaf1a72e0822341cfeba9058aa7._comment new file mode 100644 index 0000000000..086dce7528 --- /dev/null +++ b/doc/forum/Git-annex_assistant:_where_are_deleted_files_and_older_versions_saved__63__/comment_9_2bfb2eaf1a72e0822341cfeba9058aa7._comment @@ -0,0 +1,13 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 9""" + date="2015-11-18T19:46:07Z" + content=""" +That's right, bup can store multiple versions of a file as efficiently as +git itself can (or maybe a little more). + +You can use [bup as a special remote of git-annex](https://git-annex.branchable.com/special_remotes/bup/), +and then your backup repository would be a bup repository. +Restoring old versions of files from it would work the same way +I described above. +"""]]