how to copy directory in ubuntu server with commands paste to another ubuntu server code example
Example 1: copy all files from a folder to another ubuntu
cp -a ./source/. ./dest/
Example 2: copy folder linux command line
cp -R source_dir destination_dir