준호씨의 블로그

rsync - copy files to remote server 본문

IT이야기

rsync - copy files to remote server

준호씨 2017. 11. 15. 21:33
반응형

simple rsync

rsync src_files junho85@junho85.pe.kr:/somewhere/

use ssh instead of rsh

rsync -e ssh src_files junho85@junho85.pe.kr:/somewhere/

change ssh port

rsync -e 'ssh -p  src_files junho85@junho85.pe.kr:/somewhere/

references

반응형
Comments