
extundelete
List of commands for extundelete:
-
extundelete:ai:381b4 recover deleted files$ extundelete --restore-all /dev/sdXtry on your machineexplain this command
-
extundelete:tldr:3878e extundelete: Restore all deleted files inside partition N on device X.$ sudo extundelete ${-dev-sdXN} --restore-alltry on your machineexplain this command
-
extundelete:tldr:58ed3 extundelete: Restore a file from a path relative to root (Do not start the path with `/`).$ extundelete ${-dev-sdXN} --restore-file ${filename}try on your machineexplain this command
-
extundelete:tldr:5d593 extundelete: Restore a directory from a path relative to root (Do not start the path with `/`).$ extundelete ${-dev-sdXN} --restore-directory ${path-to-directory}try on your machineexplain this command
-
extundelete:tldr:f99c8 extundelete: Restore all files deleted after January 1st, 2020 (in Unix time).$ extundelete ${-dev-sdXN} --restore-all --after ${1577840400}try on your machineexplain this command