Schedule SyncToy to Run Automatically and Repetitively

SyncToy is a free from Microsoft corporation which comes with XP PowerToy. Now, SyncToy has been upgraded to support both Windows XP and Vista> It provides a convenient way to maintain 2 or more copies of files in different location in sync. But, the problem is SyncToy does not provide an automated way to watch or detect any changes to files or folders in the pre-configured folder pairs and sync the contents on the fly automatically.

And also there is no option for scheduling SuncToy to run automatically. So even though user has setup a synchronized folder pair, it doesn’t mean that the files or folder between the “left” and “right” folders are always the same or in sync, unless user manually run the SyncToy to start sync process. But, users can use Windows Task Scheduler schedule SyncToy to run, so that the folder pairs will be synced automatically on the scheduled time.

Scheduling SyncToy in Windows Vista:-

1. Click on Start -> All Programs -> Accessories -> System Tools -> Task Scheduler.
2. Click on Create Basic Task in the “Actions” pane on the right.
3. In the “Create Basic Task Wizard”, type the Name and Description.
For instance, SyncToy Synchronization.
4. Click on Next button.
5. Choose the frequency of when do you want the task to start.
Note:-If you always make changes to the files, “Daily” is a good choice.
6. Click on Next button.
7. Choose date and times (if applicable) to trigger and run the task.
8. Click on Next button.
9. In the “Action” step, select “Start a Program” as the option for the task to perform.
10. Click on Next button.
11. Under “Program/Script”, click on Browse button and locate the SyncToyCmd.exe. Normally it’s located in “C:\Program Files\SyncToy 2.0 Beta\SyncToyCmd.exe” for SyncToy 2.0 Beta.
12. In the “Add Arguments” textbox, type -R. –R will run all folder pairs that are active for run all. If you want to run just a single folder pair, add –R”folder pair name” to the end of the command line.

Note: there is a space before the hyphen but not one after the R. If the folder pair name contains a space, surround it with quotation marks, as the example above shows. For another example, assume that SyncToy is in the folder named C:\Program Files\SyncToy 2.0\ and that you want to run a folder pair named “My folder pair.” Enter the command line as follows, including the quotation marks: “C:\Program Files\SyncToy 2.0\SyncToyCmd.exe” -R”My folder pair.” Note that there are two sets of quotation marks in this case: one is around the path to the SyncToy program file and the other surrounds the folder pair name.

Scheduling SyncToy Task in Windows XP:-

1.Click Start -> All Programs -> Accessories -> System Tools -> Scheduled Tasks.
2. Click “Add scheduled task” to start the Scheduled Task Wizard. You will see a list programs to run.
3. SyncToy may appear as an option in the list. If SyncToy does not appear in the list, click Browse and locate the SyncToy executable. Normally it’s installed in Program Files directory.
4. The wizard will next ask you to enter how often you want to run the scheduled SyncToy (for example, daily, weekly, et cetera). Select a frequency.
5. The next page asks when to start the task. Select a start time.
6. The next page asks for the user name and password to run the program under. Enter your user name and password. However, in SynToy 2.0, it’s not necessary for the defined user to log in to the computer.
7. The final page contains an option to open the properties dialog when the wizard ends. Select this checkbox.
8. Modify the Run textbox to include the –R command line option. –R all by itself will run all folder pairs that are active for run all. If you want to run just a single folder pair, add –R“My Pair” to the end of the command line.

Note: there is a space before the hyphen but not one after the R. If the folder pair name contains a space, surround it with quotation marks, as the example above shows. For another example, assume that SyncToy is in the folder named C:\My Folder and that you want to run a folder pair named “My folder pair.” Enter the command line as follows, including the quotation marks: “C:\Program Files\SyncToy 2.0\SyncToyCmd.exe” -R”My folder pair.” Note that there are two sets of quotation marks in this case: one is around the path to the SyncToy program file and the other surrounds the folder pair name.

Leave a Reply