clone: comment 5 min should be enough

This commit is contained in:
zolliker 2024-01-24 11:04:59 +01:00
parent 4a5ba3eeda
commit e84009f737

2
clone
View File

@ -6,5 +6,5 @@ read -p "image name to write to $HOST:$DIR [$IMGDAT]: " IMG
if [ -z "$IMG" ]; then
IMG=$IMGDAT
fi
echo "copy image to $HOST:$DIR/$IMG (takes about 10 min) ..."
echo "copy image to $HOST:$DIR/$IMG (takes about 5 min) ..."
dd if=/dev/sda bs=512k | lz4 | ssh $HOST "dd of=$DIR/$IMG bs=512k"