Displaying 1 result from an estimated 1 matches for "tkbak".
2006 Dec 06
1
for RSYNC on windows 2003 stand along server
Hello, 
I have one question for RSYC running on windows 2003, 
the rsyncd.conf like following
log file = /var/log/rsyncd.log
pid file = /var/run/rsyncd.pid
lock file = /var/run/rsync.lock
[tkbak]
        path = /local/tkbak
        comment = tk backup folder
        uid = root
        gid = root
        read only = no
        list = yes
        auth users = root
        secrets file = /etc/sync.pw
sync.pw content as following
root:1234
I use command : rsync -vzrtopg --progress --delete...