Answers for "how to copy folder from one server to another"

1

copy folder from on server machine

rsync -avz -e 'ssh' /path/to/local/dir user@remotehost:/path/to/remote/dir
Posted by: Guest on June-04-2021

Code answers related to "how to copy folder from one server to another"

Browse Popular Code Answers by Language