MCPcopy Create free account
hub / github.com/bareos/bareos / PyCreateFile

Function PyCreateFile

core/src/plugins/filed/python/module/bareosfd.cc:801–842  ·  view source on GitHub ↗

* Called for a command plugin to create a file during a Restore job before * restoring the data. This entry point is called before any I/O is done on * the file. After this call, Bareos will call pluginIO() to open the file for * write. * * We must return in rp->create_status: * * CF_ERROR -- error * CF_SKIP -- skip processing this file * CF_EXTRACT -- extract the file (i.e.call i

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 5

NativeToPyRestorePacketFunction · 0.85
PyRestorePacketToNativeFunction · 0.85
DmsgFunction · 0.50
PyErrorHandlerFunction · 0.50

Tested by

no test coverage detected