From 293f3d2a59def6a2cb1f5426831c8b321d670334 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 14 Oct 2013 16:29:30 -0400 Subject: [PATCH] update --- doc/design/assistant/disaster_recovery.mdwn | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/doc/design/assistant/disaster_recovery.mdwn b/doc/design/assistant/disaster_recovery.mdwn index 0499142be6..440ac48766 100644 --- a/doc/design/assistant/disaster_recovery.mdwn +++ b/doc/design/assistant/disaster_recovery.mdwn @@ -42,14 +42,16 @@ Detect when a removable drive is connected in the Cronner, and check and try to run its remote fsck jobs. **done** (Same mechanism will work for network remotes becoming connected.) +## git-annex-shell remote fsck + TODO: git-annex-shell fsck support, which would allow cheap fast fscks of ssh remotes. -## git-annex-shell remote fsck - Would be nice; otherwise remote fsck is too expensive (downloads -everything) to have the assistant do. (remote fsck --fast might be worth -having the assistant do) +everything) to have the assistant do. + +Note that Remote.Git already tries to use this, but the assistant does not +call it for non-local remotes. ## git fsck