|
|
 |
|
|
|
|
Issue Type:
|
Bug
|
|
Affects Versions:
|
current |
|
Assignee:
|
Thomas Fürer
|
|
Components:
|
thinBackup |
|
Created:
|
10/Sep/12 3:38 PM
|
|
Description:
|
Just spotted that thinBackup seems to ignore the 'Max number of backup' setting.
The number of backups just increases, because of this the zip archives are never created.
Reverting back to 1.5.0 and all is working again, 1.6.0 and above are all effected by this issue.
|
|
Environment:
|
linux, jenkins 1.478
|
|
Project:
|
Jenkins
|
|
Labels:
|
plugin
thinbackup
|
|
Priority:
|
Major
|
|
Reporter:
|
Spencer Oliver
|
|
|
|
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
|
|
Hi Oliver,
The 'Max number of backup' setting has nothing to do with archive older backups. Archives will be created if the the feature is enabled and more than one FULL backup is done. The older FULL backups will be archived, the last one will be not archived because this will simplifying the mechanism with DIFF backups.
I tried to reproduce your issue on Windows 7 and Kubuntu 12.04, but everything works as expected. In both cases I started jenkins with the build-in winstone servlet container, but on my productive server (Ubuntu Server 12.04) it works also as expected on a Tomcat 7.
So please double check your access rights for the backup directory. The user whose running jenkins need write access for the backup directory and of course for al the backups. If you have older backups, done with an different user it midge be that you are not able to access it for archiving or deleting it.
Please reopen this issue if you feel this is still a problem, and more information about your settings and environment.