aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2014-05-26 14:59:34 +1200
committerTom Ryder <tom@sanctum.geek.nz>2014-05-26 14:59:34 +1200
commit36c558a089c4827037649ff44ee7a4ec69d6f1b9 (patch)
tree528cfc60b9edfe5a477381e3a303819aebb3f76d
parentAdd man page (diff)
downloadMail-Run-Crypt-36c558a089c4827037649ff44ee7a4ec69d6f1b9.tar.gz
Mail-Run-Crypt-36c558a089c4827037649ff44ee7a4ec69d6f1b9.zip
Make README example match man page
-rw-r--r--README.markdown5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.markdown b/README.markdown
index 436297b..da68759 100644
--- a/README.markdown
+++ b/README.markdown
@@ -4,10 +4,11 @@ Croncrypt
Wrapper to sign and encrypt `cron(8)` output and errors with PGP/MIME before
sending them to the `MAILTO` destination.
+ $ crontab -l
CRONCRYPT_KEYID=0x0A1B2C3D4E5F6G7H
CRONCRYPT_PASSPHRASE=hibbityboo
- MAILTO=tom@sanctum.geek.nz
- 0 1 * * * tom croncrypt rsync /home/tom/important-file /home/backups
+ MAILTO=me@mynet
+ 0 1 * * * croncrypt rsync /home/tom/important-file /home/backups
The main design goal is simplicity; just whack `croncrypt` in front of all your
`crontab(5)` entries, provided they don’t use pipes or `stderr`/`stdout`