Uses of Interface
net.bluemind.dataprotect.api.IDPContext
-
Uses of IDPContext in net.bluemind.dataprotect.api
Modifier and TypeMethodDescriptiondefault void
IBackupWorker.cleanup
(IDPContext ctx, PartGeneration part, Map<String, Object> params) default void
IBackupWorker.dataDirsSaved
(IDPContext ctx, String tag, ItemValue<Server> backedUp) This gets called once the data is saved with rsync.void
IBackupWorker.prepareDataDirs
(IDPContext ctx, String tag, ItemValue<Server> toBackup) This is called before the backup starts.default void
IBackupWorker.restore
(IDPContext ctx, PartGeneration part, Map<String, Object> params)