On Wed, Jun 9, 2021 at 12:42 PM Henry Matroé <[email protected]> wrote: > > Ho and for all the folder (ONLY on foldder), i have this message during > restoration : > > bextract JobId 0: Warning: findlib/mkpath.cc:102 Cannot change owner and/or > group of <PATH EXAMPLE> ERR=permission denied >
As what user did you run bextract? Normally the use of chown(2) is restricted to root. On Linux the necessary capability is CAP_CHOWN, see "man 7 capabilities" - but root will hold the CAP_CHOWN capability. James. -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/bareos-users/CAGwX766U0Hp8eds9wY%2BT3A%2BJDNj7oqdLTKZnVGn_2DFCAjcHDA%40mail.gmail.com.
