merge 358407 324203 thanks On Wed, Mar 22, 2006 at 10:26:14PM +0530, [EMAIL PROTECTED] wrote: > If mogrify is interrupted by ^C at the wrong time then the original file > can be lost. A better design is to write to a temp file and rename it > atomically to the original name.
I think it was a deliberate design choice with mogrify to require as little disk space as possible, and the risk of losing data is inherent to this design. In fact, it's the one and only difference between mogrify and convert, so if you don't want to take a risk, I'd suggest to use convert instead. Regards, Daniel. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

