Re: does partial option work over ssh?

2006-07-18 Thread Wayne Davison
On Tue, Jul 18, 2006 at 12:00:06PM +1000, Glen Davison wrote: In my most recent attempt, the new file began smaller than file1 (probably at size 0, but I missed that) and has now grown to greater than the difference between the partial file1 and the original/source, which suggests to me that

Re: does partial option work over ssh?

2006-07-14 Thread Paul Slootman
On Fri 14 Jul 2006, Glen Davison wrote: This is what I believe SHOULD work, but it doesn't: rsync -aP -e 'ssh -c blowfish' [EMAIL PROTECTED]:/path/to/file1/ newpath/ - it just starts again. The interrupted rsync session also needs to have had the --partial option (implied here by -P)