Re: ext3 and undeletion

From: Andreas Ferber (aferber@techfak.uni-bielefeld.de)
Date: Tue Feb 26 2002 - 13:29:29 EST


On Tue, Feb 26, 2002 at 11:48:49AM -0600, Rose, Billy wrote:
>
> My company can tolerate 0% loss of data (which is why I raised this issue).

There are a zillion ways to accidentally destroy a file.

Ever typed ">" instead of ">>"? Ever cp'ed to the wrong destination?
Ever edited the wrong file with vi and recognized it just after the
":wq"?

All of this just truncates the old file without unlink()ing it first.
So simple undeletion can /never/ provide by any means any protection
against accidental data loss.

Backup can, but not for the most recent data. Try shortening the
timespan between two backups (for example using LVM snapshots), that
will give you much more protection than pushing the dead horse called
"undeletion".

Andreas

-- 
       Andreas Ferber - dev/consulting GmbH - Bielefeld, FRG
     ---------------------------------------------------------
         +49 521 1365800 - af@devcon.net - www.devcon.net
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Thu Feb 28 2002 - 21:00:31 EST