diff options
author | HimbeerserverDE <himbeerserverde@gmail.com> | 2023-12-24 16:55:21 +0100 |
---|---|---|
committer | HimbeerserverDE <himbeerserverde@gmail.com> | 2023-12-24 16:55:21 +0100 |
commit | 748ea860f76ebdc5e3f4e7f22ef5502ad02d0847 (patch) | |
tree | 336dfed070ea2afdac63650cc470c7bb5813c6da /README.md | |
parent | 114f3b7b70680b40b7b96e373ee2b366c0c3ce4e (diff) |
add common library
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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. |