Quote Originally Posted by ZeroAT View Post
I want to copy my site's directory into another directory to do board testings.


What is the SSH command for that?


Thank you.
The best way to do it is via rsync command :

rsync -avz --progress folder_to_copy new_destination (if this is on the same server)