DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:cleanup

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
plugin:cleanup [2015-11-02 08:28] – removed 116.3.241.192plugin:cleanup [2020-08-05 10:32] LMS23
Line 1: Line 1:
 +====== cleanup Plugin ======
  
 +---- plugin ----
 +description: Perform file cleanup in the wiki
 +author     : Andreas Gohr 
 +email      : dokuwiki@cosmocode.de
 +type       : action, helper, admin
 +lastupdate : 2016-07-06
 +compatible : weatherwax, binky, Hrun, Detritus, Frusterick Manners, 2018-04-22 "Greebo", Hogfather
 +depends    : 
 +conflicts 
 +similar    : 
 +tags       : cleanup, maintenance
 +
 +downloadurl: https://github.com/cosmocode/dokuwiki-plugin-cleanup/zipball/master
 +bugtracker : https://github.com/cosmocode/dokuwiki-plugin-cleanup/issues
 +sourcerepo : https://github.com/cosmocode/dokuwiki-plugin-cleanup/
 +donationurl: 
 +
 +screenshot_img : 
 +----
 +
 +[[https://www.cosmocode.de/en/open-source/dokuwiki-plugins/|{{ http://cosmocode.de/static/img/dokuwiki/dwplugins.png?recache|A CosmoCode Plugin}}]]
 +
 +This plugin can automatically or manually search the data directory for old and possibly unused files and delete them to make space available again.
 +
 +===== Installation =====
 +
 +Search and install the plugin using the [[plugin:extension|Extension Manager]]. Refer to [[:Plugins]] on how to install plugins manually.
 +
 +===== Usage =====
 +
 +You can configure some times in the configuration manager. The actual work can be triggered from its own admin page where you can preview the affected files and start the deletion process. The cleanup can be automated by activating it in the configuration.
 +
 +The following default ages are used in the plugin:
 +
 +| cache files | 3 months |
 +| old page revisions | 2 months |
 +| old media revisions | 1 month |
 +| orphaned page meta data | 3 months |
 +| orphaned media meta data | 2 months |
 +| stale lock files | 30 minutes |
 +
 +Please note: for cache files it is not possible to determine if a cache file is still in use. On systems where access times (atime) are available the configured time will be used to see when a cache file was last accessed. If atimes are not available the last modification date is used instead. This means it can happen that cache files get deleted that were still in use. However DokuWiki will simply recreate these files.
 +
 +On large wikis the search process may take a long time and might time out before finishing. The automated process can optionally be run from command line by running the provided ''cron.php'' script.
 +
 +===== See also =====
 +
 +  * [[tips:maintenance]]
plugin/cleanup.txt · Last modified: 2023-12-08 09:41 by 148.64.24.63

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki