range get reqests in rsync, please?

2007-02-20 Thread Wojtek.Pilorz
I am wondering if would be possible (and a good idea) to implement 'get range' request in rsync, similar to --range option of curl (for http and ftp protocols), perhaps limited to a single file operation, with both source and destination files specified as parameters to rsync client. It would

Re: passing rsyncd password in a script (no ssh) - how?

2007-01-10 Thread Wojtek.Pilorz
On Wed, 10 Jan 2007, Tomasz Chmielewski wrote: Date: Wed, 10 Jan 2007 12:48:22 +0100 From: Tomasz Chmielewski [EMAIL PROTECTED] Cc: rsync@lists.samba.org Subject: Re: passing rsyncd password in a script (no ssh) - how? Tomasz Chmielewski wrote: I want to transfer files from a Windows

Re: passing rsyncd password in a script (no ssh) - how?

2007-01-10 Thread Wojtek.Pilorz
On Wed, 10 Jan 2007, Matt McCutchen wrote: Date: Wed, 10 Jan 2007 17:35:55 -0500 From: Matt McCutchen [EMAIL PROTECTED] To: Wojtek.Pilorz [EMAIL PROTECTED] Cc: Tomasz Chmielewski [EMAIL PROTECTED], rsync@lists.samba.org Subject: Re: passing rsyncd password in a script (no ssh) - how? On 1

Re: passing rsyncd password in a script (no ssh) - how?

2007-01-10 Thread Wojtek.Pilorz
, Wojtek.Pilorz [EMAIL PROTECTED] wrote: secret_pass would no longer be secret on most systems; Consider using --password-file instead. I doubt that environment variables are readable by others on most systems. On my Linux 2.6.18 system, a process's environment variables are only

Re: Assembly md4 algorithum.

2006-11-05 Thread Wojtek.Pilorz
On Sun, 5 Nov 2006, Wayne Davison wrote: Date: Sun, 5 Nov 2006 21:35:10 -0800 From: Wayne Davison [EMAIL PROTECTED] To: thomas david clarke [EMAIL PROTECTED] Cc: rsync@lists.samba.org Subject: Re: Assembly md4 algorithum. On Mon, Nov 06, 2006 at 03:28:52AM +, thomas david clarke

Re: Feature Request Creation date/time

2006-09-29 Thread Wojtek.Pilorz
On typical UNIX system there is no such thing as file creation time; what ctime refers to is inode change time; Usually it cannot be set by user-mode software. So your request could be implemented only on specific platforms. And that would not make much sense, IMHO. On Fri, 29 Sep 2006, Ian

Re: Rsync order of maginitude slower with twice as large directory

2006-09-20 Thread Wojtek.Pilorz
Check swap usage during rsync as well as rsync memory usage; perhaps rsync dataset no longer fits into core, so swap slows it all down. Wojtek On Wed, 20 Sep 2006, Gerben Wierda wrote: Date: Wed, 20 Sep 2006 23:16:39 +0200 From: Gerben Wierda [EMAIL PROTECTED] To: rsync@lists.samba.org

RE: Can rsync handle any type of file?

2006-04-01 Thread Wojtek.Pilorz
On Fri, 31 Mar 2006, Hamish Robertson wrote: Date: Fri, 31 Mar 2006 22:40:20 +0100 From: Hamish Robertson [EMAIL PROTECTED] To: Alex Pedenko [EMAIL PROTECTED], Robertson Technologies Ltd [EMAIL PROTECTED], rsync@lists.samba.org Subject: RE: Can rsync handle any type of file? In

Re: Rsync sincronize complete file and not the changes

2005-11-25 Thread Wojtek.Pilorz
On Fri, 25 Nov 2005, MANUEL CANSECO GARCIA wrote: Date: Fri, 25 Nov 2005 15:11:18 +0100 From: MANUEL CANSECO GARCIA [EMAIL PROTECTED] To: rsync@lists.samba.org Subject: Rsync sincronize complete file and not the changes Hi, i have probed rsync for sinchronize files beetwen windows 2000

Re: rsync and caps on FAT32 disk

2005-10-24 Thread Wojtek.Pilorz
On Mon, 24 Oct 2005, Alban Taraire wrote: Subject: rsync and caps on FAT32 disk hello, I plan to use rsync for backing up my data to a FAT32 USB disk. I'm running the last Mandriva linux 2006 and my filesystem is ext8 using UFT-8 charset. I run into a problem with some of my folders

Re: Nulls instead of data

2005-09-26 Thread Wojtek.Pilorz
On Sat, 24 Sep 2005, Wayne Davison wrote: On Sat, Sep 24, 2005 at 08:34:53PM +0200, Wojtek.Pilorz wrote: The files saved in partial directory have length equal to that of the original file, but the contents still contains regions with NULLs Yes, as I said in my last email, that's what

Re: Nulls instead of data

2005-09-24 Thread Wojtek.Pilorz
On Wed, 21 Sep 2005, Wayne Davison wrote: Date: Wed, 21 Sep 2005 10:06:07 -0700 From: Wayne Davison [EMAIL PROTECTED] To: Wojtek.Pilorz [EMAIL PROTECTED] Cc: rsync@lists.samba.org Subject: Re: Nulls instead of data On Wed, Sep 21, 2005 at 11:55:43AM +0200, Wojtek.Pilorz wrote: After

Re: Nulls instead of data

2005-09-21 Thread Wojtek.Pilorz
On Tue, 20 Sep 2005, Wayne Davison wrote: On Tue, Sep 20, 2005 at 03:56:24PM +0200, Wojtek.Pilorz wrote: When reading at offset 262144, we got 45056=0xb000 bytes instead of 262144 requested; After that there are nulls in resulting file up to 0x8; Yes, the file-reading in map_ptr

Nulls instead of data

2005-09-20 Thread Wojtek.Pilorz
In short: Platform: linux with 2.4 kernel Version: rsync 2.6.6 Command line: rsync266 -av -W --bwlimit=1 /mnt/somedir/rsync-2.6.6.tar.gz ./ Destination: local disk Source: file on a smbfs mounted filesystem; share is exported on a NT 4.0 workstation over a very slow and unstable link