From 03c76eacc34c496cb7bbf9276a13c9515b20d82d Mon Sep 17 00:00:00 2001 From: Joshua Pickard Date: Mon, 11 Jul 2022 13:24:29 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 45b0d9d..beb74b9 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,9 @@ file 'file 4.mkv' ## ddrescue Take an image of a drive and log: + `sudo ddrescue /dev/sdb path/to/image.dd path/to/log.txt` Clone Disk A to Disk B: + `sudo ddrescue --force --no-scrape /dev/sdA /dev/sdB path/to/log.txt` \ No newline at end of file