Re: [Bacula-users] Moving volumes from one SD to another

2016-12-09 Thread Kern Sibbald
On 12/09/2016 09:01 PM, Josip Deanovic wrote:
> On Friday 2016-12-09 07:50:33 Kern Sibbald wrote:
> [...]
>> The storageid helps Bacula find the right storage device when it is not
>> specified, but it *should* not be required.
> This is valuable piece of information.
>
> Next year (probably in next few months) I will setup a lab which will
> help me to test opensource and commercial versions of bacula.
> When it is ready I will be able to test cases such as this one without
> too much effort.
>
OK, thanks. I look forward to getting your feedback.

Best regards,
Kern



--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today.http://sdm.link/xeonphi
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Moving volumes from one SD to another

2016-12-09 Thread Josip Deanovic
On Friday 2016-12-09 07:50:33 Kern Sibbald wrote:
[...]
> The storageid helps Bacula find the right storage device when it is not
> specified, but it *should* not be required.

This is valuable piece of information.

Next year (probably in next few months) I will setup a lab which will
help me to test opensource and commercial versions of bacula.
When it is ready I will be able to test cases such as this one without
too much effort.

-- 
Josip Deanovic

--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today.http://sdm.link/xeonphi
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Moving volumes from one SD to another

2016-12-09 Thread Kern Sibbald
On 12/09/2016 03:51 PM, Josh Fisher wrote:
>
> On 12/9/2016 7:49 AM, Kern Sibbald wrote:
>> Sorry Josh, but Bacula never queries for available volumes (with the
>> exception of removable File media).  The information in the Media record
>> is used to know which device should be used in many cases.
>
> OK. What about tapes in autoloaders? I know it issues a LIST command 
> to the mtx-changer script. I had assumed it was to identify the 
> available tapes. Are you saying that if I have two SDs with identical 
> autoloaders and using the same MediaType, I still cannot simply move 
> tapes between the two autoloaders?

I was assuming that we are talking about File devices,  For tapes, yes 
Bacula does know how to update the Slot in the catalog when you do 
update slots, which I believe uses the LIST command as you say.
>
>
>>
>> On 12/09/2016 01:22 PM, Josh Fisher wrote:
>>> On 12/9/2016 6:32 AM, Martin Simmons wrote:
 If a volume moves to a different location then it seems to me that 
 changing
 the StorageId is the logical thing to do.
>>> Has anyone tried simply moving them without changing the StorageId or
>>> anything else? Devices are directly queried for their available 
>>> volumes.
>>> My guess is that volume location is decided from the queried
>>> information, not from the db.
>>>
>>>
 IMHO, changing the Media Type of an existing volume is a timebomb 
 waiting to
 explode if you need to use bscan (because the existing label 
 contains the old
 media type).

 __Martin


> On Fri, 9 Dec 2016 07:57:04 +0100, Kern Sibbald said:
> OK, I understand all those points, and
> I can say that Bacula will not notice by itself that Volumes have
> moved, so you will need to help it by using Pools or Media Types,
> but it should not require digging into StorageIds, which I don't
> think is even in the main manual.  If it really *requires*
> changing the StorageId, then either I need to automate that or
> remove the dependency.
>
> Best regards,
> Kern
 --
  

 Developer Access Program for Intel Xeon Phi Processors
 Access to Intel Xeon Phi processor-based developer platforms.
 With one year of Intel Parallel Studio XE.
 Training and support from Colfax.
 Order your platform today.http://sdm.link/xeonphi
 ___
 Bacula-users mailing list
 Bacula-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/bacula-users
>>> --
>>>  
>>>
>>> Developer Access Program for Intel Xeon Phi Processors
>>> Access to Intel Xeon Phi processor-based developer platforms.
>>> With one year of Intel Parallel Studio XE.
>>> Training and support from Colfax.
>>> Order your platform today.http://sdm.link/xeonphi
>>> ___
>>> Bacula-users mailing list
>>> Bacula-users@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/bacula-users
>>>
>>
>> --
>>  
>>
>> Developer Access Program for Intel Xeon Phi Processors
>> Access to Intel Xeon Phi processor-based developer platforms.
>> With one year of Intel Parallel Studio XE.
>> Training and support from Colfax.
>> Order your platform today.http://sdm.link/xeonphi
>> ___
>> Bacula-users mailing list
>> Bacula-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/bacula-users
>


--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today.http://sdm.link/xeonphi
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Moving volumes from one SD to another

2016-12-09 Thread Josh Fisher

On 12/9/2016 7:49 AM, Kern Sibbald wrote:
> Sorry Josh, but Bacula never queries for available volumes (with the
> exception of removable File media).  The information in the Media record
> is used to know which device should be used in many cases.

OK. What about tapes in autoloaders? I know it issues a LIST command to 
the mtx-changer script. I had assumed it was to identify the available 
tapes. Are you saying that if I have two SDs with identical autoloaders 
and using the same MediaType, I still cannot simply move tapes between 
the two autoloaders?


>
> On 12/09/2016 01:22 PM, Josh Fisher wrote:
>> On 12/9/2016 6:32 AM, Martin Simmons wrote:
>>> If a volume moves to a different location then it seems to me that changing
>>> the StorageId is the logical thing to do.
>> Has anyone tried simply moving them without changing the StorageId or
>> anything else? Devices are directly queried for their available volumes.
>> My guess is that volume location is decided from the queried
>> information, not from the db.
>>
>>
>>> IMHO, changing the Media Type of an existing volume is a timebomb waiting to
>>> explode if you need to use bscan (because the existing label contains the 
>>> old
>>> media type).
>>>
>>> __Martin
>>>
>>>
 On Fri, 9 Dec 2016 07:57:04 +0100, Kern Sibbald said:
 OK, I understand all those points, and
 I can say that Bacula will not notice by itself that Volumes have
 moved, so you will need to help it by using Pools or Media Types,
 but it should not require digging into StorageIds, which I don't
 think is even in the main manual.  If it really *requires*
 changing the StorageId, then either I need to automate that or
 remove the dependency.

 Best regards,
 Kern
