source: client/shared/etc/engine.cfg @ 26255c2

918-git-images-111dconfigfileconfigure-oglivegit-imageslgromero-new-oglivemainmaint-cronmount-efivarfsmultivmmultivm-ogboot-installerogClonningEngineogboot-installer-jenkinsoglive-ipv6test-python-scriptsticket-301ticket-50ticket-50-oldticket-577ticket-585ticket-611ticket-612ticket-693ticket-700ubu24tplunification2use-local-agent-oglivevarios-instalacionwebconsole3
Last change on this file since 26255c2 was 81ae95c, checked in by irina <irinagomez@…>, 10 years ago

#657 sincronizadas tipo archivo: correccion erratas adaptación a ogclient 1.0.5

git-svn-id: https://opengnsys.es/svn/branches/version1.0@4422 a21b9725-9963-47de-94b9-378ad31fedc9

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