One of the steps in some automation is when you want to sync folders. In such a case, it is convenient to use Python's dirsync. You can use it in a Python script or as a command.
Easy to install
$ pip install dirsync
Easy command
dirsync [from dir] [to dir]
Why don't you try it out?
https://pypi.python.org/pypi/dirsync/2.2
Recommended Posts