---
title: Start real-time synchronization
description: After the initial synchronization is complete, you can tell the PingDataSync server to begin real-time synchronization for the sync pipe, at which point it will start watching the source for changes and making a corresponding set of updates to the destination server.
component: pingdirectory
version: 11.0
page_id: pingdirectory:pingdatasync_server_administration_guide:pd_sync_start_real_time_sync
canonical_url: https://docs.pingidentity.com/pingdirectory/11.0/pingdatasync_server_administration_guide/pd_sync_start_real_time_sync.html
revdate: September 13, 2023
---

# Start real-time synchronization

After the initial synchronization is complete, you can tell the PingDataSync server to begin real-time synchronization for the sync pipe, at which point it will start watching the source for changes and making a corresponding set of updates to the destination server.

You can do this using the `realtime-sync start` command:

```
realtime-sync start \
     --hostname sync.example.com \
     --port 636 \
     --useSSL \
     --trustStorePath config/truststore \
     --bindDN "cn=Directory Manager" \
     --bindPasswordFile directory-manager-password.txt \
     --pipe-name "LDAP Source to SCIMv2 Destination" \
     --no-prompt
```
