boshu 0 Light Poster

I am building some SW modules in Linux environment and at the end of a build the artifacts are stored in the env in a particular folder called HW.

This HW folder contains a number of folders underneath for individual targets and those contains one or more folders and files underneath.

Once the build is done I need to copy certain files and folders from the HW folder to a shared drive in another server in Windows env.

The number of files and folders that need to be copied every time are the same.
At the moment I am doing it manually since I have no idea how to automate this.

Any hints or advise in this regard would be highly appreciated.

Looking forward to your expert comments!