Bacula-users

Re: [Bacula-users] FileSet for Windows 7

2010-09-02 05:30:55
Subject: Re: [Bacula-users] FileSet for Windows 7
From: Ulrich Leodolter <ulrich.leodolter AT obvsg DOT at>
To: bacula-users AT lists.sourceforge DOT net
Date: Thu, 02 Sep 2010 11:26:55 +0200
Hi,


On Mon, 2010-08-30 at 14:08 +0200, Ralph Kutschera wrote:
> Hallo!
> 
>    I'd like to kindly ask if someone could post a reasonable Windows 7 
> FileSet!
> 

We us this since a few days do backup desktop workstations.
C:/bacula_include.txt may contain extra drives (e.g. D:/)
We exclude junction points to avoid warnings.

FileSet {
  Name = "FullWin7Set"
  Ignore FileSet Changes = yes
  Include {
    Options {
      compression = GZIP
      signature = SHA1
      IgnoreCase = yes
      Exclude = yes
      
      # Exclude junction points
      WildDir = "[A-Z]:/Dokumente und Einstellungen"
      WildDir = "[A-Z]:/Documents and Settings"
      WildDir = "[A-Z]:/Program Files/Gemeinsame Dateien"
      WildDir = "[A-Z]:/Program Files/Windows NT/Zubehör"
      WildDir = "[A-Z]:/ProgramData/Anwendungsdaten"
      WildDir = "[A-Z]:/ProgramData/Application Data"
      WildDir = "[A-Z]:/ProgramData/Desktop"
      WildDir = "[A-Z]:/ProgramData/Documents"
      WildDir = "[A-Z]:/ProgramData/Dokumente"
      WildDir = "[A-Z]:/ProgramData/Favoriten"
      WildDir = "[A-Z]:/ProgramData/Favorites"
      WildDir = "[A-Z]:/ProgramData/Microsoft/Windows/Start Menu/Programme"
      WildDir = "[A-Z]:/ProgramData/Start Menu"
      WildDir = "[A-Z]:/ProgramData/Startmenü"
      WildDir = "[A-Z]:/ProgramData/Templates"
      WildDir = "[A-Z]:/ProgramData/Vorlagen"
      WildDir = "[A-Z]:/Programme"
      WildDir = "[A-Z]:/Documents and Settings"
      WildDir = "[A-Z]:/Users/All Users"
      WildDir = "[A-Z]:/Users/Default User"
      WildDir = "[A-Z]:/Users/*/AppData/Local/Application Data"
      WildDir = "[A-Z]:/Users/*/AppData/Local/Anwendungsdaten"
      WildDir = "[A-Z]:/Users/*/AppData/Local/History"
      WildDir = "[A-Z]:/Users/*/AppData/Local/Verlauf"
      WildDir = "[A-Z]:/Users/*/AppData/Local/Temporary Internet Files"
      WildDir = "[A-Z]:/Users/*/Application Data"
      WildDir = "[A-Z]:/Users/*/Anwendungsdaten"
      WildDir = "[A-Z]:/Users/*/Gemeinsame Dateien"
      WildDir = "[A-Z]:/Users/*/Cookies"
      WildDir = "[A-Z]:/Users/*/Documents/My Music"
      WildDir = "[A-Z]:/Users/*/Documents/Eigene Musik"
      WildDir = "[A-Z]:/Users/*/Documents/My Pictures"
      WildDir = "[A-Z]:/Users/*/Documents/Eigene Bilder"
      WildDir = "[A-Z]:/Users/*/Documents/My Videos"
      WildDir = "[A-Z]:/Users/*/Documents/Eigene Videos"
      WildDir = "[A-Z]:/Users/*/Local Settings"
      WildDir = "[A-Z]:/Users/*/Lokale Einstellungen"
      WildDir = "[A-Z]:/Users/*/My Documents"
      WildDir = "[A-Z]:/Users/*/Eigene Dateien"
      WildDir = "[A-Z]:/Users/*/NetHood"
      WildDir = "[A-Z]:/Users/*/Netzwerkumgebung"
      WildDir = "[A-Z]:/Users/*/PrintHood"
      WildDir = "[A-Z]:/Users/*/Druckumgebung"
      WildDir = "[A-Z]:/Users/*/Recent"
      WildDir = "[A-Z]:/Users/*/SendTo"
      WildDir = "[A-Z]:/Users/*/Start Menu"
      WildDir = "[A-Z]:/Users/*/Startmenü"
      WildDir = "[A-Z]:/Users/*/Templates"
      WildDir = "[A-Z]:/Users/*/Vorlagen"

      # Temporary directories & files
      WildDir = "[A-Z]:/Windows/Temp"
      WildDir = "[A-Z]:/Users/*/AppData/Local/Mozilla/Firefox/Profiles/*/Cache"

      # Recycle bins
      WildDir = "[A-Z]:/$Recycle.Bin"
      
      # Swap files
      WildFile = "[A-Z]:/pagefile.sys"
    }
    ExcludeDirContaining = "bacula_exclude.dir"
    File = "C:/"
    File = "\\<C:/bacula_include.txt"
  }
}

BR
Ulrich

> Sincerely,
>    Ralph
> 
> 
> ------------------------------------------------------------------------------
> Sell apps to millions through the Intel(R) Atom(Tm) Developer Program
> Be part of this innovative community and reach millions of netbook users 
> worldwide. Take advantage of special opportunities to increase revenue and 
> speed time-to-market. Join now, and jumpstart your future.
> http://p.sf.net/sfu/intel-atom-d2d
> _______________________________________________
> Bacula-users mailing list
> Bacula-users AT lists.sourceforge DOT net
> https://lists.sourceforge.net/lists/listinfo/bacula-users
> 

-- 
Ulrich Leodolter <ulrich.leodolter AT obvsg DOT at>
Oesterreichische Bibliothekenverbund und Service GmbH
Bruennlbadgasse 17/2A, A-1090 Wien
Fax +43 1 4035158-30
Tel +43 1 4035158-21
Web http://www.obvsg.at


------------------------------------------------------------------------------
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
_______________________________________________
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>
  • Re: [Bacula-users] FileSet for Windows 7, Ulrich Leodolter <=