Jump to content

Manual:SyncFileBackend.php/ko

From mediawiki.org
This page is a translated version of the page Manual:SyncFileBackend.php and the translation is 40% complete.

상세

syncFileBackend.php file is a maintenance script that syncs one file backend to another based on the journal of later.

옵션/인수

Option Description Required? Default value
--src Name of backend to sync from Required
--dst Name of destination backend to sync Required
--start Starting journal ID Optional 0
--end Ending journal ID Optional INF (infinite)
--posdir Directory to read/record journal positions Optional
--posdump Just dump current journal position into the position dir. Optional
--postime For position dumps, get the ID at this time Optional
--backoff Stop at entries younger than this age (sec) Optional 0
--verbose Verbose mode Optional


사용법

php maintenance/run.php syncFileBackend --src sourceBackend --dst destinationBackend [ --start|  --end| --posdir| --posdump| --postime| --backoff| --verbose ]
Terminal
In MediaWiki version 미디어위키 1.39 and earlier, you must invoke maintenance scripts using php maintenance/scriptName.php instead of php maintenance/run.php scriptName.

같이 보기