When I copy files from an ext3 partition to a fat32 one using cp:
cp -R /ext3/stuff /fat32/partition/
I get invalid argument messages for all files with colons and question marks in.
Is there any way to get cp to strip out the invalid characters for the target filesystem?
edit: I've checked through cp's options again, and unless I'm being stupid, there's nothing in there. I'm sure I could write a script, but it feels like there should be a cleaner solution!