> Hello,
>
> While restoring files on a XFS file system with ACLs, Bacula 1.38.9-2
> returns me an error :
> """
> 127.0.0.1-fd: drwxrwx---   2 root     root             6 2006-05-24
> 11:41:17  /home/test/
> 29-mai 10:45 127.0.0.1-fd: RestoreFiles.2006-05-29_10.45.23 Warning:
> restore.c:347 Can't restore ACL of /home/test/
> 29-mai 10:45 127.0.0.1-fd: RestoreFiles.2006-05-29_10.45.23 Warning:
> restore.c:359 Can't restore default ACL of /home/test/
> """
>
> what's happening ?

Groan!!! In looking at the code, I see that the author did not print any
error messages that include the reason for the failure. So, it is not
currently possible to know what went wrong.

Possibilities are: Your OS does not have ACLs. You are trying to restore
ACLs to a different filesystem type. ACL support was not configured into
the FD. Your OS is not one of the ones supported.  The ACL type is
different from those that Bacula supports.  You don't have proper
permissions to write the ACLs.  You changed ACL versions between the
backup and the restore.

The error handling is something I'll try to clean up before the next major
release.

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


Best regards, Kern


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

Reply via email to