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?


TIA
-Marc
-- 
BUGS My programs  never  have  bugs.  They  just  develop  random
     features.  If you discover such a feature and you want it to
     be removed: please send an email

-------------------------------------------------------------------------
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