Blocksize wieder auf 8M erhöht.
This commit is contained in:
2
backupsd
2
backupsd
@@ -37,7 +37,7 @@ tdate=$(date '+%y-%m-%d')
|
|||||||
|
|
||||||
function start_backup {
|
function start_backup {
|
||||||
echo "starting 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..."
|
echo "validating the image..."
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user