With more than one client connected at a given time, if you want to stop the backup server (e.g. to shutdown, or to do disk maintenance or whatever), then you can't because init.d/boxbackup-server will only kill one PID, not all of the connected clients. This means that if you operate on the backup store believing it inactive you can corrupt data. In addition it means client connections are terminated uncleanly when shutting the system down, if there is more than one client connected at a time.
Even if this isn't grave it's serious, because failing to stop processes (IIRC) associated with a init.d start script is a violation of "Debian Policy".