From 039eb1aaa97b9fde1126b8f2c4b4fcd0c5bf306d Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Mon, 22 Sep 2008 16:46:15 +0000 Subject: [PATCH] Update new features --- docs/manuals/en/concepts/concepts.kilepr | 2 +- docs/manuals/en/concepts/newfeatures.tex | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/manuals/en/concepts/concepts.kilepr b/docs/manuals/en/concepts/concepts.kilepr index 9c3db920..b2e64431 100644 --- a/docs/manuals/en/concepts/concepts.kilepr +++ b/docs/manuals/en/concepts/concepts.kilepr @@ -161,7 +161,7 @@ order=-1 [item:newfeatures.tex] archive=true -column=30 +column=25 encoding=UTF-8 highlight=LaTeX line=972 diff --git a/docs/manuals/en/concepts/newfeatures.tex b/docs/manuals/en/concepts/newfeatures.tex index b2c4e418..3a19ebe8 100644 --- a/docs/manuals/en/concepts/newfeatures.tex +++ b/docs/manuals/en/concepts/newfeatures.tex @@ -968,10 +968,14 @@ entry in the Bacula catalog database. The full path and filename should be 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. @@ -1004,7 +1008,6 @@ struct io_pkt { int32_t whence; boffset_t offset; }; - \end{verbatim} -- 2.39.2