diff --git a/Readme.md b/Readme.md index 1949a09..af12cdf 100644 --- a/Readme.md +++ b/Readme.md @@ -38,7 +38,44 @@ More details on the gitutils command can be found at: https://gitutils.readthedo # Administration -If there are new changes to this configuration (either through a merge request or direct commit) the configuration needs to be uploaded to the Data/ImageBuffer. To do so clone or pull the latest changes from this repository and execute the `./bufferutils upload` script that comes with this repository (you have to be on a machine that have /opt/gfa/python available!). +If there are new changes to this configuration (either through a merge request or direct commit) the configuration needs to be uploaded to the Data/ImageBuffer. To do so clone or pull the latest changes from this repository and execute the `./bufferutils upload` script that comes with this repository (you have to be on a machine that have /opt/gfa/python available!). + +## Uploading Sources +To upload and start recording of all configured sources use: + +```bash +./bufferutils upload +``` + +## Checking for labled sources + +```bash +./bufferutils list --label +``` + +_Note:_ Labled sources can be individually stopped and/or restarted by the stop/restart subcommand. A label can be attached to more than one source. While doing so, the restart would affect all sources with the given label. + +## Stopping a labeled source + +```bash +./bufferutils stop --label