>>> --
>>> Developer Access Program for Intel Xeon Phi Processors
>>> Access to Intel Xeon Phi processor-based developer platforms.
>>> With one year of Intel Parallel Studio XE.
>>> Training and support from Colfax.
>>> Order your platform today.http://sdm.link/xeonphi
>>> ___
>>> Bacula-users mailing list
>>> Bacula-users@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/bacula-users
>> --
>> Developer Access Program for Intel Xeon Phi Processors
>> Access to Intel Xeon Phi processor-based developer platforms.
>> With one year of Intel Parallel Studio XE.
>> Training and support from Colfax.
>> Order your platform today.http://sdm.link/xeonphi
>> ___
>> Bacula-users mailing list
>> Bacula-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/bacula-users
>>
>
> --
> Developer Access Program for Intel Xeon Phi Processors
> Access to Intel Xeon Phi processor-based developer platforms.
> With one year of Intel Parallel Studio XE.
> Training and support from Colfax.
> Order your platform today.http://sdm.link/xeonphi
> ___
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users


--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today.http://sdm.link/xeonphi
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Moving volumes from one SD to another

2016-12-09 Thread Kern Sibbald
Sorry Josh, but Bacula never queries for available volumes (with the 
exception of removable File media).  The information in the Media record 
is used to know which device should be used in many cases.

On 12/09/2016 01:22 PM, Josh Fisher wrote:
> On 12/9/2016 6:32 AM, Martin Simmons wrote:
>> If a volume moves to a different location then it seems to me that changing
>> the StorageId is the logical thing to do.
> Has anyone tried simply moving them without changing the StorageId or
> anything else? Devices are directly queried for their available volumes.
> My guess is that volume location is decided from the queried
> information, not from the db.
>
>
>> IMHO, changing the Media Type of an existing volume is a timebomb waiting to
>> explode if you need to use bscan (because the existing label contains the old
>> media type).
>>
>> __Martin
>>
>>
>>> On Fri, 9 Dec 2016 07:57:04 +0100, Kern Sibbald said:
>>> OK, I understand all those points, and
>>> I can say that Bacula will not notice by itself that Volumes have
>>> moved, so you will need to help it by using Pools or Media Types,
>>> but it should not require digging into StorageIds, which I don't
>>> think is even in the main manual.  If it really *requires*
>>> changing the StorageId, then either I need to automate that or
>>> remove the dependency.
>>>
>>> Best regards,
>>> Kern
>> --
>> Developer Access Program for Intel Xeon Phi Processors
>> Access to Intel Xeon Phi processor-based developer platforms.
>> With one year of Intel Parallel Studio XE.
>> Training and support from Colfax.
>> Order your platform today.http://sdm.link/xeonphi
>> ___
>> Bacula-users mailing list
>> Bacula-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/bacula-users
>
> --
> Developer Access Program for Intel Xeon Phi Processors
> Access to Intel Xeon Phi processor-based developer platforms.
> With one year of Intel Parallel Studio XE.
> Training and support from Colfax.
> Order your platform today.http://sdm.link/xeonphi
> ___
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users
>


--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today.http://sdm.link/xeonphi
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Moving volumes from one SD to another

2016-12-09 Thread Kern Sibbald
On 12/09/2016 12:32 PM, Martin Simmons wrote:
> If a volume moves to a different location then it seems to me that changing
> the StorageId is the logical thing to do.
>
> IMHO, changing the Media Type of an existing volume is a timebomb waiting to
> explode if you need to use bscan (because the existing label contains the old
> media type).

The label contains the Media Type as you say, but it is never used (or I 
should say checked).

Kern

>
> __Martin
>
>
>> On Fri, 9 Dec 2016 07:57:04 +0100, Kern Sibbald said:
>> OK, I understand all those points, and
>> I can say that Bacula will not notice by itself that Volumes have
>> moved, so you will need to help it by using Pools or Media Types,
>> but it should not require digging into StorageIds, which I don't
>> think is even in the main manual.  If it really *requires*
>> changing the StorageId, then either I need to automate that or
>> remove the dependency.
>>
>> Best regards,
>> Kern
> --
> Developer Access Program for Intel Xeon Phi Processors
> Access to Intel Xeon Phi processor-based developer platforms.
> With one year of Intel Parallel Studio XE.
> Training and support from Colfax.
> Order your platform today.http://sdm.link/xeonphi
> ___
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users
>


--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today.http://sdm.link/xeonphi
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Moving volumes from one SD to another

2016-12-09 Thread Josh Fisher

On 12/9/2016 6:32 AM, Martin Simmons wrote:
> If a volume moves to a different location then it seems to me that changing
> the StorageId is the logical thing to do.

Has anyone tried simply moving them without changing the StorageId or 
anything else? Devices are directly queried for their available volumes. 
My guess is that volume location is decided from the queried 
information, not from the db.


>
> IMHO, changing the Media Type of an existing volume is a timebomb waiting to
> explode if you need to use bscan (because the existing label contains the old
> media type).
>
> __Martin
>
>
>> On Fri, 9 Dec 2016 07:57:04 +0100, Kern Sibbald said:
>> OK, I understand all those points, and
>> I can say that Bacula will not notice by itself that Volumes have
>> moved, so you will need to help it by using Pools or Media Types,
>> but it should not require digging into StorageIds, which I don't
>> think is even in the main manual.  If it really *requires*
>> changing the StorageId, then either I need to automate that or
>> remove the dependency.
>>
>> Best regards,
>> Kern
> --
> Developer Access Program for Intel Xeon Phi Processors
> Access to Intel Xeon Phi processor-based developer platforms.
> With one year of Intel Parallel Studio XE.
> Training and support from Colfax.
> Order your platform today.http://sdm.link/xeonphi
> ___
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users


--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today.http://sdm.link/xeonphi
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Moving volumes from one SD to another

2016-12-09 Thread Martin Simmons
If a volume moves to a different location then it seems to me that changing
the StorageId is the logical thing to do.

IMHO, changing the Media Type of an existing volume is a timebomb waiting to
explode if you need to use bscan (because the existing label contains the old
media type).

__Martin


> On Fri, 9 Dec 2016 07:57:04 +0100, Kern Sibbald said:
> 
> OK, I understand all those points, and
> I can say that Bacula will not notice by itself that Volumes have
> moved, so you will need to help it by using Pools or Media Types,
> but it should not require digging into StorageIds, which I don't
> think is even in the main manual.  If it really *requires*
> changing the StorageId, then either I need to automate that or
> remove the dependency.
>
> Best regards,
> Kern

--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today.http://sdm.link/xeonphi
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Moving volumes from one SD to another

