Re: Help using rsync

2006-12-27 Thread Matt McCutchen
On 12/26/06, Shiva Kumar R <[EMAIL PROTECTED]> wrote: I want to do a fetch files from the remote server using rsync on a regular interval basis. Every client checks the file in the remote server and if it finds that there is a change in the file that exists in the server compared to the file t

Re: [PATCH] Adjust 'Makefile.in' for builddir != srcdir

2006-12-27 Thread Matt McCutchen
On 12/27/06, Art Haas <[EMAIL PROTECTED]> wrote: The small patch below fixes the building of 'mkrounding.o' when the build directory is outside the source directory. I verified that there is a building problem and that the patch fixes it. Another solution might be to make mkrounding.h a separa

[PATCH] Adjust 'Makefile.in' for builddir != srcdir

2006-12-27 Thread Art Haas
Hi. The small patch below fixes the building of 'mkrounding.o' when the build directory is outside the source directory. Art Haas Index: Makefile.in === RCS file: /cvsroot/rsync/Makefile.in,v retrieving revision 1.128 diff -u -r1.12

Re: Cvsignore conftest*

2006-12-27 Thread Wayne Davison
On Wed, Dec 27, 2006 at 09:33:53AM -0500, Matt McCutchen wrote: > I think conftest* should be cvsignored at the root of the rsync source > tree. Seems like a good idea to me, so I checked in the change. Thanks! ..wayne.. -- To unsubscribe or change options: https://lists.samba.org/mailman/listi

Re: no such file or directory - but hey, the files are there!

2006-12-27 Thread Matt McCutchen
On 12/26/06, Tomasz Chmielewski <[EMAIL PROTECTED]> wrote: Wrong - in "/uDrive/backup" example, "uDrive" is a root, and "backup" is a subdir. [...] In the second example, the root is still "uDrive", but we want to transfer everything that's under "backup/fileacl" (or whatever deeper under "backup

DO NOT REPLY [Bug 4310] Not correct transferring files

2006-12-27 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=4310 [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

Cvsignore conftest*

2006-12-27 Thread Matt McCutchen
Wayne, I think conftest* should be cvsignored at the root of the rsync source tree. Currently conftest.c and conftest.log are cvsignored, but the configure script uses a number of other temporary files whose names begin with conftest, such as conftest.er1 and conftest.fifi. Matt -- To unsubscri