何らかの自動化の手順の一つに、フォルダを同期したい時があります。
そんな時、Pythonのdirsyncを利用すると便利です。
Pythonスクリプト内で使っても良いですし、コマンドとして使っても良いです。
インストールは簡単
$ pip install dirsync
コマンドも簡単
dirsync [from dir] [to dir]
ぜひ活用してみてはいかがでしょうか
Go to list of users who liked
More than 5 years have passed since last update.
何らかの自動化の手順の一つに、フォルダを同期したい時があります。
そんな時、Pythonのdirsyncを利用すると便利です。
Pythonスクリプト内で使っても良いですし、コマンドとして使っても良いです。
インストールは簡単
$ pip install dirsync
コマンドも簡単
dirsync [from dir] [to dir]
ぜひ活用してみてはいかがでしょうか
Register as a new user and use Qiita more conveniently
Go to list of users who liked