No, everything is copied when transferring the Data.fs. But be sure to alter the backslashes into slashes in the filesystempaths of all your standard CMF skin folders. You can see the filesystempath using the 'properties' tab of the skin folders. See also preavious posts about this subject in the Zope-CMF mailing list
-----Oorspronkelijk bericht----- Van: zope-admin@zope.org [mailto:zope-admin@zope.org]Namens Kelley, Sean Verzonden: maandag 3 juni 2002 19:43 Aan: 'Jens Vagelpohl' CC: 'zope@zope.org' Onderwerp: RE: [Zope] windows->linux migration
Thanks. So does that mean that I should copy the skins directories from the Windows machine to the linux machine to get everything I currently have in my windows installation? -Sean
Subject: Re: [Zope] windows->linux migration
if your new zope instance on linux has the same products installed then migration involves the following:
- copy Data.fs into the new instance - start the new instance
...and if you have CMF instances in your ZODB already you must go to each CMF skins tool and adjust the "Filesystem Path" property for every Filesystem Directory View object so that the correct path separator is used.
jens