Schedule data synchronization

You can schedule database synchronization using Task Scheduler, which lets you create tasks that run automatically at specified times.

Prerequisites

  • Create a .bat file with command-line settings that will be used for scheduling data synchronization.

Create a synchronization task using Windows Task Scheduler

1. Open Task Scheduler.

2. Under Actions, click Create Basic Task to open the Create Basic Task Wizard.

3. On the Create a Basic Task page, enter a name and optional description for the task, then click Next.

Enter a name and optional description for the task

4. On the Trigger page, select a schedule, then click Next.

5. Depending on your selection, specify the start time and date, and the recurrence frequency, then click Next.

6. On the Action page, select Start a program, then click Next.

7. Under Program/script, click Browse and specify the full path to the .bat file.

Specify the full path to the .bat file used for database synchronization

8. Click Next.

9. On the Finish page, verify the settings.

10. Optional: To update settings, click Back.

11. Click Finish to close the wizard.

The task appears in the Task Scheduler Library.

The created task appears in Windows Task Scheduler