-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

extundelete


> Recover deleted files from ext3 or ext4 partitions by parsing the journal.

> See also `date` for Unix time information and `umount` for unmounting partitions.

More information.


Restore all deleted files inside partition N on device X:

sudo extundelete {/dev/sdXN} --restore-all

Restore a file from a path relative to root (Do not start the path with `/`):

extundelete {/dev/sdXN} --restore-file {path/to/file}

Restore a directory from a path relative to root (Do not start the path with `/`):

extundelete {/dev/sdXN} --restore-directory {path/to/directory}

Restore all files deleted after January 1st, 2020 (in Unix time):

extundelete {/dev/sdXN} --restore-all --after {1577840400}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Tue May 21 06:07:27 2024