dissect.target.loaders.vbk

Module Contents

Classes

VbkLoader

Load Veaam Backup (VBK) files.

Attributes

dissect.target.loaders.vbk.RE_RAW_DISK
class dissect.target.loaders.vbk.VbkLoader(path: pathlib.Path, **kwargs)

Bases: dissect.target.loader.Loader

Load Veaam Backup (VBK) files.

References

vbkfs
loader = None
static detect(path: pathlib.Path) bool

Detects wether this Loader class can load this specific path.

Parameters:

path – The target path to check.

Returns:

True if the path can be loaded by a Loader instance. False otherwise.

map(target: dissect.target.target.Target) None

Maps the loaded path into a Target.

Parameters:

target – The target that we’re mapping into.