diskutil unmountDisk /dev/disk4
2. Use dd to create a backup, pipe trough pv to see the progess (example is 32GB SD Card) and pipe agian using gzip to compress the backup
sudo dd if=/dev/rdisk4 bs=8m | pv -petra -s 32g | gzip > SDCardGarmin20221102.dd.gz