Answers for "copy from local to remote machine (fast)"

0

copy from local to remote machine (fast)

$ rsync -az -e ssh /path/to/src/dir/ user@server:/path/to/dest/dir/
Posted by: Guest on April-28-2021

Code answers related to "copy from local to remote machine (fast)"

Browse Popular Code Answers by Language