Thomas Lundin wrote:
> Hi
> 
> I have a single client bacula system up and running where I store the
> backups off-site. Now I want to have a set of parallell jobs that
> backups to a local disk for easy access. I want to separate the two
> completely, including the catalog.
> 
> The only way I've come up with to configure this is to have two clients
> which points to the same server but have different catalogs. When I do
> that says "bacula-fd -c -t" that only one client resource is permitted
> in the bacula-fd.conf file.    

That sounds right.

> 
> In the "new installation and configuration guide" on the homepage it is
> mentioned in the catalog resource chapter that it should be possible to
> have different catalogs for backup and verify jobs, which must be on the
> same client.
> 
> How do you configure mutliple catalogs for one client?

Look at the Job resource.  You will find it specifies a Catalog.  Create 
two jobs for each client, each one going to a different Catalog.

> I'm running bacula 2.0.3 under ubuntu.

FYI, a simple solution for local and off-site backups, which may or may 
not fit your situations:

Backup to local HDD.  When the backups are complete, mirror that HDD to 
a USB drive.  Then ship the USB drive off site.  Have multiple such USB 
drives.  Each one is a snapshot of your backups as of the date it was 
shipped off site.  For most backups, you restore from the local HDD. 
You only use the USB drives if the local HDD dies completely.  This 
solution has the benefit of local access and offsite storage, all from 
one job per client.

-- 
Dan Langille - http://www.langille.org/
BSDCan - The Technical BSD Conference: http://www.bsdcan.org/
PGCon  - The PostgreSQL Conference:    http://www.pgcon.org/

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to