User Tools

Site Tools


linux:restore_menu

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
restore_menu [2012/01/24 09:46] dodgerrestore_menu [2013/07/08 10:02] dodger
Line 80: Line 80:
 ################################################## ##################################################
 EOF EOF
- while [[ ! $OPTION =~ ^([1-4]|99)$ ]]+ while [[ ! $OPTION =~ ^([1-5]|99)$ ]]
  do  do
  [ ${OPTION:-0} -ne 0 ] && echo "Seleccion erronea"  [ ${OPTION:-0} -ne 0 ] && echo "Seleccion erronea"
Line 195: Line 195:
  "clone")  "clone")
  ${NTFSCLONE} --save-image --output - ${WINDOWSDEV} | $COMPRESSOR $COMPRESSOPTIONS > ${IMAGEFILE}  ${NTFSCLONE} --save-image --output - ${WINDOWSDEV} | $COMPRESSOR $COMPRESSOPTIONS > ${IMAGEFILE}
- 
-# dd if=${WINDOWSDEV}  bs=4M  | $COMPRESSOR $COMPRESSOPTIONS > ${IMAGEFILE} & 
-# dd if=/dev/urandom count=52400 bs=4M | $COMPRESSOR $COMPRESSOPTIONS > ${IMAGEFILE} & 
  ;;  ;;
  "restore")  "restore")
  $UNCOMPRESSOR $UNCOMPRESSOPTIONS $IMAGEFILE | ${NTFSCLONE} --restore-image --overwrite ${WINDOWSDEV} -   $UNCOMPRESSOR $UNCOMPRESSOPTIONS $IMAGEFILE | ${NTFSCLONE} --restore-image --overwrite ${WINDOWSDEV} - 
-# $UNCOMPRESSOR $UNCOMPRESSOPTIONS $IMAGEFILE | dd of=${WINDOWSDEV} &  
-# $UNCOMPRESSOR $UNCOMPRESSOPTIONS $IMAGEFILE | dd of=${IMAGEFILE}.RESTORE &  
  ;;  ;;
  *)  *)
linux/restore_menu.txt · Last modified: 2024/03/25 07:55 by dodger