How to use SSH for copying a Directory

Status
Not open for further replies.

ZeroAT

Active Member
685
2010
28
0
I want to copy my site's directory into another directory to do board testings.


What is the SSH command for that?


Thank you. <3
 
5 comments
I want to copy my site's directory into another directory to do board testings.


What is the SSH command for that?


Thank you. <3

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)
 
Status
Not open for further replies.
Back
Top