2016-12-09 Thread Martin Simmons
Yes, that's what I did and it was very easy.  Both storages have the same
Media Type.

__Martin


> On Thu, 8 Dec 2016 09:47:00 -0500, Dan Langille said:
> 
> I added another bacula-sd to my configuration.  It has more storage than the 
> existing SD.  Both SD use file-based storage.
> 
> All new backups are going to the new SD.
> 
> I want to copy all the old Volumes to the new SD and have them available 
> there. 
> 
> I suspect all I need to do is copy the Volumes over, then run an SQL command 
> to adjust the storageid for all volumes which refer to old SD. 
> 
> I think some of you have already done this. I know I have: 
> https://dan.langille.org/2013/08/06/moving-bacula-volumes-from-one-storage-to-another/
>  
> 
> 
> -- 
> Dan Langille - BSDCan / PGCon
> d...@langille.org

--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today.http://sdm.link/xeonphi
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Moving volumes from one SD to another

2016-12-08 Thread Kern Sibbald

  
  
OK, I understand all those points, and
  I can say that Bacula will not notice by itself that Volumes have
  moved, so you will need to help it by using Pools or Media Types,
  but it should not require digging into StorageIds, which I don't
  think is even in the main manual.  If it really *requires*
  changing the StorageId, then either I need to automate that or
  remove the dependency.
  
  Best regards,
  Kern
  
  On 12/08/2016 09:24 PM, Dan Langille wrote:


  
  To be clear, we are not solving an existing problem.  My backups
  and restores are working.
  
  
  We are discussing whether or not Bacula should
know/notice that Volumes are now on another SD.
  

  
-- 
Dan Langille - BSDCan / PGCon
d...@langille.org


  

  


  


--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today.http://sdm.link/xeonphi___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Moving volumes from one SD to another

2016-12-08 Thread Kern Sibbald

  
  
The best way to tell it is to move them
  to a Pool that only the new SD can read, or to change the Media
  Type of the Volumes.  The storageid helps Bacula find the right
  storage device when it is not specified, but it *should* not be
  required.  I have never personally tried this situation, so there
  may be some problems.  I am interested in getting to the bottom of
  this, because setting up off-site SDs and moving volumes to them
  should be something relatively simple and if it is not, it is time
  for me to plan some time to fix it.
  
  Best regards,
  Kern
  
  On 12/08/2016 09:00 PM, Dan Langille wrote:


  
  OK, but how will Bacula know that the files/Volumes are now on a
  new SD?  The db is still pointing to the old SD.
  

  -- 
Dan Langille - BSDCan / PGCon
d...@langille.org

  



  
On Dec 8, 2016, at 10:50 AM, Kern Sibbald  wrote:


  
  
Hello Dan,
  
  From what users have reported, one must update the
  storageid, and it is clear to me that if you use the
  same name for the Storage in the Director's resource
  but it points to a different machine, you must update
  the storageid.  However, if you use a new name for the
  new storage daemon, in theory one should not need to
  update the storageid.  If it is required then in my
  view there is a problem, because Bacula *should* be
  relatively transparent to allowing you to move volumes
  from one Storage definition to another.
  
  Best regards,
  Kern
  
  On 12/08/2016 03:47 PM, Dan Langille wrote:


  
  I added another bacula-sd to my
configuration.  It has more storage than the
existing SD.  Both SD use file-based storage.
  
  
  All new backups are going to the new SD.
  
  
  I want to copy all the old Volumes to
the new SD and have them available there. 
  
  
  I suspect all I need to do is copy the
Volumes over, then run an SQL command to adjust the
storageid for all volumes which refer to old SD. 
  
  
  I think some of you have already done
this. I know I have: https://dan.langille.org/2013/08/06/moving-bacula-volumes-from-one-storage-to-another/
  

  -- 
Dan Langille - BSDCan / PGCon
d...@langille.org

  


  
  
  
  
  --
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today.http://sdm.link/xeonphi
  
  
  
  ___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users




  

  


  



  


--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today.http://sdm.link/xeonphi___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Moving volumes from one SD to another

2016-12-08 Thread Wanderlei Huttel
In this case, the only way is update Media record in Catalog using SQL.

Dan I read in your blog about bacula command "setip".
Do you have some example how to use this feature? More detailed? Or some
tips?

Best Regards

*Wanderlei Hüttel*
http://www.huttel.com.br

2016-12-08 19:10 GMT-02:00 Dan Langille :

