You are here

Automatic Sync

2 posts / 0 new
Last post
nausfaratu
Offline
Last seen: 15 years 2 days ago
Joined: 2009-03-30 13:54
Automatic Sync

Hi Team,

I am trying to setup an automatic schedule to sync a folder from my computer to a storage disk. I create the job in Toucan but I can't get the job to run automatically. Can anyone please help me with a step by step instruction of this?

Steve Lamerton
Steve Lamerton's picture
Offline
Last seen: 10 years 6 months ago
Developer
Joined: 2005-12-10 15:22
You cannot

get a job to run automatically when Toucan is run normally, however you can create a batch file that takes advantage of the command line mode. For a sync job called AutoSync put the following commands in a file and name it AutoSync.bat

pathtotoucan/Toucan.exe AutoSync
pause

Where pathtotoucan is the path to the Toucan directory from wherever you put the batch file. Then double-clicking on the batch file will run the job.

Hope this helps, and questions, just ask.

Log in or register to post comments