SearchFAQMemberlist Log in
Reply to topic Page 1 of 1
Backup is "not descending" into most important dir
Author Message
Post Backup is "not descending" into most important dir 
Attachments: Message as HTML

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?

Post Backup is "not descending" into most important dir 
-----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 | mproto < at > se...
*******************************************************
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (FreeBSD)

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

Post Backup is "not descending" into most important dir 
Attachments: Message as HTML

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

On 3/20/07, Michael Proto <mproto < at > se...> 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 | mproto < at > se...
*******************************************************
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (FreeBSD)

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


Post Backup is "not descending" into most important dir 
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 < at > li...
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 Thomas.Glatthor < at > ic...
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

Post Backup is "not descending" into most important dir 
Hi,

On 3/20/2007 3:20 PM, Michael Proto 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
...
Have I just completely misunderstood/misconfigured something?

Kind of Wink
You missed the 'One FS' option in your fileset definitions.

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.

Or use the OneFS=Yes option. Which one is the right solution for your
setup depends... none is perfect:
Having to add all file systems to the file set can get you in trouble
when you forget to add new file systems.
Backing up mounted file systems will get you in trouble when you back up
locally mounted NFS shares, DVDs, external hard disks, and /dev/kmem.
For example.

Arno


- -Proto
- --
Michael Proto | SecureWorks
Unix Administrator |
PGP ID: 5D575BBE | mproto < at > se...
*******************************************************
-----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 < at > li...
https://lists.sourceforge.net/lists/listinfo/bacula-users

--
IT-Service Lehmann al < at > it...
Arno Lehmann http://www.its-lehmann.de

Post Backup is "not descending" into most important dir 
On Tuesday 20 March 2007 15:15, Evan Kaufman wrote:
I'm trying to backup a redhat8 box, but i get the following errors every
time:

Well, well. I had certain doubts about printing these "warning" messages, but
I can see that in this case they served their pupose well and avoided a
possible disaster :-)


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?


Post Backup is "not descending" into most important dir 
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Kern Sibbald wrote:
On Tuesday 20 March 2007 15:15, Evan Kaufman wrote:
I'm trying to backup a redhat8 box, but i get the following errors every
time:

Well, well. I had certain doubts about printing these "warning" messages, but
I can see that in this case they served their pupose well and avoided a
possible disaster :-)

I think they are essential. HP Data Protector does not print them, and
we have made some painful mistakes as a result. Thanks for their
addition here.

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
- --
---- _ _ _ _ ___ _ _ _
|Y#| | | |\/| | \ |\ | | |Ryan Novosielski - Systems Programmer III
|$&| |__| | | |__/ | \| _| |novosirj < at > um... - 973/972.0922 (2-0922)
\__/ Univ. of Med. and Dent.|IST/AST - NJMS Medical Science Bldg - C630
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFGAAifmb+gadEcsb4RAqSRAJ0UWI1cs/84FOE0T5GB0jkg9iTX6ACfRk3v
NxU5gbSlMcKIq9I8i+VFrEo=
=OyMz
-----END PGP SIGNATURE-----

Post Backup is "not descending" into most important dir 
On Tuesday 20 March 2007 17:15, Ryan Novosielski wrote:
Kern Sibbald wrote:
On Tuesday 20 March 2007 15:15, Evan Kaufman wrote:
I'm trying to backup a redhat8 box, but i get the following errors every
time:

Well, well. I had certain doubts about printing these "warning" messages,
but
I can see that in this case they served their pupose well and avoided a
possible disaster :-)

I think they are essential. HP Data Protector does not print them, and
we have made some painful mistakes as a result. Thanks for their
addition here.

Yes, I guess what I am really complaining about is that these messages will
always be printed even if at some later point (or some prior point) Bacula
decends into the directory because it is explicitly included. I think a
little bit more fancy coding could probably reduce the noise a bit.
Some day, if no one sends me a patch, this will annoy me enough that I will
fix it ...


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
--
---- _ _ _ _ ___ _ _ _
|Y#| | | |\/| | \ |\ | | |Ryan Novosielski - Systems Programmer III
|$&| |__| | | |__/ | \| _| |novosirj < at > um... - 973/972.0922 (2-0922)
\__/ Univ. of Med. and Dent.|IST/AST - NJMS Medical Science Bldg - C630


-------------------------------------------------------------------------
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 < at > li...
https://lists.sourceforge.net/lists/listinfo/bacula-users


Display posts from previous:
Reply to topic Page 1 of 1
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
  


Magic SEO URL for phpBB