Hello,

Job does not backup vm with attached log (bareos-fd.trace). Do you have any 
suggestions?

Bareos 17.2.3 / VMware 5.5

FileSet {
  Name = "fs-vm-bareos3"
  Include {
    Options {
      Signature = MD5 # calculate md5 checksum per file
      Compression = GZIP
    }
    Plugin = "python:\
    module_path=/usr/lib64/bareos/plugins/vmware_plugin:\
    module_name=bareos-fd-vmware:\
    dc=dc:\
    folder=/:\
    vmname=vm_openvpn:\
    vcserver=vcenter.abc.lcl:\
    vcuser=root:\
    vcpass=password"
  }
}

JobDefs {
  Name = "jd-vmbareos3"
  Type = Backup
  Level = Incremental
  FileSet = "fs-vm-bareos3"                 
  Schedule = "WeeklyCycle"
  Storage = File
  Messages = Standard
  Pool = Incremental
  Priority = 10
  Write Bootstrap = "/var/lib/bareos/%c.bsr"
  Full Backup Pool = Full                  # write Full Backups into "Full" 
Pool         (#05)
  Differential Backup Pool = Differential  # write Diff Backups into 
"Differential" Pool (#08)
  Incremental Backup Pool = Incremental    # write Incr Backups into 
"Incremental" Pool  (#11)
}

Job {
  Name = backup-vmbareos3-fd
  Client = bareos-fd
  JobDefs = jd-vmbareos3
}


-- 
You received this message because you are subscribed to the Google Groups 
"bareos-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Attachment: bareos-fd.trace
Description: Binary data

Reply via email to