## sync()


Synchronize source with target.


Usage


``` python
sync(
    source,
    target,
)
```


## Parameters


`source: str`  
Source name.

`target: str`  
Target name.


## Returns


`str`  
Sync status.
