Ralf Gross schrieb:
> Ok, I started the client's fd and all bacula daemons on the backup server with
> -d400 and started one more backup.
> 
> client's fd:
> 
> VU0EM003: find_one.c:210 File ----: /home/ralfgro/acltest3
> VU0EM003: find_one.c:261 Non-directory incremental: /home/ralfgro/acltest3
> VU0EM003: backup.c:243 FT_REG saving: /home/ralfgro/acltest3
> VU0EM003: backup.c:328 bfiled: sending /home/ralfgro/acltest3 to stored
> VU0EM003: backup.c:1004 File /home/ralfgro/acltest3
> attribs=P0A K+Gr IG4 B A A A A BAA I BF4X4B BF4X4B BF4YD0 A A C
> attribsEx=
> VU0EM003: backup.c:1021 >stored: attrhdr 76 1 0
> VU0EM003: backup.c:1049 >stored: attr len=86: 76 3 /home/ralfgro/acltest3
> 
> on the director:
> 
> VU0EM005: catreq.c:417 dird<stored: stream=1 /home/ralfgro/acltest3
> VU0EM005: catreq.c:418 dird<stored: attr=P0A K+Gr IG4 B A A A A BAA I BF4X4B 
> BF4X4B BF4YD0 A A C
> VU0EM005: catreq.c:433 dird<filed: stream=1 /home/ralfgro/acltest3
> VU0EM005: catreq.c:434 dird<filed: attr=P0A K+Gr IG4 B A A A A BAA I BF4X4B 
> BF4X4B BF4YD0 A A C
> VU0EM005: catreq.c:394 UpdCat msg=UpdCat Job=VU0EM003.2007-02-25_13.40.10 
> FileAttributes 
> VU0EM005: catreq.c:396 UpdCat VolSessId=2 VolSessT=1172406686 FI=77 Strm=1 
> data_len=81
> VU0EM005: catreq.c:400 Cached attr. Stream=1 fname=/home/ralfgro/acltest3
> 
> 
> >From src/filed/backup.c
> 
>  /* Send the buffer to the storage deamon */
>    Dmsg2(400, "Backing up ACL type 0x%2x <%s>\n", acltype, jcr->acl_text);
> 
> If ACL's were backed up, shouldn't I see this messages somewhere in the debug
> output?

Well, it seems that I'm doing something wrong in the way I define the
FileSet. This is working and backing up all ACL's.

FileSet {
  Name = "VU0EM003 ACL Test"
    Include {
      File = /home/ralfgro
    Options {
     aclsupport = yes
     signature = MD5
     }
    }
}


VU0EM003: backup.c:977 ACL of file: /home/ralfgro/acltest3
successfully backed up!
VU0EM003: backup.c:586 bfiled>stored:header 7217 3 0
VU0EM003: find_one.c:210 File ----: /home/ralfgro/acltest4
VU0EM003: backup.c:243 FT_REG saving: /home/ralfgro/acltest4
VU0EM003: backup.c:328 bfiled: sending /home/ralfgro/acltest4 to
stored
VU0EM003: backup.c:1004 File /home/ralfgro/acltest4
attribs=P0A K+Gs IG4 B A A A A BAA I BF4X4B BF4X4B BF4Yrq A A C
attribsEx=
VU0EM003: backup.c:1021 >stored: attrhdr 7218 1 0
VU0EM003: backup.c:1049 >stored: attr len=88: 7218 3
/home/ralfgro/acltest4
VU0EM003: backup.c:957 Backing up ACL type 0x 1 <user::rw-
user:rg:rwx
group::---
mask::rwx
other::---


This is my default FileSet for this client and does not backup ACL's, in
/server or /home.

FileSet {
  Name = "VU0EM003 Full"
  Include {
    Options {
      aclsupport = yes
      signature = MD5
    }
    File = /
    File = /server
    File = /public
    File = /home

    Options {
           RegexDir = ".*000_KEIN_BACKUP.*"
           exclude = yes
    }
   }
  Exclude {
    File = /cdrom
    File = /media
    File = /lost+found
    File = /mnt
    File = /dev
    File = /sys
    File = /proc
    File = /tmp
    File = /.journal
    File = /.fsck
  }
}

By looking at http://www.bacula.org/rel-manual/FileSet_Resource.html I couldn't
find the reason wyh the above FileSet should not backup ACL's.

Ralf

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to