Re: mtree: exclude keywords from being checked

2025-08-13 Thread Edgar Fuß
> Use spec. conversion (-C) with -R/-K/-k: Ah, thanks! Could someone(TM) please add this to the man page? Is it on purpose that -K/-k/-R are ignored when comparing to a spec?

Re: mtree: exclude keywords from being checked

2025-08-13 Thread RVP
On Wed, 13 Aug 2025, Edgar Fuß wrote: In mtree, how do I exclude keywords present in the specification from being checked against the on-filesystem value? E.g, the spec contains md5, but I don't want mtree to compare that to the actual files? Use spec. conversion (-C) with -R/-K/-k: ``` mtre

mtree: exclude keywords from being checked

2025-08-13 Thread Edgar Fuß
In mtree, how do I exclude keywords present in the specification from being checked against the on-filesystem value? E.g, the spec contains md5, but I don't want mtree to compare that to the actual files? The manpage suggests -k/-R would be what I want, but that seems to only make a difference