Hi All,

We operate an artifactory server (3.0.4) running on Ubuntu 12.04.4 64bit as a 
standalone daemon using the built in tomcat installation. Artifactory is 
configured to perform a backup of all repository data once a day to a network 
share.

Artifactory is installed to /srv/artifactory

Java -version returns:
OpenJDK Runtime Environment (IcedTea 2.4.4) (7u51-2.4.4-0ubuntu0.12.04.2)
OpenJDK 64-Bit Server VM (build 24.45-b08, mixed mode)


The configuration descriptor is:

        <backup>
            <key>backup1</key>
            <enabled>true</enabled>
            <dir>/mnt/backup/Artifactory/artifactory</dir>
            <cronExp>0 0 0 * * ?</cronExp>
            <retentionPeriodHours>72</retentionPeriodHours>
            <createArchive>true</createArchive>
            <excludedRepositories/>
            <sendMailOnError>true</sendMailOnError>
            <excludeBuilds>false</excludeBuilds>
        </backup>

Everything operates as expected with the exception of a growing number of 
folders with the name "artifactory-export${SOME_LONG_INTEGER}" accumulating in 
/srv/artifactory/tomcat/temp until the disk is fully consumed.
New folders are created each time a backup is run and are not cleaned up when 
finished. Manually cleaning the temp folder works and allows normal operation 
to continue.

Is someone able to explain why artifactory is not cleaning up this folder 
itself?

Cheers,

Daniel Butler
Senior Consultant

Polar Moment Ltd.
Payment Industry Consultants
Tel +44 (0)1252 856 519
Mob +44 (0)7918 192 765
Email [email protected]<mailto:[email protected]>
Website www.polarmoment.co.uk

________________________________
The information in this email is confidential. It is intended solely for the 
addressee and access to the email by anyone else is unauthorised. If you are 
not the intended recipient, any disclosure, copying, distribution or any action 
taken or omitted to be taken in reliance on it, is prohibited and may be 
unlawful. When addressed to our clients, any opinions or advice contained in 
this email are subject to the terms and conditions expressed in the governing 
client engagement letter or contract. If you contact us by email, we may store 
your name and address to facilitate communication. If you have received this 
email in error please notify us at [email protected].

______________________________________________________________________
This email has been scanned by the Symantec Email Security.cloud service.
For more information please visit http://www.symanteccloud.com
______________________________________________________________________
------------------------------------------------------------------------------
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121054471&iu=/4140/ostg.clktrk
_______________________________________________
Artifactory-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/artifactory-users

Reply via email to