Skip to content
Snippets Groups Projects
README.md 214 B
Newer Older
Pierre Ozoux's avatar
Pierre Ozoux committed
# borg-client
A client to backup to borg server
Pierre Ozoux's avatar
Pierre Ozoux committed

## Getting started

```
git clone https://github.com/indiehosters/borg-client .
cd borg-client
ssh-keygen -f ./ssh/id_rsa -N '' -t rsa
cp env.example env
vi env
```