I've mounted my NAS drive under the /media/ directory. I've copied a bunch of files from my current /var/www directory, using cp -Rpv (preserve). Now I want to do a
cp -Rup /var/www/ /media/magneto/testing.cdw/
Based on the fact that these are two different file systems, i.e. one is a networked NAS connected through Samba, and the other is my computers internal drive.
Will I run into problems with the date and time? how can I check before I run the copy?