Hi!

Yes, I know.
But I have 6 clients. And for each client I wrote two jobs:

1) Backup to file (pool: filepool)
2) Backup to tape (pool: monthlytape)

The tape backup is triggered on every first saturday of a month.
The schedule and the job looks like this (from memory):

===============
Schedule {
  Name = "MonthlyBackupToTape"
  Run = Level=Full Pool=MonthlyTape 1st sat at 2:00
}

Job {
  Name = "Client1-ToTape"
  Type = Backup
  Level = Full
  Client = dns
  FileSet="fs-dns"
  Storage = LTO4
  Pool = MonthlyBackupToTape
  Schedule = "BackupToTape"
}
===============

But maybe sometimes a backup goes wrong and I want to re-start the
tape backup manually for the specific client. So I'd need jobs like

client1-toFile
client1-toTape-Jan
client1-toTape-Feb
client1-toTape-Mar
client1-toTape-Apr
client1-toTape-Mai
[...]

But to resume the thread's title... can I switch from my "monthytape"
pool (12 tapes / one pool) to the new "1 tape / one pool" pool without
loosing the backup information of the last 11 tapes?


On 30.10.2014 21:18, John Drescher wrote:
> 
> No. You can select the pool in the schedule resource.
> 
> http://www.bacula.org/5.2.x-manuals/en/main/main/Configuring_Director.html#SECTION001450000000000000000
> 
> John
> 

------------------------------------------------------------------------------
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to