Apple Event: May 7th at 7 am PT

Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

Should I buy a used 3.33ghz 6 core Mac Pro NOW?

Im thinking of buying a used 2010 3.33ghz 6-core mac pro 16gb ram/ 1TB/ 120GB SSD from a local seller.


Any suggestions? What would be a price you would pay for this machine?

Posted on Apr 9, 2012 3:39 PM

Reply
18 replies

Apr 11, 2012 12:09 AM in response to ZtevenX

I guess I should of said how to do the compression/expansion.


I do this from terminal. Assume my account name is "myaccountname". Assume you are running from another admin account, or as I do, root.


cd /Users

tar czf myaccountname.tar.gz myaccountname


Those two commands change to the current directory to /Users where my account is currently. Then the entire account is compressed into a tar.gz file called myaccountname.tar.gz. Copy the myaccountname.tar.gz to the destination volume (call it "myhdd" here). Then,


cd /Volumes/myhdd

tar xzf myaccountname.tar.gz


Now there is a copy of the original home dir on myhdd. Fix accounts up to set the home dir as /Volumes/myhdd/myaccountname. Reboot, and you are good to go.


The original myaccountname.tar.gz is still in /Users and another in myhdd. Might as well get rid of them or keep them as a backup. Similarly for the original /Users/myaccountname.


The idea here is creating the tar.gz perserves all the owner, group, permissions settings. The copy is 100% identical to the original. Been doing this as long as there has been OSX (although up to tiger the changing of the home dir pointer was different).

Should I buy a used 3.33ghz 6 core Mac Pro NOW?

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.