<<< 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
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 -
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
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
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
https://bugzilla.samba.org/show_bug.cgi?id=3988
[EMAIL PROTECTED] changed:
What|Removed |Added
Status|RESOLVED|VERIFIED
--- Comment #7 from [EM
https://bugzilla.samba.org/show_bug.cgi?id=3988
[EMAIL PROTECTED] changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolution|