Bacula-doc:
> onefs=yes|no
>     If set to yes (the default), Bacula will remain on a single file system. 

set it to "no".


Michael Proto schrieb:
> Evan Kaufman wrote:
>> 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?
> 
> 
> I take it you have separate partitions for /boot, /usr, /home, etc?
> Bacula won't cross filesystem boundaries by default, so if you want to
> back-up separate filesystems you must explicitly list them in your
> Fileset record. Try adding:
> 
> File = "/home"
> File = "/usr"
> etc...
> 
> To your Fileset record.
> 
> 
> -Proto

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

-- 
IC3S Information, Computer und Solartechnik AG
Bäckerbarg 6, 22889 Tangstedt, Germany

Telefon    +49.4109.555.121
Telefax    +49.4109.555.57
E-Mail      [EMAIL PROTECTED]
Web        http://www.ic3s.de/

Vorstand: Jan Behrmann (Vorsitzender), Stefan Fehlauer
Aufsichtsrat: Sven Niklasson (Vorsitzender)
Dresdner Bank (200 800 00), Kto. 0123 9582 00
Commerzbank (200 400 00), Kto. 8540 288
Amtsgericht Kiel HRB 7590
UST.IdNr. DE184532766

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