In order to be sync-ed, you can use ntpdate binary under Linux. You can put the following in a cron job : /usr/sbin/ntpdate 10.10.101.1 > /dev/null 2>&1
This will ensure that you’re up-to-date
, just replace the IP 10.10.101.1 with the IP of the target server.
Advertisement


