Rsync

wwiki
Jhkim (토론 | 기여)님의 2019년 4월 23일 (화) 05:44 판 (명령모드(rsync))
이동: 둘러보기, 검색

데몬모드(rsyncd)

[section]
comment = comment
path = path
uid = uid
gid = gid
use chroot = yes
read only = no
hosts allow = ip_address(192.168.0.1/24 127.0.0.1/8)
max connections = 5
timeout = 60

sudo systemctl start rsync.service

명령모드(rsync)

src path나 dest path 끝에 / 가 있으면 목적지에 src의 마지막 디렉토리명으로 디렉토리를 생성하지 않는다.

옵션

-z, --compress compress file data during the transfer

--progress show progress during transfer