summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-08-18 16:43:55 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-08-18 16:43:55 -0400
commitfc3caba25d74c373204d617ecc54dae9697f06d3 (patch)
tree325046756f58cfad2ec80584592a39705f610bab
parent95ac5af89e3a94a3fb52bb31f2d04d8269dd095a (diff)
parenta275b0b75cf8dda8a2a63778531108d4ee5120b0 (diff)
Merge branch 'master' of ssh://git-annex.branchable.com
-rw-r--r--doc/forum/how_to_disaster_recovery/comment_1_c8db90fd7af13b9605e152ea884b5241._comment15
-rw-r--r--doc/forum/how_to_disaster_recovery/comment_2_31cce673114eb9733e0f1c732c8f08e6._comment12
2 files changed, 27 insertions, 0 deletions
diff --git a/doc/forum/how_to_disaster_recovery/comment_1_c8db90fd7af13b9605e152ea884b5241._comment b/doc/forum/how_to_disaster_recovery/comment_1_c8db90fd7af13b9605e152ea884b5241._comment
new file mode 100644
index 000000000..4b14667d8
--- /dev/null
+++ b/doc/forum/how_to_disaster_recovery/comment_1_c8db90fd7af13b9605e152ea884b5241._comment
@@ -0,0 +1,15 @@
+[[!comment format=mdwn
+ username="jd.schroeder@0c8632a8f2bffdd4b0de05a0a3660f32acdfeeca"
+ nickname="jd.schroeder"
+ subject="comment 1"
+ date="2016-08-17T21:18:40Z"
+ content="""
+I don't use the assistant myself, so I may not be much help.
+
+Have you tried opening the terminal and running
+
+ cd (your repository path)
+ git annex fsck
+
+it may yield more information about what's wrong.
+"""]]
diff --git a/doc/forum/how_to_disaster_recovery/comment_2_31cce673114eb9733e0f1c732c8f08e6._comment b/doc/forum/how_to_disaster_recovery/comment_2_31cce673114eb9733e0f1c732c8f08e6._comment
new file mode 100644
index 000000000..cef32b77e
--- /dev/null
+++ b/doc/forum/how_to_disaster_recovery/comment_2_31cce673114eb9733e0f1c732c8f08e6._comment
@@ -0,0 +1,12 @@
+[[!comment format=mdwn
+ username="jd.schroeder@0c8632a8f2bffdd4b0de05a0a3660f32acdfeeca"
+ nickname="jd.schroeder"
+ subject="comment 2"
+ date="2016-08-17T21:23:34Z"
+ content="""
+You may want to also try
+
+ git fsck
+
+as well.
+"""]]