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® 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

Reply via email to