Go to file
lagertonne 6a67e955be Remove non-standard foo 2021-01-27 21:50:01 +01:00
README.md Fix readme 2021-01-27 21:48:52 +01:00
backup.sh Remove non-standard foo 2021-01-27 21:50:01 +01:00

README.md

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.