When you get unison complaining about wrong group when syncing:
1. To change the group of all files, folders recursive:
eg
cd to folder
sudo chgrp -R circuitadmin *
2. To change the permissions of all files, folders recursive:
eg
cd to folder
sudo chmod -R 770 *