ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Topics
    2. sigmatelco
    3. Posts
    S
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 1
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: Linux Copy a Disk Over SSH with DD

      if you want to also know the progress you can pipe it to pv, like in the below example

      ssh [email protected] "sudo dd if=/dev/nvme0n1" | pv | dd of=/Users/someuser/Desktop/mydisk.img
      
      posted in IT Discussion
      S
      sigmatelco
    • 1 / 1