Bacula-users

[Bacula-users] Trouble with regex fileset

2010-10-05 07:27:23
Subject: [Bacula-users] Trouble with regex fileset
From: Simone Martina <smartina AT noc.skylogicnet DOT com>
To: bacula-users AT lists.sourceforge DOT net
Date: Tue, 05 Oct 2010 13:24:32 +0200
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

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?

Many thanks.

Simone
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQEcBAEBAgAGBQJMqwrwAAoJEC9yUzzw9wFDf0sH/jznfiLrC5Bn4zqNChJL+CAQ
42xTEjV+yKR0AKEZrcDB7HD/j+IFoBUWsI8Xdhz+LwVIecFjivy/gtEkah+AfrgB
o9o++KanhWxHNPYTwYgc0u1HqGyZ7Ur2Etb5Gz+9ASc9O6P2GP6H/xOGgqXajH5+
XQX9+kT1gf4Hv62eOK6XdvSYUpQo54zGoDzdUGFu1LQfubfqG4QUJh6r+R6TmeOD
9z5FewJm1L7C1Kah/Fa/+WRXYdMmoS7dEmm9vvbIrqFjq5ZiC1OaKhIf0alRPGmj
oTokkg8hjjqXJsL1jlLsNKI5OjeXrMvKlX283LY+7AjONHJIownqmc+WOJgdvLk=
=zCow
-----END PGP SIGNATURE-----

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