dd if=/dev/sda bs=4M status=progress | gzip > disk.img.gz

Category: Backup & Restore

dd if=/dev/sda bs=4M status=progress | gzip > disk.img.gz

Clone a disk and compress the image on the fly

Pipes the raw disk copy straight into gzip, producing a compressed disk.img.gz without needing space for the uncompressed image. Compression saves space but slows the clone. Keep the pipe intact, since interrupting it leaves a partial image.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.