This is a discussion on Unexplained error within the Rsync forums, part of the Networking and Network Related category; Hello, I like to use rsync to transfer over mine and other peoples ever changing mail folder onto a remote ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hello,
I like to use rsync to transfer over mine and other peoples ever changing mail folder onto a remote server. My Server (FreeBSD 5.4) RSYNC Version is: 2.6.6 Protocol Version 29 My Client (OSX 10.4.2) RSYNC Version is: 2.6.3 Protocol Version 28 I use this command rsync -vvv --progress --stats --recursive --times \ --perms --links \ --delete /test/my?email?folder/* user@10.0.1.80::mail/myhostname The remote server at 10.0.1.81 is running rsync --daemon. Everything seems to work fine, but every once in a while, only when I added or removed a file of course, I get the following error on my servers rsyncd.log file upon running the above rsync command on the client: rsync error: unexplained error (code -4169475) at main.c(692) This seems to happen random, not necessarily every time there is a new file. Sometimes it all works without this error, sometimes it works, but has the error. I read the archives, and found others had similar error messages, but not the same as mine. My Question is: Can I fix this somehow, and if not, can I safely disregard the error? I check all the files with md5, and the checksum is correct, but I don't want to jeopardize mine or other colleagues e-mail. Thanks for any advise, David Schulz -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html |