source: client/shared/etc/engine.cfg @ 0f04225

opengnsys-1.0.3
Last change on this file since 0f04225 was 91aaf03, checked in by ramon <ramongomez@…>, 13 years ago

Versión 1.0.3, #499: Integrar versión 1.0.3 en rama principal.

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

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