Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Latest commit

 

History

History
60 lines (39 loc) · 1.55 KB

README.md

File metadata and controls

60 lines (39 loc) · 1.55 KB

Documentation

Kubernetes resources

Backup Repository server is designed to be Kubernetes-first and Security-first. Configuration of basic entities such as users and backup collections are done using YAMLs in Kubernetes syntax.

---
apiVersion: backups.riotkit.org/v1alpha1
kind: BackupCollection
# (...)

---
apiVersion: backups.riotkit.org/v1alpha1
kind: BackupUser
# (...)

Check examples of Kubernetes YAMLs:

Your server instance can be configured using those YAML's basically, the rest are highly dynamic changing data that is configured via API, it includes Authentication keys and Uploaded backup versions that are rotating

Installation

Read more about how to install Backup Repository.

API

Interactions with server are done using HTTP API that talks JSON in both ways, and identifies with JWT.

Development

Security and support

There is no commercial support, this is a community project.