The -o option on frecover will overwrite files regardless, as an newer file will not be overwritten by an older file. However, some config files that have been amended from standard you will need to specifically restore.
What scope was the frecover? Was it the entire system with several VGs, or just vg00?
I would do this in 2 steps,...
1. 'recover -f /dev/rmt/0m -I /tmp/filelist.txt'
from /tmp/filelist.txt, take the non-system lvols and create an include graph file.
perform a 'frecover -f /dev/rmt/0m -g /tmp/nonsys.include', with no overwrite
2. Identify those config files (not executables) that need to be restored, and create a new graph file for these.
perform a 'frecover -f /dev/rmt/0m -g /tmp/sys.include -o' for restoring and overwriting (of course, you would have moved the originals from your install somewhere safe before hand!) Then reboot and see what happens!
Share and Enjoy! Ian
Building a dumber user