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.4server using FTP. Note that tar doesn’t preserve resource forks on HFS+ volumes, so it’s useful only for UFS volumes.

Use the -cflag of the tar command to indicate you want to create a new archive file in tar format. Use the -fflag 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:

In this directory

Save these files

/Library/FTPServer/ftpaccess

Configuration/ftpconversions ftphosts ftpgroups ftpusers

/Library/FTPServer/Messages/ banner.txt welcome.txt limit.txt

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.

Chapter 7 Migrating From Mac OS X Server Version 1.2

79

Page 79
Image 79
Apple Mac OS X manual Create archive files