Changes

Jump to: navigation, search

stoney conductor: VM Backup

319 bytes added, 16:14, 3 December 2013
/* How to exclude a machine from the backup */
objectclass: sstVirtualizationBackupObjectClass
ou: backup
sstbackupexcludefrombackup: TRUE
</source>
 
If the backup subtree in the LDAP directory already exists, you need to add the sstbackupexcludefrombackup attribute:
<source lang="ldif">
dn: ou=backup,sstVirtualMachine=<MACHINE-NAME>,ou=virtual machines,ou=virtualization,ou=services,o=stepping-stone,c=ch
changetype: add
sstbackupexcludefrombackup: TRUE
</source>
486
edits