]> arthur.barton.de Git - bup.git/commit
Add `bup daemon` command for simple socket server
authorBrandon Low <lostlogic@lostlogicx.com>
Thu, 27 Jan 2011 02:30:21 +0000 (18:30 -0800)
committerAvery Pennarun <apenwarr@gmail.com>
Tue, 1 Feb 2011 05:35:19 +0000 (21:35 -0800)
commit048d1bcf52f9d255c93fd8bfe3f1702bc95bbd5e
tree89bd1eaf5b830031bf06ab6911d7e3bbfef1e03b
parentfb3bd84cfd2455cd7a947297c9b9e5d326ab1033
Add `bup daemon` command for simple socket server

Nothing special here, just listens on a host:port combination and spawns
`bup mux server` instances.

Signed-off-by: Brandon Low <lostlogic@lostlogicx.com>
Documentation/bup-daemon.md [new file with mode: 0644]
cmd/daemon-cmd.py [new file with mode: 0755]