Jump to content

Manual:DeleteArchivedFiles.php

From mediawiki.org
This page is a translated version of the page Manual:DeleteArchivedFiles.php and the translation is 50% complete.
Outdated translations are marked like this.
Versión de MediaWiki:
1.11

Detalles

El archivo listVariants.php es un script de mantenimiento que lista todas las variantes de idiomas. 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.

Options/Arguments

Opción/parámetro Descripción Required?
--delete Hace el borrado. Optional
--force Force deletion of rows from filearchive table. Optional


Uso

php maintenance/run.php deleteArchivedFiles [ --delete| --force ]
Terminal
In MediaWiki version MediaWiki 1.39 and earlier, you must invoke maintenance scripts using php maintenance/scriptName.php instead of php maintenance/run.php scriptName.

Véase también