In response to Marc Schiffbauer <[EMAIL PROTECTED]>:

> Hi all,
> 
> I have a backup which finished with the following warning:
> 
> ---
> bart-fd: Filesystem change prohibited. Will not descend into /home/mschiff
> ---
> 
> "Filesystem change prohibited" is correct as I use default values
> here. But "Will not descend into /home/mschiff" is wrong because
> both "/home" and "/home/mschiff" are in the fileset which are two
> different filesystems. And a "list files jobid=xy" really shows me
> files on /home/mschiff.
> 
> This is the FileSet:
> 
> -------------------------------------------------------------
> FileSet {
>   Name = "bart ImportantData FileSet"
>   Include {
>     Options {
>       signature = MD5
>       noatime = yes
>       aclsupport = yes
>     }
>     Options {
>       exclude = yes
>       regex = ".*/[Cc]ache/.*"
>     }
>     File = "\\</etc/bacula/backup-include.txt"
>   }
> 
>   Exclude {
>     # exclude all dirs containing a file called ".BACULA_NO_BACKUP"
>     File = "\\|sh -c 'for D in /home; do find $D -xdev -name 
> .BACULA_NO_BACKUP -type f -printf \"%h\\n\"; done | tee 
> /root/bacula_excluded_dirs.log'"
>   }
> }
> -------------------------------------------------------------
> 
> The clients "/etc/bacula/backup-include.txt":
> --------------------------
> /etc
> /opt
> /root
> /usr/local
> /home
> /home/mschiff
> --------------------------
> (with /, /home and /home/mschiff being different filesystems)
> 
> 
> Any hints how I can get rid of the warning?

This is a known shortcoming at this time.  The code that prevents filesystem
change does not check to see if the data will be caught via another rule.

There's no way to prevent the warning via the config.  This would be a nice
feature to have added.

-- 
Bill Moran
http://www.potentialtech.com

-------------------------------------------------------------------------
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
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to