Bacula-users

Re: [Bacula-users] Broken backups with some clients - still no help!

2008-06-23 14:07:25
Subject: Re: [Bacula-users] Broken backups with some clients - still no help!
From: Martin Simmons <martin AT lispworks DOT com>
To: bacula AT nicolinux DOT org
Date: Mon, 23 Jun 2008 19:07:07 +0100
>>>>> On Fri, 20 Jun 2008 19:51:16 +0200, Stefan Nicolin said:
> 
> Hi,
> 
> a few days ago I wrote to this list and asked for help with skiped  
> files from backups. Meanwhile I dug a litte deeper. I get a verbose  
> output from the Bacula client, but I still don't know why it skips,  
> say all files from /sbin/...
> Starting one of the failing clients with "-d100" presented me with  
> (among other seemingly unimportant messages) this:
> 
> failing-client-fd: job.c:249-0 Executing JobId= command.
> failing-client-fd: job.c:233-0 <dird: fileset vss=1
> failing-client-fd: job.c:249-0 Executing fileset command.
> failing-client-fd: job.c:688-0 I
> failing-client-fd: job.c:688-0 O e
> failing-client-fd: job.c:688-0 W /vservers/*/home/*
> failing-client-fd: job.c:688-0 W /vservers/*/proc/*
> failing-client-fd: job.c:688-0 W /vservers/*/tmp/*
> failing-client-fd: job.c:688-0 W /vservers/*/sys/*
> failing-client-fd: job.c:688-0 W /vservers/*/opt/*
> failing-client-fd: job.c:688-0 W /vservers/*/mnt/*
> failing-client-fd: job.c:688-0 W /vservers/*/var/cache/*
> failing-client-fd: job.c:688-0 W /vservers/*/var/log/*
> failing-client-fd: job.c:688-0 W /vservers/*/var/www/*
> failing-client-fd: job.c:688-0 W /vservers/*/var/lib/*
> failing-client-fd: job.c:688-0 W /vservers/*/usr/portage/*
> failing-client-fd: job.c:688-0 W /vservers/*/usr/src/*
> failing-client-fd: job.c:688-0 W /vservers/*/var/backup/*
> failing-client-fd: job.c:688-0 N
> failing-client-fd: job.c:688-0 O e
> failing-client-fd: job.c:688-0 RF .*.tgz*
> failing-client-fd: job.c:716-0 Set state=error
> failing-client-fd: job.c:688-0 RF .*.tar*
> failing-client-fd: job.c:716-0 Set state=error
> failing-client-fd: job.c:688-0 RF .*.tbz*
> failing-client-fd: job.c:716-0 Set state=error
> failing-client-fd: job.c:688-0 RF .*.gz*
> failing-client-fd: job.c:716-0 Set state=error
> ...
> failing-client-fd: find.c:397-0 Skip file /vservers/www-blog-xxx/ 
> proc/.keep
> failing-client-fd: find.c:397-0 Skip file /vservers/www-blog-xxx/sbin/ 
> debugfs
> failing-client-fd: find.c:397-0 Skip file /vservers/www-blog-xxx/sbin/ 
> findfs
> failing-client-fd: find.c:397-0 Skip file /vservers/www-blog-xxx/ 
> sbin/.keep
> [...]
> 
> Please excuse the secrecy. This is a production system.

Looks like your RegexFile options are wrong (incorrect uses of . and *).  The
last one will match anything containing a g after the second letter!

You might find it easier to use WildFile for these simple cases.

__Martin

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
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>