/etc/rsync.conf화일은 아래와 같이 잡는다면 백업이 안됩니다.
uid와 gid를 root로 잡았거든요..
배업이 안되는 이유는 뭔지 고수님의 조언이 필요합니다.
[home]
path = /home
comment = home
uid = root
gid = root
use chroot = yes
read only = yes
hosts allow = 111.222.333.444
max connections = 10
아래와 같이 노바디로 잡았다면 다 가져오지 못하고 디렉토리
또는 일부만 가져오는 현상이 있습니다.
ㅠ.ㅠ
[home]
path = /home
comment = home
uid = nobody
gid = nobody
use chroot = yes
read only = yes
hosts allow = 111.222.333.444
max connections = 10
고수님의 조언좀 부탁드릴께요..
--
삽질맨