Manual:syncFileBackend.php

This page is a translated version of the page Manual:SyncFileBackend.php and the translation is 100% complete.

詳細

syncFileBackend.php ファイルは、一方のファイル バックエンドから他方へ、後者のジャーナルに基づいて同期するメンテナンス スクリプトです。

オプション/引数

オプション 説明 必須かどうか 既定値
--src Name of backend to sync from 必須
--dst Name of destination backend to sync 必須
--start Starting journal ID 省略可能 0
--end Ending journal ID 省略可能 INF (infinite)
--posdir Directory to read/record journal positions 省略可能
--posdump Just dump current journal position into the position dir. 省略可能
--postime For position dumps, get the ID at this time 省略可能
--backoff Stop at entries younger than this age (sec) 省略可能 0
--verbose Verbose mode 省略可能

使用法

php maintenance/syncFileBackend.php --src sourceBackend --dst destinationBackend [ --start|  --end| --posdir| --posdump| --postime| --backoff| --verbose ]
Terminal

関連項目