On Jan 2, 2012, at 4:10 PM, Jonathon Royle wrote:

> Hi,
>  
> I have recently moved from commercial backup software to bacula and I like 
> the flexibility (shame VSS is not currently Win08 R2 optimised) however I am 
> struggling to get staging to work.
>  
> Current backup schedule
> 5 clients including bacula-fd (3 Linux, 2 Win)
> 1st Month Full backup to FileStorage
> Daily incremental backups to FileStorage
> Two Pools - MonthlyFullFile and DailyIncrementalFIle  all backup jobs ref 
> Default Backup
> Individual volumes created for each job
>  
> Objective
>  
> Yearly Full copy from FileStorage to OffSiteFileStorage
> Weekly Incremental from FileStorage OffSiteFileStorage
>  
> I have created the config files below however every time I run the 
> ‘offsite-copy’ job I get an error that Level=”” not valid.  Suggestions 
> appreciated.
>  
> Regards,
>  
> Jon
>  
>  
>  
> Job {
>   Name = "offsite-copy"
>  Type = copy
>   Client = bacula-fd
>   Level = Full  # must be defined but is ignored

Try:

   Level = "Full"

>   FileSet = "Full Set"
>   Selection Type = Volume
>   Selection Pattern = "File"
>   Priority = 200
>   Storage = OffSiteFileStorage
>   Pool = Default  # will be overwritten by Next Pool flag
> }
>  
> Pool {
>   Name = Default
>   Pool Type = Backup
>   Next Pool = OffSiteWeeklyIncrementalFile
> }
>  
> Pool {
>   Name = OffSiteWeeklyIncrementalFile
>   Pool Type = Backup
>   Recycle = no
>   AutoPrune = no
>   Label Format = 
> "OffSite_$(Client)_Incr_${Year}-${Month:p/2/0/r}}-${Day:p/2/0/r}"
> Storage = OffSiteFile
> }
>  
>  
> Centos 6.2
> Bacula 5.2.3
>  
>  
> ------------------------------------------------------------------------------
> Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
> infrastructure or vast IT resources to deliver seamless, secure access to
> virtual desktops. With this all-in-one solution, easily deploy virtual 
> desktops for less than the cost of PCs and save 60% on VDI infrastructure 
> costs. Try it free! 
> http://p.sf.net/sfu/Citrix-VDIinabox_______________________________________________
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users

-- 
Dan Langille - http://langille.org

------------------------------------------------------------------------------
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to