> Agreed.  It will know.  But logically, you have not *moved* the Volumes
> from one SD to another.  They are the same SD, according to Bacula.
>
> In my case, the Volumes are indeed on a new SD, both logically and
> physically.
>
> --
> Dan Langille - BSDCan / PGCon
> d...@langille.org
>
>
> On Dec 8, 2016, at 4:00 PM, Wanderlei Huttel 
> wrote:
>
> But if you will disable the old Storage, you can just edit the IP address
> and passwords of this old Storage and change to the information of new
> storage, in this case "IP address and password", of course you had to move
> manually the volumes to the new storage.
>
> Bacula create new Storages by name. If you change the Storage name,
> probably bacula will create a a new row in Catalog, you can check this
> using this query: mysql -u bacula -p"password" -D bacula -e "select * from
> Storage";
>
> This way if you had changed the address and password of this storage,
> bacula will know where the volumes are.
>
> Best regards
>
> *Wanderlei Hüttel*
> http://www.huttel.com.br
>
> 2016-12-08 18:24 GMT-02:00 Dan Langille :
>
>> To be clear, we are not solving an existing problem.  My backups and
>> restores are working.
>>
>> We are discussing whether or not Bacula should know/notice that Volumes
>> are now on another SD.
>>
>> --
>> Dan Langille - BSDCan / PGCon
>> d...@langille.org
>>
>>
>>
>>
>> On Dec 8, 2016, at 3:21 PM, Dan Langille  wrote:
>>
>> It is a completely new SD.  There is no IP address to change because it's
>> a new IP address.
>> --
>> Dan Langille - BSDCan / PGCon
>> d...@langille.org
>>
>>
>>
>>
>> On Dec 8, 2016, at 3:19 PM, Wanderlei Huttel 
>> wrote:
>>
>> Hello Dan
>>
>> Probably because if you add a new Storage, you will need to changer the
>> IP address of this Storage in bacula-dir.conf.
>>
>> Best Regards
>>
>> *Wanderlei Hüttel*
>> http://www.huttel.com.br
>>
>> 2016-12-08 18:00 GMT-02:00 Dan Langille :
>>
>>> OK, but how will Bacula know that the files/Volumes are now on a new
>>> SD?  The db is still pointing to the old SD.
>>>
>>> --
>>> Dan Langille - BSDCan / PGCon
>>> d...@langille.org
>>>
>>>
>>> On Dec 8, 2016, at 10:50 AM, Kern Sibbald  wrote:
>>>
>>> Hello Dan,
>>>
>>> From what users have reported, one must update the storageid, and it is
>>> clear to me that if you use the same name for the Storage in the Director's
>>> resource but it points to a different machine, you must update the
>>> storageid.  However, if you use a new name for the new storage daemon, in
>>> theory one should not need to update the storageid.  If it is required then
>>> in my view there is a problem, because Bacula *should* be relatively
>>> transparent to allowing you to move volumes from one Storage definition to
>>> another.
>>>
>>> Best regards,
>>> Kern
>>>
>>> On 12/08/2016 03:47 PM, Dan Langille wrote:
>>>
>>> I added another bacula-sd to my configuration.  It has more storage than
>>> the existing SD.  Both SD use file-based storage.
>>>
>>> All new backups are going to the new SD.
>>>
>>> I want to copy all the old Volumes to the new SD and have them available
>>> there.
>>>
>>> I suspect all I need to do is copy the Volumes over, then run an SQL
>>> command to adjust the storageid for all volumes which refer to old SD.
>>>
>>> I think some of you have already done this. I know I have:
>>> https://dan.langille.org/2013/08/06/moving-bacula-volu
>>> mes-from-one-storage-to-another/
>>>
>>> --
>>> Dan Langille - BSDCan / PGCon
>>> d...@langille.org
>>>
>>>
>>>
>>>
>>> --
>>> Developer Access Program for Intel Xeon Phi Processors
>>> Access to Intel Xeon Phi processor-based developer platforms.
>>> With one year of Intel Parallel Studio XE.
>>> Training and support from Colfax.
>>> Order your platform today.http://sdm.link/xeonphi
>>>
>>>
>>>
>>> ___
>>> Bacula-users mailing 
>>> listBacula-users@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/bacula-users
>>>
>>>
>>>
>>>
>>> 
>>> --
>>> Developer Access Program for Intel Xeon Phi Processors
>>> Access to Intel Xeon Phi processor-based developer platforms.
>>> With one year of Intel Parallel Studio XE.
>>> Training and support from Colfax.
>>> Order your platform today.http://sdm.link/xeonphi
>>> ___
>>> Bacula-users mailing list
>>> Bacula-users@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/bacula-users
>>>
>>>
>>
>> 
>> --
>> Developer

Re: [Bacula-users] Moving volumes from one SD to another

2016-12-08 Thread Dan Langille
CMR,

Yes, we could do a copy job, but that would take much longer than other methods.

In my case, the Volumes were moved via cp, but others could involve scp or, 
better
still, zfs send | zfs recv.

-- 
Dan Langille - BSDCan / PGCon
d...@langille.org


> On Dec 8, 2016, at 3:29 PM, C M Reinehr  wrote:
> 
> Dan,
> 
> Wouldn't this be a Copy Job?
> 
> CMR
> 
> On 12/08/2016 02:21 PM, Dan Langille wrote:
>> It is a completely new SD.  There is no IP address to change because
>> it's a new IP address.
>> --
>> Dan Langille - BSDCan / PGCon
>> d...@langille.org 
>> 
>> 
>> 
>> 
>>> On Dec 8, 2016, at 3:19 PM, Wanderlei Huttel
>>> mailto:wanderleihut...@gmail.com>> wrote:
>>> 
>>> Hello Dan
>>> 
>>> Probably because if you add a new Storage, you will need to changer
>>> the IP address of this Storage in bacula-dir.conf.
>>> 
>>> Best Regards
>>> 
>>> *Wanderlei Hüttel*
>>> http://www.huttel.com.br 
>>> 
>>> 2016-12-08 18:00 GMT-02:00 Dan Langille >> >:
>>> 
>>>OK, but how will Bacula know that the files/Volumes are now on a
>>>new SD?  The db is still pointing to the old SD.
>>> 
>>>--
>>>Dan Langille - BSDCan / PGCon
>>>d...@langille.org 
>>> 
>>> 
On Dec 8, 2016, at 10:50 AM, Kern Sibbald >>>> wrote:
 
Hello Dan,
 
From what users have reported, one must update the storageid, and
it is clear to me that if you use the same name for the Storage
in the Director's resource but it points to a different machine,
you must update the storageid.  However, if you use a new name
for the new storage daemon, in theory one should not need to
update the storageid.  If it is required then in my view there is
a problem, because Bacula *should* be relatively transparent to
allowing you to move volumes from one Storage definition to another.
 
Best regards,
Kern
 
On 12/08/2016 03:47 PM, Dan Langille wrote:
>I added another bacula-sd to my configuration.  It has more
>storage than the existing SD.  Both SD use file-based storage.
> 
>All new backups are going to the new SD.
> 
>I want to copy all the old Volumes to the new SD and have them
>available there.
> 
>I suspect all I need to do is copy the Volumes over, then run
>an SQL command to adjust the storageid for all volumes which
>refer to old SD.
> 
>I think some of you have already done this. I know I
>have: 
> https://dan.langille.org/2013/08/06/moving-bacula-volumes-from-one-storage-to-another/
>
> 
> 
>--
>Dan Langille - BSDCan / PGCon
>d...@langille.org 
> 
> 
> 
> 
>
> --
>Developer Access Program for Intel Xeon Phi Processors
>Access to Intel Xeon Phi processor-based developer platforms.
>With one year of Intel Parallel Studio XE.
>Training and support from Colfax.
>Order your platform today.http://sdm.link/xeonphi
> 
> 
>___
>Bacula-users mailing list
>Bacula-users@lists.sourceforge.net
>
>https://lists.sourceforge.net/lists/listinfo/bacula-users
>
 
 
>>> 
>>> 
>>>
>>> --
>>>Developer Access Program for Intel Xeon Phi Processors
>>>Access to Intel Xeon Phi processor-based developer platforms.
>>>With one year of Intel Parallel Studio XE.
>>>Training and support from Colfax.
>>>Order your platform today.http://sdm.link/xeonphi
>>>___
>>>Bacula-users mailing list
>>>Bacula-users@lists.sourceforge.net
>>>
>>>https://lists.sourceforge.net/lists/listinfo/bacula-users
>>>
>>> 
>>> 
>> 
>> 
>> 
>> --
>> Developer Access Program for Intel Xeon Phi Processors
>> Access to Intel Xeon Phi processor-based developer platforms.
>> With one year of Intel Parallel Studio XE.
>> Training and support from Colfax.
>> Order your platform today.http://sdm.link/xeonphi
>> 
>> 
>> 
>> ___
>> Bacula-users mailing list
>> Bacula-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/bacula-users
>> 
> 
> -- 
> C M Reineh

