Run a SYNC_DIRBOT channel.
pmdf dirsync -dirbot
Command Qualifiers Defaults -leftoversSee text -noupdate=dirlistSee text -update=dirlistSee text
None.
The
pmdf dirsync -dirbotcommand may be used to run a SYNC_DIRBOT channel. If no qualifiers are specified, this is equivalent to# pmdf run sync_dirbotSpecial qualifiers may be used to override the normal operation of the channel.Using the
-leftoversqualifier forces the DIRBOT to use any.oldLDIF files for directories that do not currently have new LDIF files present. When a directory update is forced with the-leftoversswitches, and no cookie is available to send back to a directory, the cookie value "biscuit" is used. The various sync_xxx_master channels know about this value and will accept the update.The
-updateor-noupdatequalifier may be used to control just which directories will be sent the results of the DIRBOT processing.
Use of the
-leftovers-leftoversqualifiers causes the DIRBOT to use.oldLDIF files for any directories that do not presently have new LDIF files present. That is, specifying-leftoversis equivalent to having BEST_WITHIN set to an infinite time for every directory.
-update=dirlistBy default, if neither
-noupdate=dirlist-updatenor-noupdateis specified, the DIRBOT sends its updates resulting from processing as normal, as specified in its option file. Use of-updateor-noupdatemay be used to override the normal handling. Specifying-update=(dir1,dir2,...)will cause the updates to be sent only to the specified list of directoriesdir1,dir2,....Specifying-noupdate=(dir1,dir2,...)will cause the updates to be sent to all directories except the specified list of directoriesdir1,dir2,....