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

    sigmatelco

    @sigmatelco

    2
    Reputation
    2
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    sigmatelco Unfollow Follow

    Best posts made by sigmatelco

    • 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

    Latest posts made by sigmatelco

    • 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