Skip to content

Instantly share code, notes, and snippets.

@luislobo
Created May 25, 2020 16:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save luislobo/1ad086502591cf73349f5eae896ea61a to your computer and use it in GitHub Desktop.
Save luislobo/1ad086502591cf73349f5eae896ea61a to your computer and use it in GitHub Desktop.
Clone one disk to another one in Linux CLI with progress bar
# replace sdx and sdy with your corresponding disks
dd if=/dev/sdx | pv | dd of=/dev/sdy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment