Bacula-users

[Bacula-users] How to set up one volume per Host

2010-12-28 08:11:50
Subject: [Bacula-users] How to set up one volume per Host
From: ml ml <mliebherr99 AT googlemail DOT com>
To: bacula-users AT lists.sourceforge DOT net
Date: Tue, 28 Dec 2010 14:07:56 +0100
Hello List,

i would like to back up multiple hosts into the following
File/Directory structure. Basically we would like to split the hosts
up  into 3 groups.

Group1: Backup on USB Disk (/mnt/USB)
Group2: Backup on Raid6 (/mnt/RAID6)
Group3: Backup into mounted NFS share. /mnt/NFS)

First of all: i will need to define 3 Devices which have those paths
as "Archive Device", correct?:

Device {
  Name = FileStorage-USB
  Media Type = File
  Archive Device = /mnt/USB
  LabelMedia = yes;
  Random Access = Yes;
  AutomaticMount = yes;
  RemovableMedia = no;
  AlwaysOpen = no;
}

Device {
  Name = FileStorage-RAID6
  Media Type = File
  Archive Device = /mnt/RAID6
  LabelMedia = yes;
  Random Access = Yes;
  AutomaticMount = yes;
  RemovableMedia = no;
  AlwaysOpen = no;
}

Device {
  Name = FileStorage-NFS
  Media Type = File
  Archive Device = /mnt/NFS
  LabelMedia = yes;
  Random Access = Yes;
  AutomaticMount = yes;
  RemovableMedia = no;
  AlwaysOpen = no;
}


Pool {
  Name = Default-Backup
  Pool Type = Backup
  Recycle = yes
  AutoPrune = yes
  Volume Retention = 365 days
  Maximum Volume Bytes = 50G
  Maximum Volumes = 20
}


One other requirement would be to use one volume per host. So that we
get the following directory and file structure:
-------------------------
/mnt/USB/Label-host1
/mnt/USB/Label-host2
/mnt/USB/Label-host3
/mnt/RAID6/Label-host4
/mnt/RAID6/Label-host5
/mnt/RAID6/Label-host6
/mnt/NFS/Label-host7
-------...etc...---------

But how can i assign a host/job to a volume/label?

Cheers,
Mario

------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
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>