From bf5c20f0ec73dcfcce2c0597295222a5e053c806 Mon Sep 17 00:00:00 2001 From: Sun Knudsen Date: Fri, 4 Sep 2020 15:34:43 -0400 Subject: [PATCH] Removed set -e from VeraCrypt guide script --- .../README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/how-to-backup-and-encrypt-data-privately-and-securely-using-rsync-and-veracrypt-on-macos/README.md b/how-to-backup-and-encrypt-data-privately-and-securely-using-rsync-and-veracrypt-on-macos/README.md index 67ed7f5..d43182d 100644 --- a/how-to-backup-and-encrypt-data-privately-and-securely-using-rsync-and-veracrypt-on-macos/README.md +++ b/how-to-backup-and-encrypt-data-privately-and-securely-using-rsync-and-veracrypt-on-macos/README.md @@ -27,7 +27,7 @@ Go to https://osxfuse.github.io/, download and install latest release. ### Step 2: install [GnuPG](https://gnupg.org/) -Follow steps from [How to encrypt, sign and decrypt messages using PGP on macOS (adding privacy to email)](../how-to-encrypt-sign-and-decrypt-messages-using-pgp-on-macos-adding-privacy-to-email) guide. +Follow steps 1 to 3 from [How to encrypt, sign and decrypt messages using PGP on macOS (adding privacy to email)](../how-to-encrypt-sign-and-decrypt-messages-using-pgp-on-macos-adding-privacy-to-email) guide. ### Step 3: import VeraCrypt’s public key @@ -151,7 +151,7 @@ The VeraCrypt volume has been successfully created. ### Step 10 (optional): mount, rename and dismount encrypted volume -By default, VeraCrypt encrypted volumes are named "untitled". +By default, VeraCrypt encrypted volumes with Mac OS Extended filesystem are named "untitled". #### Mount encrypted volume @@ -179,8 +179,6 @@ veracrypt --text --dismount "$BACKUP_VOLUME_PATH" cat << EOF > /usr/local/bin/backup.sh #! /bin/sh -set -e - red=$'\e[1;31m' end=$'\e[0m'