메뉴얼:DeleteArchivedFiles.php
Outdated translations are marked like this.
미디어위키 버전: | ≥ 1.11 |
미디어위키 파일: deleteArchivedFiles.php | |
---|---|
위치: | maintenance/ |
소스 코드: | master • 1.42.3 • 1.41.4 • 1.39.10 |
클래스: | DeleteArchivedFiles |
상세
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 table. |
Optional |
사용법
php maintenance/deleteArchivedFiles.php [ --delete| --force ]
Terminal
$ php maintenance/deleteArchivedFiles.php --delete Searching for and deleting archived files... Done! [2 file(s)]
같이 보기
- Manual:deleteArchivedFiles.inc
- Manual:EraseArchivedFile.php - 전부 삭제하지 않고 선택한 아카이브 파일만 삭제하고 싶은 경우.