Move all entries in a specified subtree from one server to another.
move-subtree {arguments}
move-subtree --sourceHostname ds1.example.com --sourcePort 389 \
--sourceBindDN uid=admin,dc=example,dc=com \
--sourceBindPassword password --targetHostname ds2.example.com \
--targetPort 389 --targetBindDN uid=admin,dc=example,dc=com \
--targetBindPassword password \
--baseDN "cn=small subtree,dc=example,dc=com" --sizeLimit 100 \
--purpose "Migrate a small subtree from ds1 to ds2"