質問編集履歴
1
追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -21,4 +21,12 @@
|
|
21
21
|
環境
|
22
22
|
bash on windows
|
23
23
|
`_$ rsync --version
|
24
|
-
rsync version 3.1.1 protocol version 31`
|
24
|
+
rsync version 3.1.1 protocol version 31`
|
25
|
+
|
26
|
+
## 追記
|
27
|
+
|
28
|
+
フルパスでもダメです…。
|
29
|
+
|
30
|
+
```
|
31
|
+
rsync -av -e "ssh" -r /mnt/c/_sync_/ --exclude='/mnt/c/_sync_/node_modules/' --exclude='/mnt/c/_sync_/package.json' root@150.95.1.0:/root/lib/_sync_
|
32
|
+
```
|