hi, i can't restore a windows backup to a windows client. the errors are: 
http://sprunge.us/QYMG i tried in all variants. e.g.:

Strip Prefix = C:
Add Prefix = F:\

Strip Prefix = C
Add Prefix = F:

Strip Prefix = C:
Add Prefix = /F:

and i tried 
Where = F:\
Where = /F:
...
in all variants for a couple of hours. how to do it right? (i want to restore 
to F:)

restore job
Job {
  Name = RestoreFiles2
  Type = Restore
  Client = mapc01-fd
  FileSet = windows2
  Storage = smapc01
  Pool = Incremental-LT
  Messages = Standard
  Where = F:\
#  Strip Prefix = C:
#  Add Prefix = F:\
}





FileSet {
  Name = windows2
  Enable VSS = yes
  Include {
    Options {
      Signature = MD5
      Drive Type = fixed
      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 = "C:/"
    File = "D:/"
    File = "F:/"
  }
}

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