On my Windows Server 2003 (German) clients I have this exclude list
which I once found on the 'net and translated to German:

>       # Exclude directories full of lots and lots of useless little files
>       WildDir = "[A-Z]:/Dokumente und Einstellungen/*/Cookies"
>       WildDir = "[A-Z]:/Dokumente und Einstellungen/*/Recent"
>       WildDir = "[A-Z]:/Dokumente und Einstellungen/*/Lokale Einstellungen"
> 
>       # These are always open and unable to be backed up
>       WildFile = "[A-Z]:/Dokumente und Einstellungen/All 
> Users/Anwendungsdaten/Microsoft/Network/Downloader/qmgr[01].dat"
> 
>       # Some random bits of Windows we want to ignore
>       WildDir = "[A-Z]:/WINDOWS/msdownld.tmp"
>       WildDir = "[A-Z]:/WINDOWS/$Nt*Uninstall*"
>       WildDir = "[A-Z]:/WINDOWS/SoftwareDistribution"
> 
>       # Temporary directories & files
>       WildDir = "[A-Z]:/WINDOWS/Temp"
> 
>       # Recycle bins
>       WildDir = "[A-Z]:/RECYCLER"
> 
>       # Swap files
>       WildFile = "[A-Z]:/pagefile.sys"
>       WildFile = "[A-Z]:/hiberfil.sys"

Anyone got an equivalent for Windows Server 2008?

For now I have replaced
"Dokumente und Einstellungen/*/Lokale Einstellungen"
by "Users/*/AppData/Local" and
"Dokumente und Einstellungen/All Users/Anwendungsdaten"
by "ProgramData" and, for lack of a suitable replacement,
dropped the "Cookies"  and "Recent" lines completely.
Is that it?

TIA
T.

-- 
Tilman Schmidt
Phoenix Software GmbH
Bonn, Germany

------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to