diff options
author | Joey Hess <joey@kitenet.net> | 2013-10-14 16:29:30 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-10-14 16:29:34 -0400 |
commit | cc33fb292907278739ab67c159816eab384196b0 (patch) | |
tree | a973722b5a6deea775163e5d0b9fd0842e296a34 /doc/design/assistant/disaster_recovery.mdwn | |
parent | d551ce47dc7e66180c4c00b7b64394082361232a (diff) |
update
Diffstat (limited to 'doc/design/assistant/disaster_recovery.mdwn')
-rw-r--r-- | doc/design/assistant/disaster_recovery.mdwn | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/doc/design/assistant/disaster_recovery.mdwn b/doc/design/assistant/disaster_recovery.mdwn index 0499142be..440ac4876 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 |