Hi everybody,

I wish to make a backup on a file SD. I have some problem with retention
period. My backups are all right but the file generated by SD grow more
and more.
Have I to use 2 storage files ? If yes how make the rotation and purge
automated ?

My bacula-sd.conf :
Device {
  Name = stockage
  Media Type = File
  Archive Device = /mnt/sauvegardes
  LabelMedia = yes;                   # lets Bacula label unlabeled media
  Random Access = Yes;
  AutomaticMount = yes;               # when device opened, read it
  RemovableMedia = no;
  AlwaysOpen = yes;
}

My bacula-dir.conf :
Client {
  Name = myhost
  Address = myIP
  FDPort = 9102
  Catalog = MyCatalog
  Password = "*****"
  File Retention = 7 days
  Job Retention = 7 days
  AutoPrune = yes               # Prune expired Jobs/Files
}

Best regards,
-- 
David Dumortier



------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to