DarSlave.run

void run() @safe

Runs the slave, serving archive data until the master disconnects.

This call blocks until the dar master process no longer needs the slave. To abort, the master process should be terminated properly.

Throws

DarException if an error occurs during slave operation.