diff --git a/backupsd b/backupsd index 0e3afcb..0e93cc3 100755 --- a/backupsd +++ b/backupsd @@ -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..."