Chapter 4
Migrating From Mac OS X Server Version 1.2
73
Step 2: Create archive files
Save all the data files that you want to reuse with Mac OS X Server version 10.3. In step
4 you’ll move the files described below, as well as the export file created in step 1, to
the version 10.3 computer.
For large amounts of data, you may want to create one or more tar archives, using the
tar
command in the Terminal application; tar archives can be transferred to the version
10.3 server using FTP. Use the
-
c
flag of the
tar
command to indicate you want to
create a new archive file in tar format. Use the
-
f
flag to identify the archive file name.
Use the
-
v
(verbose) flag to view useful information as the command executes:
tar -cvf /MyHFSVolume/MM.tar /MyHFSVolume/Macintosh\ Manager
The escape character (\ in the example above) indicates a space in the name. You can
also use quotation marks to handle embedded spaces:
tar -cvf /MyHFSVolume/MM.tar "/MyHFSVolume/Macintosh Manager"
FTP Configuration Files
To migrate your FTP settings, save these configuration files:
WebObjects Applications and Frameworks
Save WebObjects applications and frameworks located in:
/Local/Library/WebServer
/Library/WebServer
Save a copy of webobjects.conf for reference if you want to modify the new version of
apache.conf to reproduce your current settings.
For more information about migrating WebObjects data, see the Java Converter
documentation on the WebObjects 5 Developer disc.
User Data
Save any user data files you want to reuse, especially home directory folders.
In this directory Save these files
/Library/FTPServer/
Configuration
ftpaccess
ftpconversions
ftphosts
ftpgroups
ftpusers
/Library/FTPServer/Messages banner.txt
welcome.txt
limit.txt
LL2344.Book Page 73 Friday, August 22, 2003 4:11 PM