RollOverExportService
This service provides a "Roll Over" Backup with deletion of older backup files depending on date or count.
Configuration
The service extends the original Export Service offering the ability to define a Retention Mode.
This retention may be expressed in :
- Nb. Day : The service will delete all Backup Files older than N days mentioned.
- Nb. Backup : The service will keep the last N Backup Files, and delete the others.
To be used it requires
commons-io-1.1.jar copied in
WEB-INF/lib.
- Add the Class com.atlassian.jira.service.services.export.RollOverExportService in Service Definition.
- Perform the Service definition :
- Be aware with the Date Format to use ...
- When defined, you may delete the other Backup Service :