summaryrefslogtreecommitdiffstats
path: root/client/shared/etc/engine.cfg
blob: 82766a2fc6afca10e32d9331fab3ece71142e2fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
## Definicion general
OGENGINECONFIGURATE="TRUE"
OGLOGSESSION="/tmp/session.log"
OGLOGCOMMAND="/tmp/command.log"

##Configuracion de la PostConfiguracion OS WIndows
#Hacer chkdisk tras la clonacion
OGWINCHKDISK=TRUE

#Configuracion de interface restauracion
#Que hacer cuando la cache no tenga espacio libre.  [ NONE | FORMAT ]  ]
ACTIONCACHEFULL=NONE
# Protocolo a usar en el caso de que no exita cache o no haya espacio sufiencie.
RESTOREPROTOCOLNOCACHE=UNICAST

#script Creacion imagen
IMGPROG="partclone"
IMGCOMP="lzop"
IMGEXT="img"
IMGREDUCE="TRUE"

#Configuracion del asistente de Clonacion remota usando master
#Al enviar particion reducir el sistema de archivos previamente.
OGWINREDUCE=TRUE

# Imagenes sincronizadas
# Factor para calcular el time-out al crear la imagen.  100000k -> 4s
CREATESPEED=100000*4
# Factor de compresion para las imagenes (windos en ext4).
FACTORSYNC=120
# Realizar copia de seguridad antes de crear la imagen.
BACKUP=false
# Sistema de archivo de la imagenes sincronizadas. EXT4 o BTRFS
IMGFS=EXT4

# Tiempo de sleep antes de realizar el reboot
OGSLEEP="20"