Better way to copy multiple directories to new directory
Copying folders into another folder (folder in folder):
cp -r css images js backups ar/
Note: this is different from copying just the contents themselves(contents of folders in folder):
cp -r css/ images/ js/ backups/ ar/