Hello,
I am trying to backup several gluster areas/directories using a single Fileset using the GFAPI plugin (i.e. backing up from rather than to gluster volumes).
I can't seem to achieve this with either separate lines such as:
Plugin = "gfapi:volume=gluster\\://cloud03/vm2:"
Plugin = "gfapi:volume=gluster\\://cloud03/vm3:"
or a single line such as
Plugin = "gfapi:volume=gluster\\://cloud03/vm2:gfapi:volume=gluster\\://cloud03/vm3:"
Any pointers would be appreciated.
Thanks
Full file:
FileSet {
Name = "JHI_Vm1"
Description = "fileset to backup JHI Vm1 GlusterFS Data"
Include {
Options {
aclsupport = yes
Signature = MD5 # calculate md5 checksum per file
xattrsupport = yes
}
Plugin = "gfapi:volume=gluster\\://cloud03/vm2:"
Plugin = "gfapi:volume=gluster\\://cloud03/vm3:"
}
}