[Bacula-users] How do I restore to a different disk?

2011-07-14 Thread rlh1533
The default is to restore to /tmp/bacula-restores on the client...but the 
client is down, and I just need the files on a different disk. How do I restore 
the files to a different server? Can I just do like this:

Where = linux-server-host-name(or IP address)/restores 

?

+--
|This was sent by rlh1...@gmail.com via Backup Central.
|Forward SPAM to ab...@backupcentral.com.
+--



--
AppSumo Presents a FREE Video for the SourceForge Community by Eric 
Ries, the creator of the Lean Startup Methodology on Lean Startup 
Secrets Revealed. This video shows you how to validate your ideas, 
optimize your ideas and identify your business strategy.
http://p.sf.net/sfu/appsumosfdev2dev
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] How do I restore to a different disk?

2011-07-14 Thread Mauro Colorio
:
 The default is to restore to /tmp/bacula-restores on the client...but the 
 client is down, and I just need the files on a different disk. How do I 
 restore the files to a different server? Can I just do like this:

 Where = linux-server-host-name(or IP address)/restores


mount it somewhere and put the path of the mount point as Where

ciao
Mauro

--
AppSumo Presents a FREE Video for the SourceForge Community by Eric 
Ries, the creator of the Lean Startup Methodology on Lean Startup 
Secrets Revealed. This video shows you how to validate your ideas, 
optimize your ideas and identify your business strategy.
http://p.sf.net/sfu/appsumosfdev2dev
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] How do I restore to a different disk?

2011-07-14 Thread rlh1533
Can you give me a little more detail? I'm fairly new to Linux and Bacula. Right 
now Bacula and the storage device are on the same network as where I want to 
put it, so for example we'll say the hostname/domainname is bacula (where the 
director and bconsole are), the client that I'm restoring (which is dead) is 
named client, and I want to restore the files to a folder in /saves on 
hostname new-server...so bacula and new-server can ping each other, both 
running same version of CentOS. 


What do I mount, and where?

+--
|This was sent by rlh1...@gmail.com via Backup Central.
|Forward SPAM to ab...@backupcentral.com.
+--



--
AppSumo Presents a FREE Video for the SourceForge Community by Eric 
Ries, the creator of the Lean Startup Methodology on Lean Startup 
Secrets Revealed. This video shows you how to validate your ideas, 
optimize your ideas and identify your business strategy.
http://p.sf.net/sfu/appsumosfdev2dev
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] How do I restore to a different disk?

2011-07-14 Thread rlh1533
One last thing...we'll say that the server that contains the backup is 
somewhere else also, so the dead client, bacula, file storage, and intended 
destination for restore files are all on different machines but same network

+--
|This was sent by rlh1...@gmail.com via Backup Central.
|Forward SPAM to ab...@backupcentral.com.
+--



--
AppSumo Presents a FREE Video for the SourceForge Community by Eric 
Ries, the creator of the Lean Startup Methodology on Lean Startup 
Secrets Revealed. This video shows you how to validate your ideas, 
optimize your ideas and identify your business strategy.
http://p.sf.net/sfu/appsumosfdev2dev
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] How do I restore to a different disk?

2011-07-14 Thread Jeremy Maes
Op 14/07/2011 15:47, rlh1533 schreef:
 The default is to restore to /tmp/bacula-restores on the client...but the 
 client is down, and I just need the files on a different disk. How do I 
 restore the files to a different server? Can I just do like this:

 Where = linux-server-host-name(or IP address)/restores

 ?

The restore operation will always happen through a bacula-fd (which 
communicates with the bacula-sd), so to restore to a different machine 
it'll need a bacula-fd running on it.

If you add it as a client to your bacula setup you'll be able to choose 
it in bconsole when you mod the restore job. You can then still change 
the Where option in the job to restore it to a different path on that 
client.

Regards,
Jeremy

  DISCLAIMER 
http://www.schaubroeck.be/maildisclaimer.htm

--
AppSumo Presents a FREE Video for the SourceForge Community by Eric 
Ries, the creator of the Lean Startup Methodology on Lean Startup 
Secrets Revealed. This video shows you how to validate your ideas, 
optimize your ideas and identify your business strategy.
http://p.sf.net/sfu/appsumosfdev2dev
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] How do I restore to a different disk?

2011-07-14 Thread Mauro Colorio
 The restore operation will always happen through a bacula-fd (which
 communicates with the bacula-sd), so to restore to a different machine
 it'll need a bacula-fd running on it.

 If you add it as a client to your bacula setup you'll be able to choose
 it in bconsole when you mod the restore job. You can then still change
 the Where option in the job to restore it to a different path on that
 client.


