https://github.com/COSI-Lab/Mirror/blob/51c24e0c0ecd36a2f2ce4a68eee0cb41c7bba1b3/sync.go#L62
The current implementation of syncing "rsync" projects waits for rsync to finish before appending stdout to the log file. It would be better if stdout was appended to the file in real time.