> i suppose your preferred behaviour would be
> for it to do a treewise merge of the paths and
> vac the shallowest root that contains all the
> paths, missing out all contents that aren't
> under one of the named paths.
> 
> this seems like quite an involved operation,
> when you can get much the same result
> by building a custom namespace containing the
> trees you want (admittedly, a recursive mntgen
> would be useful here).

wouldn't work on p9p.

it's hard to comment on the current behavior without
knowing the reasoning.  given your use case, it seems
like tar's model makes more sense.

a straightforward solution would be to have vac take
a proto.  i would think the -e flag would not scale.
then you can give a single root and include only the
stuff you want without changing current behavior.
and the bonus is that it works a lot like mkfs.

- erik

Reply via email to