I did as you suggested and tried adding
WildFile = “*.pst”
In place of
     WildDir = "C:/Users/*/AppData/Local/Microsoft/Outlook"
      WildFile = "C:/Users/*/AppData/Local/Microsoft/Outlook/*.pst"
But that didn’t work, i.e. It still backed up Documents and Desktop but did not 
backup the .pst file I wanted.


On 9/18/09 6:58 AM, "Eitan Talmi" <eit...@gmail.com> wrote:

Have you tried to remove this line: WildDir = "C:/Users/*/AppData/Local/
Microsoft/Outlook"

why are you using those lines: Wild = "C:/Users/*/Documents/*"
                                                             Wild = 
"C:/Users/*/Desktop/*"

have you try to use this line: Wildfile = *.pst

Eitan


2009/9/18 Syn, Joonho <joo...@a9.com>
I’m able to back up the Desktop and Documents folders without much problem, but 
backing up the default location for .pst files seems much more difficult.  I 
want to backup C:/Users/*/AppData/Local/Microsoft/Outlook/*.pst but with my 
current FileSet directives, I’m still only backing up Desktop and Documents.  
Any suggestions?

FileSet {
  Name = "WinClientSet"
  Include {
    Options {
      Ignore Case = yes
      WildDir = "C:/Users/*/Documents"
      Wild = "C:/Users/*/Documents/*"
      WildDir = "C:/Users/*/Desktop"
      Wild = "C:/Users/*/Desktop/*"
      WildDir = "C:/Users/*/AppData/Local/Microsoft/Outlook"
      WildFile = "C:/Users/*/AppData/Local/Microsoft/Outlook/*.pst"
    }
    Options {
      Exclude = yes
      Ignore Case = yes
      Wild = "C:/Users/*/*"
    }
    File = "C:/Users"
  }
  Exclude {
    File = "C:/Users/Public"
    File = "C:/Users/Default"
  }
}

------------------------------------------------------------------------------
Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9&#45;12, 2009. Register now&#33;
http://p.sf.net/sfu/devconf
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users



------------------------------------------------------------------------------
Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9&#45;12, 2009. Register now&#33;
http://p.sf.net/sfu/devconf
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to