Hi,

The only thing I could find for Windows system state is this:

https://github.com/bareos/bareos-regress/blob/master/scripts/win32-bareos-dir-systemstate.conf.in

Is this still accurate? Should something like this work?

FileSet {
        Name = "windows-D"
        Enable VSS = yes

        Include {
                Options {
                        signature = SHA1
                        compression = GZIP4
                        Drive Type = fixed
                        IgnoreCase = yes 
                        # Recycle bins 
                        WildDir = "[A-Z]:/RECYCLER"
                        WildDir = "[A-Z]:/$RECYCLE.BIN"
                        
                        # System restores
                        WildDir = "[A-Z]:/System Volume Information"
                        
                        # Swap files 
                        WildFile = "[A-Z]:/pagefile.sys" 
                        Exclude = yes
                }
                
                ExcludeDirContaining = "bkp.exclude" 
                File = "D:/" 
                #File = "\\<D:/bkpinclude.txt" 
                Plugin = "vss:/@SYSTEMSTATE/"
        }
}

I don't find any plugin called vss under: C:\Program Files\Bareos\Plugins

I also noticed I needed to enable Plugins in the conf file after installing 
bareos. This is quite cumbersome, shouldn't there be an option in the installer 
to just enable plugins ?

Am I missing something (obvious) here? Thanks!

My main concern actually is the backup the Active Directory system state. Any 
pointers in the right direction to do this properly are welcome, thanks!



Regards
Jo

-- 
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