diff options
-rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -62,6 +62,15 @@ You will need to initialise a borg repository on some host or managed provider. Once you have done this, make a note of the private key you will use to access the remote server and the address of the repo. +Once borg is configured you should run + +```shell +sudo borgmatic init --encryption repokey +``` + +On the managed host. In the future, this should be done via the playbook +itself. + ### Create a prod inventory file Create an inventory file in `inventory/prod.ini` with the production hosts that |