Re: [Bacula-users] incrementing counters

2008-01-17 Thread xxmarv
Hi, You use {}. LabelFormat = "DAT-${namecount+}" bye Martin Jina Jason Joines-4 wrote: > > I'm trying to get auto labeling to work they way I want. I'm > backing up to disk and using: > Maximum Volume Jobs = 1 > Maximum Volume Bytes = 5242880 > LabelFormat = "$JobName-$namecoun

[Bacula-users] incrementing counters

2007-11-26 Thread Jason Joines
I'm trying to get auto labeling to work they way I want. I'm backing up to disk and using: Maximum Volume Jobs = 1 Maximum Volume Bytes = 5242880 LabelFormat = "$JobName-$namecount" in my Pools definition where namecount is defined as: Counter { Name = namecount Minimum = 100 }