Syncing Files (Code)

George is trying to use this to allow him to work locally at a reasonable speed without being paranoid that things aren't being backed up.


Install Sync Toy and configure a Sync Pair

I'm using a folder on the R drive and one under my profile on my C drive.

image

Scheduling Sync

Type Task Scheduler in the Search box in the Start Menu and hit Enter.

Once Task Scheduler opens, click Create Basic Task on the right sidebar.

image

Enter a name and a description for your task in the dialog

image

Choose how often you want to run the task.  Note that Daily is the most frequent you can select in the dialog, but we can tweak this later in the settings.  Click Next to continue.

image

You’ll be asked to add additional settings depending on the trigger you selected previously.  If you chose Daily, then the default settings should work fine.  Note that it will automatically run daily at the current time; if you’d rather it run at a different time, enter the time you’d like in the box.

image

Now, you’ll be asked what you want the action to do…Click Start a program.

image

In the Program/script box, enter the following including the quotes:

“C:\Program Files\SyncToy 2.1\SyncToyCmd.exe”

Then, in the Add arguments box, enter –R to run all of your syncs each time.

image

Alternately, if you’d only like to run one of your syncs, enter –R “your sync name”.  Make sure to enter the sync name inside quotes if it contains any spaces.  Once you’re finished, click Next to continue.

image

If you left out the quotes in the program’s field, Task Scheduler will ask if you want to run C:\Program with the remainder as an argument.  Click No to keep it like you entered, and Task Scheduler will add the quotes correctly for you.

image

You’re finally finished.  The Wizard will show you a summary of the sync settings; click Finish to save the changes.

image

Now your sync will automatically run as you set, and you’ll never have to worry about running it manually again!

Edit Your Sync Schedule

If you’d like to make your files sync more often or change other things about your task, you can easily do so from the Task Schedule interface.  Click on the Task Scheduler Library on the left side to find your task.

image

Scroll through the tasks listed, and find the one you created previously.  You’ll see an overview of its settings in the preview underneath.

image

On the right sidebar, click Properties to change its settings.

image

To change how frequently it syncs, click the Triggers tab and double-click on your time listed.

image

Now you can select to have it repeat the task every hour or any other time you want, for as long as you want.  This dialog is much more flexible than the previous one used when creating the task.

image

Back in the Properties dialog, the Conditions tab lets you choose whether or not to run this task when your computer is running on battery power if you’re using a laptop/netbook.  By default it will only run when on AC power, but you can uncheck the box if you’d rather it sync even if you’re on battery.

image

You can also go ahead and run the task manually from the Task Scheduler if you’d like.  You may notice a command prompt window open while the sync is running, but it won’t require any input from you.

image