Hi Adam,

I`m pasting my working fileset for windows OS as example


FileSet {
  Name = "Buh fileset"

  Include {

    Options {
      signature = SHA1
      IgnoreCase = yes
      WildFile = "[A-Z]:/pagefile.sys"
      WildDir = "[A-Z]:/RECYCLER"
      WildDir = "[A-Z]:/$RECYCLE.BIN"
      WildDir = "[A-Z]:/System Volume Information"
      Exclude = yes
    }

    File = "d:/"
  }

  Include {

    File = "c:/Users"

    Options {
      signature = SHA1
      IgnoreCase = yes
      #RegExDir = "^c:/Users/[^/]+$"
      WildDir = "c:/Users/*/Documents"
      WildFile = "c:/Users/*/Documents/*"
      WildDir = "c:/Users/*/Desktop"
      WildFile = "c:/Users/*/Desktop/*"
      WildDir = "c:/Users/*/Downloads"
      WildFile = "c:/Users/*/Downloads/*"
    }

    Options {
      IgnoreCase = yes
      Exclude = yes
      #WildFile = "c:/Users/*/*"
      #WildDir = "c:/Users/*/"
      #RegexDir = 
"^c:\/Users\/(\w+)\/(AppData|Contacts|Favorites|Links|Seaches)"
      WildDir = "c:/Users/*/AppData"
      WildDir = "c:/Users/*/Application Data"
      WildDir = "c:/Users/*/Contacts"
      WildDir = "c:/Users/*/Cookies"
      WildDir = "c:/Users/*/Favorites"
      WildDir = "c:/Users/*/Links"
      WildDir = "c:/Users/*/Local Settings"
      WildDir = "c:/Users/*/Music"
      WildDir = "c:/Users/*/My Documents"
      WildDir = "c:/Users/*/NetHood"
      WildDir = "c:/Users/*/Pictures"
      WildDir = "c:/Users/*/PrintHood"
      WildDir = "c:/Users/*/Recent"
      WildDir = "c:/Users/*/Saved Games"
      WildDir = "c:/Users/*/Searches"
      WildDir = "c:/Users/*/SendTo"
      WildDir = "c:/Users/*/Start Menu"
      WildDir = "c:/Users/*/Templates"
      WildDir = "c:/Users/*/Videos"

      WildFile = "c:/Users/*/NTUSER.*"
    }

  }
}

I think the problem can be "File = D:/" Try to use lowercase for driver name

----- Original Message -----
From: adam.biskobing via bareos-users <[email protected]>
To: bareos-users <[email protected]>
Date: Wednesday, May 18, 2016, 11:58:12 PM
Subject: [bareos-users] Windows FileSet Issues

> I'm sure I'm not doing this properly, but I cannot figure out what the issue 
> is.  I'm new to bareos, and trying to get a backup of a windows system.  
> Everything works fine on Linux, and I can backup multiple linux boxes.

> I have the following definition:

> FileSet {
>         Name = "Windows D: Drive"
>         Enable VSS = yes
>         Include {
>                 Options {
>                         Signature = MD5
>                         Drive Type = Fixed
>                         Ignore Case = Yes
>                         #WildFile = "[A-Z]:/pagefile.sys"
>                         #WildDir = "[A-Z]:/RECYCLER"
>                         #WildDir = "[A-Z]:/$RECYCLE.BIN"
>                         #WildDir = "[A-Z]:/System Volume Information"
>                         #Exclude = yes
>                 }
>                 File = D:/
>         }
> }


> Everytime I run this against a client, it says it completes, but it backs up 
> nothing.  I have tried using the default "Windows All Drives" fileset, the 
> only difference being it has a "File = /" instead of File = D:/, and it will 
> backup all the drives on the system without issue.

> Hopefully someone can point me in the right direction.  From the docs, it 
> looks like what I am doing is correct, but it sure isn't working.

-- 
You received this message because you are subscribed to the Google Groups 
"bareos-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to