CENTRAL BANK OF Benin Republic

2006-10-16 Thread profalhajiosenu
<<< No Message Collected >>> -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

cross-platform with GUI in a package

2006-10-16 Thread [EMAIL PROTECTED]
Hello, has somebody done a cross platform (Windows XP, OS X) GUI wrapper around rsync so that end-users can backup selected files/folders on a remote server by point-and-click? I am aware that on Windows XP it is possible with the help of the cygwin binary - but I am not sure about the GUI -

rsync: mkstemp ... No such file or directory mangled dirname

2006-10-16 Thread Markus Schaub
Hello all I have two Linux boxes. The first one is samba servers for the Windows clients. The second one is backup storage. So every few hours rsnc synchronises the data directories on the second machine. They are Suse Linux 9 Linux max 2.6.11.4-21.7-smp #1 SMP Thu Jun 2 14:23:14 UTC 2005 i686

Re: rsync-2.6.9pre2: undeclared variable in source code

2006-10-16 Thread Wayne Davison
On Mon, Oct 16, 2006 at 08:11:40AM -0600, Nelson H. F. Beebe wrote: > A build of rsync-2.6.9pre2 on DEC Alpha OSF/1 4.0 failed because of > an undeclared variable at lib/inet_ntop.c:84: > > memcpy(dst, tmp, len + 1); I apparently left out the code that set "len". The attached patch fixes t

rsync-2.6.9pre2: undeclared variable in source code

2006-10-16 Thread Nelson H. F. Beebe
A build of rsync-2.6.9pre2 on DEC Alpha OSF/1 4.0 failed because of an undeclared variable at lib/inet_ntop.c:84: memcpy(dst, tmp, len + 1); len is not declared; the code looks like the third argument should instead be the value strlen(tmp) + 1 I made that change, restarted the

DO NOT REPLY [Bug 3988] -a collides with --flags

2006-10-16 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=3988 [EMAIL PROTECTED] changed: What|Removed |Added Status|RESOLVED|VERIFIED --- Comment #7 from [EM

DO NOT REPLY [Bug 3988] -a collides with --flags

2006-10-16 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=3988 [EMAIL PROTECTED] changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|