Hi, 11.10.2007 08:56,, Jean-Michel Caricand wrote:: > Hi, > > I have a litlle question. I have a server with theses mount point : > > # cat /etc/fstab > ... > /dev/mapper/myvg-home /home ext3 > defaults,usrquota,grpquota,acl 0 2 > /dev/mapper/myvg-public /home/public ext3 defaults > 0 2 > /dev/mapper/myvg-apps /home/apps ext3 defaults > 0 2 > ... > > In my File Set, I've defined : > > ... > File = / > ... > File = /home > File = /home/apps > File = /home/public > ... > > When I run a job, I get theses warnings : > > wesson-fd: Filesystem change prohibited. Will not descend into /home/apps > wesson-fd: Filesystem change prohibited. Will not descend into > /home/public > > Why ?
Because, when working through /, the FD notices that these directories are a different file system and it notifies you that they are not automatically descended into. This is not a problem as you explicitly include them later. By the way: You should probably upgrade to 2.2.4 as there was a serious bug in earlier versions... Arno > > -- Arno Lehmann IT-Service Lehmann www.its-lehmann.de ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Bacula-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/bacula-users
