summaryrefslogtreecommitdiffstats
path: root/client/engine/Image.lib
diff options
context:
space:
mode:
authorramon <ramongomez@us.es>2016-04-08 12:55:22 +0000
committerramon <ramongomez@us.es>2016-04-08 12:55:22 +0000
commit46a1ff95181a322616e0957a7ec56435871362ae (patch)
treea7ff2243223212b2051ae616f45c382a67660600 /client/engine/Image.lib
parent1c9ef24ead6a0b44e3b6f001f73902938dc51e3f (diff)
#740: Sustituir {{{dd}}} por {{{partclone.dd}}} para crear imagen de disco completo.
git-svn-id: https://opengnsys.es/svn/branches/version1.1@4872 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'client/engine/Image.lib')
-rwxr-xr-xclient/engine/Image.lib12
1 files changed, 5 insertions, 7 deletions
diff --git a/client/engine/Image.lib b/client/engine/Image.lib
index 5eeab2f6..6ec511cd 100755
--- a/client/engine/Image.lib
+++ b/client/engine/Image.lib
@@ -80,9 +80,8 @@ case "$TOOL" in
# Por compatibilidad, si no existe el ejecutable usar por defecto "parclone.dd".
which $PARAM1 &>/dev/null || PARAM1="partclone.dd"
PARAM1="$PARAM1 -d0 -F -c -s $DEV"
- ;;
- dd)
- PARAM1="pv $DEV | dd conv=sync,noerror bs=1M"
+ # El programa partclone.dd no tiene opción "-c".
+ [[ "PARAM1" =~ ^partclone.dd ]] && PARAM1="${PARAM1/ -c / }"
;;
esac
# Comprobar que existe mbuffer.
@@ -117,8 +116,7 @@ esac
#@author Antonio J. Doblas Viso. Universidad de Málaga
#@date 2010/02/08
#*/ ##
-
-ogRestoreImageSyntax ()
+function ogRestoreImageSyntax ()
{
local TOOL COMPRESSOR LEVEL PART IMGFILE FILEHEAD INFOIMG
@@ -189,7 +187,7 @@ if [ "$#" -eq 4 ]; then
# -C para que no compruebe tamaños
TOOL="| partclone.restore -d0 -C -I -o $PART"
;;
- dd)
+ partclone.dd)
TOOL="| pv | dd conv=sync,noerror bs=1M of=$PART"
;;
*)
@@ -257,7 +255,7 @@ if ogIsImageLocked "$IMGFILE"; then
return $?
fi
# Generar la instruccion a ejecutar antes de aplicar los bloqueos.
-PROGRAM=$(ogCreateImageSyntax $DISK $IMGFILE dd gzip)
+PROGRAM=$(ogCreateImageSyntax $DISK $IMGFILE)
# Desmontar todos los sistemas de archivos del disco, bloquear partición e imagen.
ogUnmountAll $1 2>/dev/null
### Pendiente: bloquear disco