]> git.sur5r.net Git - bacula/bacula/commit
Add rudimentary support for saving AFS acls.
authorMarco van Wieringen <mvw@planets.elm.net>
Mon, 11 Jun 2012 15:16:40 +0000 (17:16 +0200)
committerKern Sibbald <kern@sibbald.com>
Sat, 20 Apr 2013 12:50:48 +0000 (14:50 +0200)
commit2658fc6a73a35f0ab387bbf8be2c986ad1efc396
tree0b2841a98b00b37e837c098311fdcd6c0a54af2b
parent4d4a09b446fd84af86034f18278494b4367ff350
Add rudimentary support for saving AFS acls.

    Add support for saving and restoring AFS acls using the
    pioctl interface of (Open)AFS. This is mostly a proof of
    concept its no where ready for production and may put
    a enormous load on your AFS cell so please use it only
    for testing. It also only solves part of the AFS backup
    problem as we only save and restore acls on directories
    on an AFS filesystem but not the actual cell configuration
    etc. For that we advice you to use the native tooling
    using some script or the bpipe plugin.
bacula/autoconf/acconfig.h
bacula/autoconf/configure.in
bacula/src/filed/Makefile.in
bacula/src/filed/acl.c