Help me with this Questiions

2005-11-23 Thread Harish
I would like to understand the capabilities of GNU rsync software / utility. This is used for syncing file systems / file level data across two systems. I specifically would like to know its capabilities in syncing files – 1) How does it replicate data changes to files – entire file or only t

[Bug 3186] Surprisingly large unshared memory usage

2005-11-23 Thread bugzilla-daemon
rvish/HOST/20051124/exclude --link-dest=/FS/dirvish/HOST/20051123/tree [EMAIL PROTECTED]:/ /FS/dirvish/HOST/20051124/tree" and the behavior didn't change. But now that I think about it, it's not clear if --delete could be a problem in the first place, because these are dirvish runs.

[Bug 3271] Rsync instances stay in memory when using in daemon mode

2005-11-23 Thread bugzilla-daemon
https://bugzilla.samba.org/show_bug.cgi?id=3271 --- Comment #2 from [EMAIL PROTECTED] 2005-11-23 22:07 MST --- I have found that adding "#define SHUTDOWN_ALL_SOCKETS" to config.h (at least on the client side) solves the problem. Without it, the connection is closed with an error (con

Any change of rsync using threads instead of fork?

2005-11-23 Thread Jamie Lokier
On a typical embedded Linux device, with no MMU, there is no fork() or it returns ENOSYS. The nearest replacements are vfork() (which is only useful before exec*()), or to create threads with pthread_create(). rsync would be a very useful program on such devices, and I was a bit disappointed to b

[Bug 3186] Surprisingly large unshared memory usage

2005-11-23 Thread bugzilla-daemon
https://bugzilla.samba.org/show_bug.cgi?id=3186 [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |ASSIGNED --- Comment #5 from [EM

Re: HELP: need better understanding of "--delete" flag

2005-11-23 Thread Wayne Davison
On Tue, Nov 22, 2005 at 08:08:56PM -0800, Jeff Martin wrote: > Need to understand exactly what the "--delete" flag does when rsync > runs. I think the rsync manpage explains this quite well: This tells rsync to delete extraneous files from the receiving side (ones that aren't on the send

[Bug 2607] Rsync logging time incorrectly

2005-11-23 Thread bugzilla-daemon
https://bugzilla.samba.org/show_bug.cgi?id=2607 --- Comment #7 from [EMAIL PROTECTED] 2005-11-23 14:09 MST --- (In reply to comment #6) The problem is that glibc's implementation (2.3.5) of strftime() calls tzset(), which attempts to reload the timezone information. If the environme

[Bug 3186] Surprisingly large unshared memory usage

2005-11-23 Thread bugzilla-daemon
https://bugzilla.samba.org/show_bug.cgi?id=3186 --- Comment #4 from [EMAIL PROTECTED] 2005-11-23 05:19 MST --- Thanks for confirming that you are using CVS. No need to update to the very latest. Hmm. You are using --delete, which is done before any file transfers. Ah. Looks l