Hello everyone, I ran some tests with bpipe in bacula and I noticed the file of 
2nd parameter(generated by export command, this file: /home/fifo/snapshot.xva) 
is still saved on my disk after bacula backup, so in documentation it's said 
this file don't need to exist after backup... and I think it can be removed 
with a ClientRunAfterJob script, but my doubt is, in your configuration, this 
file really exists after backup or maybe its fault of my configs? Thanks!

Here is my FileSet

FileSet {
  Name = XenFS
  Include {
    Options {
      signature = MD5
      compression = LZO
    }
     Plugin = "bpipe:/home/fifo/snapshot.xva:snp_uuid=$(xe vm-snapshot 
vm=centoss_test new-name-label=cnts_vm) && 
     xe vm-export vm=$snp_uuid filename=:xe vm-import filename=/dev/stdin"
  }
}

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

Reply via email to