[Bacula] Volume labeling met nummers

Pagina: 1
Acties:

Onderwerpen


Acties:
  • 0 Henk 'm!

  • Hero of Time
  • Registratie: Oktober 2004
  • Laatst online: 11:16

Hero of Time

Moderator LNX

There is only one Legend

Topicstarter
Nu ben ik eens degene die hulp nodig heeft met Bacula. Ik zit met het volgende:
Volumes worden automatisch gemaakt via automatic labeling. Volumes worden maar 1 keer gebruikt tot ze verlopen, waarna ze recycled worden om opnieuw te worden gebruikt zodat het schijfgebruik beperkt blijft. Alleen zit ik met het probleem dat de nummers die achter de volumenaam komen niet netjes oplopen bij de volumes, ze volgen elkaar op van de jobs die lopen. Configuratie van de pool:
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# Home (My Documents) incremental pool definition
Pool {
  Name = PDC_Home_inc
  Pool Type = Backup
  Storage = File-PDC
  Label Format = "PDC_Home_inc"
  Recycle = yes                       # Bacula can automatically recycle Volumes
  AutoPrune = yes                     # Prune expired volumes
  Volume Retention = 60 days          # two months
  Maximum Volumes = 45
  Use Volume Once = yes
}

# Profiles incremental pool definition
Pool {
  Name = PDC_Profiles_inc
  Pool Type = Backup
  Storage = File-PDC
  Label Format = "PDC_Profiles_inc"
  Recycle = yes                       # Bacula can automatically recycle Volumes
  AutoPrune = yes                     # Prune expired volumes
  Volume Retention = 60 days          # two months
  Maximum Volumes = 45
  Use Volume Once = yes
}

# Terminal Server profiles incremental pool definition
Pool {
  Name = PDC_TS_inc
  Pool Type = Backup
  Storage = File-PDC
  Label Format = "PDC_TS_inc"
  Recycle = yes                       # Bacula can automatically recycle Volumes
  AutoPrune = yes                     # Prune expired volumes
  Volume Retention = 60 days          # two months
  Maximum Volumes = 45
  Use Volume Once = yes
}

Als de backup loopt, krijg ik de volumes PDC_Home_inc001, PDC_Profiles_inc002, PDC_TS_inc003, etc. De volgende keer dat de backup loopt, wordt het PDC_Home_inc004, PDC_Profiles_inc005, PDC_TS_inc006. Dit wil ik niet. Ik wil dat Home_inc001 wordt opgevolgd door Home_inc002.

Mis ik iets in m'n config? Als er meer nodig is, hoor ik dat graag. De jobs draaien per client (heb er meerdere, laat er nu maar 1 zien) parallel, meerdere jobs van één client gaat in serie.
Met de Bacula documentatie kom ik niet veel verder, want die gaat niet dieper op in, het geeft alleen een voorbeeld voor een enkele pool en client, of anders een pool per client, met maar 1 job per client.

Commandline FTW | Tweakt met mate