Blocksize wieder auf 8M erhöht.

This commit is contained in:
Olli Graf
2024-11-04 08:32:59 +01:00
parent 42d386c42d
commit 09e4e1c8fe

View File

@@ -37,7 +37,7 @@ tdate=$(date '+%y-%m-%d')
function start_backup {
echo "starting Backup"
sudo dd if=${DEVICE} bs=4M | tee ${FILE} | sha256sum > ${TEMP_DIR}/sdcard.sha256
sudo dd if=${DEVICE} bs=8M | tee ${FILE} | sha256sum > ${TEMP_DIR}/sdcard.sha256
echo "validating the image..."