What is the difference between Copy and Mirror functions?
The Copy function will copy all the existing files from the source to the destination. It does not remove files that exist in the destination that do not exist at the source. A Mirror, on the other hand, will copy files from the source to the destination and will REMOVE files on the destination that do not exist on the source.