Jim McAtee wrote: > Does anyone have pointers, or maybe a link to instructions on how to back > up a CF8 installation? Server settings, data sources, scheduled tasks, > installed tags, etc. We're running a fairly plain vanilla CF8 Standard > install on Win2k3 Server with IIS6.
I don't really know the exact paths for standard edition, but for enterprise the files to backup are: - /jrun4/bin/*.config (JVM settings) - /jrun4/lib/*.properties (license key) - /jrun4/lib/wsconfig/* (webserver connectors) And for each instance: - /web-inf/cfusion/lib/*.properties (cf settings and license key) - /web-inf/cfusion/lib/*.xml (cf settings) If you combine this with a Windows "system state" backup you even get all you IIS settings to work after a restore. Jochem ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Get the answers you are looking for on the ColdFusion Labs Forum direct from active programmers and developers. http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid-72&catid=648 Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:290636 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

