ACLs Using NFS
To be able to backup file Access Control Lists (ACLs) through NFS mounts, ACL support needs to be enabled with the mount command as follows:
# mount -t nfs -o soft,intr,proto=tcp,acl nas:/vol/vol1 /nas/vol/vol1
In addition, it is needed to add the ACL Support option to the Bacula File Set used:
FileSet {
Name = FS_NAS_VOL1
Options {
ACL Support = yes
...
}
File = /nas/vol/vol1
}