backuppc / rsync-bpc

Rsync-bpc is a customized version of rsync that is used as part of BackupPC
GNU General Public License v3.0
28 stars 17 forks source link

lib/sysacls.c throws error when no ACLs defined #27

Closed johnd486 closed 3 years ago

johnd486 commented 3 years ago
 2761 | #error No ACL functions defined for this platform!
      |  ^~~~~
make: *** [Makefile:65: lib/sysacls.o] Error 1

OK so there are no ACLs defined. How would you suggest the user corrects that please?

I'm running Ubuntu 21.10 with an existing SAMBA server supporting MacOS shares and Time Machine.

ediazrod commented 3 years ago

It was solve here.. https://github.com/backuppc/rsync-bpc/issues/13

johnd486 commented 3 years ago

Awesome, thank you Eduardo, that fixed the problem!

On 31 Oct 2021, at 16:03, Eduardo Diaz @.***> wrote:

 It was solve here.. #13

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

ediazrod commented 3 years ago

No problem, please close the issue.