Manual:deleteArchivedFiles.php
MediaWiki file: deleteArchivedFiles.php | |
---|---|
Location: | maintenance/ |
Source code: | master • 1.35.1 • 1.31.12 |
Classes: | DeleteArchivedFiles |
DetailsEdit
deleteArchivedFiles.php file is a maintenance script to delete all archived files. Information about these files is stored in the filearchive table. This script allows to delete the actual files from the filesystem - if used without --force, it does however keep the entries in the aforementioned table.
UsageEdit
Option/Parameter | Description |
---|---|
--delete | Does the deletion. |
--force | Force deletion of rows from filearchive. |
See alsoEdit
- Manual:DeleteArchivedFiles.inc
- Manual:EraseArchivedFile.php - if you do not want to delete all, but only selected, archived files.