# make a drive image
sudo bash -c "pv -EE /dev/sdX >my_disk.img"
# make a compressed drive image
sudo bash -c "pv -EE /dev/sdX | gzip >my_disk.img.gz"
Showing posts with label gzip. Show all posts
Showing posts with label gzip. Show all posts
Wednesday, May 17, 2017
Drive images with progress indication
Subscribe to:
Comments
(
Atom
)