copying scheduled tasks to another machine

2005-05-13 Thread Protoculture
We have a number of scheduled tasks that need to be copied over to our new server. Is there a fast way of doing this? Are they stored in a particular directory or xml file that we may simply copy over, or is this going to be a manual job?

Re: copying scheduled tasks to another machine

2005-05-13 Thread Bryan Stevenson
I'm not sure if you can move thembut what I've done is programtically setup my scheduled tasks (cfschedule). Then all ya gotta do is run that CFM file(s) on the appropriate server and voila! your scheduled tasks are moved ;-) HTH Cheers Bryan Stevenson B.Comm. VP Director of E-Commerce

Re: copying scheduled tasks to another machine

2005-05-13 Thread Qasim Rasheed
Have you tried using a ColdFusion Archive (CAR) via CF Administrator? On 5/13/05, Protoculture [EMAIL PROTECTED] wrote: We have a number of scheduled tasks that need to be copied over to our new server. Is there a fast way of doing this? Are they stored in a particular directory or xml file

Re: copying scheduled tasks to another machine

2005-05-13 Thread Sean Corfield
On 5/13/05, Protoculture [EMAIL PROTECTED] wrote: We have a number of scheduled tasks that need to be copied over to our new server. Is there a fast way of doing this? Are they stored in a particular directory or xml file that we may simply copy over, or is this going to be a manual job?

RE: copying scheduled tasks to another machine

2005-05-13 Thread Dave Watts
We have a number of scheduled tasks that need to be copied over to our new server. Is there a fast way of doing this? Are they stored in a particular directory or xml file that we may simply copy over, or is this going to be a manual job? You can create a CAR file, as Qasim suggested.