Manual:SyncFileBackend.php

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

Detalhes

O ficheiro syncFileBackend.php é um script de manutenção que sincroniza um backend de arquivos para outro baseado no diário de mais tarde.

Options/Arguments

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

Usage

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

See also