Re: Rsync 4TB datafiles...?

2006-05-18 Thread John Van Essen
On Wed, 17 May 2006, lsk [EMAIL PROTECTED] wrote: So this shows that RSYNC performs faster when there is no datafile is present. For Oracle datafiles the diff algorithm doesn't work even with the patch. Literally it should have taken less than 12 min to just compare and update the header

Re: rsync option for continuing event i/o errors occured on remove server

2006-05-18 Thread John Van Essen
On Wed, 17 May 2006, Gabriel CORRE [EMAIL PROTECTED] wrote: Recently I had a corrupted file on the files-server and rysnc crash, and don't continue to backup the rest of files. write failed on user/path/to/corrupted/file.html : Success rsync version 2.5.6cvs protocol version 26

rsync --exclude-from fileesclusi.txt

2006-05-18 Thread [EMAIL PROTECTED]
Hi!I want to exclude some files to transfer from my local to the remotehost, so I created a file called fileesclusi.txt,with this lines: /etc/fstab /etc/ntp.conf.predhclient /etc/udev /etc/openldap /etc/gpm-root.conf /home/copia/x.txt This is the command that I use,I've not errors, but the

Re: rsync --exclude-from fileesclusi.txt

2006-05-18 Thread Paul Slootman
On Thu 18 May 2006, [EMAIL PROTECTED] wrote: Hi!I want to exclude some files to transfer from my local to the remotehost, so I created a file called fileesclusi.txt,with this lines: /etc/fstab /etc/ntp.conf.predhclient /etc/udev /etc/openldap /etc/gpm-root.conf /home/copia/x.txt

RE: rsync client to daemon over ssh tunnel connection issues

2006-05-18 Thread Tevfik Karagülle
Hi, There is a bug in rsync 2.6.8 causing this. Links below can give you some abckground info: http://www.mail-archive.com/rsync@lists.samba.org/msg16205.html http://www.itefix.no/phpws/index.php?module=phpwsbbPHPWSBB_MAN_OP=viewPHPWS_MAN_ITEMS[]=404 I have recently published an patch

Partial files left on SIGINT

2006-05-18 Thread Jon Mitchell
Hi, As the man page says, the --partial flag is to keep partially transferred files. I'm assuming if I don't have partial flag any partially transferred files should be deleted. However this is not what I'm seeing. Example: (Using a big file so that rsync times a while to run. This gives me

Re: Regarding [Bug 1936] lseek failed in map_ptr

2006-05-18 Thread Wayne Davison
On Wed, May 17, 2006 at 10:26:14AM -0400, Ryan Kather wrote: lseek failed in map_ptr This error was improved starting with the 2.6.4 release, so if you could update to a more recent version of rsync, it would tell us what exactly the lseek() function was returning to rsync (including any errno

Re: rsync client to daemon over ssh tunnel connection issues

2006-05-18 Thread Wayne Davison
On Thu, May 18, 2006 at 02:57:50PM +, Doug Lochart wrote: I would put the strace on it if we could recreate the error. There's no need when you have the daemon's log-file telling you why the remote rsync exited. In the first case, both sides complain about the connection going away, so that

Re: Rsync error on client end: unexpected tag 3 [sender]

2006-05-18 Thread Wayne Davison
On Tue, May 02, 2006 at 10:30:39PM -0700, Wayne Davison wrote: The attached patch should fix the problem. I've also checked the fix into CVS (and it will appear in the next nightly tar file that gets generated). The patch I posted earlier works fine to fix this problem, but I ended up with a

Re: Partial files left on SIGINT

2006-05-18 Thread Wayne Davison
On Thu, May 18, 2006 at 04:43:58PM +0100, Jon Mitchell wrote: -rw--- 1 jmitchell users 36700160 2006-05-18 16:36 .big_file.b1eEq1 This is I believe a partially transferred copy of .big_file. Yes and no. You're right that the file should have gotten deleted, just wrong in the terminology

DO NOT REPLY [Bug 3787] New: Optional exit code indicating receiver was changed

2006-05-18 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=3787 Summary: Optional exit code indicating receiver was changed Product: rsync Version: 2.6.9 Platform: Other OS/Version: All Status: NEW Severity: normal Priority: P3

CVS update: rsync

2006-05-18 Thread Wayne Davison
Date: Thu May 18 17:04:40 2006 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv17650 Modified Files: receiver.c Log Message: Improved two lseek() error messages. Revisions: receiver.c 1.177 = 1.178

CVS update: rsync/patches

2006-05-18 Thread Wayne Davison
Date: Thu May 18 17:25:27 2006 Author: wayned Update of /data/cvs/rsync/patches In directory dp.samba.org:/tmp/cvs-serv8188 Modified Files: ODBC-dblog.diff Log Message: Fixed a failing hunk. Revisions: ODBC-dblog.diff 1.52 = 1.53

CVS update: rsync

2006-05-18 Thread Wayne Davison
Date: Thu May 18 18:52:40 2006 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv6017 Modified Files: cleanup.c Log Message: - Improved the setting of cleanup_new_fname and cleanup_fname. - Don't try to keep a partial file if cleanup_new_fname is not

CVS update: rsync

2006-05-18 Thread Wayne Davison
Date: Thu May 18 18:53:24 2006 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv9071 Modified Files: receiver.c Log Message: The cleanup_set() call was not getting called w/o --partial. Revisions: receiver.c 1.178 = 1.179