Hi Neil,

You could use find to copy all symlinks, then use the "symlinks -d -r /"
to remove all those that point nowhere.

Or you could start with an empty partition and use find to copy newer
files instead of deleting the older ones. One way would be to direct the
output of "find -newer /reference/file" to a file and use this as the
--files-from argument to rsync.

I just want to say thank you for your tips. This 2 are realy usefull. I now have an minimalistic system.

Sascha.


--
gentoo-user@gentoo.org mailing list

Reply via email to