Skip to content
Snippets Groups Projects
Commit 2625a7e3 authored by Pierre Ozoux's avatar Pierre Ozoux
Browse files

Update instructions

parent 7f9c1c29
No related branches found
No related tags found
No related merge requests found
...@@ -4,9 +4,12 @@ A client to backup to borg server ...@@ -4,9 +4,12 @@ A client to backup to borg server
## Getting started ## Getting started
``` ```
git clone https://github.com/indiehosters/borg-client . git clone https://github.com/indiehosters/borg-client
cd borg-client cd borg-client
ssh-keygen -f ./ssh/id_rsa -N '' -t rsa ssh-keygen -f ./ssh/id_rsa -N '' -t rsa
cp env.example env # copy the ssh public key to the remote borg-server
cp env.sample env
vi env vi env
libre start
libre enable
``` ```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment