hi all!

I've set up backups with bacula to do full backup on sunday and incrental from monday to saturday. My backups are only on disks; I'd like to have one volume for job. Moreover I need automatic recycling of volumes so volumes should "rotate".

I choose to have 8 volumes but maybe it is not necessary; At the beginning I set the pool parameter "Recycle" to "no" because Bacula used just one volume: with "no" bacula wrote me correctly a volume file for each job.

After 8 backups all volumes are "Used" and any other backup is possible. Bacula correctly waits for a new volume.
Today I change this directive to yes and re launch backup.
Status of the 1st volume is change to "Purged" but backup does not start.

I think I have done some mistakes in configuration. Can you help me?
Pool configuration is the following. Do you need more configuration file?




Pool {
  Name = PoolRaffaello
  Use Volume
  Pool Type = Backup
  LabelFormat = "Raffaello-"
  AutoPrune = yes
  VolumeRetention = 7 days
  Maximum Volumes = 8
  Recycle = yes
  Maximum Volume Jobs = 1
}



+---------+----------------+-----------+---------------+----------+--------------+---------+------+-----------+-----------+---------------------+
| MediaId | VolumeName     | VolStatus | VolBytes      | VolFiles | VolRetention | Recycle | Slot | InChanger | MediaType | LastWritten         |
+---------+----------------+-----------+---------------+----------+--------------+---------+------+-----------+-----------+---------------------+
|      28 | Raffaello-0001 | Purged    | 2,998,799,276 |        0 |      604,800 |       0 |    0 |         0 | File      | 2006-08-30 11:50:06 |
|      35 | Raffaello-0002 | Used      |     2,431,256 |        0 |      604,800 |       0 |    0 |         0 | File      | 2006-08-30 15:26:44 |
|      42 | Raffaello-0003 | Used      |       695,368 |        0 |      604,800 |       0 |    0 |         0 | File      | 2006-08-30 23:02:45 |
|      53 | Raffaello-0004 | Used      |   740,706,943 |        0 |      604,800 |       0 |    0 |         0 | File      | 2006-08-31 23:19:35 |
|      62 | Raffaello-0005 | Used      |     5,398,151 |        0 |      604,800 |       0 |    0 |         0 | File      | 2006-09-01 23:04:39 |
|      70 | Raffaello-0006 | Used      |       979,890 |        0 |      604,800 |       0 |    0 |         0 | File      | 2006-09-02 23:03:18 |
|      80 | Raffaello-0007 | Used      | 2,385,481,484 |        0 |      604,800 |       0 |    0 |         0 | File      | 2006-09-04 12:46:23 |
|      89 | Raffaello-0008 | Used      |       683,846 |        0 |      604,800 |       0 |    0 |         0 | File      | 2006-09-04 23:03:05 |
+---------+----------------+-----------+---------------+----------+--------------+---------+------+-----------+-----------+---------------------+

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