Re: [Bacula-users] Moving volumes from one SD to another

2016-12-08 Thread Dan Langille
Agreed.  It will know.  But logically, you have not *moved* the Volumes from 
one SD to another.  They are the same SD, according to Bacula.

In my case, the Volumes are indeed on a new SD, both logically and physically.

-- 
Dan Langille - BSDCan / PGCon
d...@langille.org


> On Dec 8, 2016, at 4:00 PM, Wanderlei Huttel  
> wrote:
> 
> But if you will disable the old Storage, you can just edit the IP address and 
> passwords of this old Storage and change to the information of new storage, 
> in this case "IP address and password", of course you had to move manually 
> the volumes to the new storage.
> 
> Bacula create new Storages by name. If you change the Storage name, probably 
> bacula will create a a new row in Catalog, you can check this using this 
> query: mysql -u bacula -p"password" -D bacula -e "select * from Storage";
> 
> This way if you had changed the address and password of this storage, bacula 
> will know where the volumes are.
> 
> Best regards
> 
> Wanderlei Hüttel
> http://www.huttel.com.br 
> 2016-12-08 18:24 GMT-02:00 Dan Langille  >:
> To be clear, we are not solving an existing problem.  My backups and restores 
> are working.
> 
> We are discussing whether or not Bacula should know/notice that Volumes are 
> now on another SD.
> 
> -- 
> Dan Langille - BSDCan / PGCon
> d...@langille.org 
> 
> 
> 
> 
>> On Dec 8, 2016, at 3:21 PM, Dan Langille > > wrote:
>> 
>> It is a completely new SD.  There is no IP address to change because it's a 
>> new IP address.
>> -- 
>> Dan Langille - BSDCan / PGCon
>> d...@langille.org 
>> 
>> 
>> 
>> 
>>> On Dec 8, 2016, at 3:19 PM, Wanderlei Huttel >> > wrote:
>>> 
>>> Hello Dan
>>> 
>>> Probably because if you add a new Storage, you will need to changer the IP 
>>> address of this Storage in bacula-dir.conf.
>>> 
>>> Best Regards
>>> 
>>> Wanderlei Hüttel
>>> http://www.huttel.com.br 
>>> 2016-12-08 18:00 GMT-02:00 Dan Langille >> >:
>>> OK, but how will Bacula know that the files/Volumes are now on a new SD?  
>>> The db is still pointing to the old SD.
>>> 
>>> -- 
>>> Dan Langille - BSDCan / PGCon
>>> d...@langille.org 
>>> 
>>> 
 On Dec 8, 2016, at 10:50 AM, Kern Sibbald >>> > wrote:
 
 Hello Dan,
 
 From what users have reported, one must update the storageid, and it is 
 clear to me that if you use the same name for the Storage in the 
 Director's resource but it points to a different machine, you must update 
 the storageid.  However, if you use a new name for the new storage daemon, 
 in theory one should not need to update the storageid.  If it is required 
 then in my view there is a problem, because Bacula *should* be relatively 
 transparent to allowing you to move volumes from one Storage definition to 
 another.
 
 Best regards,
 Kern
 
 On 12/08/2016 03:47 PM, Dan Langille wrote:
> I added another bacula-sd to my configuration.  It has more storage than 
> the existing SD.  Both SD use file-based storage.
> 
> All new backups are going to the new SD.
> 
> I want to copy all the old Volumes to the new SD and have them available 
> there. 
> 
> I suspect all I need to do is copy the Volumes over, then run an SQL 
> command to adjust the storageid for all volumes which refer to old SD. 
> 
> I think some of you have already done this. I know I have: 
> https://dan.langille.org/2013/08/06/moving-bacula-volumes-from-one-storage-to-another/
>  
> 
> 
> -- 
> Dan Langille - BSDCan / PGCon
> d...@langille.org 
> 
> 
> 
> 
> --
> Developer Access Program for Intel Xeon Phi Processors
> Access to Intel Xeon Phi processor-based developer platforms.
> With one year of Intel Parallel Studio XE.
> Training and support from Colfax.
> Order your platform today.http://sdm.link/xeonphi 
> 
> 
> ___
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net 
> 
> https://lists.sourceforge.net/lists/listinfo/bacula-users 
> 
 
>>> 
>>> 
>>> --
>>> Developer Access Program for Intel Xeon Phi Processors
>>> Access to Intel Xeon Phi processor-based developer platforms.
>>> With one year of Intel Parallel Studio XE.
>>> Training and support f

Re: [Bacula-users] Moving volumes from one SD to another

2016-12-08 Thread Wanderlei Huttel
But if you will disable the old Storage, you can just edit the IP address
and passwords of this old Storage and change to the information of new
storage, in this case "IP address and password", of course you had to move
manually the volumes to the new storage.

Bacula create new Storages by name. If you change the Storage name,
probably bacula will create a a new row in Catalog, you can check this
using this query: mysql -u bacula -p"password" -D bacula -e "select * from
Storage";

This way if you had changed the address and password of this storage,
bacula will know where the volumes are.

Best regards

*Wanderlei Hüttel*
http://www.huttel.com.br

2016-12-08 18:24 GMT-02:00 Dan Langille :

