Hello,

On Mon, 19 Feb 2007, Florin Andrei wrote:

> I am using v2.0.2 with pretty much default settings. Storage is on disk,
> Media Type = File
>
> I would like to limit the size of these storage files to, say, 4400MB,
> so as to easily back them up to DVD every once in a while. (*)
> What is the best way to accomplish that?
>
> If I edit the Pool section and add this...
>
> Maximum Volume Bytes = 4400000000
>
> ... would that accomplish what I want? Are the new files going to be
> created automatically? If yes, what would be the names of the new files?

Yes!

Pool {
   Name = File-1month
   Pool Type = Backup
   Recycle = yes
   AutoPrune = yes
   Maximum Volume Bytes = 4400000000
   Label Format = "Bacula-${Pool}-${NumVols:p/4/0/r}"
   Volume Retention = 30 days
}

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to