Hi again,

here is another PostgreSQL related question:  when backing up the
database server, I would like to exclude the bacula database (which
gets backed up separately anyway).

With MySQL, I could do this easily with somthing like this:

    Options {
      RegexFile = "^/var/lib/mysql/mysql-bin."  # exclude MySQL replication 
logs and index
      RegexFile = "^/var/lib/mysql/bacula/"     # exclude bacula DB itself - 
backup separately
      RegexFile = "^/var/lib/mysql/ib"
      Exclude = yes
    }

However, none of the PostgreSQL based examples I have seen so far
contain similar (at least similar obvious) exclude rules. What am I
missing here?

Thanks in advance.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: w...@denx.de
I will not say that women have no character;  rather, they have a new
one every day.                                               -- Heine

------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122712
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to