Bacula-users

Re: [Bacula-users] volume management on a storage File

2008-12-08 17:48:27
Subject: Re: [Bacula-users] volume management on a storage File
From: "John Drescher" <drescherjm AT gmail DOT com>
To: "Lukasz Szybalski" <szybalski AT gmail DOT com>
Date: Mon, 8 Dec 2008 17:43:03 -0500
> No quotes on the label name.
>
> Is this all I need to do:
>
> # Default pool definition
> Pool {
>  Name = NewDefault
>  Pool Type = Backup
>  Recycle = yes                       # Bacula can automatically recycle 
> Volumes
>  AutoPrune = yes                     # Prune expired volumes
>  Volume Retention = 31 days         # one year
>  Accept Any Volume = yes             # write on any volume in the pool
>  Maximum Volumes = 20
>  Maximum Volume Bytes = 26843545600    #25 GB
>  Label Format = Volumes
> }
>

You can use 25G instead of 26843545600

Here are 2 disk pools of mine.

Pool {
  Name = BackupCatalogs
  Pool Type = Backup
  Recycle = yes                  # Bacula can automatically recycle Volumes
  AutoPrune = yes                # Prune expired volumes
  Label Format = "Catalogs-"
  Maximum Volume Bytes = 5G
  Volume Retention = 15 days          # 15 day recycle period
}

Pool {
  Name = Temp-Disk-Pool
  Pool Type = Backup
  Recycle = no
  AutoPrune = no
  Label Format = "DiskTemp-"
  Maximum Volume Bytes = 8G
  Volume Retention = 30 days          # 30 day recycle period
}

------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
Bacula-users mailing list
Bacula-users AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users

<Prev in Thread] Current Thread [Next in Thread>