Data corruption check

2007-09-18 Thread Fabian Cenedese
Hi I was wondering what happens if a file that is regularly synched but seldom changes gets corrupted in the copy. As it seldom (or never) changes the mod time will always be the same. But if the content changes (bit flip, bad HD...) will rsync get this and synch it again? Would I need the -c

Re: rsync daemon troubleshooting

2007-09-18 Thread Alexandros Papadopoulos
On 9/18/07, chuang liu [EMAIL PROTECTED] wrote: snip This command returns without any error although the daemon does not get started. Anything in /var/log/messages ? Try invoking the daemon with --no-detach. -A -- To unsubscribe or change options:

Re: rsync daemon troubleshooting

2007-09-18 Thread Wayne Davison
On Mon, Sep 17, 2007 at 10:41:27PM -0500, chuang liu wrote: I already have port=5550 in the rsyncd.conf. It looks like I still need to add --port=5550 in the command line. Is this a known issue with rsync or do I miss anything? I am running rsync version 2.6.3. The port and address

DO NOT REPLY [Bug 4981] New: iconv confusion

2007-09-18 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=4981 Summary: iconv confusion Product: rsync Version: 3.0.0 Platform: PPC OS/Version: Mac OS X Status: NEW Severity: normal Priority: P3 Component: core

Re: rsync daemon troubleshooting

2007-09-18 Thread chuang liu
On Tue, 18 Sep 2007, Wayne Davison wrote: On Mon, Sep 17, 2007 at 10:41:27PM -0500, chuang liu wrote: I already have port=5550 in the rsyncd.conf. It looks like I still need to add --port=5550 in the command line. Is this a known issue with rsync or do I miss anything? I am running rsync

DO NOT REPLY [Bug 4981] iconv confusion

2007-09-18 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=4981 [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

Re: Data corruption check

2007-09-18 Thread Matt McCutchen
On 9/18/07, Fabian Cenedese [EMAIL PROTECTED] wrote: I was wondering what happens if a file that is regularly synched but seldom changes gets corrupted in the copy. Are you referring to rsync writing corrupted data to the destination file or a problem with the destination filesystem or disk

CVS update: rsync

2007-09-18 Thread Wayne Davison
Date: Tue Sep 18 14:03:41 2007 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv22412 Modified Files: rsync.yo rsync.1 Log Message: Document the changed name of --no-i-r. Revisions: rsync.yo1.424 = 1.425

CVS update: rsync

2007-09-18 Thread Wayne Davison
Date: Tue Sep 18 14:18:45 2007 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv28458 Modified Files: rsyncd.conf.5 rsyncd.conf.yo Log Message: Mention that a negative max-connections value disables the module. Revisions: rsyncd.conf.5 1.145

CVS update: rsync

2007-09-18 Thread Wayne Davison
Date: Tue Sep 18 14:04:46 2007 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv23463 Modified Files: options.c Log Message: Switching to --no-i-r from --no-ir. Revisions: options.c 1.406 = 1.407

CVS update: rsync

2007-09-18 Thread Wayne Davison
Date: Tue Sep 18 14:11:25 2007 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv26132 Modified Files: connection.c Log Message: One final tweak. Revisions: connection.c1.9 = 1.10

CVS update: rsync

2007-09-18 Thread Wayne Davison
Date: Tue Sep 18 14:14:22 2007 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv26969 Modified Files: connection.c Log Message: If max-connections is 0, disable the module. Revisions: connection.c1.10 = 1.11

CVS update: rsync

2007-09-18 Thread Wayne Davison
Date: Tue Sep 18 14:09:38 2007 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv24026 Modified Files: connection.c Log Message: Some minor improvements in claim_connection(). Revisions: connection.c1.8 = 1.9

CVS update: rsync

2007-09-18 Thread Wayne Davison
Date: Tue Sep 18 18:46:00 2007 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv13791 Modified Files: rsync.h Log Message: If iconv_t isn't needed, define it as an int so that our proto.h file can be parsed. Revisions: rsync.h 1.362 = 1.363

CVS update: rsync

2007-09-18 Thread Wayne Davison
Date: Tue Sep 18 18:46:04 2007 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv13839 Modified Files: flist.c io.c Log Message: Added missing #ifdef ICONV_OPTION conditionals. Revisions: flist.c 1.448 = 1.449

CVS update: rsync

2007-09-18 Thread Wayne Davison
Date: Tue Sep 18 19:53:50 2007 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv12668 Modified Files: mkrounding.c Log Message: Added some stub functions for compilers not smart enough to get rid of static inline functions that are not called.