The realtime-sync tool sets a specific starting point for real-time synchronization, so that changes made before the current time are ignored.
  1. Run the realtime-sync tool to set the startpoint for the Sync source.
    $ bin/realtime-sync set-startpoint \
      --end-of-changelog \
      --pipe-name ldap-to-scim
  2. When ready to start synchronization, run the following command:
    $ bin/realtime-sync start \
      --pipe-name ldap-to-scim \
      --no-prompt