summaryrefslogtreecommitdiff
path: root/doc/design
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-10-27 16:58:10 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-10-27 16:58:10 -0400
commit97e1009eb5d7b062d5cf0b6074b41cac0404bc01 (patch)
tree6523c9caebd49482d6746360e26950a2b325bc9a /doc/design
parentbe581a2722e78f8a2e59e5ca78a1090efc432307 (diff)
devblog
Diffstat (limited to 'doc/design')
-rw-r--r--doc/design/assistant/disaster_recovery.mdwn2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/design/assistant/disaster_recovery.mdwn b/doc/design/assistant/disaster_recovery.mdwn
index 269be0fd8..4f72d96c3 100644
--- a/doc/design/assistant/disaster_recovery.mdwn
+++ b/doc/design/assistant/disaster_recovery.mdwn
@@ -69,6 +69,8 @@ If git fsck finds problems, launch git repository repair. **done**
git annex fsck --fast at end of repository repair to ensure
git-annex branch is accurate. **done**
+If syncing with a local repository fails, try to repair it. **done**
+
TODO: "Repair" gcrypt remotes, by removing all refs and objects,
and re-pushing. (Since the objects are encrypted data, there is no way
to pull missing ones from anywhere..)