>>>>> On Wed, 24 Jul 2019 15:54:49 +0100, Adam Weremczuk said:
> 
> On 23/07/19 19:16, Josip Deanovic wrote:
> 
> > Have you checked both file systems for the ACL support?
> > ACL support might be disabled.
> The client in question (fd) also happens to be Bacula director and sd.
> An yes, it does support ACL:
> 
> cat /etc/mtab | grep acl | grep var
> /dev/mapper/vg0-var /var ext4 
> rw,relatime,user_xattr,acl,barrier=0,stripe=256,data=ordered 0 0
> 
> grep acl /etc/mke2fs.conf
>      default_mntopts = acl,user_xattr
> 
> ACLs are widely used for services on the client.
> E.g. after I restore /var/lib/samba the service refuses to start without 
> the right ACL structure.
> 
> The tapes definitely support ACL as well.
> I've added a test directory to backups another, similar client (Ubuntu 
> 16) and ran a couple of setfacl commands on them.
> The next day restore had them all as expected.

Have you checked if acl and xattr support is compiled into the bacula-fd?

objdump -T ...path..to../bacula-fd | egrep 'acl|xattr'

__Martin


_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to