diff options
author | Joey Hess <joey@kitenet.net> | 2013-10-22 16:30:23 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-10-22 16:30:23 -0400 |
commit | ab8e457f99ebe309d6155607026051e52f59216d (patch) | |
tree | 6887b45ba758e60cc80b4e3a3006aa870b0b38c9 /doc/design | |
parent | 3ca53d2779c695ebb6cbdd210fea2167562637ff (diff) |
UI tweaks
Diffstat (limited to 'doc/design')
-rw-r--r-- | doc/design/assistant/disaster_recovery.mdwn | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/doc/design/assistant/disaster_recovery.mdwn b/doc/design/assistant/disaster_recovery.mdwn index c630a72b4..ef6eb4730 100644 --- a/doc/design/assistant/disaster_recovery.mdwn +++ b/doc/design/assistant/disaster_recovery.mdwn @@ -57,10 +57,14 @@ call it for non-local remotes. ## git fsck -Have the sanity checker run git fsck periodically (it's fairly inexpensive, -but still not too often, and should be ioniced and niced). +Add git fsck to scheduled self fsck **done** -If committing to the repository fails, after resolving any dangling lock +TODO: Add git fsck of local remotes to scheduled remote fscks. + +TODO: Display an alert to nudge user to schedule a fsck, if none is +scheduled. Without being annoying about it. + +TODO: If committing to the repository fails, after resolving any dangling lock files (see above), it should git fsck. If git fsck finds problems, launch git repository repair. |