aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorHimbeerserverDE <himbeerserverde@gmail.com>2023-12-24 16:55:21 +0100
committerHimbeerserverDE <himbeerserverde@gmail.com>2023-12-24 16:55:21 +0100
commit748ea860f76ebdc5e3f4e7f22ef5502ad02d0847 (patch)
tree336dfed070ea2afdac63650cc470c7bb5813c6da /README.md
parent114f3b7b70680b40b7b96e373ee2b366c0c3ce4e (diff)
add common library
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index 34adab7..67cb81f 100644
--- a/README.md
+++ b/README.md
@@ -34,8 +34,9 @@ Components
There are two main components:
-* hbak: The main snapshotter handling encryption and file distribution.
-* hbakd: A background process responsible for handling push and pull requests.
+* hbak: Snapshotting and recovery tool handling encryption and file distribution.
+* hbakd: Background process responsible for handling push and pull requests.
+* hbak\_common: Main library for node authentication and communication.
-Both programs require root privileges. Automation is handled externally
+Both binaries require root privileges. Automation is handled externally
by tools like cron or anacron.