mirror of
https://github.com/samba-team/samba.git
synced 2025-01-28 17:47:29 +03:00
68d82998d2
(This used to be commit b773d848e854394f36351f97130a20a245367b2c)
35 lines
846 B
Plaintext
35 lines
846 B
Plaintext
[
|
|
uuid("ecec0d70-a603-11d0-96b1-00a0c91ece30"),
|
|
version(1.0),
|
|
pointer_default(unique),
|
|
helpstring("Backup support for Active Directory")
|
|
] interface ad_backup
|
|
{
|
|
void HrRBackupPrepare();
|
|
void HrRBackupEnd();
|
|
void HrRBackupGetAttachmentInformation();
|
|
void HrRBackupOpenFile();
|
|
void HrRBackupRead();
|
|
void HrRBackupClose();
|
|
void HrRBackupGetBackupLogs();
|
|
void HrRBackupTruncateLogs();
|
|
void HrRBackupPing();
|
|
}
|
|
|
|
[
|
|
uuid("16e0cf3a-a604-11d0-96b1-00a0c91ece30"),
|
|
version(1.0),
|
|
pointer_default(unique),
|
|
helpstring("Restoring Active Directory backups")
|
|
] interface ad_restore
|
|
{
|
|
void HrRIsNTDSOnline();
|
|
void HrRRestorePrepare();
|
|
void HrRRestoreRegister();
|
|
void HrRRestoreRegisterComplete();
|
|
void HrRRestoreGetDatabaseLocations();
|
|
void HrRRestoreEnd();
|
|
void HrRRestoreSetCurrentLogNumber();
|
|
void HrRRestoreCheckLogsForBackup();
|
|
}
|