[Bacula-users] Automatic restores BACULA

2010-04-08 Thread bitbyte


Phil Stracchino wrote:
 On 04/07/10 09:54, James Harper wrote:
 
  
   On 04/07/10 06:27, bitbyte wrote:
   
What do you think a restore is?Think you need to go again to the
elementary lessons? Periodical restores checks the status of the
files that are being backed up,so that we can be sure that they are
backed up correctly without errors?

This just doesn't mean that we do baremetal or something like that
automated :):)

   
   This sounds as though you should look into the Verify feature and see
   
  if
  
   it does what you need.
   
   
  
  A verify is not a substitute for a restore test. A verify tells you that
  the data is on the media, it doesn't tell you that you can get it back.
  
  A regular full (or partial) restore test should be a part of any good
  backup regime.
  
 
 Oh, sure.  But as best I can understand the OP, it seems to me that
 verify is what he's looking for.  However, I could easily be
 misunderstanding.
 
 
 -- 
 Phil Stracchino, CDK#2 DoD#299792458 ICBM: 43.5607, -71.355
 alaric  at  caerllewys.net   alaric  at  metrocast.net   phil  at  
 co.ordinate.org
 Renaissance Man, Unix ronin, Perl hacker, Free Stater
 It's not the years, it's the mileage.
 
 --
 Download Intel® Parallel Studio Eval
 Try the new software tools for yourself. Speed compiling, find bugs
 proactively, and fine-tune applications for parallel performance.
 See why Intel Parallel Studio got high marks during beta.
 http://p.sf.net/sfu/intel-sw-dev
 ___
 Bacula-users mailing list
 Bacula-users  at  lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/bacula-users


Yes i meant a real/practical restore check not about the verify feature(as you 
can't rely on every thing with a backup solution and something should be 
(tested?)seen in reality though :).

+--
|This was sent by e_man...@yahoo.com via Backup Central.
|Forward SPAM to ab...@backupcentral.com.
+--



--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Automatic restores BACULA

2010-04-07 Thread bitbyte

Is there a way to automate restores in bacula by schedules?The jobs doesn't 
show up in the scheduled tasks.But i am able to run the job manually.

What to specify on the client directive here,the restore location or the name 
of the client for which files has to be restored?

Config :

Job {
  Name = fileserver
  Type = Restore
  Client=name of the machine where restore has to be done
  FileSet=fileserver
  Storage = SAN
  Pool = fileserver
  Bootstrap = /var/bacula/working/fileserver.bsr
  Messages = Standard
  Where = /dump
}


Schedule {
  Name = fileserver-restore
  Run = Apr 3rd wed at 15:00 pm
  
}

+--
|This was sent by e_man...@yahoo.com via Backup Central.
|Forward SPAM to ab...@backupcentral.com.
+--



--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Automatic restores BACULA

2010-04-07 Thread bitbyte


bitbyte wrote:
 Is there a way to automate restores in bacula by schedules?The jobs doesn't 
 show up in the scheduled tasks.But i am able to run the job manually.
 
 What to specify on the client directive here,the restore location or the name 
 of the client for which files has to be restored?
 
 Config :
 
 Job {
   Name = fileserver
   Type = Restore
   Client=name of the machine where restore has to be done
   FileSet=fileserver
   Storage = SAN
   Pool = fileserver
   Bootstrap = /var/bacula/working/fileserver.bsr
   Messages = Standard
   Where = /dump
 }
 
 
 Schedule {
   Name = fileserver-restore
   Run = Apr 3rd wed at 15:00 pm
   
 }


Got that working,forgot the schedule directive in Job section.

One thing i notice here is it only restores the last full backup,is there a way 
to restore the latest with the full along with the incremental after a full 
backupt?

Also if i want to do a quarterly restore like every third month 2nd Sunday,how 
is it possible in a single line?
Should i use multiple lines only here(it works with multiple lines)?

+--
|This was sent by e_man...@yahoo.com via Backup Central.
|Forward SPAM to ab...@backupcentral.com.
+--



--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Automatic restores BACULA

2010-04-07 Thread Timo Neuvonen
bitbyte bacula-fo...@backupcentral.com kirjoitti 
viestissä:1270627053.m2f.331...@www.backupcentral.com...

 Is there a way to automate restores in bacula by schedules?The jobs 
 doesn't show up in the scheduled tasks.But i am able to run the job 
 manually.

 What to specify on the client directive here,the restore location or the 
 name of the client for which files has to be restored?


Just out of curiosity, in what kind of situation automated scheduled 
restores are needed? What only comes into my mind is a computer class in 
elementary school where all the computers would be restored 
nightly/weekly/etc to their defaults.

--
´TiN 



--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Automatic restores BACULA

2010-04-07 Thread bitbyte


