aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown15
1 files changed, 0 insertions, 15 deletions
diff --git a/README.markdown b/README.markdown
index 4ba51ac..be1457e 100644
--- a/README.markdown
+++ b/README.markdown
@@ -16,21 +16,6 @@ The main design goal is simplicity; just whack `croncrypt` in front of all your
redirects, in which case you should consider putting it all into a script file
anyway.
-As an alternative, to apply this to all of the tasks in that `crontab(5)` file,
-you can specify `SHELL` with a fully-qualified path to the `croncryptsh`
-executable:
-
- $ crontab -l
- CRONCRYPT_KEYID=0x0A1B2C3D4E5F6G7H
- CRONCRYPT_PASSPHRASE=hibbityboo
- MAILTO=me@mynet
- SHELL=$HOME/.local/bin/croncryptsh
-
- 0 1 * * * rsync /home/tom/important-file-1 /home/backups
- 0 2 * * * rsync /home/tom/important-file-2 /home/backups
-
-This is the method the author prefers.
-
Don’t use your own GPG key for signing! I recommend you create a dedicated key
just for Croncrypt, and sign it locally with `gpg --lsign` so that your
software trusts it locally.