msync is a command-line program to sync files and directories by multi-process .
- install rclone.
- git clone msync and build it.
Usage of msync:
-d, --dst string dest directory
-s, --src string source directory
-t, --thread int the num of max thread (default 1) msync -s SRC -d DST -t Parallel