This here seems a usual pattern within plugins:
        
    def start_backup_file(self, savepkt):
        if not self.paths_to_backup:
            return bareosfd.bRC_Skip

Question: shouldn't a plugin return bRC_Stop at this point?

I perceived an endless loop (with the postgresql plugin) where
the plugin would return bRC_Skip, and the controlling entity
would then just call it again, forever.

It seems in R.23 it is possible to return bRC_Stop at that point
(which makes things a bit more easy over-all, anyway).

cheerio,
PMc

-- 
You received this message because you are subscribed to the Google Groups 
"bareos-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/bareos-devel/ZjfvU3fUPvHV7J4q%40disp.intra.daemon.contact.

Reply via email to