diff options
author | Joey Hess <joey@kitenet.net> | 2013-10-15 13:05:41 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-10-15 13:27:21 -0400 |
commit | e2d0b744e1588964e310482ac84aff3f1bea6b5e (patch) | |
tree | a87c22e580d404a74ec7538306042c2c01728a99 /doc/design | |
parent | 23d762b3da197d2e438c565a40b1660859a84bbb (diff) |
add support for weekly, monthly, and yearly schedules that run on no specific day
Diffstat (limited to 'doc/design')
-rw-r--r-- | doc/design/assistant/disaster_recovery.mdwn | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/design/assistant/disaster_recovery.mdwn b/doc/design/assistant/disaster_recovery.mdwn index 1379ccbc2..7f6991b17 100644 --- a/doc/design/assistant/disaster_recovery.mdwn +++ b/doc/design/assistant/disaster_recovery.mdwn @@ -42,12 +42,6 @@ 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? -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 TODO: git-annex-shell fsck support, which would allow cheap fast fscks |