-
-
Notifications
You must be signed in to change notification settings - Fork 758
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4b1182b
commit b68ea52
Showing
1 changed file
with
6 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
b68ea52
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You have all the correct terminology in the linked documentation, so do use it. Also, mentioning that it replaces socat on the server can not hurt and do not forget the formatting of
borg serve
. So like:When used in production you may also use systemd socket-based activation instead of socat on the server side. You would wrap the
borg serve
command in a service unit and configure a matching socket unit to start the service whenever a client connects to the socket.