Job { Name = "VMWARE-VMNAME" Client=srv-backup04-fd JobDefs = "DefJobsVMWARE" FileSet = "VMWARE-DEIVE-REIS-W7" Storage = backup-vmware } FileSet { Name = "VMWARE-VMNAME" Include { Options { signature = MD5 Compression = LZO } Plugin = "python:module_path=/usr/lib64/bareos/plugins/vmware_plugin:module_name=bareos-fd-vmware:dc=DOMAIN:uuid=:vcserver=vcenter01.MYDOMAIN.local:vcuser=backup@vsphere.local:vcpass=" } } JobDefs { Name = "DefJobsVMWARE" Type = Backup Level = Incremental Storage = backup-vmware Schedule = "vmware" Messages = Standard Accurate = no Pool = vmware-diario Priority = 10 Write Bootstrap = "/var/lib/bareos/%c.bsr" Full Backup Pool = vmware-full Incremental Backup Pool = vmware-diario Maximum Concurrent Jobs = 5 } Schedule { Name = "vmware" Run = Full sat at 02:00 Run = Incremental mon-fri at 19:00 } Storage { Name = backup-vmware Address = ADDRESS Password = PWD Device = backup-vmware MaximumConcurrentJobs = 8 Media Type = File } Pool { Name = vmware-full Pool Type = Backup Recycle = yes AutoPrune = yes Action On Purge = Truncate Volume Retention = 13 days File Retention = 13 days Volume Use Duration = 4h Label Format = "vmware-full-" Recycle Oldest Volume = yes Maximum Volume Bytes = 100GB Maximum Volume Jobs = 10 } Pool { Name = vmware-diario Pool Type = Backup Recycle = yes AutoPrune = yes Action On Purge = Truncate Volume Retention = 13 days File Retention = 13 days Volume Use Duration = 4h Label Format = "vmware-diario-" Recycle Oldest Volume = yes Maximum Volume Bytes = 100GB Maximum Volume Jobs = 10 }