Bacula-users

Re: [Bacula-users] Exclude of file not working.

2009-01-15 07:57:43
Subject: Re: [Bacula-users] Exclude of file not working.
From: "Erik P. Olsen" <epodata AT gmail DOT com>
To: Ralf Gross <Ralf-Lists AT ralfgross DOT de>
Date: Thu, 15 Jan 2009 13:47:11 +0100
On 15/01/09 12:04, Ralf Gross wrote:
> Erik P. Olsen schrieb:
>> I have set up an exclude for File = /home/erik/.gvfs but it is nevertheless 
>> not
>> excluded. Is it a bug or can't hidden directories be excluded? I keep getting
>> following warnings:
>>
>> 14-Jan 23:38 epohost-fd JobId 1081:      Could not stat /home/erik/.gvfs:
>> ERR=Permission denied
>>
>> It's with Bacula 2.4.3 on Fedora 10.
> 
> Maybe it would be a good idea, if you show us your whole FileSet and
> the exclude statement.

Of course:

FileSet {
  Name = "Full Set"
  Include {
    Options {
      signature = MD5
#      compression = GZIP
      aclsupport = yes
    }
    File = /
    File = /boot
    File = /dataspace
    File = /downloads
    File = /home
    File = /usr
    File = /var
  }
  Exclude {
    File = /home/erik/.gvfs
    File = /proc
    File = /media
    File = /tmp
    File = /spool
    File = /dataspace/bacula-backups
    File = /dataspace/bacula-restores
    File = /VMware
    File = /var/lib/nfs
  }
}

-- 
Erik.

------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Bacula-users mailing list
Bacula-users AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users