aboutsummaryrefslogtreecommitdiff
path: root/doc/git-annex.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-10-15 13:42:33 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-10-15 13:42:33 -0400
commitf1f0abd36b763dd5d8b63358c769e9cd48c68c76 (patch)
treef8585f25645793ce14bb63c38f64a1ea5ca1a8d9 /doc/git-annex.mdwn
parente2d0b744e1588964e310482ac84aff3f1bea6b5e (diff)
update schedule docs
Diffstat (limited to 'doc/git-annex.mdwn')
-rw-r--r--doc/git-annex.mdwn10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn
index dd266f67c..18c10be0c 100644
--- a/doc/git-annex.mdwn
+++ b/doc/git-annex.mdwn
@@ -960,9 +960,9 @@ built-in preferred content expression ddeveloped for that group.
# SCHEDULED JOBS
-The git-annex assistant daemon can be configured to run jobs at scheduled
-times. This is similar to cron (and you can use cron if you prefer), but
-has the advantage of being integrated into git-annex, and so being able
+The git-annex assistant daemon can be configured to run scheduled jobs.
+This is similar to cron and anacron (and you can use them if you prefer),
+but has the advantage of being integrated into git-annex, and so being able
to eg, fsck a repository on a removable drive when the drive gets
connected.
@@ -978,9 +978,9 @@ To schedule multiple jobs, separate them with "; ".
Some examples:
fsck self 30m every day at any time
- fsck self 1h every day at 3 AM
+ fsck self 1h every month at 3 AM
fsck self 1h on day 1 of every month at any time
- fsck self 1h on day 1 of weeks divisible by 2 at any time
+ fsck self 1h every week divisible by 2 at any time
# CONFIGURATION VIA .git/config