source: client/shared/etc/engine.cfg @ b2aae05

Last change on this file since b2aae05 was d0df50b6, checked in by ramon <ramongomez@…>, 13 years ago

Versión 1.0.4, #531: Integrar versión 1.0.4 en rama principal.

git-svn-id: https://opengnsys.es/svn/trunk@3259 a21b9725-9963-47de-94b9-378ad31fedc9

  • Property mode set to 100644
File size: 699 bytes
Line 
1## Definicion general
2OGENGINECONFIGURATE="TRUE"
3OGLOGSESSION="/tmp/session.log"
4OGLOGCOMMAND="/tmp/command.log"
5
6##Configuracion de la PostConfiguracion OS WIndows
7#Hacer chkdisk tras la clonacion
8OGWINCHKDISK=TRUE
9
10#Configuracion de interface restauracion
11#Que hacer cuando la cache no tenga espacio libre.  [ NONE | FORMAT ]  ]
12ACTIONCACHEFULL=NONE
13# Protocolo a usar en el caso de que no exita cache o no haya espacio sufiencie.
14RESTOREPROTOCOLNOCACHE=UNICAST
15
16#script Creacion imagen
17IMGPROG="partclone"
18IMGCOMP="lzop"
19IMGEXT="img"
20IMGREDUCE="TRUE"
21
22#Configuracion del asistente de Clonacion remota usando master
23#Al enviar particion reducir el sistema de archivos previamente.
24OGWINREDUCE=TRUE
Note: See TracBrowser for help on using the repository browser.