diff options
author | Andinus <andinus@nand.sh> | 2020-08-27 15:25:48 +0530 |
---|---|---|
committer | Andinus <andinus@nand.sh> | 2020-08-27 15:25:48 +0530 |
commit | a263b887df4f22d12f119acb40c9f5ca8d76b3ca (patch) | |
tree | fd4b3b76aa20315511a13527ee995ef83a38ca4f /README | |
parent | 4460dd221776d809b5a216d9ab2b8d25e2c126ae (diff) | |
download | leo-a263b887df4f22d12f119acb40c9f5ca8d76b3ca.tar.gz |
Explain encrypt exception that was added for journal
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/README b/README index d6db85c..1df0bd7 100644 --- a/README +++ b/README @@ -69,6 +69,10 @@ list. It can encrypt/sign files with gpg2(1). 0' to `@options'. `-z' specifies the compression level & 0 means no compression. + *Note*: My journal is encrypted so to prevent re-encryption `encrypt' + option is not passed to gpg2. This only affects journal profile. So + `leo --encrypt journal pass' will still encrypt pass. + 1.2 delete ────────── |