Re: An idea about rsync and ISO images.

2001-04-10 Thread sfr
From: Anthony Rumble <[EMAIL PROTECTED]> > > On Tue, 10 Apr 2001 [EMAIL PROTECTED] wrote: > > > You don't have to .. just create a hard link .. rsync will break the link > > if the transfer completes. > > Umm.. Hang on.. no.. it would modify the same file.. and thus.. truncate > it.. if it abor

Re: An idea about rsync and ISO images.

2001-04-10 Thread sfr
From: Anthony Rumble <[EMAIL PROTECTED]> > > I am oten doing something like this > > cp something-beta-1.iso something-beta-2.iso > > Then rsync --progress --partial --stats --block-size=8192 > somewhere::blah/something-beta-2.iso . > > When I want to go from beta-1 to beta-2.. and usuall