38 lines
1.1 KiB
INI
38 lines
1.1 KiB
INI
## 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).
|
|
ZSYNC=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"
|