Manuel:SyncFileBackend.php

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

Détails

Le fichier syncFileBackend.php est un script de maintenance qui synchronise deux backends de fichiers selon le journal de plus tard.

Options et arguments

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

Utilisation

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

Voir aussi