Bacula-users

Re: [Bacula-users] How to get free hard disk space back ?

2012-04-19 17:47:10
Subject: Re: [Bacula-users] How to get free hard disk space back ?
From: Jerome Alet <jerome.alet AT univ-nc DOT nc>
To: John Drescher <drescherjm AT gmail DOT com>
Date: Fri, 20 Apr 2012 08:45:08 +1100
On Thu, Apr 19, 2012 at 05:14:35PM -0400, John Drescher wrote:
>
> How big of a limit have you set on volume size? I usually set this to
> 10GB or so. Or do you have use volume once or some other way to limit
> volume size / use duration?

My volume size is limited to 2 GB.

My SD is configured like this (similar config for other devices) :

Device {
  Name = FileStorageFull
  Media Type = FileFullMT
  Archive Device = /backups/full/
  LabelMedia = yes;                   # lets Bacula label unlabeled media
  Random Access = Yes;
  AutomaticMount = yes;               # when device opened, read it
  RemovableMedia = no;
  AlwaysOpen = no;
  Maximum Block Size = 64512;
  Maximum Network Buffer Size = 64512;
}

My Storages (similar config for other storages) :

Storage {
  Name = FileFull
  Address = sss.univ-nc.nc
  SDPort = 9103
  Password = "sss"
  Device = FileStorageFull
  Media Type = FileFullMT
  Maximum Concurrent Jobs = 30
  Heartbeat Interval = 60
}

My Pools (similar config for other pools) :

Pool {
  Name = FullPool
  Pool Type = Backup
  Recycle = yes
  AutoPrune = yes
  Action On Purge = Truncate
  Volume Retention = 45 days
  Maximum Volume Bytes = 2 GB
  LabelFormat = "full-"
  Storage = FileFull
  Catalog Files = yes
}

And my clients (similar for other clients) :

Client {
  Name = "yyy.univ-nc.nc"
  Address = yyy.univ-nc.nc
  FDPort = 9102
  Catalog = UNCCatalog
  Password = "yyy"          # password for FileDaemon
  File Retention = 45 days
  Job Retention = 45 days
  AutoPrune = yes                     # Prune expired Jobs/Files
  Heartbeat Interval = 60
}

Anything wrong ?

bye

--
Jérôme Alet - <jerome.alet AT univ-nc DOT nc> - Direction du Système 
d'Information
      Université de la Nouvelle-Calédonie - BPR4 - 98851 NOUMEA CEDEX
   Tél : +687 290081                                  Fax : +687 254829

------------------------------------------------------------------------------
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
_______________________________________________
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>