Hi all!
Since october my jobs worked fined, but now, in this month, the schedule
called "SFSS-MP" overwrited the volume "VFSS-MI" that is used by schedule
called "SFSS-MI".
My bacula is structured by this way because I need two months of file
retention. Now I'm not able to recover nor files from Pool PFSS-MI, january,
nor files from Pool PFSS-MP, december in this case.

Please help me.

See bellow a bit of my bacula-dir.conf:

Pool {
 Name = "PFSS-MP"                              # MP = Feb (2), Apr (4), Jun
(6)...
 Pool Type = Backup
 Use Volume Once = no
 Maximum Volumes = 4
 AutoPrune = yes
 Purge Oldest Volume = yes
 Volume Retention = 2 month
 Recycle = yes
 Recycle Oldest Volume = yes
 Label Format = "VFSS-MP-"
}

Pool {
 Name = "PFSS-MI"                              # MI = Jan (1), Mar (3), May
(5)...
 Pool Type = Backup
 Use Volume Once = no
 Maximum Volumes = 4
 AutoPrune = yes
 Purge Oldest Volume = yes
 Volume Retention = 2 month
 Recycle = yes
 Recycle Oldest Volume = yes
 Label Format = "VFSS-MI-"

Job {
 Name = "JFSS-MP"
 JobDefs = "JFSSDefault"
 Pool = "PFSS-MP"
 Schedule = "SFSS-MP"
}

Job {
 Name = "JFSS-MI"
 JobDefs = "JFSSDefault"
 Pool = "PFSS-MI"
 Schedule = "SFSS-MI"

Schedule {
 Name = "SFSS-MP"
 Run = Level=Full on feb 1 at 19:00
 Run = Level=Incremental on feb 2-31 at 19:00
 Run = Level=Full on apr 1 at 19:00
 Run = Level=Incremental on apr 2-31 at 19:00
 Run = Level=Full on jun 1 at 19:00
 Run = Level=Incremental on jun 2-31 at 19:00
 Run = Level=Full on aug 1 at 19:00
 Run = Level=Incremental on aug 2-31 at 19:00
 Run = Level=Full on oct 1 at 19:00
 Run = Level=Incremental on oct 2-31 at 19:00
 Run = Level=Full on dec 1 at 19:00
 Run = Level=Incremental on dec 2-31 at 19:00
}

Schedule {
 Name = "SFSS-MI"
 Run = Level=Full on jan 1 at 19:00
 Run = Level=Incremental on jan 2-31 at 19:00
 Run = Level=Full on mar 1 at 19:00
 Run = Level=Incremental on mar 2-31 at 19:00
 Run = Level=Full on may 1 at 19:00
 Run = Level=Incremental on may 2-31 at 19:00
 Run = Level=Full on jul 1 at 19:00
 Run = Level=Incremental on jul 2-31 at 19:00
 Run = Level=Full on sep 1 at 19:00
 Run = Level=Incremental on sep 2-31 at 19:00
 Run = Level=Full on nov 1 at 19:00
 Run = Level=Incremental on nov 2-31 at 19:00


Ps.: sorry about my english. :/

--

Rodrigo Magalhães Werle
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to