blob: 4bf07985604c583563dd1b2dc0e696bbaa60f2fd [file] [log] [blame]
Aneesh Kumar K.V5f8a5ae2007-08-13 15:56:22 +05301.\" -*- nroff -*-
2.\" Copyright 2008 by Theodore Ts'o. All Rights Reserved.
3.\" This file may be copied under the terms of the GNU Public License.
4.\"
5.TH E2UNDO 8 "@E2FSPROGS_MONTH@ @E2FSPROGS_YEAR@" "E2fsprogs version @E2FSPROGS_VERSION@"
6.SH NAME
7e2undo \- Replay an undo log for an ext2/ext3/ext4 filesystem
8.SH SYNOPSIS
9.B e2undo
10[
11.B \-f
12]
13.I undo_log device
14.SH DESCRIPTION
15.B e2undo
16will replay the undo log
17.I undo_log
18for an ext2/ext3/ext4 filesystem found on
19.IR device .
20This can be
21used to undo a failed operation by an e2fsprogs program.
22.SH OPTIONS
23.TP
24.B \-f
25Normally,
26.B e2undo
27will check the filesystem UUID and last modified time to make sure the
28undo log matches with the filesystem on the device. If they do not
29match,
30.B e2undo
31will refuse to apply the undo log as a safety mechanism. The
32.B \-f
33option disables this safety mechanism.
34.SH AUTHOR
35.B e2undo
36was written by Aneesh Kumar K.V. (aneesh.kumar@linux.vnet.ibm.com)
37.SH AVAILABILITY
38.B e2undo
39is part of the e2fsprogs package and is available from
40http://e2fsprogs.sourceforge.net.
41.SH SEE ALSO
42.BR mke2fs (8),
43.BR tune2fs (8)
44