Hello,
any news on integrating the rsync diff to libz in the upstream sources?
Does anyone of you, for the meantime, have a non-intrusive diff which
I can, as an operating system vendor, apply to our system libz, so that
rsync can be dynamically linked against it (configure might check for
a #def
Hello. I am trying to setup rsync in a chroot jail. Are there any
programs rsyncs needs to function with ssh?
Warm Regards,
Gian G. Spicuzza
Co-Founder, GS Enterprises
Web & Graphic Design Services
P: +1-401-419-4399
E: [EMAIL PROTECTED]
W: www.GSent.org
--
To unsubscrib
On Fri, Dec 02, 2005 at 05:29:32PM -0600, Phil Howard wrote:
> How hard would it be to have rsync do the file recursion scan on both the
> source tree and the destination tree at the same time in parallel? Would
> that require a protocol change, or could just a program change be enough?
It might
On Mon, Dec 05, 2005 at 03:18:37PM +0100, Tomasz Chmielewski wrote:
> rsync: on remote machine: --backup-dir-dels: unknown option
The --backup-dir-dels option is not an official option, so someone has
modified your version of rsync (quite possibly using a patch from the
"patches" dir of rsync, but
On Mon, Dec 05, 2005 at 09:57:39AM +0400, [EMAIL PROTECTED] wrote:
> rsync: fork failed in do_recv: Cannot allocate memory (12)
That is an OS error: the fork() system call failed with ENOMEM, which
typically means that you don't have enough swap space available for the
new process. Adding mo
I wrote a script that uses rsync a bit and wanted to use it. While testing
was fine, the real life was more complicated :)
Basically, my rsync command looks like that:
rsync -v -azu -b --backup-dir /var/backup/files/ /var/profiles/files/
[EMAIL PROTECTED]:/
When I execute it where both machines