How to copy directories using debugfs?
- by tjbp
The debugfs manpage gives the impression that the command 'rdump . .' will recursively copy all files found on the specified filesystem from the debugfs cwd to the native filesystem's cwd. Instead I seem to receive a syntax error, and no copy is initiated?
These are the commands I run:
cd /path/to/transfer/destination
debugfs /dev/sda1 -R rdump .…