Hello ALL,
Does anyone have recommended method to migrated user files and preferences
when upgrading computers? Other then Migration Assistant built into a mac.
When setting up netboot there is a check box for Clent Data.
Thanks,
Jon
Hello ALL,
Does anyone have recommended method to migrated user files and preferences
when upgrading computers? Other then Migration Assistant built into a mac.
When setting up netboot there is a check box for Clent Data.
Thanks,
Jon
Jon,
I've been using the script that Steve Wood provided (posted Aug 25 to this
listserv); see below.
Tatian
I can tell you the way I do upgrades like that, and it is to backup the user
folder to an external hard drive, perform the upgrade, then push the data
back. So basically:
Login as an admin, open Terminal and use the following to push the user
folder to the external drive:
rsync -aEv /Users/<username> /Volumes/ExternalHD
Then use Casper to wipe the drive and lay down the 10.5.8 image and all
apps.
Login to the machine as the user, then logout.
Login to the machine as admin, open Terminal, then do the following:
cd /Users/<username> rm -rf * rm -rf .* rsync -aEv /Volumes/ExternalHD/<username> ./ cd .. chown -R <username>:staff <username>
Logout and log back in as the user to verify all of their stuff is
there.
You can do the move of the user data via scripts if you want, but I just
like doing it myself to make sure it is done right.
Steve Wood
Director of IT
swood at integer.com
The Integer Group | 1999 Bryan St. | Ste. 1700 | Dallas, TX 75201
T 214.758.6813 | F 214.758.6901 | C 940.312.2475
I use Carbon Copy Cloner to make sure you select exactly what you want to
back up using the incremental method. Back it up to an external drive...
Then move it back over when you are done.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.