<HTML>
<HEAD>
<TITLE>Re: [Casper] Users Personal Files</TITLE>
</HEAD>
<BODY>
<FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>I use Carbon Copy Cloner to make sure you select exactly what you want to back up using the incremental method. &nbsp;Back it up to an external drive... Then move it back over when you are done.<BR>
<BR>
<BR>
<HR ALIGN=CENTER SIZE="3" WIDTH="95%"><B>From: </B>Tatian Greenleaf &lt;<a href="tgreenleaf@saintmarksschool.org">tgreenleaf@saintmarksschool.org</a>&gt;<BR>
<B>Date: </B>Fri, 6 Nov 2009 12:40:54 -0800<BR>
<B>To: </B>Jon Yung &lt;<a href="jyung@cmithun.com">jyung@cmithun.com</a>&gt;<BR>
<B>Cc: </B>&lt;<a href="Casper@list.jamfsoftware.com">Casper@list.jamfsoftware.com</a>&gt;<BR>
<B>Subject: </B>Re: [Casper] Users Personal Files<BR>
<BR>
Jon,<BR>
<BR>
I've been using the script that Steve Wood provided (posted Aug 25 to this listserv); see below.<BR>
<BR>
Tatian<BR>
<BR>
____________________________<BR>
Tatian Greenleaf<BR>
Associate Director of Technology<BR>
Saint Mark's School<BR>
(415) 472-8000 x1014<BR>
<BR>
<BR>
</SPAN></FONT><SPAN STYLE='font-size:11pt'><FONT FACE="Arial">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:<BR>
<BR>
1.  Login as an admin, open Terminal and use the following to push the user folder to the external drive:<BR>
<BR>
     rsync -aEv /Users/&lt;username&gt; /Volumes/ExternalHD<BR>
<BR>
2.  Then use Casper to wipe the drive and lay down the 10.5.8 image and all apps.<BR>
<BR>
3.  Login to the machine as the user, then logout.<BR>
<BR>
4.  Login to the machine as admin, open Terminal, then do the following:<BR>
<BR>
     cd /Users/&lt;username&gt;<BR>
     rm -rf *<BR>
     rm -rf .*<BR>
     rsync -aEv /Volumes/ExternalHD/&lt;username&gt; ./<BR>
     cd ..<BR>
     chown -R &lt;username&gt;:staff &lt;username&gt;<BR>
<BR>
5.  Logout and log back in as the user to verify all of their stuff is there.<BR>
<BR>
<BR>
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.<BR>
<BR>
<BR>
<BR>
Steve Wood<BR>
Director of IT<BR>
<a href="swood@integer.com">swood@integer.com</a> <BR>
<BR>
The Integer Group | 1999 Bryan St. | Ste. 1700 | Dallas, TX 75201 <BR>
T 214.758.6813 | F 214.758.6901 | C 940.312.2475 <BR>
</FONT><FONT FACE="Calibri, Verdana, Helvetica, Arial"><BR>
<BR>
On Fri, Nov 6, 2009 at 12:27 PM, Jon Yung &lt;<a href="jyung@cmithun.com">jyung@cmithun.com</a>&gt; wrote:<BR>
</FONT></SPAN><BLOCKQUOTE><SPAN STYLE='font-size:11pt'><FONT FACE="Lucida Grande">Hello ALL,<BR>
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. <BR>
<BR>
Thanks,<BR>
<FONT COLOR="#888888">Jon</FONT></FONT><FONT FACE="Calibri, Verdana, Helvetica, Arial"> <BR>
<BR>
_______________________________________________<BR>
Casper mailing list<BR>
<a href="Casper@list.jamfsoftware.com">Casper@list.jamfsoftware.com</a><BR>
<a href="http://list.jamfsoftware.com/mailman/listinfo/casper">http://list.jamfsoftware.com/mailman/listinfo/casper</a><BR>
<BR>
</FONT></SPAN></BLOCKQUOTE><SPAN STYLE='font-size:11pt'><FONT FACE="Calibri, Verdana, Helvetica, Arial"><BR>
<BR>
<HR ALIGN=CENTER SIZE="3" WIDTH="95%"></FONT></SPAN><FONT SIZE="2"><FONT FACE="Consolas, Courier New, Courier"><SPAN STYLE='font-size:10pt'>_______________________________________________<BR>
Casper mailing list<BR>
<a href="Casper@list.jamfsoftware.com">Casper@list.jamfsoftware.com</a><BR>
<a href="http://list.jamfsoftware.com/mailman/listinfo/casper">http://list.jamfsoftware.com/mailman/listinfo/casper</a><BR>
</SPAN></FONT></FONT>
</BODY>
</HTML>