Bacula-users

Re: [Bacula-users] Trouble with regex fileset

2010-10-05 07:54:11
Subject: Re: [Bacula-users] Trouble with regex fileset
From: Phil Stracchino <alaric AT metrocast DOT net>
To: bacula-users AT lists.sourceforge DOT net
Date: Tue, 05 Oct 2010 07:51:42 -0400
On 10/05/10 07:24, Simone Martina wrote:
> Hi,
> I'm trying to backup some folders from a server. I could list them from
> bash with this command:
> ls /ftpdir/linkstar/rncc??/burst/*.gz
> 
> But I wasn't able to write the right file set, I've tried in this way:
>   Include {
>     Options {
>       signature = MD5
>       compression=GZIP9
>       Wild = "*.gz"
>     }
>    File = /ftpdir/linkstar/rncc??/burst
>   }
> 
> and also in this one:
> 
>   Include {
>     Options {
>       signature = MD5
>       compression=GZIP9
>       regex = "rncc[.][.]/burst/*.gz"
>     }
>    File = /ftpdir/linkstar/
>   }
> 
> But in the first manner Bacula couldn't find my files, in the second one
> none file is selected.
> 
> I would like to save on backup only .gz files from subdirectories of
> /ftpdir/linkstar/ wich begin with rncc and end witch two char
> (alphanumeric non predictable).
> 
> Could you help me?

Simone, try this:

File = "\\|bash -c \"find /ftpdir/linkstar/ -name rncc\?\?.gz \""



-- 
  Phil Stracchino, CDK#2     DoD#299792458     ICBM: 43.5607, -71.355
  alaric AT caerllewys DOT net   alaric AT metrocast DOT net   phil AT 
co.ordinate DOT org
         Renaissance Man, Unix ronin, Perl hacker, Free Stater
                 It's not the years, it's the mileage.

------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
_______________________________________________
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>