I want to copy all the folders and files in the
/var/www/ directory to another directory /media/magneto/
How do I do this?
I tried this command
cp -pRiv /var/www/ /media/magneto/
that didn't work because it basically created a directory called www underneath magento and started copying...