Bacula-users

[Bacula-users] Strange behavior of the onefs check

2011-02-16 04:29:12
Subject: [Bacula-users] Strange behavior of the onefs check
From: Frank Seidinger <frank.seidinger AT novity DOT de>
To: bacula-users AT lists.sourceforge DOT net
Date: Wed, 16 Feb 2011 10:08:07 +0100
Hi there,

I'm new to bacula and I've set up a new backup system to mainly learn 
how to use backups with bacula that will later cover my backup system.

My environment is using a physical machine (Ubuntu 10.04 x64) that has a 
DDS3 tape attached. The file daemon is installed on this machine. A 
second machine is a kvm-qemu VM (also Ubuntu 10.04 x64) that runs the 
director and a client. Current version of bacula is 5.0.1-1ubuntu1.

The backup tells me in the log:
/home/xxx is a different filesystem. Will not descend from /home into 
/home/xxx

The xxx is the home directory of the main user of Ubuntu and in fact the 
only user on this machine.

The message is strange as the mentioned directory is not onto a 
different file system. In fact there is only one root drive mounted to 
"/" from where the home directory is a direct descendant.

A "df -h" shows:

Dateisystem            Größe Benut  Verf Ben% Eingehängt auf
/dev/vda1             9,4G  1,3G  7,7G  15% /
none                  242M  164K  242M   1% /dev
none                  247M     0  247M   0% /dev/shm
none                  247M   40K  247M   1% /var/run
none                  247M     0  247M   0% /var/lock
none                  247M     0  247M   0% /lib/init/rw
none                  9,4G  1,3G  7,7G  15% /var/lib/ureadahead/debugfs

My fileset definition for this is:

# Fileset für eine ubuntu VM
FileSet {
   Name = "UbuntuVM"

   Include {
     Options {
       Signature = SHA1
       Compression = GZIP
       wildfile = "*.pid"
       Exclude = yes
     }

     File = /etc
     File = /home
     File = /root
     File = /var
   }

   Exclude {
     File = /var/crash
     File = /var/lock
     File = /var/run
     File = /var/tmp
   }
}

Can please someone give me a hint if this is a bug or a misunderstood 
configuration.

Kind regards,

Frank.

------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
Bacula-users mailing list
Bacula-users AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users

<Prev in Thread] Current Thread [Next in Thread>