todoThis doesn't yet work with docker, I had problems with connecting to other services from rust code run in another container.
You can still run this locally building the code on the host machine:
```
cd services/commtest
COMM_TEST_TARGET=backup cargo run
```