Ack...I should have caught that.  Thanks so much!

On 3/20/07, Michael Proto <[EMAIL PROTECTED]> wrote:

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

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
- --
Michael Proto            | SecureWorks
Unix Administrator       |
PGP ID: 5D575BBE         | [EMAIL PROTECTED]
*******************************************************
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (FreeBSD)

iD8DBQFF/+3BOLq/wl1XW74RAgA1AJ9GVtMGhXlpAcP+e5IxjqnBazP4iACdE5w8
ejvJp3OqvK2g7bhKyGkVajU=
=4GUD
-----END PGP SIGNATURE-----

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