Forrest logo
back to context overview

e2undo

List of commands for e2undo:

  • e2undo:tldr:2a95b e2undo: Perform an undo operation.
    $ e2undo ${path-to-undo_file} ${-dev-sdXN}
    try on your machine
    explain this command
  • e2undo:tldr:45a8d e2undo: Write the old contents of the block to an undo file before overwriting a file system block.
    $ e2undo -z ${filename-e2undo} ${path-to-undo_file} ${-dev-sdXN}
    try on your machine
    explain this command
  • e2undo:tldr:4993e e2undo: Perform a dry-run and display the candidate blocks for replaying.
    $ e2undo -nv ${path-to-undo_file} ${-dev-sdXN}
    try on your machine
    explain this command
  • e2undo:tldr:96f87 e2undo: Display information about a specific undo file.
    $ e2undo -h ${path-to-undo_file} ${-dev-sdXN}
    try on your machine
    explain this command
  • e2undo:tldr:d10eb e2undo: Perform an undo operation and display verbose information.
    $ e2undo -v ${path-to-undo_file} ${-dev-sdXN}
    try on your machine
    explain this command
back to context overview