Manual:DeleteArchivedFiles.php/es

Versión de MediaWiki:
1.11
Category:MediaWiki code/es#DeleteArchivedFiles.php

Detalles

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.

Options/Arguments

Opción/parámetroDescripciónRequired?
--deleteHace el borrado.Optional
--forceForce deletion of rows from filearchive table.Optional

Uso

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

Véase también

Category:Maintenance scripts/es#DeleteArchivedFiles.php Category:File maintenance scripts/es
Category:File maintenance scripts/es Category:Maintenance scripts/es Category:MediaWiki code/es