Re: rsyncP

2004-07-15 Thread Craig Barratt
Paul Arch writes: does anyone know if File::RsyncP will operate under activeperl (windows?) This module is maintained by Craig Barratt, who I noticed is also on this list :) I haven't tested it under activeperl, but it does work under perl + cygwin on WinXX. Craig -- To unsubscribe or

Using Rsync to move files

2004-07-15 Thread Hamilton, David (HPS)
I know this has been discussed repeatedly, so might even say beaten to death, but it is a feature which I need to use. I notice Wayne had a patch to do this listed in the list archives, but I don't know what version of rsync he was patching against. What is the general opinion on using this patch

Re: A question about connection refused

2004-07-15 Thread NasBackup Team
May be it's rsyncd configuration. Try to check if rsync daemon is up on the remote side by: telnet ip_address 873 If it up and you are not block by firewall etc you should see some output like: @RSYNCD: 28 Regards, Milutin Voinivich http://www.NasBackup.com/ - Original Message -

Connection refused

2004-07-15 Thread Kontakt - SWIT-Services
Hello everybody, We have to servers which we syncronize with rsync. After updating the second server to RedHat Enterprise Linux, rsync pops up with the message: connection reset by peer, error (12) We do not use the rsync daemon. We use rsync via cron job. Does anybody know what is

Re: HP-UX 11i and largefiles on rsync 2.6.2

2004-07-15 Thread Don Malloy
Thanks for the suggestion Steve. Here is the output with -vvv in the local rsync: -- server2 # /usr/local/bin/rsync -avvv --progress --stats file1.db /var/opt/ignite/test building file list ... [sender] make_file(file1.db,*,2) [sender] expand file_list to 131072 bytes, did move 1

Re: Connection refused

2004-07-15 Thread Jim Salter
We *CANNOT* help you without seeing the actual command line you're using to try to run rsync with. Hello everybody, We have to servers which we syncronize with rsync. After updating the second server to RedHat Enterprise Linux, rsync pops up with the message: connection reset by peer,

rsyncing very large files - extremely slow at end

2004-07-15 Thread Peter Schuller
Hello, I am trying to rsync a tree containing very large files. The first one encountered is a file that is 127 GB on the remote (authorative) end and around 80 GB on the receiving end. rsync version is 2.6.2, patched to fix the bug mentioned at:

Re: HP-UX 11i and largefiles on rsync 2.6.2

2004-07-15 Thread Wayne Davison
On Wed, Jul 14, 2004 at 04:46:41PM -0400, Don Malloy wrote: The rsync transfers always fail at the 2GB mark. There is a bug in the large-file support of 2.6.2 that is fixed by the attached patch. Either apply it using patch or manually edit the size_t to OFF_T manually, recompile, and give the

Re: Rsync not preserving owner/group

2004-07-15 Thread Wayne Davison
On Wed, Jul 14, 2004 at 11:53:56PM -0400, Loukinas, Jeremy wrote: For some reason when using -owner -group my files end up being nobody:nobody on the destination..? The receiving rsync needs to be running as root to preserve ownership. I'd guess that you're sending to an rsync daemon that is

Re: Using Rsync to move files

2004-07-15 Thread Wayne Davison
On Thu, Jul 15, 2004 at 10:15:17AM +0100, Hamilton, David (HPS) wrote: I notice Wayne had a patch to do this listed in the list archives, but I don't know what version of rsync he was patching against. These days there's a file named delete-sent-files.diff in the patches dir in cvs that applies

Re: [PATCH] Batch-mode rewrite

2004-07-15 Thread Wayne Davison
On Thu, Jul 15, 2004 at 08:04:56PM +0300, Eran Tromer wrote: About the batch-mode rewrite: perhaps this would be a good opportunity to make checksum_seed random also in batch mode, and store it in the batch file, instead of using a fixed checksum_seed? This has been done, though the random

Re: Excluding directories

2004-07-15 Thread Wayne Davison
On Thu, Jul 15, 2004 at 07:52:36AM -0400, Loukinas, Jeremy wrote: When using the exclude file what format does it need to be in ? New line for each exclude? White space? Tabs. The format is one exclude per line. Only empty lines and lines starting with an initial '#' or ';' are ignored

AW: Connection refused

