Skip to content
Snippets Groups Projects
README.md 291 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

```
Pierre Ozoux's avatar
Pierre Ozoux committed
git clone https://github.com/indiehosters/borg-client
Pierre Ozoux's avatar
Pierre Ozoux committed
cd borg-client
ssh-keygen -f ./ssh/id_rsa -N '' -t rsa
Pierre Ozoux's avatar
Pierre Ozoux committed
# copy the ssh public key to the remote borg-server
Pierre Ozoux's avatar
Pierre Ozoux committed
cp .env.sample .env
vi .env
Pierre Ozoux's avatar
Pierre Ozoux committed
libre start
libre enable
Pierre Ozoux's avatar
Pierre Ozoux committed
```