Hello everybody I#m trying to rsync from 1 server to another with the following command: rsync -auzv --stats /cygdrive/d/path/to/dir/ [EMAIL PROTECTED]::dyndns --exclude=config/ --delete >>%RSYNCLOG% 2>>%RSYNCERROR%
the dyndns directory is specified in the rsync.conf on the receiving server. The server where i'm executing the command is a windows 2003 server and the receiving server is a linux srver with red hat. on the windows server rsync version 2.6.3 protocol version 28 is installed. on the linux server rsync version 2.6.8 protocol version 29. after executing the command it stops after a second with the following error message: rsync: failed to set times on "****" (in dyndns): Operation not permitted (1) **** **** rsync: failed to set times on "****" (in dyndns): Operation not permitted (1) rsync: writefd_unbuffered failed to write 4 bytes: phase "unknown" [sender]: Connection reset by peer (104) rsync: read error: Connection reset by peer (104) rsync error: error in rsync protocol data stream (code 12) at io.c(515) i made the user rsyncd owner of the whole directory to synchronize so it can't be file system permissions. can anybody help me? thx -- View this message in context: http://www.nabble.com/rsync%3A-failed-to-set-times-on-***-tp18242600p18242600.html Sent from the Samba - rsync mailing list archive at Nabble.com. -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html