Timo Neuvonen wrote:
 bitbyte bacula-forum  at  backupcentral.com kirjoitti 
 viestissä:1270627053.m2f.331960  at  www.backupcentral.com...
 
  
  
  
 
 Just out of curiosity, in what kind of situation automated scheduled 
 restores are needed? What only comes into my mind is a computer class in 
 elementary school where all the computers would be restored 
 nightly/weekly/etc to their defaults.
 
 --
 ´TiN 
 
 
 
 --
 Download Intel® Parallel Studio Eval
 Try the new software tools for yourself. Speed compiling, find bugs
 proactively, and fine-tune applications for parallel performance.
 See why Intel Parallel Studio got high marks during beta.
 http://p.sf.net/sfu/intel-sw-dev
 ___
 Bacula-users mailing list
 Bacula-users  at  lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/bacula-users


:)
What do you think a restore is?Think you need to go again to the elementary 
lessons? Periodical restores checks the status of the files that are being 
backed up,so that we can be sure that they are backed up correctly without 
errors?

This just doesn't mean that we do baremetal or something like that automated 
:):)

+--
|This was sent by e_man...@yahoo.com via Backup Central.
|Forward SPAM to ab...@backupcentral.com.
+--



--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Automatic restores BACULA

2010-04-07 Thread bitbyte


bitbyte wrote:
 
 bitbyte wrote:
  Is there a way to automate restores in bacula by schedules?The jobs doesn't 
  show up in the scheduled tasks.But i am able to run the job manually.
  
  What to specify on the client directive here,the restore location or the 
  name of the client for which files has to be restored?
  
  Config :
  
  Job {
Name = fileserver
Type = Restore
Client=name of the machine where restore has to be done
FileSet=fileserver
Storage = SAN
Pool = fileserver
Bootstrap = /var/bacula/working/fileserver.bsr
Messages = Standard
Where = /dump
  }
  
  
  Schedule {
Name = fileserver-restore
Run = Apr 3rd wed at 15:00 pm

  }
 
 
 Got that working,forgot the schedule directive in Job section.
 
 One thing i notice here is it only restores the last full backup,is there a 
 way to restore the latest with the full along with the incremental after a 
 full backupt?
 
 Also if i want to do a quarterly restore like every third month 2nd 
 Sunday,how is it possible in a single line?
 Should i use multiple lines only here(it works with multiple lines)?


Fixed

+--
|This was sent by e_man...@yahoo.com via Backup Central.
|Forward SPAM to ab...@backupcentral.com.
+--



--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Automatic restores BACULA

2010-04-07 Thread Phil Stracchino
On 04/07/10 06:27, bitbyte wrote:
 What do you think a restore is?Think you need to go again to the
 elementary lessons? Periodical restores checks the status of the
 files that are being backed up,so that we can be sure that they are
 backed up correctly without errors?
 
 This just doesn't mean that we do baremetal or something like that
 automated :):)

This sounds as though you should look into the Verify feature and see if
it does what you need.


-- 
  Phil Stracchino, CDK#2 DoD#299792458 ICBM: 43.5607, -71.355
  ala...@caerllewys.net   ala...@metrocast.net   p...@co.ordinate.org
 Renaissance Man, Unix ronin, Perl hacker, Free Stater
 It's not the years, it's the mileage.

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Automatic restores BACULA

2010-04-07 Thread James Harper
 On 04/07/10 06:27, bitbyte wrote:
  What do you think a restore is?Think you need to go again to the
  elementary lessons? Periodical restores checks the status of the
  files that are being backed up,so that we can be sure that they are
  backed up correctly without errors?
 
  This just doesn't mean that we do baremetal or something like that
  automated :):)
 
 This sounds as though you should look into the Verify feature and see
if
 it does what you need.
 

A verify is not a substitute for a restore test. A verify tells you that
the data is on the media, it doesn't tell you that you can get it back.

A regular full (or partial) restore test should be a part of any good
backup regime.

James

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Automatic restores BACULA

2010-04-07 Thread Phil Stracchino
On 04/07/10 09:54, James Harper wrote:
 On 04/07/10 06:27, bitbyte wrote:
 What do you think a restore is?Think you need to go again to the
 elementary lessons? Periodical restores checks the status of the
 files that are being backed up,so that we can be sure that they are
 backed up correctly without errors?

 This just doesn't mean that we do baremetal or something like that
 automated :):)

 This sounds as though you should look into the Verify feature and see
 if
 it does what you need.

 
 A verify is not a substitute for a restore test. A verify tells you that
 the data is on the media, it doesn't tell you that you can get it back.
 
 A regular full (or partial) restore test should be a part of any good
 backup regime.

Oh, sure.  But as best I can understand the OP, it seems to me that
verify is what he's looking for.  However, I could easily be
misunderstanding.


-- 
  Phil Stracchino, CDK#2 DoD#299792458 ICBM: 43.5607, -71.355
  ala...@caerllewys.net   ala...@metrocast.net   p...@co.ordinate.org
 Renaissance Man, Unix ronin, Perl hacker, Free Stater
 It's not the years, it's the mileage.

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users