메뉴얼: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.
미디어위키 버전:
1.11

상세

deleteArchivedFiles.php 파일은 모든 아카이브 파일을 삭제하기 위한 maintenance script 입니다. 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

옵션/매개 변수 설명 Required?
--delete Does the deletion. Optional
--force Force deletion of rows from filearchive. Optional

사용법

php maintenance/deleteArchivedFiles.php [ --delete| --force ]


Terminal

같이 보기