source: client/shared/etc/engine.cfg @ 814c308

Last change on this file since 814c308 was 1602040, checked in by ramon <ramongomez@…>, 11 years ago

Versión 1.0.5, #616: Integrar código de la versión 1.0.5 en rama principal.

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

  • Property mode set to 100644
File size: 1017 bytes
RevLine 
[91aaf03]1## Definicion general
2OGENGINECONFIGURATE="TRUE"
3OGLOGSESSION="/tmp/session.log"
4OGLOGCOMMAND="/tmp/command.log"
5
[d0df50b6]6##Configuracion de la PostConfiguracion OS WIndows
7#Hacer chkdisk tras la clonacion
[91aaf03]8OGWINCHKDISK=TRUE
9
[d0df50b6]10#Configuracion de interface restauracion
11#Que hacer cuando la cache no tenga espacio libre.  [ NONE | FORMAT ]  ]
[91aaf03]12ACTIONCACHEFULL=NONE
[d0df50b6]13# Protocolo a usar en el caso de que no exita cache o no haya espacio sufiencie.
[91aaf03]14RESTOREPROTOCOLNOCACHE=UNICAST
15
16#script Creacion imagen
17IMGPROG="partclone"
18IMGCOMP="lzop"
19IMGEXT="img"
20IMGREDUCE="TRUE"
21
[d0df50b6]22#Configuracion del asistente de Clonacion remota usando master
23#Al enviar particion reducir el sistema de archivos previamente.
[1602040]24OGWINREDUCE=TRUE
25
26# Imagenes sincronizadas
27# Factor para calcular el time-out al crear la imagen.  100000k -> 4s
28CREATESPEED=100000*4
29# Factor de compresion para las imagenes (windos en ext4).
30ZSYNC=120
31# Realizar copia de seguridad antes de crear la imagen.
32BACKUP="false"
33
34# Tiempo de sleep antes de realizar el reboot
35OGSLEEP="20"
Note: See TracBrowser for help on using the repository browser.