Short background
I have built a small cluster of linux machines and been creating and running scripts for distributed computing. After having gotten some basic things up and running now I'm tuning my scripts trying to adapt timings to do some primitive load balancing. To get this working I think I will need to sync the machines somehow.
Question
If I have a samba share for files which are working as a communication platform storing work lists and results. Is there some way (preferrably built into samba configuration or something of the sort) in which I can restamp files automatically "on arrival" to the samba server using the server time?
Own Solution found so far
Having a separate samba server side script just touching all the incoming files as they arrive will give them the same relative time. It still won't solve the issue if we would need to know relative times samba server vs the clients but at least the server can compare the times.