On 7/15/2010 5:52 AM, manga...@hotmail.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@lists.sourceforge.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@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to