Thursday, June 2, 2011

How To Sync Data on Schedule (Windows Server 2008)

There's an automatic and simple way for you to auto synchronize data from one location to another place. You can use the function of Task Schedule in Windows Server 2008. First, I create a basic schedule that running daily at 8:40 pm with the parameter below.


 

Then I create a text file named "www.itbox4vn.com" at 8:32 pm.


Now, we can see the first run will be triggered at 8:40 pm - 6/1/2011.


Wow, it works! The next run time is 8:40 pm - 6/2/2011.



Let's watch the results. The text file was automatically transferred to the "Destination DATA" directory.

Have fun!