This is for version 7.4.7, btw.

In my bacula-dir-conf file, I have the following pool stanza:

# File Pool definition
Pool
{
  Name                 = File
  Pool Type            = Backup
  Recycle              = yes          # Bacula can automatically recycle
Volumes
  AutoPrune            = yes          # Prune expired volumes
  Volume Retention     = 30 days      # 30 days
  Maximum Volume Bytes = 1G           # Limit Volume size to something
reasonable
  Maximum Volumes      = 350          # Limit number of Volumes in Pool
  Maximum Volume Jobs  = 1            # Force a Volume switch after 1 job
  Volume Use Duration  = 14h          # Force volume switch
  Label Format         =
"Vol-${Client}-${Pool}-${Year}${Month:p/2/0/r}${Day:p/2/0/r}-${Hour:p/2/0/r}${Minute:p/2/0/r}-${JobId}-${NumVols}"
  Purge oldest Volume  = yes
}

For *some* of my clients, the file name is exactly per the 'label format'.
But for others, the ${Client} name is the name of my Bacula server. For one
client in particular, the volume name is bizarre:

Volume name(s):         Vol-bacula.allegro.com-fd-
File-20180604-2312-66-96|Vol-bacula.allegro.com-fd-File-
20180705-2305-241-248

fwiw, here's the directory listing:

-rw-r----- 1 root root       258 Jul  5 23:05
Vol-bacula.allegro.com-fd-File-20180604-2312-66-96
-rw-r----- 1 root root 819894860 Jul  5 23:08
Vol-bacula.allegro.com-fd-File-20180705-2305-241-248
-rw-r----- 1 root root  34647949 Jul  5 23:10
Vol-bacula.allegro.com-fd-File-20180705-2310-246-249

Any idea why this is happening? All of my client configuration files (both
on the client and the server) are 'fleshed out' from a template and so are
virtually identical (less the 'personalization' bits).           - donna

-- 
Donna Hofmeister
Allegro Consultants, Inc.
408-252-2330
Visit us on Linkedin
<https://www.linkedin.com/company/allegro-consultants-inc->
Like us on Facebook <http://www.facebook.com/allegroconsultantsinc>
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to