Bacula-users

[Bacula-users] Does "client" in a Restore job template always get overwritten?

2009-08-25 18:42:19
Subject: [Bacula-users] Does "client" in a Restore job template always get overwritten?
From: Hugh Brown <hbrown AT chibi.ubc DOT ca>
To: bacula-users AT lists.sourceforge DOT net
Date: Tue, 25 Aug 2009 15:37:47 -0700
Hi everyone -- I've got a Restore job template like this in
bacula-dir.conf:

----
Job {
  Name = "RestoreFiles"
  Type = Restore
  Client = dirhost-fd
  FileSet = "etc"
  Storage = tape
  Pool = Daily
  Messages = Standard
  Where = /tmp/bacula-restores
}
----

Yet when I run "restore" from bconsole, the client always seems to get
set to the client that was originally backed up, rather than what the
template says -- IOW, it's going to send it back to the client rather
than (in my case) to the director.  Is this intentional, or have I
missed something?

(The reason I'm asking is that I ran into problems restoring a while
back while I was having DNS problems.  I assumed the restore would go
to the director, which was where I was running bconsole, but instead
it tried to send it to the client...which didn't work because DNS
wasn't working.  I'm trying to make this something that'll Just
Work(tm) in the case of network problems, rather than being one more
thing I have to keep in my head if there are larger problems.)

Thanks,
Hugh

--
Hugh Brown, Systems Manager
The Centre for High-Throughput Biology
hbrown AT chibi.ubc DOT ca

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
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>
  • [Bacula-users] Does "client" in a Restore job template always get overwritten?, Hugh Brown <=