On Sat, Sep 14, 2013 at 8:35 AM, Mauro Sanna <mrsan...@gmail.com> wrote:

> I've these 3 pools configured in bacula-dir.conf.
>
> Pool {
>   Name = Monthly
>   Pool Type = Backup
>   Storage = File
>   Use Volume Once = no
>   Recycle = yes                       # Bacula can automatically recycle
> Volumes
>   AutoPrune = yes
>   Maximum Volume Bytes = 100G
>   Maximum Volumes = 4
>   Volume Retention = 90 days
>   Action On Purge = Truncate
>   Recycle Oldest Volume = yes
>   Purge Oldest Volume = yes
>   Label Format = Monthly-
> }
>
> Pool {
>   Name = Weekly
>   Pool Type = Backup
>   Storage = File
>   Use Volume Once = no
>   Recycle = yes                       # Bacula can automatically recycle
> Volumes
>   AutoPrune = yes
>   Maximum Volume Bytes = 50G
>   Maximum Volumes = 5
>   Volume Retention =  30d
>   Action On Purge = Truncate
>   Recycle Oldest Volume = yes
>   Purge Oldest Volume = yes
>   Label Format = Weekly-
> }
>
> Pool {
>   Name = Daily
>   Pool Type = Backup
>   Storage = Filet
>   Recycle = yes                       # Bacula can automatically recycle
> Volumes
>   AutoPrune = yes
>   Maximum Volume Bytes = 20G
>   Maximum Volumes = 8
>   Volume Retention = 7d
>   Action On Purge = Truncate
>   Recycle Oldest Volume = yes
>   Purge Oldest Volume = yes
>   Label Format = Daily-
> }
>
> I stopped bacula-fd and delete .state files on all clients.
> When I run backups the monthly label start at 01, it is Monthly-01, while
> Daily starts at 02, Daily-02.
> My question is: why Daily starts at 02 and not 01 even if I delete all
> .state files in all clients?
> Thank you.
>
>
The state files do not control this at all. Automatic numbering is done
with the director and database and it has nothing to do with the client.

John
------------------------------------------------------------------------------
LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99!
1,500+ hours of tutorials including VisualStudio 2012, Windows 8, SharePoint
2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack includes
Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/22/13. 
http://pubads.g.doubleclick.net/gampad/clk?id=64545871&iu=/4140/ostg.clktrk
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to