borgbase.md (391B)
1 # borgbase 2 3 * create repo on web console 4 * add new ssh key if required 5 * add key to repo in settings 6 * on system run init command 7 * copy repo url from web console 8 * use `BORG_RSH` to point to key 9 ``` 10 BORG_RSH="ssh -i /root/.ssh/id_ed25519" ; borg init -e repokey-blake2 ssh://<repo>@<repo>.repo.borgbase.com/./repo 11 ``` 12 * create archives either with [borg](borg) or [borgmatic](borgmatic)