From 994caa04eb1a569178f02d63cd42719d01f521b4 Mon Sep 17 00:00:00 2001 From: Andrew Engelbrecht Date: Mon, 11 Oct 2021 23:37:12 -0400 Subject: [PATCH] reorganized installation instructions --- README.md | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 3f34751..9032c31 100644 --- a/README.md +++ b/README.md @@ -19,18 +19,16 @@ GPLv3-or-later Copy the binaries into place: - cp kaya /usr/local/bin/ + cp kaya /usr/local/bin/ + scp kaya-client www1.example.com:/usr/local/bin/ - cp kaya.conf /etc/ - chown root:root /etc/kaya.conf - chmod 0600 /etc/kaya.conf + cp kaya.conf /etc/ + chown root:root /etc/kaya.conf + chmod 0600 /etc/kaya.conf + vim /etc/kaya.conf - scp kaya-client www1.example.com:/usr/local/bin/ - - vim /etc/kaya.conf - - mkdir -p /srv/backups/kaya/ - touch /srv/backups/kaya/.htpasswd + mkdir -p /srv/backups/kaya/ + touch /srv/backups/kaya/.htpasswd **Also** install [rest-server](https://github.com/restic/rest-server) on the backup host, and [restic](https://github.com/restic/restic) on your backup -- 2.25.1