This commit is contained in:
xor 2015-10-04 23:58:55 +02:00
parent 2454ca8b69
commit a1e6e1326f
1 changed files with 1 additions and 0 deletions

View File

@ -143,6 +143,7 @@ then
tar -r -v -P -f $BACKUP_FILE $file
done
fi
mv ${DIGEST_FILE_TMP} ${DIGEST_FILE}
else
write_hashes $DIGEST_FILE
tar -cpPf ${BACKUP_FILE} ${MBR_TMP} /boot ${DIGEST_FILE} || die 7 "Error writing ${BACKUP_FILE}"