>>>>> On Fri, 28 Apr 2017 14:05:27 +0200, Tomasz Bialek said:
> 
> First time I would like to say
> hallo
> 
> I have a problem with the bpipe (configuration?).
> 
> I want to run a virtual machine backup like in the example by Heitor
> but I have an error:
> xen7test-fd JobId 117: Error: bpipe-fd: Error closing for file 
> /var/tmp/Odoo_8.xva: 268435457

It looks like the command returned exit status 1 (from 268435457-(1<<28)).


> 3. On the director
> #
> FileSet {
> Name = "xen7test-odoo8-fs"
> Include {
> Options { Signature = MD5 }
> Plugin = "bpipe:/var/tmp/Odoo_8.xva:snapshot=`xe vm-snapshot 
> uuid=1f3cfdde-e0fd-65e5-bea2-2a4a8e0abd0f new-name-label=Odoo_8_snps` && xe 
> template-param-set is-a-template=false uuid=$snapshot
> && xe vm-export vm=$snapshot filename=:dd of=/mnt/Odoo_8.xva"}
> }
> #

Is that line break before the final "&&" real?  If so, I suggest joining the
lines.

Otherwise, try the command to see if it fails:

/bin/sh -c 'snapshot=`xe vm-snapshot uuid=1f3cfdde-e0fd-65e5-bea2-2a4a8e0abd0f 
new-name-label=Odoo_8_snps` && xe template-param-set is-a-template=false 
uuid=$snapshot && xe vm-export vm=$snapshot filename= > 
/tmp/snapshot-Odoo_8_snps'

__Martin

------------------------------------------------------------------------------
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