Florin

Set the Pool to similar like this

Pool {
  Name = Disc-Full
  Pool Type = Backup
  Storage = File
  Recycle = yes    Volumes
  AutoPrune = yes
  Maximum Volume Jobs = 1
  Maximum Volume Bytes = 4400000000 # Your requirement
  Volume Retention = 10 days
  Maximum Volumes = 30
  LabelFormat = Full
}

As each Volume is needed it will be labeled Full0001, Full002 etc.

Only one Job will be written to the Volume so you may end up with Full0001
-- Full000N with the last one being less than the 4 GB .

You can then transfer these to DVD (You may want to use Software
Compression).

My 2c worth

Stephen Carr





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?
>
>
> (*) - The desired process is: let Bacula archive files to the default
> disk-based storage based on the default WeeklyCycle schedule. Copy the
> whole storage to another system weekly (a cron job over NFS) just in
> case the main server dies. Copy the whole storage to DVD (manually)
> every few months, as another level of precaution.
>
> --
> Florin Andrei
>
> http://florin.myip.org/
>
> -------------------------------------------------------------------------
> 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
>
>



-------------------------------------------------------------------------
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