b1ek d3452a4ac7 | ||
---|---|---|
.vscode | ||
scripts | ||
src | ||
.gitignore | ||
.prettierignore | ||
README.md | ||
config.example.json | ||
docker-compose.example.yml | ||
docker-start.sh | ||
eslint.config.js | ||
openapi.yml | ||
package.json | ||
prettier.config.js | ||
tsconfig.json | ||
yarn.lock |
README.md
backupd
a dead simple backup server
usage
as a hoster
to get started, git clone
this repo to a permanent location, and create docker-compose.yml
and config.json
from their .example
files. modify those to your likind and docker-compose up -d
it.
to create a new client, add an entry to config.json
like in example. don't forget to put their password's SHA256
sum in the keySha256Sum
field.
as a client
first step is get your key from the hoster, or make a client yourself if you are the hoster.
then, see the API reference