> To be clear, we are not solving an existing problem.  My backups and
> restores are working.
>
> We are discussing whether or not Bacula should know/notice that Volumes
> are now on another SD.
>
> --
> Dan Langille - BSDCan / PGCon
> d...@langille.org
>
>
>
>
> On Dec 8, 2016, at 3:21 PM, Dan Langille  wrote:
>
> It is a completely new SD.  There is no IP address to change because it's
> a new IP address.
> --
> Dan Langille - BSDCan / PGCon
> d...@langille.org
>
>
>
>
> On Dec 8, 2016, at 3:19 PM, Wanderlei Huttel 
> wrote:
>
> Hello Dan
>
> Probably because if you add a new Storage, you will need to changer the IP
> address of this Storage in bacula-dir.conf.
>
> Best Regards
>
> *Wanderlei Hüttel*
> http://www.huttel.com.br
>
> 2016-12-08 18:00 GMT-02:00 Dan Langille :
>
>> OK, but how will Bacula know that the files/Volumes are now on a new SD?
>> The db is still pointing to the old SD.
>>
>> --
>> Dan Langille - BSDCan / PGCon
>> d...@langille.org
>>
>>
>> On Dec 8, 2016, at 10:50 AM, Kern Sibbald  wrote:
>>
>> Hello Dan,
>>
>> From what users have reported, one must update the storageid, and it is
>> clear to me that if you use the same name for the Storage in the Director's
>> resource but it points to a different machine, you must update the
>> storageid.  However, if you use a new name for the new storage daemon, in
>> theory one should not need to update the storageid.  If it is required then
>> in my view there is a problem, because Bacula *should* be relatively
>> transparent to allowing you to move volumes from one Storage definition to
>> another.
>>
>> Best regards,
>> Kern
>>
>> On 12/08/2016 03:47 PM, Dan Langille wrote:
>>
>> I added another bacula-sd to my configuration.  It has more storage than
>> the existing SD.  Both SD use file-based storage.
>>
>> All new backups are going to the new SD.
>>
>> I want to copy all the old Volumes to the new SD and have them available
>> there.
>>
>> I suspect all I need to do is copy the Volumes over, then run an SQL
>> command to adjust the storageid for all volumes which refer to old SD.
>>
>> I think some of you have already done this. I know I have:
>> https://dan.langille.org/2013/08/06/moving-bacula-volu
>> mes-from-one-storage-to-another/
>>
>> --
>> Dan Langille - BSDCan / PGCon
>> d...@langille.org
>>
>>
>>
>>
>> --
>> Developer Access Program for Intel Xeon Phi Processors
>> Access to Intel Xeon Phi processor-based developer platforms.
>> With one year of Intel Parallel Studio XE.
>> Training and support from Colfax.
>> Order your platform today.http://sdm.link/xeonphi
>>
>>
>>
>> ___
>> Bacula-users mailing 
>> listBacula-users@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/bacula-users
>>
>>
>>
>>
>> 
>> --
>> Developer Access Program for Intel Xeon Phi Processors
>> Access to Intel Xeon Phi processor-based developer platforms.
>> With one year of Intel Parallel Studio XE.
>> Training and support from Colfax.
>> Order your platform today.http://sdm.link/xeonphi
>> ___
>> Bacula-users mailing list
>> Bacula-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/bacula-users
>>
>>
>
> 
> --
> Developer Access Program for Intel Xeon Phi Processors
> Access to Intel Xeon Phi processor-based developer platforms.
> With one year of Intel Parallel Studio XE.
> Training and support from Colfax.
> Order your platform today.http://sdm.link/xeonphi_
> __
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users
>
>
>
> 
> --
> Developer Access Program for Intel Xeon Phi Processors
> Access to Intel Xeon Phi processor-based developer platforms.
> With one year of Intel Parallel Studio XE.
> Training and support from Colfax.
> Order your platform today.http://sdm.link/xeonphi
> ___
> B

Re: [Bacula-users] Moving volumes from one SD to another

2016-12-08 Thread C M Reinehr
Dan,

Wouldn't this be a Copy Job?

CMR

On 12/08/2016 02:21 PM, Dan Langille wrote:
> It is a completely new SD.  There is no IP address to change because
> it's a new IP address.
> --
> Dan Langille - BSDCan / PGCon
> d...@langille.org 
>
>
>
>
>> On Dec 8, 2016, at 3:19 PM, Wanderlei Huttel
>> mailto:wanderleihut...@gmail.com>> wrote:
>>
>> Hello Dan
>>
>> Probably because if you add a new Storage, you will need to changer
>> the IP address of this Storage in bacula-dir.conf.
>>
>> Best Regards
>>
>> *Wanderlei Hüttel*
>> http://www.huttel.com.br 
>>
>> 2016-12-08 18:00 GMT-02:00 Dan Langille > >:
>>
>> OK, but how will Bacula know that the files/Volumes are now on a
>> new SD?  The db is still pointing to the old SD.
>>
>> --
>> Dan Langille - BSDCan / PGCon
>> d...@langille.org 
>>
>>
>>> On Dec 8, 2016, at 10:50 AM, Kern Sibbald >> > wrote:
>>>
>>> Hello Dan,
>>>
>>> From what users have reported, one must update the storageid, and
>>> it is clear to me that if you use the same name for the Storage
>>> in the Director's resource but it points to a different machine,
>>> you must update the storageid.  However, if you use a new name
>>> for the new storage daemon, in theory one should not need to
>>> update the storageid.  If it is required then in my view there is
>>> a problem, because Bacula *should* be relatively transparent to
>>> allowing you to move volumes from one Storage definition to another.
>>>
>>> Best regards,
>>> Kern
>>>
>>> On 12/08/2016 03:47 PM, Dan Langille wrote:
 I added another bacula-sd to my configuration.  It has more
 storage than the existing SD.  Both SD use file-based storage.

 All new backups are going to the new SD.

 I want to copy all the old Volumes to the new SD and have them
 available there.

 I suspect all I need to do is copy the Volumes over, then run
 an SQL command to adjust the storageid for all volumes which
 refer to old SD.

 I think some of you have already done this. I know I
 have: 
 https://dan.langille.org/2013/08/06/moving-bacula-volumes-from-one-storage-to-another/
 
 

 --
 Dan Langille - BSDCan / PGCon
 d...@langille.org 




 
 --
 Developer Access Program for Intel Xeon Phi Processors
 Access to Intel Xeon Phi processor-based developer platforms.
 With one year of Intel Parallel Studio XE.
 Training and support from Colfax.
 Order your platform today.http://sdm.link/xeonphi


 ___
 Bacula-users mailing list
 Bacula-users@lists.sourceforge.net
 
 https://lists.sourceforge.net/lists/listinfo/bacula-users
 
