Bacula-users

Re: [Bacula-users] onefs

2010-07-15 10:43:01
Subject: Re: [Bacula-users] onefs
From: Dan Langille <dan AT langille DOT org>
To: mangabbs AT hotmail DOT com, bacula-users <bacula-users AT lists.sourceforge DOT net>
Date: Thu, 15 Jul 2010 10:40:40 -0400
On 7/15/2010 5:52 AM, mangabbs AT hotmail DOT com wrote:
> Greetings,
>
> I'm using bacula to complete backup of linux client with different partition.
> In the log of my backup I get this message:
>
> mailserver3-fd JobId 3516:      /var is a different filesystem. Will not 
> descend
> from / into /var
>
> googling for help, I found two solutions. Specify /var as a folder to backup,
> or add the directive "onefs = no" to FILESET section of my director
> configuration. This is what I've done:
>
> ############################# FILESET ###############################
> FileSet {
>    Name = FILESET-mailserver3-FULL
>    Include {
>      Options {
>        signature = MD5
>        compression = GZIP
>        onefs = no
>      }
>      Options {
>      Regexdir = "/comm/data/SystemLogs/*/*"
>      Regexdir = "/mailstore*"
>      Wildfile = "/var/log/*.gz"
>      Wilddir = "/tmp/*"
>      Wilddir = "/proc/*"
>      Wilddir = "/sys/*"
>      Exclude = yes
>      }
>      File = /

Why not add this line here:
   File = /var


>      }
>    Exclude {
>          File = /usr/portage/distfiles
>          File = /backup
>          File = /var/chroot64/
>    }
> }
> ############################# FILESET ###############################
>
> But I still get the same error messages, and /var folder is not present in the
> bakcup.
>
> Where I'm wrong?
>
> Best regards
>
> ------------------------------------------------------------------------------
> This SF.net email is sponsored by Sprint
> What will you do first with EVO, the first 4G phone?
> Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
> _______________________________________________
> Bacula-users mailing list
> Bacula-users AT lists.sourceforge DOT net
> https://lists.sourceforge.net/lists/listinfo/bacula-users


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

------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
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>