Ralf Gross schrieb:
> 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
>     }
>    }
[snip]

The two Options{} declarations wasn't working as I expected. This FS seems to
work.

FileSet {
  Name = "VU0EM003 Full"
  Include {
    Options {
      aclsupport = yes
      signature = MD5
    }
    File = /
    File = /public
    File = /home
  }
  Include {
    Options {
      aclsupport = yes
      signature = MD5
      RegexDir = ".*000_KEIN_BACKUP.*"
      exclude = yes
    }
    File = /server
   }
[snip]

Thanks to Florian Heigl to pointing me in the right direction.

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