Hello

I get an error like below. The problem says it's a bootstrap.
How can I overcome this?

29-Nov 13:36 bacula0-dir JobId 64: Error: Bacula bacula0-dir 7.4.4 (202Sep16):
  Build OS:               x86_64-pc-linux-gnu debian 9.0
  JobId:                  64
  Job:                    Windows01Restore.2017-11-29_13.36.50_05
  Restore Client:         test-PC-fd
  Start time:             29-Nov-2017 13:36:52
  End time:               29-Nov-2017 13:36:52
  Files Expected:         0
  Files Restored:         0
  Bytes Restored:         0
  Rate:                   0.0 KB/s
  FD Errors:              1
  FD termination status:
  SD termination status:
  Termination:            *** Restore Error ***

29-Nov 13:36 bacula0-dir JobId 64: Error: Bacula bacula0-dir 7.4.4 (202Sep16):
  Build OS:               x86_64-pc-linux-gnu debian 9.0
  JobId:                  64
  Job:                    Windows01Restore.2017-11-29_13.36.50_05
  Restore Client:         test-PC-fd
  Start time:             29-Nov-2017 13:36:52
  End time:               29-Nov-2017 13:36:53
  Files Expected:         0
  Files Restored:         0
  Bytes Restored:         0
  Rate:                   0.0 KB/s
  FD Errors:              2
  FD termination status:
  SD termination status:
  Termination:            *** Restore Error ***


---- Config:

Client {
  Name = test-PC-fd
  Address = 192.168.1.27
  FDport = 9102
  Catalog = MyCatalog
  Password = "123123tt"
  File Retention = 60 days
  Job Retention = 6 months
  AutoPrune = yes
}



FileSet {
  Name = "windowshome"
  Enable VSS = yes
  Include {
    Options {
      signature = MD5
      compression = Gzip9
      IgnoreCase = yes

    }
    File = "C:/Users/test/Downloads"
  }
}

--- restore job:
Job {
  Name = "Windows01Restore"
  Type = Restore
  Client =test-PC-fd
  FileSet = "windowshome"
  Storage = File1
  Pool = File
  Write Bootstrap = "/var/lib/bacula/%c.bsr"
  Messages = Standard
  Where = /bacula/restore
}

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to