Fix: README

This commit is contained in:
nold 2017-10-19 20:00:20 +02:00
parent 10a37878b6
commit e9c6b0cd57

View file

@ -1,9 +1,9 @@
BorgServer - Docker image BorgServer - Docker image
====== ==
Borgserver Configuration Borgserver Configuration
===== ===
- Place SSH PublicKeys in persistent storage - Place SSH PublicKeys in persistent storage
- Client Repositories will be named by the filename found in /sshkeys - Client Repositories will be named by the filename found in /sshkeys
@ -13,7 +13,7 @@ Persistent Storages & Client Configuration
We will need two persistent storage directories for our borgserver to be usefull: We will need two persistent storage directories for our borgserver to be usefull:
/sshkeys /sshkeys
=== =====
Here we will put all SSH public keys from our borg clients, we want to backup. Every key must be it's own file, containing only one line, with the key. The name of the file will become the name of the borg repository, we need for our client to connect. Here we will put all SSH public keys from our borg clients, we want to backup. Every key must be it's own file, containing only one line, with the key. The name of the file will become the name of the borg repository, we need for our client to connect.
That means every client get's it's own repository. So you might want to use the hostname of the client as the name of the sshkey file. That means every client get's it's own repository. So you might want to use the hostname of the client as the name of the sshkey file.
@ -26,5 +26,5 @@ webserver.mydomain.com ~$ borg init ssh://borg@borgserver-container/backup/$(hos
!IMPORTANT!: The container wouldn't start the SSH-Deamon until there is at least one ssh-keyfile in this directory! !IMPORTANT!: The container wouldn't start the SSH-Deamon until there is at least one ssh-keyfile in this directory!
/backup /backup
=== =====
In this directory will borg write all the client data to. It's best to start with an empty directory. In this directory will borg write all the client data to. It's best to start with an empty directory.