In order to copy all xml files from one directory to another without overwriting existing files with the same name: cp -vnpr /source/*.xml /destination
cp -vnpr /source/*.xml /destination
View the discussion thread.