linux how to duplicate a folder code example
Example: linux make a copy of a folder in another foldedr
$ scp -r <source_folder> <destination_user>@<destination_host>:<path>
$ scp -r <source_folder> <destination_user>@<destination_host>:<path>