diff options
author | Irina Gómez <irinagomez@us.es> | 2018-07-26 09:58:08 +0000 |
---|---|---|
committer | Irina Gómez <irinagomez@us.es> | 2018-07-26 09:58:08 +0000 |
commit | dd52405070e45eee04988a384c7d97941d60c030 (patch) | |
tree | 74cd422cee7df1243e67d930763baa86ab139d30 /client | |
parent | 77579c4bcb74f415d1487daf16c98b58ef15e632 (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')
-rw-r--r-- | client/shared/etc/engine.cfg | 2 |
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" |