OK - here's what I would suggest.
As has already been mentioned, recreate a new user account on the machine with the old username.
When you've done that, login as that old username and restore from Time Machine.
Next, logout and login as your new username (which must have admin rights)
Then got to Finder > Utilities and open up Terminal.app
At the command prompt type in;
This will give you a listing of all user directories including the one you've just restored.
Let's say your old username is Fred and your new username is Fred1
You will have a folder in the users' directory called Fred.
You need to change the
ownership of everything in Fred to Fred1.
You do this as follows;
| Text |
1
| sudo chown -R Fred1 ./Fred |
This will prompt for your current user password.
Once that's been done you should be able to access all the old user files from the new account.
Sarah
--
If I can't drink my bowl of coffee three times daily, then in my torment, I will shrivel up like a piece of roast goat
Spiders on coffee
Edited by caffn8me (Thu 05-Feb-09 09:26:17)