server

PLAKAR-SERVER(1) General Commands Manual PLAKAR-SERVER(1)

plakar serverStart a Plakar server

plakar server[-allow-delete] [-listen address]

The plakar server command starts a Plakar server instance at the provided address, allowing remote interaction with a Plakar repository over a network.

The options are as follows:

Enable delete operations. By default, delete operations are disabled to prevent accidental data loss.
address
The hostname and port where to listen to, separated by a colon. The hostname is optional. If not given, the server defaults to listen on localhost at port 9876.

The plakar server utility exits 0 on success, and >0 if an error occurs.

0
Command completed successfully.
>0
An error occurred, such as an unsupported protocol or invalid configuration.

plakar(1)

March 3, 2025 Plakar