Hi I am backing up a linux box and I see the following in the messages.

< snip >
frigg-fd:      Filesystem change prohibited. Will not descend into /home
< /snip >


in my fileset I have the following

< snip /etc/bacula/bacula-dir.conf >
FileSet {
   Name = "frigg-full"
   Include {
     Options {
       signature = MD5
     }
     File = /
     File = /home
   }
   Exclude {
     File = /home/backup
     File = /backup
     File = /home/bacula
     File = /dev
     File = /proc
     File = /tmp
     File = /.journal
     File = /.fsck
   }
}

< /snip >

I realize that for a separate mount point which I want to back up I need 
to add it which I have done, but why do I get the warning message. Should 
I just ignore it ?


_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to