Bacula-users

Re: [Bacula-users] Fatal error: No drive letters found for generating VSS snaps

2013-04-25 14:33:41
Subject: Re: [Bacula-users] Fatal error: No drive letters found for generating VSS snaps
From: "compdoc" <compdoc AT hotrodpc DOT com>
To: <bacula-users AT lists.sourceforge DOT net>
Date: Thu, 25 Apr 2013 11:39:29 -0600
> I've been searching around for solution and tried everything suggested in
those threads but I'm still seeing the following error:

>16-Apr 10:51 igorc-pc-fd JobId 57: Fatal error: No drive letters found for
generating VSS snapshots.



Still might be your fileset. Here's mine that works:


FileSet {
        Name = "Windows"
        Enable VSS = yes
        Include {
        Options {
                exclude = yes
                IgnoreCase = yes
                wilddir = "*Recycle.Bin*"
                wilddir = "*Temporary Internet Files*"
                wilddir = "C:/MSOCache"
                wilddir = "C:/Program Files*"
                wilddir = "C:/ProgramData"
                wilddir = "C:/Users/*/AppData"
                wilddir = "*System Volume Information*"
                wilddir = "C:/Windows"
                wildfile = "[A-Z]:/hiberfil.sys"
                wildfile = "[A-Z]:/pagefile.sys"
                }
                Options {
                signature = MD5
                Compression = GZIP1
                }
                File = "C:/"
                File = "D:/"
                }
}




------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
_______________________________________________
Bacula-users mailing list
Bacula-users AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users

<Prev in Thread] Current Thread [Next in Thread>