Bacula-users

[Bacula-users] Bacula Copy some questions

2011-09-06 10:42:56
Subject: [Bacula-users] Bacula Copy some questions
From: Buschini Edouard <moon AT ijaal DOT net>
To: bacula-users <bacula-users AT lists.sourceforge DOT net>
Date: Tue, 6 Sep 2011 16:40:29 +0200
Hi everyone,

I'm using bacula 5.0.3 and I have to migrate some jobs to another SD in order to free some space.
I read the doc about copying and migrating jobs but I've got some questions about the Pool directive.

Here is my default and old Pool :

Pool {
  Name = GeneralMonthlyPool
  Pool Type = Backup
  Maximum Volume Bytes = 4G
  Volume Use Duration = 6 days
  Volume Retention = 26 weeks
  Recycle Oldest Volume = yes
  Label Format = general-monthly-
  Storage = GeneralFile
  Action On Purge = Truncate
}

I wish to copy the following job :

Job {
  Name = "is-filer1-System"
  JobDefs = "DefaultJob"
  Client = is-filer1
  FileSet = "BasicSet"
  Schedule = "GeneralDailyCycle"
}

So I created the following Job :

Job {
  Name = "is-filer1-System-Copy"
  JobDefs = "DefaultJob"
  Client = is-filer1
  FileSet = "BasicSet"
  Schedule = "GeneralDailyCycle"
  type = copy
  pool = General-is-filer1-copy
}

And the following pool :

Pool {
  Name = General-is-filer1-copy
  Pool Type = Backup
  Maximum Volume Bytes = 4G
  Volume Use Duration = 6 days
  Volume Retention = 9 weeks
  Recycle Oldest Volume = yes
  Label Format = general-is-filer1-
  Storage = General-bkp3
  Action On Purge = Truncate
}

And my question is, is it risky to update a Pool ? I wish I could add "type next = General-is-filer1-copy" in my old Pool but I don't want to break anything.
I've thought to first to modify the Pool configuration file, add the new directive, reload by bconsole and use the update pool (but how ?) command in bconsole.

Do anyone has thoughts about this ?

Regards,

--
// Buschini Edouard :: Moon
// Rentabiliweb Telecom
// System Administrator for www.rentabiliweb.org www.carpediem.fr www.mailorama.fr www.payglad.com
// Epitech university 4th year

------------------------------------------------------------------------------
Special Offer -- Download ArcSight Logger for FREE!
Finally, a world-class log management solution at an even better 
price-free! And you'll get a free "Love Thy Logs" t-shirt when you
download Logger. Secure your free ArcSight Logger TODAY!
http://p.sf.net/sfu/arcsisghtdev2dev
_______________________________________________
Bacula-users mailing list
Bacula-users AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users
<Prev in Thread] Current Thread [Next in Thread>