2004-07-15 Thread Kontakt - SWIT-Services
Here is the commmand line: rsync -acvz --delete --force /var/spool/mail/* hostname.domain.de::mail I can ping and ssh the backup host. -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Jim Salter Gesendet: Donnerstag, 15. Juli 2004 17:24 An:

Re: Connection refused

2004-07-15 Thread Wayne Davison
On Thu, Jul 15, 2004 at 09:07:23PM +0200, Kontakt - SWIT-Services wrote: rsync -acvz --delete --force /var/spool/mail/* hostname.domain.de::mail The double-colon means that you're trying to talk to an rsync daemon, which I presume is not running. Setup the rsyncd.conf file and start one going

AW: Connection refused

2004-07-15 Thread Kontakt - SWIT-Services
I tried without the second :. And here it what comes up on my machine: Connection refused rsync: connection unexpectedly closed (0 bytes read so far) rsync error: error in rsync protocol data stream (code 12) at io.c(165) What is this ? Do I have to have the daemon running on the backup

Re: Connection refused

2004-07-15 Thread Wayne Davison
On Fri, Jul 16, 2004 at 01:18:52AM +0200, Kontakt - SWIT-Services wrote: I tried without the second :. [...] Connection refused Just add a second -v option to see what command rsync is running. I'd bet it's trying to use rsh (older versions used to default to rsh). You can set the remote

Re: [Bug 1463] New: poor performance with large block size

2004-07-15 Thread Wayne Davison
On Wed, Jul 14, 2004 at 06:27:45PM -0400, Chris Shoemaker wrote: My initial reaction (having not actually read the code) is that it would be desirable make the window_size highly composite, and then ensure that the block size is an integer factor of the window_size. In other words, avoid the

Make 2% daily here!

2004-07-15 Thread Richard Lemon
Hi Friend , my name is Richard Lemon. I want to show you a great program called SPACE-INVEST! They have 2% COMPOUNDING DAILY !!! They have FULLY AUTOMATED WITHDRAWAL SYSTEM ! I deposited $300 with them and have got paid every time i wished to, check my recent payment: 7/10/04 15:14 Payment

CVS update: rsync

2004-07-15 Thread Wayne Davison
Date: Thu Jul 15 16:27:02 2004 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv14040 Modified Files: options.c batch.c main.c Log Message: We no longer refer to a batch prefix. Revisions: options.c 1.158 = 1.159

CVS update: rsync/patches

2004-07-15 Thread Wayne Davison
Date: Thu Jul 15 16:51:35 2004 Author: wayned Update of /data/cvs/rsync/patches In directory dp.samba.org:/tmp/cvs-serv19621 Modified Files: verify-patches Log Message: Reset @rejects for each new patch application. Revisions: verify-patches 1.14 = 1.15

CVS update: rsync

2004-07-15 Thread Wayne Davison
Date: Thu Jul 15 17:01:51 2004 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv23303 Modified Files: main.c Log Message: Allow --read-batch=- to indicate stdin. Revisions: main.c 1.205 = 1.206

CVS update: rsync/patches

2004-07-15 Thread Wayne Davison
Date: Thu Jul 15 17:06:41 2004 Author: wayned Update of /data/cvs/rsync/patches In directory dp.samba.org:/tmp/cvs-serv24794 Modified Files: ODBC-dblog.diff acl.diff chmod-option.diff compare-dest.diff copy-atimes.diff date-only.diff delete-sent-files.diff

CVS update: rsync

2004-07-15 Thread Wayne Davison
Date: Thu Jul 15 17:56:11 2004 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv4186 Modified Files: rsync.yo rsync.1 Log Message: Mention that - can be used with --read-batch for reading from stdin. Revisions: rsync.yo1.172 = 1.173

CVS update: rsync

2004-07-15 Thread Wayne Davison
Date: Thu Jul 15 19:04:54 2004 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv21179 Modified Files: rsync.yo rsync.1 Log Message: Changed the batch examples to show how to do a remote read-batch without first transferring the batch file. Revisions:

CVS update: rsync

2004-07-15 Thread Wayne Davison
Date: Thu Jul 15 19:06:32 2004 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv21841 Modified Files: options.c Log Message: - Complain and die if --dry-run is used with a batch option. - Improved the warning if a batch option gets sent to the server.

CVS update: rsync

2004-07-15 Thread Wayne Davison
Date: Fri Jul 16 01:32:03 2004 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv14403 Modified Files: fileio.c Log Message: Make wf_writeBufSize based on a multiple of WRITE_SIZE instead of the unrelated MAX_MAP_SIZE. Revisions: fileio.c