Bacula-users

Re: [Bacula-users] Want to backup pst files in vista in addition to desktop and documents

2009-09-21 18:13:01
Subject: Re: [Bacula-users] Want to backup pst files in vista in addition to desktop and documents
From: "Syn, Joonho" <joonho AT a9 DOT com>
To: "Syn, Joonho" <joonho AT a9 DOT com>, Eitan Talmi <eitant AT gmail DOT com>
Date: Mon, 21 Sep 2009 15:08:15 -0700
Here is my new FileSet for Vista clients.  It backs up these locations:
Documents
Desktop
Default pst location for outlook
Mozilla Firefox profiles
Internet Explorer Favorites

I tried to get rid of as much cruft as possible and I only used exclude statements since I found using includes to not be workable in any manner that made sense.  As such, if many other programs are installed besides office and firefox there will be more cruft to get rid of but it should be a trivial matter to add exclude lines for those as well.  If you have further refinements please share, especially if they make this list shorter!  I’ll post another one for XP as soon as I get one up and running.

FileSet {
  Name = "WinClientSet"
  Include {
    Options {
      Exclude = yes
      Ignore Case = yes
      WildFile = "*.lnk"
      WildFile = "*.avi"
      WildFile = "*.mpg"
      WildFile = "*.mpeg"
      WildFile = "*.wma"
      WildFile = "*.jpg"
      WildFile = "*.mp3"
      WildDir = "C:/Users/*/Music"
      WildDir = "C:/Users/*/Pictures"
      WildDir = "C:/Users/*/Saved Games"
      WildDir = "C:/Users/*/Searches"
      WildDir = "C:/Users/*/Spark"
      WildDir = "C:/Users/*/Tracing"
      WildDir = "C:/Users/*/Videos"
      WildDir = "C:/Users/*/AppData/Local/Adobe"
      WildDir = "C:/Users/*/AppData/Local/ATI"
      WildDir = "C:/Users/*/AppData/Local/History"
      WildDir = "C:/Users/*/AppData/Local/Temporary Internet Files"
      WildDir = "C:/Users/*/AppData/Local/Microsoft/Credentials"
      WildDir = "C:/Users/*/AppData/Local/Microsoft/Feeds"
      WildDir = "C:/Users/*/AppData/Local/Microsoft/Feeds Cache"
      WildDir = "C:/Users/*/AppData/Local/Microsoft/FORMS"
      WildDir = "C:/Users/*/AppData/Local/Microsoft/Internet Explorer"
      WildDir = "C:/Users/*/AppData/Local/Microsoft/LiveMeeting"
      WildDir = "C:/Users/*/AppData/Local/Microsoft/Media Player"
      WildDir = "C:/Users/*/AppData/Local/Microsoft/Office"
      Wildfile = "C:/Users/*/AppData/Local/Microsoft/Outlook/*.dat"
      Wildfile = "C:/Users/*/AppData/Local/Microsoft/Outlook/*.oab"
      Wildfile = "C:/Users/*/AppData/Local/Microsoft/Outlook/*.obi"
      Wildfile = "C:/Users/*/AppData/Local/Microsoft/Outlook/*.ost"
      WildDir = "C:/Users/*/AppData/Local/Microsoft/Portable Devices"
      WildDir = "C:/Users/*/AppData/Local/Microsoft/Windows"
      WildDir = "C:/Users/*/AppData/Local/Microsoft/Windows Media"
      WildDir = "C:/Users/*/AppData/Local/Microsoft/Windows Sidebar"
      WildDir = "C:/Users/*/AppData/Local/Mozilla"
      WildDir = "C:/Users/*/AppData/Local/Temp"
      WildDir = "C:/Users/*/AppData/Local/VirtualStore"
      WildDir = "C:/Users/*/AppData/LocalLow"
      WildDir = "C:/Users/*/AppData/Roaming/Adobe"
      WildDir = "C:/Users/*/AppData/Roaming/ATI"
      WildDir = "C:/Users/*/AppData/Roaming/Aventail"
      WildDir = "C:/Users/*/AppData/Roaming/Identities"
      WildDir = "C:/Users/*/AppData/Roaming/Macromedia"
      WildDir = "C:/Users/*/AppData/Roaming/Microsoft"
      WildDir = "C:/Users/*/AppData/Roaming/Microsoft"
      WildDir = "C:/Users/*/AppData/Roaming/Microsoft Office"
      WildDir = "C:/Users/*/AppData/Roaming/Microsoft Shared"
      WildDir = "C:/Users/*/AppData/Roaming/Mozilla/Extensions"
      WildDir = "C:/Users/*/AppData/Roaming/Mozilla/Firefox/Crash Reports"
      WildDir = "C:/Users/*/AppData/Roaming/Mozilla/Firefox/Profiles/*/extensions"
      WildDir = "C:/Users/*/AppData/Roaming/webex"
      Wild = "C:/Users/*/AppData/Roaming/*.cer"
      Wild = "C:/Users/*/AppData/Roaming/*.der"
      Wild = "C:/Users/*/Application Data"
      Wild = "C:/Users/*/Cookies"
      Wild = "C:/Users/*/Documents/My Meetings"
      Wild = "C:/Users/*/Documents/My Music"
      Wild = "C:/Users/*/Documents/My Pictures"
      Wild = "C:/Users/*/Documents/My Videos"
      Wild = "C:/Users/*/Documents/WebEx"
      Wild = "C:/Users/*/Downloads"
      Wild = "C:/Users/*/Links"
      Wild = "C:/Users/*/Local Settings"
      Wild = "C:/Users/*/My Documents"
      Wild = "C:/Users/*/NetHood"
      Wild = "C:/Users/*/NetHood"
      Wild = "C:/Users/*/PrintHood"
      Wild = "C:/Users/*/Recent"
      Wild = "C:/Users/*/SendTo"
      Wild = "C:/Users/*/Start Menu"
      Wild = "C:/Users/*/Templates"
      Wild = "C:/Users/*/*.DAT"
      Wild = "C:/Users/*/*.ini"
      Wild = "C:/Users/*/*.LOG1"
      Wild = "C:/Users/*/*.LOG2"
      Wild = "C:/Users/*/*.blf"
      Wild = "C:/Users/*/*.regtrans-ms"
      Wild = "C:/Users/*/*.pol"
      Wild = "C:/Users/*/userdic.tlx"
    }
    File = "C:/Users"
  }
  Exclude {
    File = "C:/Users/All Users"
    File = "C:/Users/Default"
    File = "C:/Users/Default User"
    File = "C:/Users/Public"
  }
}


On 9/18/09 2:15 PM, "Joonho Syn" <joonho AT a9 DOT com> wrote:

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" <eitant AT gmail DOT 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 <joonho AT a9 DOT 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 AT lists.sourceforge DOT 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 AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users