Aragon Gouveia wrote:
Hi,
I'm having difficulty configuring the Bacula director is a certain way.
Hopefully someone can point out how to do this...
I have a network of about 5 servers, one of which is running my Director and
SD. On this backup machine I want to store all my backups in files. I want
to store backed up data for each client in its own file.
For example if I have two servers named Roach and Phoenix I want my director
to store all backed up data for Roach in /backup/roach-Storage and all
backup data for Phoenix in /backup/phoenix-Storage.
I've configured my SD with one device pointing to the /backup directory.
I've configured my Director with two Storage blocks, one named
"roach-Storage" and the other "phoenix-Storage". In my Job definitions for
each client I've specified each client's corresponding Storage volume.
The problem is, my Director simply writes to whichever volume is labelled
first. So backed up data for both clients is written to only one of the
files in /backup.
<snip>
Hi,
I think the following chapter from the MANUAL should solve your problem:
http://www.bacula.org/rel-manual/Using_Pools_Manage_Volumes.html
Create a new set of pools (inc, full, diff) for each client, and make
sure you set the Label Format in the Pool-section to f.ex:
Pool {
Name = Full-Pool-roach
Pool Type = Backup
Recycle = yes
AutoPrune = yes
Volume Retention = 6 months
Accept Any Volume = yes
Maximum Volume Jobs = 1
Label Format = Full-roach-
Maximum Volumes = 6
}
Pool {
Name = Diff-Pool-roach
Pool Type = Backup
Recycle = yes
AutoPrune = yes
Volume Retention = 40 days
Accept Any Volume = yes
Maximum Volume Jobs = 1
Label Format = Diff-roach-
Maximum Volumes = 6
}
Pool {
Name = Inc-Pool-roach
Pool Type = Backup
Recycle = yes
AutoPrune = yes
Volume Retention = 20 days
Accept Any Volume = yes
Maximum Volume Jobs = 6
Label Format = Inc-roach-
Maximum Volumes = 5
}
and so on for all the other clients and pools you create.
with regards,
--
Morten A. Middelthon
http://flipp.net/
-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO September
19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users