Hi,

I run into the following problem:
On one server I have a chroot, where /proc is mounted into.
This results in /chroot/proc/kcore (which is a virtual file, that's 128TB 
big).

If I start bareos-fd now on this server, it consumes 100% CPU for days and 
looking into /proc/<bareos-fd PID>/fd shows me, that it seams to read the 
file /chroot/proc/kcore all the time.

I was able to exclude /chroot/proc from the backup by adding 
  Exclude { 
    File = /chroot/proc
  }
to the bareos-dir fileset configuration and the resulting backup doesn't 
include /chroot/proc/kcore, but how do I tell bareos-fd not to inspect this 
file?

At least it doesn't inspect /proc/kcore, so there seems some default 
configuration that excludes /proc and the like, but how do I tell it to 
also exclude /chroot/proc?

Greetings
Roland

-- 
You received this message because you are subscribed to the Google Groups 
"bareos-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/bareos-users/1624cbdc-76b6-40d3-9938-11a84dc763bfn%40googlegroups.com.

Reply via email to