Fixed typo

Closes #60
This commit is contained in:
Sun Knudsen 2021-04-04 07:26:20 -04:00
parent 2c6f5a1ca8
commit 3e1de2b8c6
No known key found for this signature in database
GPG Key ID: 1FA767862BBD1305
2 changed files with 2 additions and 2 deletions

View File

@ -201,7 +201,7 @@ Write down the passphrase. Store both at safe place(s).
```
#### Back up `~/.config/borg` and `~/Library/Keychains` folders (learn how [here](http://localhost:3001/privacy-guides/how-to-backup-and-encrypt-data-using-rsync-and-veracrypt-on-macos))
#### Back up `~/.config/borg` and `~/Library/Keychains` folders (learn how [here](../how-to-backup-and-encrypt-data-using-rsync-and-veracrypt-on-macos))
> Heads-up: both key (stored in `~/.config/borg`) and passphrase (stored in `~/Library/Keychains`) are required to decrypt backup.

View File

@ -97,7 +97,7 @@ uid John Doe <john@example.net>
sub rsa4096 2021-03-24 [E]
```
### Step 5: back up `~/.gnupg` folder (learn how [here](http://localhost:3001/privacy-guides/how-to-backup-and-encrypt-data-using-rsync-and-veracrypt-on-macos))
### Step 5: back up `~/.gnupg` folder (learn how [here](../how-to-backup-and-encrypt-data-using-rsync-and-veracrypt-on-macos))
> Heads-up: files stored in `~/.gnupg` include private keys which, if lost, results in loosing ones cryptographic identity (safeguard backup carefully).