On 9/24/25 10:45, Andreas Rogge wrote:
> Am 24.09.25 um 10:40 schrieb Spadajspadaj:
>> And does it matter _what_ plugin the data is from? I mean, could I
>> just set up FD with a simple "cat > file" plugin (of course it's a
>> bit of a oversimplification but you catch my drift) and restore raw
>> data from another plugin?
> It doesn't matter which plugin did the backup. Basically, everything
> declared with "Plugin =" in your FileSet will not be extracted by
> bextract.
I meant it the other way around. This time completely without bextract.
For example, if I had a backup done with
Plugin = "bpipe:file=/_rpmlist_/rpm.lst:reader=/usr/bin/rpm
-qa:writer=/bin/bash -c 'xargs dnf install -y'"
But tried to extract it to a FD with a job definition of
Plugin = "bpipe:file=/_rpmlist_/rpm.lst:reader=/usr/bin/rpm
-qa:writer=/bin/bash -c 'cat > /tmp/rpm.lst'"
to just get the raw context of the stream (or you could replace cat with
dd or whatever.
Actually, talking about a list of packages done this way I'm not sure if
I wasn't simply able to restore the resulting stream on another FD
_without_ the plugin as just a file.
MK