Listing 1: Fileset für vCenter-Snapshot-Backups FileSet { Name = "PyTestSetVmwaretest01" Include { Options { signature = XXH128 Compression = LZ4 } Plugin = "python3": ":module_path=/usr/lib/bareos/plugins" ":module_name=bareos-fd-vmware" ":dc=dass5" ":folder=/bareos/subfolder-bareos" ":vmname=test01" ":vcserver=sddc01.local" ":vcuser=bareos@vsphere.local" ":vcpass=geheim" } } Listing 2: Job-Definition für Fileset 1 Job { Name = "PyTestVmware1" JobDefs = "DefaultJob" FileSet = "PyTestSetVmwaretest01" }