Red Hat 8.1 사용자 설명서

다운로드
페이지 374
cn=tasks
115
dn: cn=example backup, cn=backup, cn=tasks, cn=config
objectclass: extensibleObject
cn: example backup
nsArchiveDir: /export/backups/
nsDatabaseType: ldbm database
As the backup operation runs, the task entry will contain all of the server-generated task attributes
listed in 
nsArchiveDir
This attribute gives the location of the directory to which to write the backup.
The backup directory here should usually be the same as the one configured in the nsslapd-bakdir
attribute.
If this attribute is not included with the cn=backup task, the task will fail with an LDAP object class
violation error (65).
Parameter
Description
Entry DN
cn=task_name, cn=backup, cn=tasks, cn=config
Valid Values
Any local directory location
Default Value
Syntax
Case-exact string
Example
nsArchiveDir: /export/backups
nsDatabaseTypes
This attribute gives the kind of database being archived. Setting the database types signals what kind
of backup plug-in the Directory Server should use to archive the database.
Parameter
Description
Entry DN
cn=task_name, cn=backup, cn=tasks, cn=config
Valid Values
ldbm database
Default Value
ldbm database
Syntax
Case-exact string
Example
nsDatabaseType: ldbm database
2.3.15.5. cn=restore
A database can be restored through the command line by creating a special task entry which defines
the parameters of the task and initiates the task. As soon as the task is complete, the task entry is
removed from the directory.
The cn=restore entry is a container entry for task operations to restore a database. The
cn=restore
 entry itself has no attributes, but each of the task entries within this entry, such as
cn=
task_IDcn=restorecn=taskscn=config, uses the following attributes to define the restore
task.