aboutsummaryrefslogtreecommitdiff
path: root/doc/design/assistant/disaster_recovery.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-10-14 16:40:48 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-10-14 16:40:48 -0400
commit23d762b3da197d2e438c565a40b1660859a84bbb (patch)
treec6fb42ea08c9cd8f06f4074445441863a91ce648 /doc/design/assistant/disaster_recovery.mdwn
parent7f822b1fda46232367cb96ece7d9def55ba3b3ad (diff)
need to improve Recurrance
Diffstat (limited to 'doc/design/assistant/disaster_recovery.mdwn')
-rw-r--r--doc/design/assistant/disaster_recovery.mdwn12
1 files changed, 9 insertions, 3 deletions
diff --git a/doc/design/assistant/disaster_recovery.mdwn b/doc/design/assistant/disaster_recovery.mdwn
index 440ac4876..1379ccbc2 100644
--- a/doc/design/assistant/disaster_recovery.mdwn
+++ b/doc/design/assistant/disaster_recovery.mdwn
@@ -33,14 +33,20 @@ annoying. **done**
When fsck finds a damanged file, queue a download of the file from a
remote. **done**
+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.)
+
TODO: If no accessible remote has a file that fsck reported missing,
prompt the user to eg, connect a drive containing it. Or perhaps this is a
special case of a general problem, and the webapp should prompt the user
when any desired file is available on a remote that's not mounted?
-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.)
+TODO: Enhance the Recurrance type to be able to do eg, events that run
+once per month on any day, or once per year, or once per week. This
+would be especially useful for removable drives, which might not be
+plugged in on the 1st of the month. This should be the default in the
+webapp (it's already worded to suggest this.)
## git-annex-shell remote fsck