Bacula-users

[Bacula-users] (no subject)

2014-03-10 13:22:12
Subject: [Bacula-users] (no subject)
From: Gilberto Nunes <gilberto.nunes32 AT gmail DOT com>
To: bacula-users <bacula-users AT lists.sourceforge DOT net>
Date: Mon, 10 Mar 2014 14:14:56 -0300
Hello friends

I just wanna a suggestions about this Pools, Schedules and Jobs...
My idea here is using only one file to make Full and Incremental backup...
It's work quiet well, but I have doubt with Retention Volume...
When it reach day 30 it's make as used and recycle the volume and start backup again over the same volume??

Thanks


The Pool

Pool {
  Name = Samba
  Pool Type = Backup
  Volume Retention = 30 days
  Recycle = yes
  AutoPrune = yes
  LabelFormat = DadosSamba
}


And the rest:


Schedule {
  Name = BackupSambaFull
  Run = Level=Full Pool=Samba 2nd sat at 22:30
}
Job {
  Name = BackupSamba-Full
  Type = Backup
  Level = Full
  Client = server-fd
  FileSet = DADOS
  Schedule = BackupSambaFull
  Storage = BackupSamba
  Pool = Samba
  Messages = Standard
}
Job {
  Name = BackupSamba-Incremental
  Type = Backup
  Level = Incremental
  Client = server-fd
  FileSet = DADOS
  Schedule = BackupSamba-Incremental
  Storage = BackupSamba
  Pool = Samba
  Messages = Standard
}
Schedule {
  Name = BackupSamba-Incremental
  Run = Level=Incremental Pool=Samba at 22:00
}

--
Gilberto Ferreira
------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
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>