Can't add much other than having same issue and searching got me here looking for a solution.

Backup seems to got well.  Restore selection of files fails (GUI).  Off to try bconsole, did it do the same thing?


On 12/2/2019 2:27 PM, Hernan Patané wrote:
Hi,

      I'm sorry to bother you, but I'm having troubles restoring a NDMP backup and the error is driving me crazy.

Im currently using bareos 18.2.5 and bareos-webui.

I also have a netapp AFF-A220 storage properly configured to support NDMP.

I configured NDMP client in bareos and tested it succesfully.

The fileset configured for NDMP is this

Fileset {
  Name = "NDMP NFS"
  Include {
    Options {
        meta = "BUTYPE=DUMP"
        meta = "USE_TBB_IF_AVAILABLE=y"
        meta = "FH_REPORT_FULL_DIRENTS=y"
        meta = "RESTORE_HARDLINK_BY_TABLE=y"
        meta = "HIST=y"
        meta = "DEBUG=y"
    }
    File = /netapp/NFS
  }
}

The NDMP backups run properly and i'm able to see the filelist in bconsole and bareos webui

The problem is whe I try to recover a single or multiple files from backup.
Using the webui (the error also appears using bconsole), I select the client, the file to recover, the proper the recover job and the location of the file but when I try to recover, the job immediately fails with message "Fatal error: Cannot NDMP restore without a file selection.". The only place where I've found this error using google was in the bareos source code :(

Did anyone face this kind of error? Did anyone have a clue about what could be going on?

This is the configuration of the recover job

Job {
  Name          = "ndmpNFSRestoreJob"
  Type          = Restore
  Protocol      = NDMP_BAREOS
  Client        = ndmp-netapp
  Backup Format = dump
  FileSet       = "NDMP NFS"
  Storage       = NDMPFile
  Pool          = Full-ndmp
  Messages      = Standard
  Where         = /
  Full Backup Pool = Full-ndmp
  Differential Backup Pool = Differential-ndmp
  Incremental Backup Pool = Incremental-ndmp
}


and this is the config of NDMPFile storage.

Storage {
  Name = NDMPFile
  Address = bareos
  Port = 10000
  Protocol = NDMPv4
  Auth Type = Clear
  Username = user
  Password = password
  Device = FileStorage
  Media Type = File
  PairedStorage = File
}


Please, any help will be welcome.

Thanks a lot.

Hernan

--
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 view this discussion on the web visit https://groups.google.com/d/msgid/bareos-users/1827139f-b9c5-40aa-8157-7d9d91cfd589%40googlegroups.com.

--
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 view this discussion on the web visit https://groups.google.com/d/msgid/bareos-users/75a1c1f6-04e6-9a82-0bf5-4d578a801d84%40upilab.com.

Reply via email to