$Id: database_documentation.xml 4145 2009-05-12 16:29:28Z nrueff $
Copyright © 2009 Mandriva
Revision History | ||
---|---|---|
Revision 1.3.0 | 2009-11-20 | NR |
First version |
Abstract
Description of a Pulse 2 client folder
Table of Contents
A Pulse 2 client folder contains information of two kind :
Boot menu behavior
Images creation
The Pulse 2 backup binaries use this file to learn which partitions to backup (more precisely, which to exclude). This one contains exclusion patterns, one per line, using the following syntax : <disk name>:<partition name> :
To prevent backuping the P partition from D disk : D:P
To prevent backuping the D disk : D:0
This INI-like config file describe which items will be displayed by the client.
The section contains global items to pass to grub, using format "item=<grub directive>". For exemple :
[header] item=timeout 10 item=color 7/1 15/3 item=default DEFNUM item=nosecurity
(DEFNUM has a special meaning, see below).
The section contains menu entries to pass to grub, using 4 mandatory keywords :
def (yes/no) : is this item the default one ?
visu (yes/no) : is this item displayed ?
image : this item path
include : this item configuration file path
For exemple :
[menu4] def=no visu=yes image=Backup-B include=Backup-B/conf.txt