Bacula-users

Re: [Bacula-users] Strange behavior of the onefs check

2011-02-16 07:08:02
Subject: Re: [Bacula-users] Strange behavior of the onefs check
From: Dan Langille <dan AT langille DOT org>
To: Frank Seidinger <frank.seidinger AT novity DOT de>
Date: Wed, 16 Feb 2011 07:05:04 -0500
On 2/16/2011 4:08 AM, Frank Seidinger wrote:
> 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.

Please show us the output of ls -dl / /home /home/xxx

-- 
Dan Langille - http://langille.org/

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