Re: rsync craps out, transferring large amounts of data

2006-02-23 Thread Wayne Davison
On Thu, Feb 23, 2006 at 07:32:43AM -0600, Jeff Gipson wrote: > on the remote (sending) host, I ran the system using strace according > to the instructions and got the following for the last few items: Very helpful. It shows that the remote rsync is also seeing the socket close, so something is

Re: rsync logging

2006-02-23 Thread Peter
--- Philippe BEAU <[EMAIL PROTECTED]> wrote: > Hello all, > > I would like to know for each module i define in my rsyncd.conf (on my > backup server side) if it is possible to have the transfer logging > (host, > ip address, ...) in my mysql server or in a separate log file for each > module. >

Re: Rsyncd log file permission

2006-02-23 Thread Wayne Davison
On Wed, Feb 22, 2006 at 10:13:32AM -0800, Jonathan Chen -X wrote: > Hi I am wondering if there is any way to change the file permission of > "rsync.log" and "rsyncd.lock" via rsyncd.conf. No, but you can preset the permissions to anything you like. After all, rsync will just append lines to an ex

rsync : connection unexpectedly closed

2006-02-23 Thread Vijay Ram.C
Hi all,       I am working on a networking product in which i am using Rsync to update configuration files in them.     While syncing a file of 5.5MB, i am facing a problem. An error is displayed and the syncing process is terminated.     The error is as below:      rsync: connection unexp

rsync logging

2006-02-23 Thread Philippe BEAU
Hello all, I would like to know for each module i define in my rsyncd.conf (on my backup server side) if it is possible to have the transfer logging (host, ip address, ...) in my mysql server or in a separate log file for each module. I try to add log file = on each module, it was not working. I

Fwd: Re: How to use multiple link-dest directories?

2006-02-23 Thread Matt McCutchen
I forward Maynard's suggestions to the list. Forwarded Message From: Maynard Handley <[EMAIL PROTECTED]> To: Matt McCutchen <[EMAIL PROTECTED]> Subject: Re: How to use multiple link-dest directories? Date: Thu, 23 Feb 2006 19:31:56 -0800 Great. That's exactly the sort of answer

get_local_name

2006-02-23 Thread Matt McCutchen
Wayne, I have redone get_local_name again (patch attached), this time to enable rsync to remove a file to make way for a destination directory; this resolves the "surprise" noted in David Tonhofer's diagram 2. I also made it obey --keep-dirlinks when looking for a destination directory and made v

Re: Illustration showing the rsync SRC and DEST args

2006-02-23 Thread Matt McCutchen
On Tue, 2006-02-21 at 22:49 +0100, David Tonhofer, m-plify S.A. wrote: > http://rei1.m-plify.net/rsync/Rsync_Cheatsheet_1_web.png Very nice. > http://rei1.m-plify.net/rsync/Rsync_Cheatsheet_2_web.png Very nice. I checked the diagram against get_local_name in main.c, which governs all of the beh

Re: Include Exclude .. a canonical way

2006-02-23 Thread Matt McCutchen
On Wed, 2006-02-22 at 11:24 -0800, Wayne Davison wrote: > rsync -avO --prune-empty-dirs --include=bookmarks.xml > --filter='-! */' ~/.kde* some:dest/ I just discovered a way to transfer certain files and folders a few levels below a generic exclude rule without having to include e

Re: How to use multiple link-dest directories?

2006-02-23 Thread Matt McCutchen
On Thu, 2006-02-23 at 18:32 -0800, Maynard Handley wrote: > Hi guys, > I hope this is not considered a stupid question "Those who ask stupid questions may appear stupid; those who do not remain stupid." -- Attribution lost > * I can have rsync, when told to backup SOME_MACHINE to SOME_MACHINE/ >

How to use multiple link-dest directories?

2006-02-23 Thread Maynard Handley
Hi guys, I hope this is not considered a stupid question, but it really seems to be something that needs to be covered with a decent example in the man page. I have looked in every piece of documentation I can think of and have found no answer. So I want to use the multiple link-dest direc

Improvements to man page for --no-implied-dirs and --keep-dirlinks

2006-02-23 Thread Matt McCutchen
Wayne, Attached is a patch worth of suggested man page improvements for --no-implied-dirs and --keep-dirlinks. I think new users would find my explanations clearer and more complete, although you may want to make additional changes. I regenerated rsync.1 and the patch includes changes to it, but

Re: Rsync module quota

2006-02-23 Thread Wayne Davison
On Thu, Feb 23, 2006 at 08:12:37PM -0500, Jean-Francois Levesque wrote: > Is there a way to add a quota to a module in rsyncd without having to > deal with filesystem quotas? No, rsync doesn't support that, nor would it be easy to add. The only thing I can think of doing is to create a separate u

DO NOT REPLY [Bug 3549] rsync applies umask to some directories even when a default ACL takes effect

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

Rsync module quota

2006-02-23 Thread Jean-Francois Levesque
Hi, Is there a way to add a quota to a module in rsyncd without having to deal with filesystem quotas? If it's not possible, would it be easy to add this option to rsyncd? Thanks, Jean-Francois -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, r

DO NOT REPLY [Bug 3549] rsync applies umask to some directories even when a default ACL takes effect

2006-02-23 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=3549 --- Comment #1 from [EMAIL PROTECTED] 2006-02-23 18:59 MST --- Created an attachment (id=1756) --> (https://bugzilla.samba.org/attachment.cgi?id=1756&action=view) Uses a new function do_mkdir_defmode to create some directories -- Con

DO NOT REPLY [Bug 3549] New: rsync applies umask to some directories even when a default ACL takes effect

2006-02-23 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=3549 Summary: rsync applies umask to some directories even when a default ACL takes effect Product: rsync Version: 2.6.7 Platform: All OS/Version: All Status: NEW

Re: Rsync help needed...

2006-02-23 Thread Matt McCutchen
On Thu, 2006-02-23 at 14:32 -0500, Linus Hicks wrote: > At a minimum, when an Oracle database is opened and closed, the timestamps on > all datafiles will be updated because the header blocks will get updated with > a > new SCN. So the timestamps on all datafiles will always look different the

DO NOT REPLY [Bug 3543] [ACL] rsync calls default_perms_for_dir on omitted implied dirs before ensuring they exist

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

Re: Rsync help needed...

2006-02-23 Thread lsk
Thanks Matt since morning I am running some real time tests with 7 GB datafile as you had suggested I should post back the results as soon as that finishes...and we could find out whether rsync algorithm works as it should. lsk. -- View this message in context: http://www.nabble.com/Rsync-help-

Re: Rsync help needed...

2006-02-23 Thread Linus Hicks
Matt McCutchen wrote: On Wed, 2006-02-22 at 11:43 -0800, lsk wrote: Currently I use "rsync -czv" c for checksum. If each data file's first few bytes ("header information") change between rsync transfers, then --checksum buys you nothing. Normally rsync will skip transferring a file if the

rsync craps out, transferring large amounts of data

2006-02-23 Thread Jeff Gipson
Hello, all... I've been trying for a week for transfer ~100 Gig of data using either rsync:// over IPSEC or tunneled through SSH, but it keeps failing... I have done as the documentation says and here are the results: I ran the following command: rsync -avz -vvv --dry-run --rsync-path=/r