Manual:findMissingFiles.php
Appearance
MediaWiki ファイル: findMissingFiles.php | |
---|---|
場所: | maintenance/ |
ソース コード: | master • 1.42.3 • 1.41.4 • 1.39.10 |
クラス: | FindMissingFiles |
詳細
findMissingFiles.phpスクリプトは登録されているが存在しないファイルを検出します。
オプション
オプション | 必須かどうか | 既定値 | |
---|---|---|---|
--start | Start after this file name | 省略可能 | |
--mtimeafter | Only include files changed since this time | 省略可能 | |
--mtimebefore | Only includes files changed before this time | 省略可能 |
使用法
php maintenance/findMissingFiles.php [ --start | --mtimeafter | --mtimebefore ]
全ての行方不明ファイルを探す
Terminal
$ php maintenance/findMissingFiles.php mwstore://local-backend/local-public/a/a4/r-foundation-logo2.png mwstore://local-backend/local-public/2/2a/Screenshot_2021-08-12_at_11.10.17_AM.png mwstore://local-backend/local-public/8/2b/Foo.jpeg mwstore://local-backend/local-public/d/3b/AkaInfo.png mwstore://local-backend/local-public/6/c6/Bar.jpeg mwstore://local-backend/local-public/e/4e/Screenshot_2021-08-13_at_11.10.17_AM.png
ファイルの名前が"S"から始まる行方不明ファイルを探す
Terminal
$ php maintenance/findMissingFiles.php --start "S" mwstore://local-backend/local-public/2/2a/Screenshot_2021-08-12_at_11.10.17_AM.png mwstore://local-backend/local-public/e/4e/Screenshot_2021-08-13_at_11.10.17_AM.png