dotfiles/.local/bin/scripts/zimage

5 lines
178 B
Plaintext
Raw Normal View History

2023-03-13 14:36:09 +00:00
#!/bin/sh -e
# Make a gzipped image of a disk with dd
sudo dd status=progress "if=$1" bs=1M | gzip > "$2.img.gz"
# bs=4k | ssh naspi dd bs=4k of=/data/backups/sd/220811_janek.gz