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