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 usually.. if all goes well..
> this works..
>
> HOWEVER..
>
> A).. I hate having to copy that ISO (for no reason too)..
You don't have to .. just create a hard link .. rsync will break the link
if the transfer completes.
CHeers,
Stephen