sun_is_ra, 1 year ago use dd and save the whole drive to a bigger drive or maybe compress it with gzip while using dd to save it to a slightly smaller one command would be something like this: dd if=/dev/…/myparition|gzip status=progress > /mnt/external_hd/mypartition.gzip
use dd and save the whole drive to a bigger drive or maybe compress it with gzip while using dd to save it to a slightly smaller one
command would be something like this:
dd if=/dev/…/myparition|gzip status=progress > /mnt/external_hd/mypartition.gzip