From 9ec9269a18fb9d1fd0f12bf62dac532312c545c8 Mon Sep 17 00:00:00 2001 From: Dan Date: Fri, 3 Nov 2017 20:28:31 -0700 Subject: [PATCH] Link to repository encryption section of Borg Quick Start. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d933a4ed..3dfb3e60 100644 --- a/README.md +++ b/README.md @@ -53,8 +53,9 @@ a repository on a local or remote host. Note that if you plan to run borgmatic on a schedule with cron, and you encrypt your Borg repository with a passphrase instead of a key file, you'll either need to set the borgmatic `encryption_passphrase` configuration variable or set the `BORG_PASSPHRASE` -environment variable. See the repository encryption section of the Quick Start -for more info. +environment variable. See the [repository encryption +section](https://borgbackup.readthedocs.io/en/latest/quickstart.html#repository-encryption) +of the Quick Start for more info. If the repository is on a remote host, make sure that your local root user has key-based ssh access to the desired user account on the remote host.