How do I access the user Library from a Time Machine backup? [duplicate]
The Library folder is probably just hidden by Finder. You can show hidden files by running this in Terminal:
defaults write com.apple.finder AppleShowAllFiles -bool true && osascript -e 'quit app "Finder"'
Changing true
to false
reverts the setting.