Hello,

I make our vms backup through the bpipe plugin and the Heitor script.
http://www.bacula.com.br/script-configuracao-bpipe-para-backup-de-to-maquinas-virtuais-xen-citrix/

I also back up two folders from the xenserver-fd client, and when I remove
the entry for the bpipe plugin the backup is done correctly. I put the
entry back into Fileset and the error happens again.

We have disk space for backup, both in the bacula, and in the xenserver for
the snapshots to be created.

*Configs*:

- Bacula server with bacula 7.4.6
- Xenserver 7 with bacula client 7.4.6

Job {
  Name = "Backup_XenServer_VMs"
  JobDefs = "DefaultJob"
  Client = xenserver1-fd
  FileSet = FileSet_XenServer_VMs
  Schedule = agenda_backup_vms
  ClientRunAfterJob =
"/etc/bacula/scripts/after_job_xen_snapshots_delete.sh"
}

Client {
  Name = xenserver-fd
  Address = 172.16.8.183
  FDPort = 9102
  Catalog = MyCatalog
  Password = "aO/2b3DP7wrs8L4PeDKZE1XEDbzJvQMSQXgeJ3VylWHF"          #
password for FileDaemon
  File Retention = 10 years
  Job Retention = 10 years
  AutoPrune = yes
}

FileSet {
  Name = "FileSet_XenServer_VMs"
  Include {
    Options {
      signature = MD5
      Compression = LZO
    }
        Plugin = "\\|/etc/bacula/scripts/bpipe_xen.sh"
        File = /home
        File = /etc
  }
  Exclude {
  }
}

Any ideas are welcome!!! :D

-- 
Elias Pereira
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to