Fix readme
This commit is contained in:
parent
c567f5d0b4
commit
4a1252845e
1 changed files with 17 additions and 0 deletions
17
README.md
17
README.md
|
@ -1,2 +1,19 @@
|
|||
# lgrt-backup-solution
|
||||
|
||||
## Preperation
|
||||
|
||||
Initialize a borg-repository on the server which should store the backup-repo:
|
||||
|
||||
```
|
||||
borg init --encrpytion=repokey /path/which/is/configured/in/backup-script
|
||||
```
|
||||
|
||||
The following line has to go into the corresponding authorized_keys file on the Host which should store the backups:
|
||||
|
||||
```
|
||||
command="/usr/bin/borg serve --restrict-to-path /path/which/is/configured/in/backup-script",restrict ssh-rsa ....
|
||||
```
|
||||
|
||||
## Actual backups
|
||||
|
||||
Adjust backup.sh to your needs and execute it.
|
||||
|
|
Loading…
Reference in a new issue