This is what I came up with to backup all of the outlook folders on a machine. 
it might help you out. I am not quite sure what all of it means, I am very new 
to being an admin and with Linux in general but I found this to do the job I 
need. It looks like you are just excluding everything and do not really telling 
it to back anything up. Again, I could be wrong, not proficient in it, just 
what I see at first glance. Anyways, hope this helps.

FileSet {
  Name = OutlookWin7
  Include {
    File  = "C:/Users"
    Options {
     IgnoreCase = yes
     RegExDir = "^C:/Users/[^/]+$"
     WildDir = "C:/Users/*/AppData"
     WildDir = "C:/Users/*/AppData/Local"
     WildDir = "C:/Users/*/AppData/Local/Microsoft"
     WildDir = "C:/Users/*/AppData/Local/Microsoft/Outlook"
     Wild = "C:/Users/*/AppData/Local/Microsoft/Outlook/*"
    }
    Options {
      Exclude = yes
      IgnoreCase = yes
      Wild = "C:/Users/*"
     }
  }
}

+----------------------------------------------------------------------
|This was sent by rmc...@teamdms.com via Backup Central.
|Forward SPAM to ab...@backupcentral.com.
+----------------------------------------------------------------------



------------------------------------------------------------------------------
Better than sec? Nothing is better than sec when it comes to
monitoring Big Data applications. Try Boundary one-second 
resolution app monitoring today. Free.
http://p.sf.net/sfu/Boundary-dev2dev
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to