>>>
>>>
>>
>>
>> 
>> --
>> Developer Access Program for Intel Xeon Phi Processors
>> Access to Intel Xeon Phi processor-based developer platforms.
>> With one year of Intel Parallel Studio XE.
>> Training and support from Colfax.
>> Order your platform today.http://sdm.link/xeonphi
>> ___
>> Bacula-users mailing list
>> Bacula-users@lists.sourceforge.net
>> 
>> https://lists.sourceforge.net/lists/listinfo/bacula-users
>> 
>>
>>
>
>
>
> --
> Developer Access Program for Intel Xeon Phi Processors
> Access to Intel Xeon Phi processor-based developer platforms.
> With one year of Intel Parallel Studio XE.
> Training and support from Colfax.
> Order your platform today.http://sdm.link/xeonphi
>
>
>
> ___
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users
>

-- 
C M Reinehr
AMS Enterprises, LLC.
323 Bibb St (36104)
PO Box 20
Montgomery AL 36101-0020
334-269-4358 (Voice)
334-262-1706 (Fax)

Linux distribution Debian v8.5, "Jessie"
--
"Any fool can criticize, condemn and complain - and most fools do." -- 
Benjamin Franklin


--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processo

Re: [Bacula-users] Moving volumes from one SD to another

2016-12-08 Thread Dan Langille
To be clear, we are not solving an existing problem.  My backups and restores 
are working.

We are discussing whether or not Bacula should know/notice that Volumes are now 
on another SD.

-- 
Dan Langille - BSDCan / PGCon
d...@langille.org




> On Dec 8, 2016, at 3:21 PM, Dan Langille  wrote:
> 
> It is a completely new SD.  There is no IP address to change because it's a 
> new IP address.
> -- 
> Dan Langille - BSDCan / PGCon
> d...@langille.org 
> 
> 
> 
> 
>> On Dec 8, 2016, at 3:19 PM, Wanderlei Huttel > > wrote:
>> 
>> Hello Dan
>> 
>> Probably because if you add a new Storage, you will need to changer the IP 
>> address of this Storage in bacula-dir.conf.
>> 
>> Best Regards
>> 
>> Wanderlei Hüttel
>> http://www.huttel.com.br 
>> 2016-12-08 18:00 GMT-02:00 Dan Langille > >:
>> OK, but how will Bacula know that the files/Volumes are now on a new SD?  
>> The db is still pointing to the old SD.
>> 
>> -- 
>> Dan Langille - BSDCan / PGCon
>> d...@langille.org 
>> 
>> 
>>> On Dec 8, 2016, at 10:50 AM, Kern Sibbald >> > wrote:
>>> 
>>> Hello Dan,
>>> 
>>> From what users have reported, one must update the storageid, and it is 
>>> clear to me that if you use the same name for the Storage in the Director's 
>>> resource but it points to a different machine, you must update the 
>>> storageid.  However, if you use a new name for the new storage daemon, in 
>>> theory one should not need to update the storageid.  If it is required then 
>>> in my view there is a problem, because Bacula *should* be relatively 
>>> transparent to allowing you to move volumes from one Storage definition to 
>>> another.
>>> 
>>> Best regards,
>>> Kern
>>> 
>>> On 12/08/2016 03:47 PM, Dan Langille wrote:
 I added another bacula-sd to my configuration.  It has more storage than 
 the existing SD.  Both SD use file-based storage.
 
 All new backups are going to the new SD.
 
 I want to copy all the old Volumes to the new SD and have them available 
 there. 
 
 I suspect all I need to do is copy the Volumes over, then run an SQL 
 command to adjust the storageid for all volumes which refer to old SD. 
 
 I think some of you have already done this. I know I have: 
 https://dan.langille.org/2013/08/06/moving-bacula-volumes-from-one-storage-to-another/
  
 
 
 -- 
 Dan Langille - BSDCan / PGCon
 d...@langille.org 
 
 
 
 
 --
 Developer Access Program for Intel Xeon Phi Processors
 Access to Intel Xeon Phi processor-based developer platforms.
 With one year of Intel Parallel Studio XE.
 Training and support from Colfax.
 Order your platform today.http://sdm.link/xeonphi 
 
 ___
 Bacula-users mailing list
 Bacula-users@lists.sourceforge.net 
 
 https://lists.sourceforge.net/lists/listinfo/bacula-users 
 
>>> 
>> 
>> 
>> --
>> Developer Access Program for Intel Xeon Phi Processors
>> Access to Intel Xeon Phi processor-based developer platforms.
>> With one year of Intel Parallel Studio XE.
>> Training and support from Colfax.
>> Order your platform today.http://sdm.link/xeonphi 
>> ___
>> Bacula-users mailing list
>> Bacula-users@lists.sourceforge.net 
>> 
>> https://lists.sourceforge.net/lists/listinfo/bacula-users 
>> 
>> 
>> 
> 
> --
> Developer Access Program for Intel Xeon Phi Processors
> Access to Intel Xeon Phi processor-based developer platforms.
> With one year of Intel Parallel Studio XE.
> Training and support from Colfax.
> Order your platform 
> today.http://sdm.link/xeonphi___
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users

--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today.http://sdm.link/xeonphi___
Bacula-users mailing list
Bacula-users@

Re: [Bacula-users] Moving volumes from one SD to another

2016-12-08 Thread Dan Langille
It is a completely new SD.  There is no IP address to change because it's a new 
IP address.
-- 
Dan Langille - BSDCan / PGCon
d...@langille.org




