From b86e452cc5f2028c2184a1def34ec534181171e3 Mon Sep 17 00:00:00 2001 From: Andrew Engelbrecht Date: Mon, 11 Oct 2021 23:10:04 -0400 Subject: [PATCH] improvements to info about Kaya --- README.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 945bd19..8023271 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,15 @@ # Kaya Kaya is a BASH front end for [restic](https://github.com/restic/restic), a -modern incremental backup solution written in Go. Kaya provides functionality -similar to "pull" mode backups, but making use of restic's -[rest-server](https://github.com/restic/rest-server) in append-only mode. - -Kaya is **ALPHA** software, and may contain security bugs. Its API may also -change in future releases. +modern incremental backup solution written in Go. Kaya provides centralized +backup functionality via SSH, similar to "pull" mode backups, but with most of +the heavy lifting being done by each client. Kaya makes use of restic's +[rest-server](https://github.com/restic/rest-server) in append-only mode, so in +theory, backed up machines can't delete their past backups, nor see backups for +other machines. + +Kaya is **ALPHA** software, and may contain security bugs or other flaws. +Kaya's API is still under development, and may change in future releases. ### License -- 2.25.1