summaryrefslogtreecommitdiffstats
path: root/client/shared
diff options
context:
space:
mode:
authorIrina Gómez <irinagomez@us.es>2018-07-26 09:58:08 +0000
committerIrina Gómez <irinagomez@us.es>2018-07-26 09:58:08 +0000
commitdd52405070e45eee04988a384c7d97941d60c030 (patch)
tree74cd422cee7df1243e67d930763baa86ab139d30 /client/shared
parent77579c4bcb74f415d1487daf16c98b58ef15e632 (diff)
#866 engine.cfg: Si al restaurar usando la cache no hay espacio en la misma se finalizará la acción.
Diffstat (limited to 'client/shared')
-rw-r--r--client/shared/etc/engine.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/shared/etc/engine.cfg b/client/shared/etc/engine.cfg
index 7bb74d48..fd5ecd90 100644
--- a/client/shared/etc/engine.cfg
+++ b/client/shared/etc/engine.cfg
@@ -12,7 +12,7 @@ OGWINCHKDISK=TRUE
#Que hacer cuando la cache no tenga espacio libre. [ NONE | FORMAT ] ]
ACTIONCACHEFULL=NONE
#Que protocolo de restauracion usar en el caso de que no exista cache o no exista espacio sufiente. [NONE | UNICAST | MULTICAST].NONE retorna error
-RESTOREPROTOCOLNOTCACHE=UNICAST
+RESTOREPROTOCOLNOTCACHE=NONE
#script Creacion imagen
IMGPROG="partclone"