Moby schrieb:
> It is my understanding that one must use the same job name for full and
> incremental backups, otherwise Bacula is not able to perform an
> incremental backup.
> I have a need to send full backups of machines to one disk and
> incremental backups to another disk.  If I have to use the same job
> definition for both incremental and full backups (with incremental and
> full backup levels being specified in the schedule definition), then how
> can I send full backups to one disk and incrementals to another?

you can overwrite the storage device and the pool in your schedule resource.


Schedule {
  Name = "Backup VU0EM005"
  Run = Level=Full 1st sun at 00:08
  Run = Level=Differential Storage=VU0EM005-DISK 
Pool=VU0EM005-Disk-Differential 2nd-5th sun at 00:08
  Run = Level=Incremental Storage=VU0EM005-DISK Pool=VU0EM005-Disk-Incremental 
tue-sat at 00:08
}

Ralf

------------------------------------------------------------------------------
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@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to