On 2010-12-01 09:10, amybac wrote:
> If I want to back up whole system and the Max volume size reached, bacula
> will automatically add another volume (File) for it? or how to automatically 
> do this?

In your Storage Daemon configuration (bacula-sd.conf) add 
"LabelMedia = Yes" to the Device definition of your File storage:
Device {
  Media Type = File
  [...]
  LabelMedia = yes;
  [...]
}

You should also inluce a Label Format to your Pool in bacula-dir.conf:
Pool {
  Pool Type = Backup
  [...]
  Storage = File
  Label Format = Volume
}

-- 
Jon Langseth, Systems/network administrator, IT-Tjenesten,
Høgskolen i Gjøvik (Gjøvik University College) - http://www.hig.no
Direkte(direct): +47 61135156  Mobil(cell): +47 95102410
IT-Tjenesten:    +47 61135300  Sentralbord: +47 61135100  Fax: +47 61135301

------------------------------------------------------------------------------
Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
Tap into the largest installed PC base & get more eyes on your game by
optimizing for Intel(R) Graphics Technology. Get started today with the
Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
http://p.sf.net/sfu/intelisp-dev2dev
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to