beautypg.com

Apple Mac OS X Server (Upgrading and Migrating For Version 10.4 or Later) User Manual

Page 79

background image

Chapter 7

Migrating From Mac OS X Server Version 1.2

79

Step 2:

Create archive files

Save all the data files that you want to reuse with Mac OS X Server version 10.4. In
Step 4 you’ll move the files described below, as well as the export file created in Step 1,
to the version 10.4 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.4 server using FTP. Note that tar doesn’t preserve resource forks on HFS+ volumes, so
it’s useful only for UFS volumes.

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/Stuff.tar /MyHFSVolume/My\ Stuff

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/Stuff.tar "/MyHFSVolume/My Stuff"

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/WebObjects/
 /Library/WebObjects/

Save a copy of webobjects.conf for reference if you want to modify the new version of
apache.conf to reproduce your current settings.

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