RE: pulling files - Correction

2005-01-27 Thread Daniel Teklu
tory rsync error: syntax or usage error (code 1) at clientserver.c(502) rsync: connection unexpectedly closed (0 bytes read so far) rsync error: error in rsync protocol data stream (code 12) at io.c(342) Any ideas please. > -- > From: [EMAIL PROTECTED] on behalf of >

pulling files

2005-01-27 Thread Daniel Teklu
I am trying to pull files froma remote server. here is what I have on rsyncd.conf on the remote server: [test] comment = TEST path = /home/test read only = no uid = root gid = root and on the local server I run # rsync -avR --rsync-path=/usr/local/bin/rsync remote_server::test /home/test a

rsync over ssl

2005-01-24 Thread Daniel Teklu
How do I set up rsync over ssl between two unix servers? Thanks in advance. -Daniel -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Rsync not creating sub-folders

2004-12-01 Thread Daniel Teklu
I am having problem rsyncing sub-folders, like: #rsync -avz /cvs/test/test1/test2/test3/index.html dest::dan/test1/a/ Sun Microsystems Inc. SunOS 5.9 Generic May 2002 building file list ... done index.html wrote 456 bytes read 106 bytes 1124.00 bytes/sec total size is 365 speedup is

specifying destination folders

2004-10-12 Thread Daniel Teklu
I would like to have one rsync tab in the rsyncd.conf on the destination server with the root folder on it like: [test] comment = TEST path = /export/home/foo/test read only = no uid = root gid = root and under the test folder I have several folders. How do I specify the whole path from the

error in rsync protocol data stream

2004-05-18 Thread Daniel Teklu
I am doing this to rsync a file: rsync -avz /usr/local/websphere/appserver/hosts/default_host/jsp/servers/includes/file1 .txt backup.domain.com:jspfsp >> /var/log/rsync_backup.log I get these error: @ERROR: chroot failed rsync: connection unexpectedly closed (34 bytes read so far) rsync error: e

rsync problems

2004-04-15 Thread Daniel Teklu
I am a new rsync user and it has been going fine as to nightly rsyncs. On one of the scripts I am getting two kind of errors: 1. @ERROR: chroot failed rsync: connection unexpectedly closed (34 bytes read so far) rsync error: error in rsync protocol data stream (code 12) at io.c(165) and also on t