I have a config where I have separate pools for different types of servers
and now that I think I've worked my config to where the tape changer works
I'd like to stream this off to tape.

The Migrate page makes sense by its example, but I don't see how to build a
config that has more than the Default pool that would migrate to tape.  Does
anyone have a less trivial config I could crib to get my volumes migrated to
tape?

Thanks,

For fun, my pools are configured with:

Pool {
  Name = DSI-Tape
  Pool Type = Backup
  Recycle = yes
  AutoPrune = yes
  Volume Retention = 31 days
  Storage = DSI
}

Pool {
  Name = SharedFull-Pool
  Pool Type = Backup
  Recycle = yes
  Auto Prune = yes
  Volume Retention = 22 days
  Maximum Volume Jobs = 1
  Label Format = SharedFull-
  Maximum Volumes = 4
  Next Pool = DSI-Tape
}

Pool {
  Name = SharedDiff-Pool
  Pool Type = Backup
  Recycle = yes
  AutoPrune = yes
  Volume Retention = 22 days
  Maximum Volume Jobs = 1
  Label Format = SharedDiff-
  Maximum Volumes = 5
  Next Pool = DSI-Tape
}

Pool {
  Name = SharedInc-Pool
  Pool Type = Backup
  Recycle = yes
  AutoPrune = yes
  Volume Retention = 22 days
  Maximum Volume Jobs = 1
  Label Format = SharedInc-
  Maximum Volumes = 22
  Next Pool = DSI-Tape
}

Pool {
  Name = ExchangeFull-Pool
  Pool Type = Backup
  Recycle = yes
  Auto Prune = yes
  Volume Retention = 22 days
  Maximum Volume Jobs = 1
  Label Format = ExchangeFull-
  Maximum Volumes = 6
  Next Pool = DSI-Tape
}

Pool {
  Name = ExchangeDiff-Pool
  Pool Type = Backup
  Recycle = yes
  AutoPrune = yes
  Volume Retention = 22 days
  Maximum Volume Jobs = 1
  Label Format = ExchangeDiff-
  Maximum Volumes = 5
  Next Pool = DSI-Tape
}

Pool {
  Name = ExchangeInc-Pool
  Pool Type = Backup
  Recycle = yes
  AutoPrune = yes
  Volume Retention = 22 days
  Maximum Volume Jobs = 1
  Label Format = ExchangeInc-
  Maximum Volumes = 22
  Next Pool = DSI-Tape
}

Pool {
  Name = CAFull-Pool
  Pool Type = Backup
  Recycle = yes
  Auto Prune = yes
  Volume Retention = 22 days
  Maximum Volume Jobs = 1
  Label Format = CAFull-
  Maximum Volumes = 4
  Next Pool = DSI-Tape
}

Pool {
  Name = CADiff-Pool
  Pool Type = Backup
  Recycle = yes
  AutoPrune = yes
  Volume Retention = 22 days
  Maximum Volume Jobs = 1
  Label Format = CADiff-
  Maximum Volumes = 5
  Next Pool = DSI-Tape
}

Pool {
  Name = CAInc-Pool
  Pool Type = Backup
  Recycle = yes
  AutoPrune = yes
  Volume Retention = 22 days
  Maximum Volume Jobs = 1
  Label Format = CAInc-
  Maximum Volumes = 22
  Next Pool = DSI-Tape
}

Pool {
  Name = Full-Pool
  Pool Type = Backup
  Recycle = yes
  Auto Prune = yes
  Volume Retention = 30 days
  Maximum Volume Jobs = 1
  Label Format = Full-
  Maximum Volumes = 75
  Next Pool = DSI-Tape
}

Pool {
  Name = Diff-Pool
  Pool Type = Backup
  Recycle = yes
  AutoPrune = yes
  Volume Retention = 15 days
  Maximum Volume Jobs = 1
  Label Format = Diff-
  Maximum Volumes = 35
  Next Pool = DSI-Tape
}

Pool {
  Name = Inc-Pool
  Pool Type = Backup
  Recycle = yes
  AutoPrune = yes
  Volume Retention = 10 days
  Maximum Volume Jobs = 20
  Label Format = Inc-
  Maximum Volumes = 14
  Next Pool = DSI-Tape
}




-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to