A simple folder mirroring tool for Windows
| Name | Size | Rev. | Time | Author | Log Message |
|---|---|---|---|---|---|
| 2.46 k | 094a794 | 2015-06-19 00:24:27 | to-fukuoka | コミットを開始し、既定の .gitIgnore ... | |
| 2.18 k | 094a794 | 2015-06-19 00:24:27 | to-fukuoka | コミットを開始し、既定の .gitIgnore ... | |
| 436 | a08b705 | 2015-06-19 00:25:28 | to-fukuoka | 最初のバージョン | |
| 2.14 M | 7e08015 | 2015-06-19 00:27:19 | to-fukuoka | *.ldbファイルを除外 | |
| 1.43 k | a08b705 | 2015-06-19 00:25:28 | to-fukuoka | 最初のバージョン |
Simple Folder Mirror * 概要 SRC に指定されたディレクトリ内を監視し、ファイルの作成・変更・削除・リネームが行われた際に、DST で指定されたディレクトリへと反映させる。 対象となるファイルは、FILTER で指定できる。また、RECURSIVE が true の場合には、再帰的に適用する。 SRC = C:\hoge DST = D:\share\hoge FILTER = *.txt RECURSIVE = true