From 7b82f431ba1a3fe8bba2da4e90b315e9889e3e48 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 14 Oct 2013 16:40:48 -0400 Subject: [PATCH] need to improve Recurrance --- doc/design/assistant/disaster_recovery.mdwn | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/doc/design/assistant/disaster_recovery.mdwn b/doc/design/assistant/disaster_recovery.mdwn index 440ac48766..1379ccbc2e 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