> On Dec 8, 2016, at 3:19 PM, Wanderlei Huttel  
> wrote:
> 
> Hello Dan
> 
> Probably because if you add a new Storage, you will need to changer the IP 
> address of this Storage in bacula-dir.conf.
> 
> Best Regards
> 
> Wanderlei Hüttel
> http://www.huttel.com.br 
> 2016-12-08 18:00 GMT-02:00 Dan Langille  >:
> OK, but how will Bacula know that the files/Volumes are now on a new SD?  The 
> db is still pointing to the old SD.
> 
> -- 
> Dan Langille - BSDCan / PGCon
> d...@langille.org 
> 
> 
>> On Dec 8, 2016, at 10:50 AM, Kern Sibbald > > wrote:
>> 
>> Hello Dan,
>> 
>> From what users have reported, one must update the storageid, and it is 
>> clear to me that if you use the same name for the Storage in the Director's 
>> resource but it points to a different machine, you must update the 
>> storageid.  However, if you use a new name for the new storage daemon, in 
>> theory one should not need to update the storageid.  If it is required then 
>> in my view there is a problem, because Bacula *should* be relatively 
>> transparent to allowing you to move volumes from one Storage definition to 
>> another.
>> 
>> Best regards,
>> Kern
>> 
>> On 12/08/2016 03:47 PM, Dan Langille wrote:
>>> I added another bacula-sd to my configuration.  It has more storage than 
>>> the existing SD.  Both SD use file-based storage.
>>> 
>>> All new backups are going to the new SD.
>>> 
>>> I want to copy all the old Volumes to the new SD and have them available 
>>> there. 
>>> 
>>> I suspect all I need to do is copy the Volumes over, then run an SQL 
>>> command to adjust the storageid for all volumes which refer to old SD. 
>>> 
>>> I think some of you have already done this. I know I have: 
>>> https://dan.langille.org/2013/08/06/moving-bacula-volumes-from-one-storage-to-another/
>>>  
>>> 
>>> 
>>> -- 
>>> Dan Langille - BSDCan / PGCon
>>> d...@langille.org 
>>> 
>>> 
>>> 
>>> 
>>> --
>>> Developer Access Program for Intel Xeon Phi Processors
>>> Access to Intel Xeon Phi processor-based developer platforms.
>>> With one year of Intel Parallel Studio XE.
>>> Training and support from Colfax.
>>> Order your platform today.http://sdm.link/xeonphi 
>>> 
>>> ___
>>> Bacula-users mailing list
>>> Bacula-users@lists.sourceforge.net 
>>> 
>>> https://lists.sourceforge.net/lists/listinfo/bacula-users 
>>> 
>> 
> 
> 
> --
> Developer Access Program for Intel Xeon Phi Processors
> Access to Intel Xeon Phi processor-based developer platforms.
> With one year of Intel Parallel Studio XE.
> Training and support from Colfax.
> Order your platform today.http://sdm.link/xeonphi 
> ___
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net 
> https://lists.sourceforge.net/lists/listinfo/bacula-users 
> 
> 
> 

--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today.http://sdm.link/xeonphi___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Moving volumes from one SD to another

2016-12-08 Thread Dan Langille
OK, but how will Bacula know that the files/Volumes are now on a new SD?  The 
db is still pointing to the old SD.

-- 
Dan Langille - BSDCan / PGCon
d...@langille.org


> On Dec 8, 2016, at 10:50 AM, Kern Sibbald  wrote:
> 
> Hello Dan,
> 
> From what users have reported, one must update the storageid, and it is clear 
> to me that if you use the same name for the Storage in the Director's 
> resource but it points to a different machine, you must update the storageid. 
>  However, if you use a new name for the new storage daemon, in theory one 
> should not need to update the storageid.  If it is required then in my view 
> there is a problem, because Bacula *should* be relatively transparent to 
> allowing you to move volumes from one Storage definition to another.
> 
> Best regards,
> Kern
> 
> On 12/08/2016 03:47 PM, Dan Langille wrote:
>> I added another bacula-sd to my configuration.  It has more storage than the 
>> existing SD.  Both SD use file-based storage.
>> 
>> All new backups are going to the new SD.
>> 
>> I want to copy all the old Volumes to the new SD and have them available 
>> there. 
>> 
>> I suspect all I need to do is copy the Volumes over, then run an SQL command 
>> to adjust the storageid for all volumes which refer to old SD. 
>> 
>> I think some of you have already done this. I know I have: 
>> https://dan.langille.org/2013/08/06/moving-bacula-volumes-from-one-storage-to-another/
>>  
>> 
>> 
>> -- 
>> Dan Langille - BSDCan / PGCon
>> d...@langille.org 
>> 
>> 
>> 
>> 
>> --
>> Developer Access Program for Intel Xeon Phi Processors
>> Access to Intel Xeon Phi processor-based developer platforms.
>> With one year of Intel Parallel Studio XE.
>> Training and support from Colfax.
>> Order your platform today.http://sdm.link/xeonphi
>> 
>> 
>> ___
>> Bacula-users mailing list
>> Bacula-users@lists.sourceforge.net 
>> 
>> https://lists.sourceforge.net/lists/listinfo/bacula-users 
>> 
> 

--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today.http://sdm.link/xeonphi___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Moving volumes from one SD to another

2016-12-08 Thread Kern Sibbald

  
  
Hello Dan,
  
  From what users have reported, one must update the storageid, and
  it is clear to me that if you use the same name for the Storage in
  the Director's resource but it points to a different machine, you
  must update the storageid.  However, if you use a new name for the
  new storage daemon, in theory one should not need to update the
  storageid.  If it is required then in my view there is a problem,
  because Bacula *should* be relatively transparent to allowing you
  to move volumes from one Storage definition to another.
  
  Best regards,
  Kern
  
  On 12/08/2016 03:47 PM, Dan Langille wrote:


  
  I added another bacula-sd to my configuration.  It
has more storage than the existing SD.  Both SD use file-based
storage.
  
  
  All new backups are going to the new SD.
  
  
  I want to copy all the old Volumes to the new SD and
have them available there. 
  
  
  I suspect all I need to do is copy the Volumes over,
then run an SQL command to adjust the storageid for all volumes
which refer to old SD. 
  
  
  I think some of you have already done this. I know I
have: https://dan.langille.org/2013/08/06/moving-bacula-volumes-from-one-storage-to-another/
  

  -- 
Dan Langille - BSDCan / PGCon
d...@langille.org

  


  
  
  
  
  --
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today.http://sdm.link/xeonphi
  
  
  
  ___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users




  


--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today.http://sdm.link/xeonphi___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Moving volumes from one SD to another

2016-12-08 Thread Dan Langille
I added another bacula-sd to my configuration.  It has more storage than the 
existing SD.  Both SD use file-based storage.

All new backups are going to the new SD.

I want to copy all the old Volumes to the new SD and have them available there. 

I suspect all I need to do is copy the Volumes over, then run an SQL command to 
adjust the storageid for all volumes which refer to old SD. 

I think some of you have already done this. I know I have: 
https://dan.langille.org/2013/08/06/moving-bacula-volumes-from-one-storage-to-another/
 


-- 
Dan Langille - BSDCan / PGCon
d...@langille.org


--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today.http://sdm.link/xeonphi___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users