Bacula-users

Re: [Bacula-users] Wrong storage proposed while restoring

2013-06-24 08:35:55
Subject: Re: [Bacula-users] Wrong storage proposed while restoring
From: stefano scotti <scottistefano91 AT gmail DOT com>
To: James Harper <james.harper AT bendigoit.com DOT au>
Date: Mon, 24 Jun 2013 14:32:19 +0200
2013/6/24 James Harper <james.harper AT bendigoit.com DOT au>
> Hello list,
>
> I have this annoying situation: while restoring, after selecting the destination
> client, bacula proposes the following restore job parameters:
>
> JobName:         RestoreFiles
> Bootstrap:       /var/lib/bacula/hagrid-dir.restore.11.bsr
> Where:           /home/restores
> Replace:         always
> FileSet:         client_3
> Backup Client:   client_1-fd
> Restore Client:  client_1-fd
> Storage:          client_2
> When:            2013-06-24 12:55:17
> Catalog:         client_1
> Priority:        10
> Plugin Options:  *None*
>
>
> But the storage is wrong! it should be the storage of client_1, not client_2.
> This mismatching cause the job to fail.
> I have to modify manually this parameter every time i have to restore a file.
>
> Actually the Storage parameter seems to be taken randomly by bacula,
> sometime is client_1, sometime client_2, sometime client_3, etc...
>
> Is it an intended behaviour? and if it is, why?
>

What is the definition of your RestoreFiles job?

James


Here it is:

Job {
  Name = "RestoreFiles"
  Type = Restore
  Client=client_3-fd
  FileSet="client_3-fd"
  Storage = client_3
  Pool = client_3
  Messages = Standard
  Where = /home/restores
}

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
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>