I'm trying to backup a redhat8 box, but i get the following errors every
time:

rhbox:      Filesystem change prohibited. Will not descend into /boot
rhbox:      Filesystem change prohibited. Will not descend into /proc
rhbox:      Filesystem change prohibited. Will not descend into /home
rhbox:      Filesystem change prohibited. Will not descend into /usr/WWW
rhbox:      Filesystem change prohibited. Will not descend into /usr/data

The backup completes with a non-error status, but it doesnt back up the very
important stuff in /home and /usr that I set up bacula expressly for...The
job in question is defined as follows:

# Job/Fileset definitions for handler
Job {
 Name = Backuprhbox
 JobDefs = DefaultJobTemplate
 Client = rhbox
 FileSet = FileSetrhbox
 Write Bootstrap = "/home/bacula/bin/working/rhbox.bsr"
}
FileSet {
 Name = FileSetrhbox
 Ignore FileSet Changes = yes
 Include {
   Options {
     Signature = MD5
     Verify = pins5
     Onefs = yes
     Exclude = yes

     # exclude files in /tmp and /proc
     Wild = "/tmp/*"
     Wild = "/proc/*"
   }
   # include everything else
   File = "/"
 }
}

Have I just completely misunderstood/misconfigured something?
-------------------------------------------------------------------------
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
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to