Using the Windows director, sd, and fd, it does not appear that 
automatic labeling works with variable expansion and Label Format.

This works, and the files get named Comp1_Full-0001..etc

##############################
# Full backup pool
##############################
Pool {
  Name = "Pool-Full"
  Pool Type = Backup
  Recycle = yes
  AutoPrune = yes
  Volume Retention = 3 months
  Maximum Volume Jobs = 1
  Label Format = "Comp1_Full-"
  Maximum Volumes = 3
}

This does not work, and the files get named Comp1_Full- with no 
sequential number added to the filename.
##############################
# Full backup pool
##############################
Pool {
  Name = "Pool-Full"
  Pool Type = Backup
  Recycle = yes
  AutoPrune = yes
  Volume Retention = 3 months
  Maximum Volume Jobs = 1
  Label Format = "$Client_Full-"
  Maximum Volumes = 3
}

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to