Menu

Tree [c2bf9c] master 0.2.4 /
 History

HTTPS access


File Date Author Commit
 src 2013-01-03 necase necase [568bae] Add a .part extension to files that were partia...
 LICENSE 2010-02-16 Nic Case Nic Case [7b4a9f] Initial commit
 Makefile.am 2012-12-09 necase necase [622983] Remove unnecessary make target jdebug; add targ...
 Makefile.in 2012-12-09 necase necase [583573] Update build scripts
 README 2010-04-22 Nic Case Nic Case [6fb2c8] Update README file
 acinclude.m4 2010-02-16 Nic Case Nic Case [7b4a9f] Initial commit
 aclocal.m4 2012-11-29 necase necase [863e6a] Merge branch 'master' of ssh://extundelete.git....
 autogen.sh 2012-12-15 necase necase [187094] Merge branch 'master' of git://extundelete.git....
 config.h.in 2012-12-09 necase necase [583573] Update build scripts
 configure 2013-01-03 necase necase [c2bf9c] Update configure script for extundelete 0.2.4
 configure.ac 2012-12-20 necase necase [84785a] Only use -W -Wall for warnings when using defau...
 depcomp 2012-12-09 necase necase [583573] Update build scripts
 install-sh 2012-12-09 necase necase [583573] Update build scripts
 missing 2012-12-09 necase necase [583573] Update build scripts

Read Me

To compile and install this program, you should first
install the binary and development packages for
e2fsprogs and e2fslibs.  You must also have a C++
compiler and a make utility to compile extundelete.

To compile the program, run the following commands
from the extundelete-x.y.z directory:
./configure
make

The extundelete program may be run as-is from the build
directory, or you may wish to install it to a directory
that is shared with other executable programs, which you
may do by running the following command:
make install

To see the various supported options, type:
extundelete --help

Example compilation instructions for extundelete 0.2.0:
tar -xjf extundelete-0.2.0.tar.bz2
cd extundelete-0.2.0
./configure
make
src/extundelete --help

A typical usage scenario is presented below.  Note that some
of the commands below require special permissions to
complete.  Adding 'sudo ' before the command is one way to
ensure you have the necessary permissions.  Assume you
have deleted a file called /home/user/an/important/file.
Also assume the output of the 'mount' command shows this
line (among others):
/dev/sda3 on /home type ext3 (rw)
This line shows that the /home directory is on the partition
named /dev/sda3, so then run:
umount /dev/sda3
and check that it is now unmounted by running the mount
command again and seeing it is not listed.
Now, with this information, run extundelete:
extundelete /dev/sda3 --restore-file user/an/important/file
If you have deleted the directory 'important', you can run:
extundelete /dev/sda3 --restore-directory user/an/important
Or if you have deleted everything, you can run:
extundelete /dev/sda3 --restore-all
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.