Hi,

10.10.2007 09:05,, Louis Joly wrote::
> When my Volumes are recycled, how relabeled them automatically

Basically, the answer is "you don't".

I understand that for file storage that coud be used effectively, but 
tapes with barcodes labels are not easily relabeld using software :-)

> Device {
>   Name = DEV_FileStorageFull
>   Media Type = File
>   Archive Device = /data/bacula/backups/monthly
>   LabelMedia = yes;                   # lets Bacula label unlabeled media
>   Random Access = Yes;
>   AutomaticMount = yes;               # when device opened, read it
>   RemovableMedia = no;
>   AlwaysOpen = yes;
> }
> 
> Pool {
>   Name = POOL_Full
>   Pool Type = Backup
>   Recycle = yes                       # Bacula can automatically recycle 
> Volumes
>   AutoPrune = yes                     # Prune expired volumes
>   Volume Retention = 6 months
>   Maximum Volume Jobs = 1
>   Label Format = "Full-${Year}-${Month:p/2/0/r}-${Day:p/2/0/r}"
>   Maximum Volumes = 9
> }

Note that the "Label Format" option is deprecated.

Arno

-- 
Arno Lehmann
IT-Service Lehmann
www.its-lehmann.de

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to