aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-11-18 15:50:13 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-11-18 15:50:13 -0400
commit93ccc8ca9f23f07fca6e70a80fb081eb33497db0 (patch)
tree06d1d72afdca1f35934253a34624acfd7fbacaca
parent207ad4b66b851ea4389e95f269bd2f0e5f391eee (diff)
response
-rw-r--r--doc/forum/Git-annex_assistant:_where_are_deleted_files_and_older_versions_saved__63__/comment_9_2bfb2eaf1a72e0822341cfeba9058aa7._comment13
1 files changed, 13 insertions, 0 deletions
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 000000000..086dce752
--- /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.
+"""]]