Thanks for the tip, Miki.

2007/5/13, Miki Lewinger <[EMAIL PROTECTED]>:

Hello Jean,

You need to define a new storage device in the bacula-dir.conf file as
follows, in the DIRECTOR machine:


Director {
Name = first_machine
...
}

Storage {
Name = second_machine
Address = second_machine.com.org
SDPort = 9103
Maximum Concurrent Jobs = 3
Password = "passwd_1234"
Device = my_device
Media Type = File
}

Pool {
Name = second_machine_pool
Pool Type = Backup
Volume Retention = 30 days
...
whatever pool options you like
...
Storage = second_machine
label format = "second_machine_data"
}
...
etc
--------------------------------------

AND THEN on the SECOND machine:

Director {
   Name = first_machine
   Password = "passwd_1234"
}


Device {
   Name = my_device
   Media Type = File
   Archive Device = (etc)
...
}

Be certain you understand the "Name" directive in the Device, Storage
and Pool Resources in my example. Get more help with the relevant parts
in bacula's updated manual pp 103 or at http://murl.se/24783.

Cheers,

Miki Lewinger

Jean-François Leroux wrote:
> Hi, I'm a bit confused by this. I'd like to  have bacula backups on
> another machine than the one with bacula-director runnig.
> Should I install bacula on the other machine as well and just let
> bacula-sd run  or should I use the bacula-sd on machine  and give
> machine 2 as a destination ?
> In both cases, where do you set that ? I can only see a 'Where'
> directive in bacula-dir.conf...
>
> Thanks :)
>
>
> ------------------------------------------------------------------------
>
>
-------------------------------------------------------------------------
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to