없을리 없지만 없다면 apt-get install rsync -
motd file = /etc/rsync.motd
log file = /var/log/rsyncd.log
pid file = /var/run/rsyncd.pid
syslog facility = rsync
rsync server 설정..
[thumb]
rsync server 설정..
[thumb]
comment = Thumbnail
path = /home/_DataDir/data/thumb/2
use chroot = yes
max connections = 10
read only = yes
write only = no
uid = root
gid = root
hosts allow = ip
timeout = 900
dont compress = *.gz *.tgz *.zip *.z *.rpm *.deb *.iso *.bz2 *.tbz
service rsync restart
client 실행
rsync -avzH --delete --progress {server_ip}::{thumb} {client path}
service rsync restart
client 실행
rsync -avzH --delete --progress {server_ip}::{thumb} {client path}
'Server > Ubuntu' 카테고리의 다른 글
linux hdd 읽기 속도 확인. (0) | 2011.11.23 |
---|---|
Block Size 확인. (0) | 2011.10.28 |
FTP에서 상위 디렉토리로 이동 제한은 - (0) | 2011.10.27 |
Ubuntu ext2 최대 인식 용량. (0) | 2011.10.27 |
eth0 eht1 설정한 후 외부 통신이 불가능한 상황. (0) | 2011.10.26 |