yes or without doing that you can use the bacula fd (where bacula
director lives) ,
restoring there then scp data, otherwise mounting the remote fs with
for cifs, sshfs nfs or whatever you know,
probabily the correct way is the Jeremy one, 'cause you will hav eto
configure the fd for the newserver for future backups

ciao
Mauro

--
AppSumo Presents a FREE Video for the SourceForge Community by Eric 
Ries, the creator of the Lean Startup Methodology on Lean Startup 
Secrets Revealed. This video shows you how to validate your ideas, 
optimize your ideas and identify your business strategy.
http://p.sf.net/sfu/appsumosfdev2dev
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] How do I restore to a different disk?

2011-07-14 Thread Matias Banchoff
Hi,
   We generally use a dedicated FD for restoration only. Then we copy 
the files using SCP to the corresponding client.

Bye!

On 07/14/2011 11:27 AM, Jeremy Maes wrote:
 Op 14/07/2011 15:47, rlh1533 schreef:
 The default is to restore to /tmp/bacula-restores on the client...but the 
 client is down, and I just need the files on a different disk. How do I 
 restore the files to a different server? Can I just do like this:

 Where = linux-server-host-name(or IP address)/restores

 ?
 The restore operation will always happen through a bacula-fd (which
 communicates with the bacula-sd), so to restore to a different machine
 it'll need a bacula-fd running on it.

 If you add it as a client to your bacula setup you'll be able to choose
 it in bconsole when you mod the restore job. You can then still change
 the Where option in the job to restore it to a different path on that
 client.

 Regards,
 Jeremy

    DISCLAIMER 
 http://www.schaubroeck.be/maildisclaimer.htm

 --
 AppSumo Presents a FREE Video for the SourceForge Community by Eric
 Ries, the creator of the Lean Startup Methodology on Lean Startup
 Secrets Revealed. This video shows you how to validate your ideas,
 optimize your ideas and identify your business strategy.
 http://p.sf.net/sfu/appsumosfdev2dev
 ___
 Bacula-users mailing list
 Bacula-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/bacula-users

-
CeSPI 
Centro Superior para el Procesamiento de la InformaciĆ³n

Universidad Nacional de La Plata
---
Proteja el Medioambiente. No imprima este mail si no es absolutamente necesario

--
AppSumo Presents a FREE Video for the SourceForge Community by Eric 
Ries, the creator of the Lean Startup Methodology on Lean Startup 
Secrets Revealed. This video shows you how to validate your ideas, 
optimize your ideas and identify your business strategy.
http://p.sf.net/sfu/appsumosfdev2dev
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] How do I restore to a different disk?

2011-07-14 Thread rlh1533
Having the fd on the target was the key - thank you.

Can I ask why others use a dedicated restore point, then use SCP? Why not just 
have bacula-fd running wherever you need to restore?

+--
|This was sent by rlh1...@gmail.com via Backup Central.
|Forward SPAM to ab...@backupcentral.com.
+--



--
AppSumo Presents a FREE Video for the SourceForge Community by Eric 
Ries, the creator of the Lean Startup Methodology on Lean Startup 
Secrets Revealed. This video shows you how to validate your ideas, 
optimize your ideas and identify your business strategy.
http://p.sf.net/sfu/appsumosfdev2dev
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] How do I restore to a different disk?

2011-07-14 Thread Matias Banchoff
Hi!
   in our case, so we don't have the risk of overwriting any file when 
restoring.
   Anyway, we don't make backups of desktop computers. The fd clients 
are our own servers.

Bye!

On 07/14/2011 01:33 PM, rlh1533 wrote:
 Having the fd on the target was the key - thank you.

 Can I ask why others use a dedicated restore point, then use SCP? Why not 
 just have bacula-fd running wherever you need to restore?

 +--
 |This was sent by rlh1...@gmail.com via Backup Central.
 |Forward SPAM to ab...@backupcentral.com.
 +--



 --
 AppSumo Presents a FREE Video for the SourceForge Community by Eric
 Ries, the creator of the Lean Startup Methodology on Lean Startup
 Secrets Revealed. This video shows you how to validate your ideas,
 optimize your ideas and identify your business strategy.
 http://p.sf.net/sfu/appsumosfdev2dev
 ___
 Bacula-users mailing list
 Bacula-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/bacula-users

-
CeSPI 
Centro Superior para el Procesamiento de la InformaciĆ³n

Universidad Nacional de La Plata
---
Proteja el Medioambiente. No imprima este mail si no es absolutamente necesario

--
AppSumo Presents a FREE Video for the SourceForge Community by Eric 
Ries, the creator of the Lean Startup Methodology on Lean Startup 
Secrets Revealed. This video shows you how to validate your ideas, 
optimize your ideas and identify your business strategy.
http://p.sf.net/sfu/appsumosfdev2dev
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users