endBackupFile(bpContext *ctx)
Called at the end of backing up a file for a command plugin. If the
plugin’s work is done, it should return bRC_OK. If the plugin wishes to
create another file and back it up, then it must return bRC_More (not
yet implemented). This is probably a good time to release any malloc()ed
memory you used to pass back filenames.
See also
newPlugin(bpContext *ctx)
freePlugin(bpContext *ctx)
getPluginValue(bpContext *ctx, pVariable var, void *value)
setPluginValue(bpContext *ctx, pVariable var, void *value)
handlePluginEvent(bpContext *ctx, bEvent *event, void *value)
startBackupFile(bpContext *ctx, struct save_pkt *sp)
startVerifyFile(bpContext *ctx, struct save_pkt *sp)
startRestoreFile(bpContext *ctx, const char *cmd)
createFile(bpContext *ctx, struct restore_pkt *rp)
setFileAttributes(bpContext *ctx, struct restore_pkt *rp)
endRestoreFile(bpContext *ctx)
pluginIO(bpContext *ctx, struct io_pkt *io)
bool checkFile(bpContext *ctx, char *fname)
bRC queryParameter(bpContext *ctx, struct query_pkt *qp)