Created
May 25, 2020 16:29
-
-
Save luislobo/1ad086502591cf73349f5eae896ea61a to your computer and use it in GitHub Desktop.
Clone one disk to another one in Linux CLI with progress bar
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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