unique on the system to avoid conflicts with real files. Example programs such
as {\bf bpipe.c} show how to set these fields.
+Once the backup has begun, Bacula will call your plugin at the {\bf pluginIO}
+entry point to "read" the data to be backed up. Please see the {\bf bpipe.c}
+plugin for how to do I/O.
+
\subsection{endBackupFile(bpContext *ctx)}
Called at the end of backing up a file. 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.
+file and back it up, then it must return bRC\_More (not yet implemented).
\subsection{startRestoreFile(bpContext *ctx, const char *cmd)}
Not implemented.
int32_t whence;
boffset_t offset;
};
-
\end{verbatim}